Academy
Formulas/maths/M1 Algebra/Division (Multiplicative Inverse)

Division (Multiplicative Inverse)

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.
Derivation

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 a+ibc+id\dfrac{a + ib}{c + id}. The denominator is complex — we cannot directly separate real and imaginary parts. But we know that (c+id)(cid)=c2+d2(c + id)(c - id) = c^2 + d^2, which is real and positive (when c+id0c + id \neq 0).

Multiply numerator and denominator by cidc - id (the conjugate of the denominator):

a+ibc+id=(a+ib)(cid)(c+id)(cid)\frac{a + ib}{c + id} = \frac{(a + ib)(c - id)}{(c + id)(c - id)}

Computing the Denominator

(c+id)(cid)=c2(id)2=c2i2d2=c2+d2(c + id)(c - id) = c^2 - (id)^2 = c^2 - i^2 d^2 = c^2 + d^2

This is real and equals c+id2|c + id|^2.

Computing the Numerator

(a+ib)(cid)=aciad+ibci2bd=(ac+bd)+i(bcad)(a + ib)(c - id) = ac - iad + ibc - i^2 bd = (ac + bd) + i(bc - ad)

The Result

a+ibc+id=ac+bdc2+d2+ibcadc2+d2\frac{a + ib}{c + id} = \frac{ac + bd}{c^2 + d^2} + i\,\frac{bc - ad}{c^2 + d^2}

Both parts are now real numbers, as required.

Multiplicative Inverse

Setting a=1a = 1, b=0b = 0 gives the inverse of c+idc + id:

1c+id=cc2+d2idc2+d2=cidc2+d2=zˉz2\frac{1}{c + id} = \frac{c}{c^2 + d^2} - i\frac{d}{c^2 + d^2} = \frac{c - id}{c^2 + d^2} = \frac{\bar{z}}{|z|^2}

In Euler form: z=reiθ    z1=1reiθz = re^{i\theta} \implies z^{-1} = \frac{1}{r}e^{-i\theta}. Inversion reciprocates the modulus and negates the argument.

Why Multiplying by the Conjugate Works

The identity zzˉ=z2z\bar{z} = |z|^2 is what makes this work. The conjugate is precisely the number that, when multiplied with zz, 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.