Shortest Distance between 2 skew lines (vectors)

Click For Summary
SUMMARY

The shortest distance between two skew lines, defined by the equations x1 = (0,0,4) + s(2,0,-1) and x2 = (-4,2,2) + t(-5,1,1), is determined by finding the common perpendicular vector using the vector cross product. The correct minimum distance is sqrt(14), which can be derived by minimizing the squared distance function d(s,t)^2 instead of the distance function d(s,t). This approach simplifies calculations as it avoids square roots, making it easier to work with. Understanding the geometric significance of the common perpendicular is crucial, as it represents the shortest path between the two lines.

PREREQUISITES
  • Vector cross product
  • Minimization techniques in calculus
  • Understanding of skew lines in three-dimensional space
  • Geometric interpretation of distance in vector spaces
NEXT STEPS
  • Learn about vector cross product applications in geometry
  • Study optimization techniques for multivariable functions
  • Explore the geometric properties of skew lines and their projections
  • Investigate the implications of minimizing distance squared in calculus
USEFUL FOR

Students and professionals in mathematics, physics, and engineering who are dealing with vector analysis, particularly in the context of calculating distances between skew lines in three-dimensional space.

thomas49th
Messages
645
Reaction score
0

Homework Statement



x1 = (0,0,4) + s(2,0,-1)
x2 = (-4,2,2) + t(-5,1,1)

Homework Equations






The Attempt at a Solution


First of all I find the common perpendicular (vector cross product)
Make it unit
Find a arbitrary line joining the two 2 lines (set s = t= 0)

Then scalar produce the unit normal and the line between the vectors to get the minimum distance. I get 2/sqrt(14), while the answers say just sqrt(14). How so?

Also I am just doing the method, but what does it mean geometrically. Why find a line perpendicular, or use a unit vector?

Thanks
Thomas
 
Physics news on Phys.org
The shortest distance from a point to a line is always along the line perpendicular to the given line. That is because the hypotenuse of a right triangle is longer than either leg.

As a result of that, the shortest distance between two skew lines is along the line perpendicular to both given lines.
 
thomas49th said:

Homework Statement



x1 = (0,0,4) + s(2,0,-1)
x2 = (-4,2,2) + t(-5,1,1)

Homework Equations






The Attempt at a Solution


First of all I find the common perpendicular (vector cross product)
Make it unit
Find a arbitrary line joining the two 2 lines (set s = t= 0)

Then scalar produce the unit normal and the line between the vectors to get the minimum distance. I get 2/sqrt(14), while the answers say just sqrt(14). How so?

Also I am just doing the method, but what does it mean geometrically. Why find a line perpendicular, or use a unit vector?

Thanks
Thomas
I did it another way: I expressed the distance^2 between x1 and x2 as a function of s and t, then minimized it. My distance answer agrees with yours.

RGV
 
HallsofIvy said:
The shortest distance from a point to a line is always along the line perpendicular to the given line. That is because the hypotenuse of a right triangle is longer than either leg.

As a result of that, the shortest distance between two skew lines is along the line perpendicular to both given lines.

I know that the shortest distance between 2 skew lines is perpendicular, but why does finding the "common perpendicular" help. Let's go to a 2D graph. Let there be 2 parallel lines (2D equiv of skew lines). Taking the vector product produces a vector into or out of the graph (from our view on a 2D graph you cannot see the vector because it goes "into" or "out of" the graph).
How does finding this vector help. For that matter, how does finding an arbitray line between the 2 vectors help

Thanks
Thomas
 
Ray Vickson said:
I did it another way: I expressed the distance^2 between x1 and x2 as a function of s and t, then minimized it. My distance answer agrees with yours.

RGV

That's how the problem sheet answer is done (I don't like doing it that way... I DON'T understand why you square it) but they get sqrt(14). I get 2/sqrt(7) or sqrt(7/2) . Hmm.
 
Last edited:
Your answer is correct.
Geometrically meaning: imagine the 2 parallel planes that each contains one of the lines.
Easier: imagine 2 parallel planes and on each plane draw one line.
Connect the 2 lines by a 3rd line AB. In A draw the perpendicular of the 2 planes.
The length of the perpendicular is the projection of AB onto the perpendicular of the planes in A (or B, the same).
 
thomas49th said:
That's how the problem sheet answer is done (I don't like doing it that way... I DON'T understand why you square it) but they get sqrt(14). I get 2/sqrt(7) or sqrt(7/2) . Hmm.

Minimizing d(s,t)^2 gives the same solution as minimizing d(s,t). What could be simpler?

RGV
 
why would you want to minimize d(s,t)^2 and not d(s,t). am I missing something stupidly ovbious?
 
thomas49th said:
why would you want to minimize d(s,t)^2 and not d(s,t). am I missing something stupidly obvious?
The square of the distance does not have square roots, so it's much easier to work with.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 30 ·
2
Replies
30
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K