Arithmetic on Complex Numbers
Addition and Subtraction of Complex Numbers
Just as with real numbers, we can perform arithmetic operations on complex numbers. To add or subtract complex numbers, we combine the real parts and combine the imaginary parts.
addition and subtraction of complex numbers
Adding complex numbers:
[latex]\left(a+bi\right)+\left(c+di\right)=\left(a+c\right)+\left(b+d\right)i[/latex]
Subtracting complex numbers:
[latex]\left(a+bi\right)-\left(c+di\right)=\left(a-c\right)+\left(b-d\right)i[/latex]
When we add complex numbers, we can visualize the addition as a shift, or translation, of a point in the complex plane.
Multiplying Complex Numbers
Multiplying complex numbers is much like multiplying binomials. The major difference is that we work with the real and imaginary parts separately.
Multiplying a Complex Number by a Real Number
Let’s begin by multiplying a complex number by a real number. We distribute the real number just as we would with a binomial.
[latex]\begin{align}3(6+2i)&=(3\cdot6)+(3\cdot2i)&&\text{Distribute.}\\&=18+6i&&\text{Simplify.}\end{align}[/latex]
Multiplying Complex Numbers Together
Now, let’s multiply two complex numbers. We can use either the distributive property or the FOIL method. Using either the distributive property or the FOIL method, we get
[latex]\left(a+bi\right)\left(c+di\right)=ac+adi+bci+bd{i}^{2}[/latex]
Because [latex]{i}^{2}=-1[/latex], we have
[latex]\left(a+bi\right)\left(c+di\right)=ac+adi+bci-bd[/latex]
To simplify, we combine the real parts, and we combine the imaginary parts.
[latex]\left(a+bi\right)\left(c+di\right)=\left(ac-bd\right)+\left(ad+bc\right)i[/latex]
When we multiply by a complex number, it’s like we’re doing two things at once: we’re changing the size (or scaling) and turning (or rotating) the number around the starting point, or origin. To really see what’s happening, in the following examples, we’ll use the complex plane to helps us visualize these changes.