Part of V3D-02 — Three-Dimensional Geometry

Shortest Distance Between Skew Lines

by Notetube Official78 words4 views

Two lines are skew if they are neither parallel nor intersecting. For lines r = a1a_{1} + lambda**b1b_{1}** and r = a2a_{2} + mu**b2b_{2}, the shortest distance is: SD = |(a2a_{2}** - a1a_{1}) . (b1b_{1} x b2b_{2})| / |b1b_{1} x b2b_{2}|. If b1b_{1} x b2b_{2} = 0 (parallel lines), use: SD = |(a2a_{2} - a1a_{1}) x b1b_{1}| / |b1b_{1}|. If SD = 0 and lines are not parallel, they intersect. The common perpendicular direction is b1b_{1} x b2b_{2}.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes