Part of V3D-02 — Three-Dimensional Geometry

Coplanarity of Two Lines

by Notetube Official82 words2 views

Two lines r = a1a_{1} + lambda**b1b_{1}** and r = a2a_{2} + mu**b2b_{2}** are coplanar (intersecting or parallel) iff: [a2a_{2} - a1a_{1}, b1b_{1}, b2b_{2}] = 0. This is equivalent to saying the shortest distance between them is zero. The plane containing both coplanar lines can be found using the normal b1b_{1} x b2b_{2} and any point on either line. If lines are parallel (b1b_{1} x b2b_{2} = 0), check if any point of one line lies in the plane containing the other.

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

Sign up free to clone these notes