euro94
- 26
- 0
Find the direction vector of the line perpendicular to the line r=[-1,0,1] + t [2,3,-2] and passing through the point (-7,-9,7)
euro94 said:I tried finding the dot product of the line's direction vector with a vector from (-7,9,7). I tried (-1+2t, 3t, 1-2t) - (-7,-9,7) and I dotted it with (2,-3,2) and made it equal to zero, and then i got stuck :(
euro94 said:i mean i got a value of -27/14 for t, i had a miscalculation, but I am not sure what step to take next
euro94 said:okay :)
(-1+2t, 3t, 1-2t) - (-7,-9,7) = (6+2t, 3t+9, -6-2t)
dot product:
(6+2t, 3t+9, -6-2t) dot (2,3,-2) =0
12+4t+9t+27+12+4t =0
51+17t=0
-51/17=t
-3=t
r=[-1,0,1] + 3 [2,3,-2]
= [-7,-9,7]