Dividing complex numbers is slightly more complex than addition or subtraction. The goal is to convert the division into a simpler form. This is done by multiplying the numerator and the denominator by the conjugate of the denominator.
Suppose we need to divide \(z_1 = x + yi\) by \(z_2 = u + vi\). We multiply both the numerator and the denominator by the conjugate of \(z_2\), which is \(u - vi\):\[\frac{z_1}{z_2} = \frac{(x + yi)(u - vi)}{(u + vi)(u - vi)}\]
The denominator simplifies to a real number \(u^2 + v^2\), canceling out the imaginary part. The numerator becomes a new complex number after applying the distributive property.
- In the original exercise, \(\frac{11 + i}{11 - i}\) was evaluated by multiplying both parts by \(11 + i\). The denominator \((11 - i)(11 + i)\) simplifies to \(122\).
- This process not only simplifies the division but also ensures the quotient is expressed in standard complex form: a real part plus an imaginary part.
This technique is a go-to method for simplifying fractions involving complex numbers.