Academy
Formulas/maths/Pair Of Straight Lines/Equation of Angle Bisectors

Equation of Angle Bisectors

Combined equation of the two angle bisectors of ax² + 2hxy + by² = 0. The bisectors are always perpendicular to each other (their combined equation satisfies the perpendicularity condition: sum of x² and y² coefficients = 1 + (−1) = 0).
Derivation

Let the two lines of ax2+2hxy+by2=0ax^2+2hxy+by^2=0 be l1x+m1y=0l_1x+m_1y=0 and l2x+m2y=0l_2x+m_2y=0.

A point P(x,y)P(x,y) lies on the angle bisectors iff it is equidistant from both lines:

l1x+m1yl12+m12=±l2x+m2yl22+m22\frac{l_1x+m_1y}{\sqrt{l_1^2+m_1^2}} = \pm\frac{l_2x+m_2y}{\sqrt{l_2^2+m_2^2}}

The combined equation of the two bisectors is obtained by multiplying these:

(l1x+m1y)2l12+m12=(l2x+m2y)2l22+m22\frac{(l_1x+m_1y)^2}{l_1^2+m_1^2} = \frac{(l_2x+m_2y)^2}{l_2^2+m_2^2}

Working through the algebra using l1l2=al_1l_2 = a, l1m2+l2m1=2hl_1m_2+l_2m_1 = 2h, m1m2=bm_1m_2 = b, l12+m12+l22+m22=(a+b)+othersl_1^2+m_1^2+l_2^2+m_2^2 = (a+b) + \text{others}... the standard result emerges:

x2y2ab=xyh\frac{x^2-y^2}{a-b} = \frac{xy}{h}

Key properties of the bisectors:

  1. The two bisectors are always perpendicular to each other. Proof: the bisector equation has x2x^2 coefficient =1/(ab)= 1/(a-b) and y2y^2 coefficient =1/(ab)= -1/(a-b); their sum is zero — perpendicularity condition satisfied.
  2. The bisectors of ax2+2hxy+by2=0ax^2+2hxy+by^2=0 are the same as the bisectors of any pair of lines with the same angle — they depend only on aa, hh, bb.
  3. When a=ba = b: the bisectors are xy=0xy = 0, i.e. the coordinate axes.
  4. When h=0h = 0: the bisectors are x2y2=0x^2-y^2 = 0, i.e. y=±xy = \pm x.