The inversion map w = r²/z̄ sends every point z ≠ 0 to its inverse point w on the same ray from origin with |z||w| = r². Key property: circles and lines map to circles or lines under inversion. A circle through the origin maps to a line; a line not through the origin maps to a circle through the origin. This is the complex form of inverse points (cn50). Connects back to: Circles chapter (inversion, radical axis).
Inversion is the transformation that swaps the inside and outside of a circle while preserving the angles between curves. It maps circles and lines to circles and lines — a property that makes otherwise hard problems tractable.
Definition from Inverse Points
Two points z and z∗ are inverse with respect to the circle ∣z∣=r if:
- They lie on the same ray from the origin: arg(z∗)=arg(z)
- Their distances multiply to r2: ∣z∣⋅∣z∗∣=r2
From condition 1: z∗=λz for some real λ>0.
From condition 2: ∣z∣⋅∣λz∣=r2⟹λ=r2/∣z∣2.
So:
z∗=∣z∣2r2⋅z=zzˉr2⋅z=zˉr2
w=zˉr2
Circles Map to Circles or Lines
Consider the general circle zzˉ+aˉz+azˉ+b=0.
Under inversion z↦r2/wˉ (i.e., z=r2/wˉ, zˉ=r2/w):
wˉr2⋅wr2+aˉ⋅wˉr2+a⋅wr2+b=0
wwˉr4+wˉr2aˉ+wr2a+b=0
Multiply through by wwˉ/r2:
r2+aˉw+awˉ+r2bwwˉ=0
r2bwwˉ+aˉw+awˉ+r2=0
Case 1 — b=0: Divide by b/r2. The result is wwˉ+⋯=0, a circle. A circle not through the origin maps to another circle not through the origin.
Case 2 — b=0: The original circle passes through the origin. The transformed equation becomes aˉw+awˉ+r2=0 — linear in w and wˉ, which is a straight line. A circle through the origin maps to a line.
The reverse is also true: a line (which is a circle through the origin at infinity) maps to a circle through the origin. ■
Angles Are Preserved
Inversion is a conformal map — it preserves the angle between two curves at their intersection. This is why problems involving angles between circles are often simplified by inverting a suitable circle to a line.
Connection to Inverse Points (cn50)
The formula w=r2/zˉ is the complex form of the inverse point condition derived in cn50: (z−z0)(zˉ∗−zˉ0)=r2 for the circle ∣z−z0∣=r. When z0=0, this gives zzˉ∗=r2, consistent with z∗=r2/zˉ.