Academy
Formulas/maths/M4b Loci/Circle — General Complex Equation

Circle — General Complex Equation

General second-degree equation in z and z̄ representing a circle. Centre = −a, radius = √(|a|²−b). Real circle requires |a|² > b. This is the complex analogue of x²+y²+2gx+2fy+c = 0, with a = g+if and b = c.
Derivation

The standard form zz0=r|z - z_0| = r is geometrically clean but algebraically inconvenient. Expanding it gives the general complex equation of a circle — the form used when the centre and radius are not immediately obvious.

Expanding the Standard Form

Start from zz02=r2|z - z_0|^2 = r^2 and use w2=wwˉ|w|^2 = w\bar{w}:

(zz0)(zz0)=r2(z - z_0)\overline{(z - z_0)} = r^2 (zz0)(zˉzˉ0)=r2(z - z_0)(\bar{z} - \bar{z}_0) = r^2

Expanding:

zzˉz0zˉzˉ0z+z0zˉ0=r2z\bar{z} - z_0 \bar{z} - \bar{z}_0 z + z_0\bar{z}_0 = r^2 zzˉz0zˉzˉ0z+z02r2=0z\bar{z} - z_0 \bar{z} - \bar{z}_0 z + |z_0|^2 - r^2 = 0

Identifying the General Form

Set a=z0a = -z_0 (so z0=az_0 = -a) and b=z02r2b = |z_0|^2 - r^2:

zzˉ+aˉz+azˉ+b=0,aC,  bRz\bar{z} + \bar{a}z + a\bar{z} + b = 0, \qquad a \in \mathbb{C},\; b \in \mathbb{R}

This is the general second-degree equation in zz and zˉ\bar{z} representing a circle.

Reading Off Centre and Radius

From a=z0a = -z_0: the centre is a-a.

From b=z02r2=a2r2b = |z_0|^2 - r^2 = |a|^2 - r^2: the radius is r=a2br = \sqrt{|a|^2 - b}.

Conditions:

  • a2>b|a|^2 > b: real circle
  • a2=b|a|^2 = b: point circle (radius zero)
  • a2<b|a|^2 < b: imaginary (no real points)

Connection to Cartesian Form

Writing a=g+ifa = g + if (real gg, ff) and z=x+iyz = x + iy:

zzˉ=x2+y2,aˉz+azˉ=2Re(aˉz)=2(gx+fy)z\bar{z} = x^2 + y^2, \quad \bar{a}z + a\bar{z} = 2\operatorname{Re}(\bar{a}z) = 2(gx + fy)

So the equation becomes:

x2+y2+2gx+2fy+b=0x^2 + y^2 + 2gx + 2fy + b = 0

This is exactly the Cartesian general circle with c=bc = b. The complex form a=g+ifa = g + if packages the two linear coefficients into a single complex number.