The vector form and parametric forms of a line, given a point and direction, or given two points

$\begingroup$

For each of the following lines, write its equation in vector form and parametric form:

a) The line passes through the point $P_0 (1, 2, 4)$ in the direction of $v= [5, -3, 1]$.

Vector equation:

$[x, y, z] = [1,2,4] + t[5,-3,1]$

Parametric form:

$x = 1 + 5t, y = 2 - 3t, z = 4 + t$

b) The line passes through points $P_0( -3, 5, 8)$ and $P_1(4, 2, -1)$.

Solution:

v = $P_1 - P_0 = [7, -3, -9]$

Vector form:

$[x, y, z] = [ -3, 5, 8] + t[7, -3, -9]$

Parametric form:

$x = -3 + 7t, y = 5 - 3t, z = 8 -9t$

right?

$\endgroup$

1 Answer

$\begingroup$

Right ! Everything is fine, well done.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like