- #1
Destroxia
- 204
- 7
Homework Statement
Find parametric equation of the line through the point ##(4,0,-4)## that is parallel to the planes ##x-8y+7z=0## and ##4x+3y-z+4=0##.
Homework Equations
## \vec r = \vec r_0 + t\vec v ##
(for orthogonal vectors) ## v \bullet w = 0 ##[/B]
The Attempt at a Solution
So I started out develeping the equation of the line through the point and came up with
## L = \lbrack 4,0,-4 \rbrack + t\lbrack a,b,c \rbrack ##
Now I needed to find the direction vector a, b, and c.
Since the line is parallel to the 2 planes, the direction vector should be orthogonal to both of the planes' normal vectors.
## \lbrack a,b,c \rbrack \bullet \lbrack 1,-8,7 \rbrack = 0##
## \lbrack a,b,c \rbrack \bullet \lbrack 4,3,-1 \rbrack = 0 ##
So, now I have 2 equations with the 3 variables, and I went to solve them in terms of c.
## a - 8b + 7c = 0 ## and ## 4a + 3b - c = 0 ##
## b = \frac {29c} {35} ##
## a = \frac {-216c} {35} ##
I wasn't really sure what to do at this point, as these answers seemed pretty obscure, and didn't know what to plug in for C, besides maybe c = 35. But when I do that, it doesn't match any of the multiple choice responses.
But the problem comes with pretty defined answers to pick from, multiple choice:
##a) x = 4 + t, y = -8t, z = -4 + 7t ##
##b) x = 4 - t, y = 8t, z = -4 - 7t ##
##c) x = 4 - 13t, y = 29t, z = -4 + 35t ##
##d) x = 4 + 13t, y = -29t, z = -4 - 35 ##
##e) x = 4 + 4t, y = 3t, z = -4 - t ##