Perpendicular Lines in 3 Space

yourmom98
Messages
42
Reaction score
0
i am given parametric equations of 2 lines L1 and L2 and i am asked to find the vector, parametric and symmetric equation of a line that intersects these 2 lines at 90 degrees so a line that is perpendicular to those 2 lines. how do i go about this? at first i tried converting the parametric equation to a vector equation to get the value of vector a cause p vector = a vector + t(b vector) and then cross multiplying the two a vectors. but then i realized that the a vectors don't have the same direction and that the line and the a vector are totally different things so ... how do i go about this?
 
Physics news on Phys.org
If your vector equation will read \vec r(t) = \vec a+ \vec b t, you can take \vec a[/tex] as any point on the line and \vec b[/tex] as the difference between any two distinct points on the line.
 
i know how to get values of vector b but i don't understand how to do the calculations. i don't know how to find the a line that intersects 2 other lines and at a 90 degree angle...
 
Oh, I'm sorry, I misread the question. You want to find the corresponding vectors \vec b for these two lines and then take their cross product. As for a, it's unclear where they want you to put this line, but if the lines interect and they want it to pass through this point, just take that point as your \vec a.
 
okay if i do a cross product of the b vectors i will get a line that is perpendicular to both of the line but only at the origin. the line does not have to necessarily come across the origin right? so this would be the like B value of my 3rd line right? now then they want me to put the line so it intersects the given 2 lines at a 90 degree angle. so how do i do that?
 
I see, so you want the line to intersect both given lines, at two different points if these lines don't themselves intersect, and in addition for it to be perpendicular to both lines. Sorry I repeatedly didn't read the question properly. I've been a little distracted.

So, one thing you could do is look at the set of all vectors between the two lines. That is, if the equation for L1 is \vec a_1 + \vec b_1 t_1 and similarly for L2, then look at the set \vec a_1 -\vec a_2+ \vec b_1 t_1-\vec b_2 t_2. Now you want to solve for t_1 and t_2 at which this vector is perpendicular to both \vec b_1 and \vec b_2, that is \vec b_1 \cdot (\vec a_1 -\vec a_2+ \vec b_1 t_1-\vec b_2 t_2) =\vec b_2 \cdot (\vec a_1 -\vec a_2+ \vec b_1 t_1-\vec b_2 t_2) =0. Then you can just plug in these values to get \vec a (the point on L1 at t1 or L2 ar t2) and \vec b (the diference between these two points).
 
Last edited:
its aliright but i still have one more question. i do not understand how you got this:
\vec a_1 -\vec a_2+ \vec b_1 t_1-\vec b_2 t_2
 
I just subtracted the vector from the point on L1 at t1 to the point on L2 at t2. This is then the vector between the two points, or equivalently, the b vector for a line that intersects both points.
 
Back
Top