Either part can be zero:
To multiply complex numbers:
Each part of the first complex number gets multiplied by
each part of the second complex number
Just use "FOIL", which stands for "Firsts, Outers, Inners, Lasts" (see Binomial Multiplication for more details):
(a+bi)(c+di) = ac + adi + bci + bdi2
Like this:
Here is another example:
Use this rule:
(a+bi)(c+di) = (ac−bd) + (ad+bc)i
It is just the "FOIL" method after a little work:
| (a+bi)(c+di) | = | ac + adi + bci + bdi2 | FOIL method | |
| = | ac + adi + bci − bd | (because i2=−1) | ||
| = | (ac − bd) + (ad + bc)i | (gathering like terms) |
And there you have the (ac − bd) + (ad + bc)i pattern.
This rule is certainly faster, but if you forget it, just remember the FOIL method.
Now let's see what multiplication looks like on the Complex Plane.
This is the complex plane
It is a plane for complex numbers!
We can plot a Complex number like 3 + 4i
It is placed

Let's multiply it by i:
Which simplifies to (because i2 = −1):
And here is the cool thing ... it's the same as rotating by a right angle (90° or π/2)
Was that just a weird coincidence?
Let's keep multiplying by i to see what happens:
Well, isn't that stunning? Each time it rotates by a right angle, until it ends up where it started.
Let's try it on the number 1:
| 1 × i | = i | |
| i × i | = −1 | |
| −1 × i | = −i | |
| −i × i | = 1 | |
| Back to 1 again! | ||
Each time a right angle rotation.
Choose your own complex number and try that for yourself, it is good practice.
Let's look more closely at angles now.
How do we do the conversions?
We can do a Cartesian to Polar conversion:
We can also go the other way (Polar to Cartesian coordinates):
In fact, a common way to write a complex number in Polar form is
| x + iy | = | r cos θ + i r sin θ |
| = | r(cos θ + i sin θ) |
And "cos θ + i sin θ" is often shortened to "cis θ", so:
x + iy = r cis θ
cis θ is just shorthand for cos θ + i sin θ
3 + 4i = 5 cis 0.927
In some subjects, like electronics, "cis" is used a lot!
Let's try another multiplication:
And here is the result on the Complex Plane:

But it is more interesting to see those numbers in Polar Form:
Convert 1+i to Polar:
Convert 3+i to Polar:
Convert 2+4i to Polar:
Have a look at the r values for a minute. Are they related somehow?
And what about the θ values?
Here is that multiplication in one line (using "cis"):
(√2 cis 0.785) × (√10 cis 0.322) = √20 cis 1.107
This is the interesting thing:
So:
The magnitudes get multiplied
and the angles get added
When multiplying in Polar Form: multiply the magnitudes, add the angles.

And that is why multiplying by i rotates by a right angle:
To square a complex number, multiply it by itself:
Result: square the magnitudes, double the angle.

On the diagram the angle looks to be (and is!) doubled.
Also:
So the magnitude got squared, too.
In general, a complex number like:
r(cos θ + i sin θ)
When squared becomes:
r2(cos 2θ + i sin 2θ)
The magnitude r gets squared and the angle θ gets doubled.
Or in the shorter "cis" notation:
(r cis θ)2 = r2 cis 2θ

We can make the previous formula more general! With the help of Abraham de Moivre we have a formula for any integer n:
(r cis θ)n = rn cis nθ
The magnitude becomes rn and the angle becomes nθ
First convert 1+i to Polar:
In "cis" notation is now: √2 cis π/4
Use the formula with an exponent of 6:
(√2 cis π/4)6 = (√2)6 cis 6π/4
Which simplifies to:
8 cis 3π/2
In other words: the magnitude is now 8, and the angle is 3π/2 (=270°)
Which is also 0−8i (see diagram)
Learn more at de Moivre's Formula