|
Complex Numbers
The complex numbers are an extension of the real numbers containing
all roots of quadratic equations. If we define i to be a solution
of the equation x2 = -1, then the set C of complex numbers
is represented in standard form as
We often use the variable z = a+bi to represent a complex number. The
number a is called the real part of z (Re z) while b is
called the imaginary part of z (Im z). Two complex numbers
are equal if and only if their real parts are equal and their
imaginary parts are equal.
We represent complex numbers graphically by associating z = a+bi with
the point (a,b) on the complex plane.
Basic Operations
The basic operations on complex numbers are defined as follows:
|
|
a+bi c+di
|
= |
a+bi c+di
|
· |
c-di c-di
|
= |
ac+bd c2+d2
|
+ |
bc-ad c2+d2
|
i |
|
In dividing a+bi by c+di, we rationalized the denominator using
the fact that (c+di)(c-di) = c2 -cdi +cdi -d2i2 = c2 + d2. The
complex numbers c+di and c-di are called complex
conjugates.
| If z = c+di, we use |
_ z |
to denote c-di. |
Viewed as a vector in the complex plane, z=a+bi has magnitude
|
, |
|
|
which we call the modulus or absolute value of z.
Examples
- (2+3i)(2-3i) = 4-6i+6i-9i2 = 4+9 = 13.
- |2+3i| = |2-3i| = Ö(4+9) = Ö13.
Polar Form
For z = a+bi, let
from which we can also obtain
|
| |
|
|
|
|
|
|
|
| If you write |
|
be careful to choose the value for q in the correct quadrant. |
|
|
| |
|
Then
Euler's Equation: eiq = cos q + i sin q |
and so, by Euler's Equation, we obtain the polar form
Here, r is the magnitude of z and q is called the
argument of z (arg z). The argument is not unique; we can add
multiples of 2p to q without changing z. We define Arg
z, the principal value of the argument, to be in
(-p,p]. The principal value is unique for each z but creates
unavoidable (yet interesting!) complications due to its discontinuity
across the negative real axis where it jumps from p to -p.
This jump is called a branch cut.
Examples
- eip = cosp+ isinp = -1
- 3eip/2 = 3(cos[p / 2] + isin[p / 2]) = 3i
- 2eip/6 = 2(cos[p / 6] + isin[p / 6]) = Ö3 + i
Multiplication and division of complex numbers is amazingly simple in
polar form! If z1 = r1eiq1 and z2 = r2eiq2,
then
| If z = reiq, then |
_ z |
= re-iq (Do you see
why?) and so z |
_ z |
= (reiq)(re-iq) = r2. |
Example
To calculate (1+i)8, we can first rewrite 1+i as
Ö2eip/4. Then
Roots of Unity
The equation
has n complex-valued solutions, called the nth roots of unity.
Since we know each root has magnitude 1, let z = eiq. Then
|
|
(eiq)n = einq
, together with Euler's Equation, gives us deMoivre's Formula:
|
(cosq+ isinq)n = cos nq+ i sin nq |
|
|
|
|
so the nth roots of unity are of the form
|
|
|
There are n distinct roots, after which we start duplicating roots
already found.
|
|
These are evenly spaced around the unit circle.
|
|
Example
The 3rd roots of unity are
You can verify that (-1/2+ i[(Ö3)/ 2])3 = 1 and
(-1/2 - i[(Ö3)/ 2])3 = 1.
This tutorial has reviewed the basics of complex arithmetic. The
methods of complex analysis, which build on this background, are both
intriguing and powerful!
Key Concepts
Euler's Equation,
provides the connection between these two representations of complex
numbers.
|
 |