83.9k views
3 votes
Find parametric equations for the line through point P(-4,5,2) in the direction of the vector (-6,6,-5)

User Voncox
by
3.8k points

1 Answer

2 votes

The vector v (-6, 6, -5) points in the direction of itself, so we start there.

We can capture all points on the line through the origin and the point (-6, 6, -5) by scaling v by an arbitrary real number t.

The line through point P and pointing in the same direction as v is parallel to the other line that passes through the origin. Then the line we want can be obtained by translating the line through the origin by a vector p that points to (-4, 5, 2), so the vector equation for this line is

r (t ) = p + t v

r (t ) = (-4, 5, 2) + t (-6, 6, -5)

r (t ) = (-4 - 6t, 5 + 6t, 2 - 5t )

To get the parametric equations, simply take out the components:

x (t ) = -4 - 6t

y (t ) = 5 + 6t

z (t ) = 2 - 5t

User Leandro Bardelli
by
3.8k points