Distance between two skew lines given by parametric equations (and more)

Interesting
Messages
13
Reaction score
0

Homework Statement


L1 L2
x= 1+t x= 1+2s
y= 1+6t y= 5+15s
z= 2t z= -2+6s

My professor said to find a normal vector and project the lines, but I'm new to this calculus and all these words are just a fuzzy cloud over my head.

Homework Equations



Projection of c onto L1 -> (C dot L1 / magnitude C) (L1 / magnitude L1)
Or (C dot L1)C/(magnitude C^2)

The Attempt at a Solution



L1xL2= a vector of <6,2,3> = C
The direction vector for L1 = <1,6,2>
L2 = <2,15,6>

So I think I need to project one onto the other...
But when I do that I get another vector, that's <144/7,48/7,72/7>. Do I find the magnitude of this, and that should be the distance? I'm lost. The magnitude of that vector is 24, which is a clean answer so it could be right...
 
Last edited:
Physics news on Phys.org
Interesting said:

Homework Statement


L1 L2
x= 1+t x= 1+2s
y= 1+6t y= 5+15s
z= 2t z= -2+6s

My professor said to find a normal vector and project the lines, but I'm new to this calculus and all these words are just a fuzzy cloud over my head.

Homework Equations



Projection of c onto L1 -> (C dot L1 / magnitude C) (L1 / magnitude L1)
Or (C dot L1)C/(magnitude C^2)

The Attempt at a Solution



L1xL2= a vector of <6,2,3> = C
The direction vector for L1 = <1,6,2>
L2 = <2,15,6>

So I think I need to project one onto the other...
But when I do that I get another vector, that's <144/7,48/7,72/7>. Do I find the magnitude of this, and that should be the distance? I'm lost. The magnitude of that vector is 24, which is a clean answer so it could be right...
You normal vector is wrong. If c is normal (perpendicular) to L1 or L2 then
c.L1 = 0
c.L2 = 0
 
But, I think here's what you are doing
http://img230.imageshack.us/img230/9503/64421739uy1.gif
 
Last edited by a moderator:
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