Academy
Formulas/maths/Ellipse/Director Circle

Director Circle

Locus of points from which the two tangents to the ellipse are perpendicular. A concentric circle of radius √(a²+b²). For a circle (a = b), the director circle has radius a√2.
Derivation

Let P(h,k)P(h, k) be a point from which the two tangents to x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1 are perpendicular.

Any tangent with slope mm is y=mx+a2m2+b2y = mx + \sqrt{a^2m^2+b^2}. For this to pass through P(h,k)P(h,k):

k=mh+a2m2+b2k = mh + \sqrt{a^2m^2+b^2} (kmh)2=a2m2+b2(k - mh)^2 = a^2m^2 + b^2 k22mhk+m2h2=a2m2+b2k^2 - 2mhk + m^2h^2 = a^2m^2 + b^2 m2(h2a2)2hkm+(k2b2)=0m^2(h^2-a^2) - 2hkm + (k^2-b^2) = 0

This quadratic in mm gives slopes m1m_1 and m2m_2 of the two tangents from PP.

By Vieta's formulas:

m1+m2=2hkh2a2,m1m2=k2b2h2a2m_1 + m_2 = \frac{2hk}{h^2-a^2}, \quad m_1m_2 = \frac{k^2-b^2}{h^2-a^2}

For perpendicular tangents: m1m2=1m_1m_2 = -1:

k2b2h2a2=1    k2b2=(h2a2)=a2h2\frac{k^2-b^2}{h^2-a^2} = -1 \implies k^2-b^2 = -(h^2-a^2) = a^2-h^2 h2+k2=a2+b2h^2 + k^2 = a^2 + b^2

The locus (replacing hxh \to x, kyk \to y) is:

x2+y2=a2+b2x^2 + y^2 = a^2 + b^2

Note: For a circle with a=b=ra = b = r, this gives x2+y2=2r2x^2+y^2 = 2r^2 — consistent with the director circle of a circle.