Multiplication of Complex Numbers
Now that we can add complex numbers, let's look at how we multiply them.
Multiplying Complex Numbers
Let z1=a+bi and z2=c+di. Then the product is given by:
(a+bi)(c+di)
=a(c+di)+bi(c+di)
=ac+adi+bci+bdi2
=ac+bdi2+adi+bci
=ac+bd⋅(−1)+i(ad+bc) where (i2=−1)
=(ac−bd)+(ad+bc)i
Example
Multiply (3+2i)(1−4i).
(3+2i)(1+4i)
=3(1+4i)+b(1+4i)
=3+12i+i+4i2
=3+4i2+13i
=3+4⋅(−1)+13i
=3−4+13i
=−1+13i
Geometric Interpretation
Multiplying complex numbers has a geometric meaning too: it rotates and scales a number on the complex plane. We'll explore this in more detail later.
Summary
To multiply two complex numbers (a+bi)(c+di), expand the product like you would binomials and simplify using i2=−1.
Simplify the following
(−5−8i)⋅(−5+9i)
Simplify the following
(10+i)⋅(7−7i)
Simplify the following
(6+6i)⋅(−15−2i)
Simplify the following
(3+6i)⋅(−6+5i)
Simplify the following
(−3−14i)⋅(12+7i)
PreviousCoverting Square Roots to Iota
NextProperties of Complex Numbers I