Dividing complex numbers is trickier because a fraction with \(i\) in the denominator isn't considered simplified. The fix is the same idea used when you rationalize the denominator of a square root: multiply the top and bottom by a matching expression that clears the unwanted term.
For complex numbers, that matching expression is the complex conjugate. The conjugate of \(c + di\) is \(c - di\) (just flip the sign of the imaginary part). Multiplying a complex number by its conjugate always produces a real number, because:
\((c + di)(c - di) = c^2 - (di)^2 = c^2 + d^2\)
So to divide, multiply the number by its complex conjugate on both the top and bottom of the fraction:
\(\dfrac{a + bi}{c + di} = \dfrac{(a + bi)(c - di)}{(c + di)(c - di)} = \dfrac{(ac + bd) + (bc - ad)i}{c^2 + d^2}\)
Worked Example: Dividing Complex Numbers
Divide \(\dfrac{5 + 2i}{3 - i}\).
The conjugate of \(3 - i\) is \(3 + i\). Multiply top and bottom by it:
\(\dfrac{5 + 2i}{3 - i} \times \dfrac{3 + i}{3 + i} = \dfrac{(5 + 2i)(3 + i)}{(3 - i)(3 + i)}\)
Numerator: \((5 + 2i)(3 + i) = 15 + 5i + 6i + 2i^2 = 15 + 11i - 2 = 13 + 11i\)
Denominator: \((3 - i)(3 + i) = 9 - i^2 = 9 + 1 = 10\)
\(\dfrac{13 + 11i}{10} = \dfrac{13}{10} + \dfrac{11}{10}i\)