Part of V3D-02 — Three-Dimensional Geometry

Angle Between Two Lines

by Notetube Official61 words4 views

For lines with direction vectors b1b_{1} and b2b_{2}: cos(theta) = |b1b_{1}.b2b_{2}|/(|b1b_{1}||b2b_{2}|). The absolute value ensures the acute angle (0 ≤ theta ≤ pi/2). Lines are perpendicular when b1b_{1}.b2b_{2} = 0 (i.e., a_{1}$$a_{2}+b_{1}$$b_{2}+c_{1}$$c_{2} = 0). Lines are parallel when b1b_{1} = k**b2b_{2}** for some scalar k (i.e., a1a_{1}/a2a_{2} = b1b_{1}/b2b_{2} = c1c_{1}/c2c_{2}). Note: in 3D, non-parallel non-intersecting lines are called skew lines.

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

Sign up free to clone these notes