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)
The discussion revolves around finding the direction vector of a line that is perpendicular to a given line defined by the equation r=[-1,0,1] + t [2,3,-2] and passes through the point (-7,-9,7). The problem is situated within the context of vector mathematics and geometry.
Several participants have shared their calculations and expressed uncertainty about the next steps. There is a recognition that the original point lies on the given line, leading to discussions about the nature of perpendicular lines in three-dimensional space. The conversation reflects a mix of exploration and clarification of concepts.
Participants note potential miscalculations and the implications of the point being on the original line, which raises questions about the uniqueness of the perpendicular line in three dimensions.
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]