Division of complex numbers is not directly possible in the same way as with real numbers. For example, a+bi1 isn't considered a simplified or useful form because the imaginary unit i appears in the denominator.
To resolve this, we convert the division into multiplication — by multiplying both numerator and denominator with the conjugate of the denominator. This clever trick removes i from the denominator and gives us a real number instead.
Why does this work? Because multiplying a complex number by its conjugate always gives a real number — as you've seen in the previous proof.
Let's walk through simplifying a+bi1:
=a+bi1⋅a−bia−bi
This keeps the expression equal but transforms it.
=(a+bi)(a−bi)a−bi
=a2+b2a−bi
So we've rewritten a+bi1 as:
=a2+b2a−a2+b2bi
And now it's in the standard complex form x+yi, where both parts are real. This is how division of complex numbers is handled — by eliminating the imaginary part from the denominator using conjugates.
Example
Let's simplify 3+4i1
=3+4i1⋅3−4i3−4i
=(3+4i)(3−4i)3−4i
=32−16i23−4i
=9+163−4i
=253−4i
=253−254i
Which is the standard form of writing a complex number.