Academy
Formulas/maths/M4b Loci/Apollonius Circle

Apollonius Circle

Locus of z such that its distances from z₁ and z₂ are in constant ratio k. For k ≠ 1, this is a circle (Apollonius circle). For k = 1, it degenerates to the perpendicular bisector of z₁z₂. The centre and radius can be found by squaring and expanding.
Derivation

The locus zz1/zz2=k|z - z_1|/|z - z_2| = k looks like a ratio condition. For k1k \neq 1, it is secretly a circle — a fact not obvious until you expand it.

Squaring the Condition

zz1zz2=k    zz12=k2zz22\left|\frac{z - z_1}{z - z_2}\right| = k \implies |z - z_1|^2 = k^2|z - z_2|^2

Expanding each side using w2=wwˉ|w|^2 = w\bar{w}:

(zz1)(zˉzˉ1)=k2(zz2)(zˉzˉ2)(z - z_1)(\bar{z} - \bar{z}_1) = k^2(z - z_2)(\bar{z} - \bar{z}_2) zzˉz1zˉzˉ1z+z12=k2(zzˉz2zˉzˉ2z+z22)z\bar{z} - z_1\bar{z} - \bar{z}_1 z + |z_1|^2 = k^2\left(z\bar{z} - z_2\bar{z} - \bar{z}_2 z + |z_2|^2\right)

Rearranging

Bring all terms to the left:

(1k2)zzˉ+(k2z2z1)zˉ+(k2z2z1)z+z12k2z22=0(1 - k^2)z\bar{z} + (k^2 z_2 - z_1)\bar{z} + (\overline{k^2 z_2 - z_1})z + |z_1|^2 - k^2|z_2|^2 = 0

For k1k \neq 1, divide through by (1k2)(1 - k^2):

zzˉ+k2z2z11k2zˉ+(k2z2z11k2)z+z12k2z221k2=0z\bar{z} + \frac{k^2 z_2 - z_1}{1 - k^2}\bar{z} + \overline{\left(\frac{k^2 z_2 - z_1}{1 - k^2}\right)}z + \frac{|z_1|^2 - k^2|z_2|^2}{1 - k^2} = 0

This is the general circle form zzˉ+aˉz+azˉ+b=0z\bar{z} + \bar{a}z + a\bar{z} + b = 0 with:

a=k2z2z11k2,b=z12k2z221k2Ra = \frac{k^2 z_2 - z_1}{1 - k^2}, \qquad b = \frac{|z_1|^2 - k^2|z_2|^2}{1 - k^2} \in \mathbb{R}

Centre and Radius

Centre: a=z1k2z21k2-a = \dfrac{z_1 - k^2 z_2}{1 - k^2}

Radius: a2b\sqrt{|a|^2 - b} — computable from the values above.

The Special Case k=1k = 1

When k=1k = 1, the factor (1k2)=0(1 - k^2) = 0 and the zzˉz\bar{z} terms cancel. What remains is:

(z2z1)zˉ+(z2z1)z+z12z22=0(z_2 - z_1)\bar{z} + \overline{(z_2 - z_1)}z + |z_1|^2 - |z_2|^2 = 0

This is linear in xx and yy — a straight line, specifically the perpendicular bisector of z1z2z_1 z_2. So the family of Apollonius loci transitions continuously from circles (k1k \neq 1) to the perpendicular bisector (k=1k = 1) as k1k \to 1.