Two skew lines never meet and aren’t parallel — they live on different planes. The shortest distance between them lies along the unique line segment that is perpendicular to both simultaneously. That perpendicular direction is exactly b1×b2.
The scalar triple product (a2−a1)⋅(b1×b2) measures the projection of the vector joining the two known points onto this perpendicular direction. Dividing by ∣b1×b2∣ converts this projection into an actual length.
If the lines were intersecting or parallel, this formula gives zero or 0/0 respectively — so the non-zero result here confirms the lines are indeed skew.
Alternative Method (Scalar Triple Product in Determinant Form)
We can write the same formula as a single determinant:
Same numerator, same answer. Many students find this determinant form faster in exams since you skip computing the cross product separately.
In JEE Main, skew lines questions almost always use symmetric form (Cartesian equations). Practice reading off a and b from the denominators in under 15 seconds — this alone saves a minute per question.
Common Mistake
The most frequent error: taking a2−a1 in the wrong order, getting −i^−2j^−2k^ instead. Since we take the absolute value in the numerator, the sign doesn’t affect the final answer — but students who skip the absolute value sign get a negative distance and then panic. Always write the modulus bars explicitly around the scalar triple product.
A second trap: computing ∣b1×b2∣ incorrectly by forgetting the negative sign on the i^ component. Here b1×b2=−i^+2j^−k^, not i^+2j^+k^. A wrong cross product gives 6 in both cases here (by coincidence of this problem’s numbers), but that won’t save you in every question — always expand the determinant carefully.
Want to master this topic?
Read the complete guide with more examples and exam tips.