Final answer: Shortest distance = 23/3≈1.155 units.
Why This Works
The shortest distance between two skew lines is along the direction perpendicular to both of them — that’s exactly b1×b2. We then project the connecting vector (a2−a1) onto this perpendicular direction.
If the lines intersect, (a2−a1)⋅(b1×b2)=0 — the connecting vector lies in the plane of both directions, so its component along the perpendicular is zero.
Alternative Method
We can parametrize both lines and minimize ∣r1(t)−r2(s)∣2 by setting partial derivatives w.r.t. t and s to zero. This gives two linear equations, more work but no need to memorize the formula.
Common Mistake
Students often forget the absolute value in the numerator. The dot product can be negative, but distance is always non-negative. Also, watch for sign errors in the determinant expansion — write each 2×2 minor carefully.
Want to master this topic?
Read the complete guide with more examples and exam tips.