Skew LinesJEE Advanced
Shortest distance between two lines in 3D — interactive Mathematics simulation for IIT-JEE.
Concept
Skew lines are lines in 3D that neither meet nor run parallel. Their shortest distance is measured along the unique common perpendicular, and the cross product of their direction vectors points exactly along that perpendicular.
Key formula
Derivation
Let the lines be and . The common perpendicular direction is .
Project the connecting vector onto that unit perpendicular: the magnitude of this projection is the shortest distance.
Hence . Sliding either line along itself changes but not the result.
Scenarios to explore
- Skew Lines — Shortest distance between two skew lines in 3D.
Real-world applications
- Clearance between non-intersecting pipes, cables or robot arms.
- Closest approach of two moving particles with constant velocities.
- Computer-graphics collision and proximity tests.
JEE exam tips
- If , the lines are coplanar (they intersect).
- Parallel lines need a different formula: .
Common mistakes
- Forgetting the absolute value in the numerator (distance is non-negative).
- Using instead of in the denominator.
- Assuming the distance changes when you slide a line along its own direction.
Exam traps to avoid
- Zero scalar triple product means coplanar, not necessarily intersecting at the origin.
- The numerator is the scalar triple product .
