General Contents

Detailed Contents

Index

Line through 2 Points:


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 parametric and symmetric equations of the line through

P1(-3, 2, -5) and P2(2, -1, -3).

We need to find a vector parallel to the line by using the vector between the two points:

a = P1P2 = i[2 - (-3)] + j[-1 - 2] + k[-3 - (-5)] = 5i - 3j + 2k.

Now use the components of a to express the equation of the line (using P1):

Parametric:

x = -3 + 5t; y = 2 - 3t; z = -5 + 2t

Symmetric: (Solve for t in each of the above)

General Contents

Detailed Contents

Index