Since d=0 and b1,b2 are not parallel (their cross product is nonzero), the lines are skew.
Shortest distance =61 units; lines are skew.
Why This Works
The cross product b1×b2 is perpendicular to both lines. The shortest distance between two skew lines is the projection of any vector connecting one line to the other onto this common perpendicular — that is exactly what the formula computes.
If d=0, the lines either intersect or coincide, and we then check direction proportionality. If b1×b2=0, the lines are parallel.
Alternative Method
Find the foot of the common perpendicular by parameterising both lines, setting up two scalar conditions (perpendicularity), and solving. Slower but conceptually cleaner — useful when the question asks for the foot, not just the distance.
Common Mistake
Using ∣a2−a1∣ as the shortest distance. That gives the distance between two specific points on the lines, not the minimum distance. The cross-product formula projects the connecting vector onto the only direction that can give a true minimum.
Want to master this topic?
Read the complete guide with more examples and exam tips.