Part of CG-01 — Straight Lines

Angle Between Two Lines

by Notetube Official73 words4 views

The acute angle between lines with slopes m1 and m2 is given by tan(theta) = |m1 - m2| / (1 + m1m2), valid when m1m2 is not -1. When m1m2 = -1, the lines are perpendicular (theta = 90 degrees). For lines in general form a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0: cos(theta) = |a1a2 + b1*b2| / (sqrt(a12a1^2 + b12b1^2) * sqrt(a22a2^2 + b22b2^2)).

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

Sign up free to clone these notes