Distance between 2 parallel line in 3-Dimensional Space.

icystrike
Messages
444
Reaction score
1

Homework Statement



What are the steps involved in it?
I have my own way of doing it but I'm just curious to know how it is usually done.

Homework Equations


The Attempt at a Solution

 
Last edited:
Physics news on Phys.org
Distance formula.

Or, you can find a vector that points from an arbitrary point of one line L1 and ends on an arbituary point of the other line L2, then find the angle between vector of L1 and vector used from L1 to L2, then use trigonometry.

Or you can use the fact that for the dot product of two vectors u, v, then:
u*v = |u||v|cos(theta). From the dot product you can derive the distance formula though.Let u be a vector from an arbitrary point in L1 to one in L2, and v be the vector of L2, then:
u*v/|v| =|u|cos(theta) = distance between the lines.
 
Let the two lines be l1 and l2. Choose any point, P, on l1 and construct the plane perpendicular to l1 through P. Find the point, Q, where l2 intersects that plane. Find the distance between P and Q.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top