Imaginary Numbers when squared give a negative result.
Normally this doesn't happen, because:
But just imagine such numbers exist, because we want them.
Let's talk some more about imaginary numbers .
The "unit" imaginary number (like 1 for Real Numbers) is i , which is the square root of −1
When we square i we get −1
Examples of Imaginary Numbers:
3i | 1.04i | −2.8i | 3i/4 | (√2)i | 1998i |
And we keep that little "i" there to remind us we still need to multiply by √−1
When we combine a Real Number and an Imaginary Number we get a Complex Number:
1 + i | 39 + 3i | 0.8 − 2.2i | −2 + π i | √2 + i/2 |
Can we make a number from two other numbers? Sure we can!
We do it with fractions all the time. The fraction 3 /8 is a number made up of a 3 and an 8. We know it means "3 of 8 equal parts".
Well, a Complex Number is just two numbers added together (a Real and an Imaginary Number).
So, a Complex Number has a real part and an imaginary part.
But either part can be 0, so all Real Numbers and Imaginary Numbers are also Complex Numbers .
Complex Number | Real Part | Imaginary Part | |
---|---|---|---|
3 + 2 i | 3 | 2 | |
5 | 5 | 0 | Purely Real |
−6i | 0 | −6 | Purely Imaginary |
Complex does not mean complicated.
It means the two types of numbers, real and imaginary, together form a complex, just like a building complex (buildings joined together).
You know how the number line goes left-right?
Well let's have the imaginary numbers go up-down:
A complex number can now be shown as a point:
The complex number 3 + 4i
The letter z is often used for a complex number:
we refer to the real part and imaginary part using Re and Im like this:
The conjugate (it changes the sign in the middle) of z is shown with a star:
We can also use angle and distance like this (called polar form):
So the complex number 3 + 4i can also be shown as distance 5 and angle 0.927 radians. To convert from one form to the other use Cartesian to Polar conversion.
The magnitude of z is:
And the angle of z, also called Arg(z) is:
Arg(z) = tan -1 (b/a)
(for a>0)
To add two complex numbers we add each part separately:
(a+bi) + (c+di) = (a+c) + (b+d)i
(3 + 2 i ) + (1 + 7 i )
= 3 + 1 + (2 + 7)i
= 4 + 9 i
Let's try another:
(3 + 5i) + (4 − 3i)
= 3 + 4 + (5 − 3)i
= 7 + 2i
On the complex plane it is:
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 + bdi 2
(a+bi)(c+di) = (ac−bd) + (ad+bc)i
Example: (3 + 2 i )(1 + 7 i ) = (3×1 − 2×7) + (3×7 + 2×1) i = −11 + 23 i
It is just the "FOIL" method after a little work:
Start with: (a+bi)(c+di) FOIL method: ac + adi + bci + bdi 2 i 2 = −1: ac + adi + bci − bd Gather like terms: (ac − bd) + (ad + bc)iAnd there we have the (ac − bd) + (ad + bc)i pattern.
This rule is certainly faster, but if you forget it, just remember the FOIL method.
Just for fun, let's use the method to calculate i 2
We can write i with a real and imaginary part as 0 + i
i 2 = (0 + i) 2 = (0×0 − 1×1) + (0×1 + 1×0)i = −1 + 0iAnd that agrees nicely with the definition that i 2 = −1
So it all works wonderfully!
We will need to use conjugates in a minute!
A conjugate is where we change the sign in the middle like this:
A conjugate can be shown with a little star, or with a bar over it:
5 − 3i = 5 + 3i
The conjugate is used to help complex division.
The trick is to multiply both top and bottom by the conjugate of the bottom.
2 + 3i 4 − 5i
Multiply top and bottom by the conjugate of 4 − 5i :
2 + 3i4 − 5i × 4 + 5i4 + 5i = 8 + 10i + 12i + 15i 2 16 + 20i − 20i − 25i 2
Now remember that i 2 = −1 , so:
= 8 + 10i + 12i − 1516 + 20i − 20i + 25
Add Like Terms (and notice how on the bottom 20i − 20i cancels out!):
= −7 + 22i41
Lastly we should put the answer back into a + bi form:
= −7 41 + 22 41 i
Yes, there is a bit of calculation to do. But it can be done.
There is a faster way though.
In the previous example, what happened on the bottom was interesting:
(4 − 5i)(4 + 5i) = 16 + 20i − 20i − 25i 2
The middle terms (20i − 20i) cancel out:
(4 − 5i)(4 + 5i) = 16 − 25i 2
Also i 2 = −1 :
(4 − 5i)(4 + 5i) = 16 + 25
And 16 and 25 are (magically) squares of the 4 and 5:
(4 − 5i)(4 + 5i) = 4 2 + 5 2
Which is really quite a simple result. The general rule is:
(a + bi)(a − bi) = a 2 + b 2
That can save us time when we do division, like this:
2 + 3i 4 − 5i
Multiply top and bottom by the conjugate of 4 − 5i :
2 + 3i4 − 5i × 4 + 5i4 + 5i = 8 + 10i + 12i + 15i 2 16 + 25
= −7 + 22i41
And then back into a + bi form:
= −7 41 + 22 41 i
We often use z for a complex number. And Re() for the real part and Im() for the imaginary part, like this:
Which looks like this on the complex plane:
The beautiful Mandelbrot Set (pictured here) is based on Complex Numbers.
It is a plot of what happens when we take the simple equation z 2 +c (both complex numbers) and feed the result back into z time and time again.
The color shows how fast z 2 +c grows, and black means it stays within a certain range.
Here is an image made by zooming into the Mandelbrot set