General Contents

Detailed Contents

Index

Line through a Point parallel to a Vector:


If you find this page helpful and would recommend that I create more pages like this one, please let me know: Email to John Taylor
Find the vector and parametric equations of the line L through P(2, -3, 1) parallel to a = 5i + j - 2k.

Let r0 represent the point P and r be a vector to a general point, also on the line L.

The vector equation of L is r = r0 + t*a = 2i - 3j + k + t*[5i + j - 2k].

In parametric form, we have

x = x0 + t*a = 2 + 5t

y = y0 + t*b= -3 + t

z = z0 + t*c = 1 - 2t

General Contents

Detailed Contents

Index