Multiply numerator and denominator by the conjugate of the denominator (c − id). This makes the denominator real: (c + id)(c − id) = c² + d². Valid when c + id ≠ 0, i.e., c and d are not both zero.
Division of complex numbers reduces to multiplication once you know how to make the denominator real. The conjugate is the tool.
The Core Idea
We want c+ida+ib. The denominator is complex — we cannot directly separate real and imaginary parts. But we know that (c+id)(c−id)=c2+d2, which is real and positive (when c+id=0).
Multiply numerator and denominator by c−id (the conjugate of the denominator):
c+ida+ib=(c+id)(c−id)(a+ib)(c−id)
Computing the Denominator
(c+id)(c−id)=c2−(id)2=c2−i2d2=c2+d2
This is real and equals ∣c+id∣2.
Computing the Numerator
(a+ib)(c−id)=ac−iad+ibc−i2bd=(ac+bd)+i(bc−ad)
The Result
c+ida+ib=c2+d2ac+bd+ic2+d2bc−ad
Both parts are now real numbers, as required.
Multiplicative Inverse
Setting a=1, b=0 gives the inverse of c+id:
c+id1=c2+d2c−ic2+d2d=c2+d2c−id=∣z∣2zˉ
In Euler form: z=reiθ⟹z−1=r1e−iθ. Inversion reciprocates the modulus and negates the argument.
Why Multiplying by the Conjugate Works
The identity zzˉ=∣z∣2 is what makes this work. The conjugate is precisely the number that, when multiplied with z, removes the imaginary part from the product. This is not a trick — it is the definition of conjugate doing exactly what it was designed to do.