Complex Numbers and Operations: Learn It 4

Arithmetic on Complex Numbers Cont.

Dividing Complex Numbers

Division of two complex numbers is more complicated than addition, subtraction, and multiplication because we cannot divide by an imaginary number, meaning that any fraction must have a real-number denominator. We need to find a term by which we can multiply the numerator and the denominator that will eliminate the imaginary portion of the denominator so that we end up with a real number as the denominator. This term is called the complex conjugate of the denominator, which is found by changing the sign of the imaginary part of the complex number. In other words, the complex conjugate of [latex]a+bi[/latex] is [latex]a-bi[/latex].

complex conjugate

The complex conjugate of [latex]a+bi[/latex] is [latex]a-bi[/latex].

 

Importantly, complex conjugate pairs have a special property. Their product is always real.

[latex]\begin{align}(a+bi)(a-bi)&=a^2-abi+abi-b^2i^2\\[2mm]&=a^2-b^2(-1)\\[2mm]&=a^2+b^2\end{align}[/latex]

Find the complex conjugate of each number.

  1. [latex]2+i\sqrt{5}[/latex]
  2. [latex]-\frac{1}{2}i[/latex]

How To: Given two complex numbers, divide one by the other.

  1. Write the division problem as a fraction.
  2. Determine the complex conjugate of the denominator.
  3. Multiply the numerator and denominator of the fraction by the complex conjugate of the denominator.
  4. Simplify.
Suppose we want to divide [latex]c+di[/latex] by [latex]a+bi[/latex], where neither [latex]a[/latex] nor [latex]b[/latex] equals zero. We first write the division as a fraction, then find the complex conjugate of the denominator, and multiply.

[latex]\dfrac{c+di}{a+bi}[/latex] where [latex]a\ne 0[/latex] and [latex]b\ne 0[/latex].

Multiply the numerator and denominator by the complex conjugate of the denominator.

[latex]\dfrac{\left(c+di\right)}{\left(a+bi\right)}\cdot \dfrac{\left(a-bi\right)}{\left(a-bi\right)}=\dfrac{\left(c+di\right)\left(a-bi\right)}{\left(a+bi\right)\left(a-bi\right)}[/latex]

Apply the distributive property.

[latex]=\dfrac{ca-cbi+adi-bd{i}^{2}}{{a}^{2}-abi+abi-{b}^{2}{i}^{2}}[/latex]

Simplify, remembering that [latex]{i}^{2}=-1[/latex].

[latex]\begin{align}&=\dfrac{ca-cbi+adi-bd\left(-1\right)}{{a}^{2}-abi+abi-{b}^{2}\left(-1\right)} \\[2mm] &=\dfrac{\left(ca+bd\right)+\left(ad-cb\right)i}{{a}^{2}+{b}^{2}}\end{align}[/latex]

Divide [latex]\left(2+5i\right)[/latex] by [latex]\left(4-i\right)[/latex].