Perpendicular distance between two skew lines?

AI Thread Summary
The discussion focuses on finding the perpendicular distance between two skew lines defined by their parametric equations. The initial calculations involve determining direction vectors and the cross product to find a normal vector. A correction is suggested, emphasizing the use of the vector between points on the lines and the normal vector to compute the distance. The final formula for the distance is clarified as the absolute value of the dot product of the vector and the normal vector divided by the length of the normal vector. The conclusion indicates that the final answer for the distance is 40/7.
math12345
Messages
5
Reaction score
0

Homework Statement



The lines r=(2+2t)i+(3-3t)j+(4-2t)k and
v=(4+2s)i+(1-6s)j+(5-3s)k are skew. Find the perpendicular distance between them at the point(s) where they cross over each other.

Homework Equations





The Attempt at a Solution



Does this seem right?
parametrics for r:
x=2+2t
y=3-3t
z=4-2t
parametrics for v:
x=4+2s
y=1-6s
z=5-3s

u=<2,-3,-2>
v=<2,-6,-3>

cross product of u and v is n= <-3,2,-6>
points p(2,3,4) and q(4,1,5)

<-3,2,-6>*<x-2,y-3,z-4>=0
-3(x-2)+2(y-3)-6(z-4)=0
-3x+6+2y-6-6z+24=0
-3x+2y-6z+24=0

d=abs(-3*4+2*-6*5)/sqrt(-3)^2+(2)^2+(-6)^2
=abs(-12+2-30)/sqrt49

final answer: 40/7?
 
Physics news on Phys.org
math12345 said:

Homework Statement



The lines r=(2+2t)i+(3-3t)j+(4-2t)k and
v=(4+2s)i+(1-6s)j+(5-3s)k are skew. Find the perpendicular distance between them at the point(s) where they cross over each other.

Homework Equations





The Attempt at a Solution



Does this seem right?
parametrics for r:
x=2+2t
y=3-3t
z=4-2t
parametrics for v:
x=4+2s
y=1-6s
z=5-3s

u=<2,-3,-2>
v=<2,-6,-3>

cross product of u and v is n= <-3,2,-6>
points p(2,3,4) and q(4,1,5)

All OK to here. I don't follow the rest and it isn't correct. All you need to do now is
let V = q-p = <2,-2,1>. Then to get the distance between the lines, take the absolute value of the component of V along N:

d = | V dot N/length(N)|

<-3,2,-6>*<x-2,y-3,z-4>=0
-3(x-2)+2(y-3)-6(z-4)=0
-3x+6+2y-6-6z+24=0
-3x+2y-6z+24=0

d=abs(-3*4+2*-6*5)/sqrt(-3)^2+(2)^2+(-6)^2
=abs(-12+2-30)/sqrt49

final answer: 40/7?
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top