Complex Numbers
Complex Numbers
Using the number system at our disposal right now (the set of real num-
bers), we are unable to solve the equation
x2 + 1 = 0.
We solve this problem by extending our number system from R to C, the
complex numbers.
The real number a is called the real part of z and b is called the imagi-
nary part of z.
1
Complex numbers can also be combined to form new complex numbers.
The sum and difference of two complex numbers are defined by adding
and subtracting their real parts and their imaginary parts:
(a + bi) + (c + di) = (a + c) + (b + d)i
(a + bi) − (c + di) = (a − c) + (b − d)i
For example,
(1 − i) + (4 + 7i) =
The product of two complex numbers is defined so that the usual commu-
tative and distributive laws hold:
(a + bi)(c + di) = ac + adi + bci + bdi2
= ac + (ad + bc)i − bd
= (ac − bd) + (ad + bc)i.
Example 1. Simplify (−1 + 3i)(2 − 5i).
Solution.
2
Division of complex numbers is much like rationalizing the denominator
of a rational expression. For the complex number z = a + bi, we define
its complex conjugate to be z = a − bi. To find the quotient of two
complex numbers we multiply the numerator and the denominator by the
complex conjugate of the denominator.
−1 + 3i
Example 2. Express the number in the form a + bi.
2 + 5i
Solution.
3
Properties of conjugates
1. z + w = z + w
2. z × w = z × w
3. z n = z n.
Exercise 1. Proof the above properties.
Solution.
4
The modulus, or absolute value, |z| of a complex number z = a + bi
is its distance from the origin. It is clear from the Pythagorean Theorem
that √
|z| = a2 + b2.
Notice that
zz = (a + bi)(a − bi) = a2 − abi + abi − b2i2 = a2 + b2,
and so
zz = |z|2.
This explains how the division procedure in Example 2 works in general:
z zw zw
= = .
w ww |w|2
Since i2 = −1, we can think of i as the square root of −1. But we also
have (−i)2 = i2 = −1, so −i is also a square root of
√ −1. We say that i is
the principal square root of −1 and write i = −1. In general, if c is
any positive number, we write
√ √
−c = ci.
Example 3. Find the roots of the equation x2 + x + 1 = 0.
Solution.
5
Observe that the solutions of the equation in Example 3 are complex con-
jugates of each other. In general, the solutions of any quadratic equation
ax2 + bx + c = 0 with real coefficients a, b and c are always conjugates. If
the solutions are real, then each solution is its own conjugate.
Polar form
Consider a complex number a + bi. Let r be the distance from the origin to
the point a + bi in the Argand plane and θ the angle between the positive
real axis and the line connecting the origin and the point a + bi.
Im
(a, b)
r
b
θ
a Re
Then:
a = r cos θ b = r sin θ.
Therefore, we have z = a + bi = r cos θ + (r sin θ)i. Hence, we can write
any complex number z in the form
z = r(cos θ + i sin θ)
6
√ b
where r = |z| = a2 + b2 and tan θ = . The angle θ is called the argu-
a
ment of of z and we write θ =arg(z). Note that arg(z) is not unique; any
two arguments of z differ by an integer multiple of 2π.
(a) z = 1 + i.
Solution.
√
(b) w = 3 − i.
Solution.
7
The polar form of complex numbers gives insight into multiplication and
division. Let
z1 = r1(cos θ1 + i sin θ1) and z2 = r2(cos θ2 + i sin θ2)
be two complex numbers written in polar form. Then
z1z2 = r1r2(cos θ1 + i sin θ1)(cos θ2 + i sin θ2)
= r1r2[cos θ1 cos θ2 + i cos θ1 sin θ2 + i sin θ1 cos θ2 − sin θ1 sin θ2]
= r1r2[(cos θ1 cos θ2 − sin θ1 sin θ2) + i(cos θ1 sin θ2 + sin θ1 cos θ2)].
Therefore, using the addition formulas for sine and cosine, we have
z1z2 = r1r2[cos(θ1 + θ2) + i sin(θ1 + θ2)]. (1)
Exercise 2. Show that
z1 r1
= [cos(θ1 − θ2) + i sin(θ1 − θ2)] (z2 ̸= 0).
z2 r2
Solution.
8
The above formula can be used to derive a formula for z1 . Let z1 = 1 and
z2 = z. Then
z1 1 1
= = [cos θ − i sin θ].
z2 z r
√
Example 5. Find the product of the complex numbers 1 + i and 3−i
in polar form.
Solution.
De Moivre’s Theorem
9
10
1 1
Example 6. Find + i .
2 2
Solution.
10
De Moivre’s Theorem can also be used to find the nth roots of complex
numbers. An nth root of a complex number z is a complex number w such
that
wn = z.
Writing these two numbers in polar form as
w = s(cos ϕ + i sin ϕ) and z = r(cos θ + i sin θ)
and using De Moivre’s Theorem, we get
sn(cos nϕ + i sin nϕ) = r(cos θ + i sin θ).
1
The equality of these two complex numbers shows that sn = r or s = r n
and
cos nϕ = cos θ and sin nϕ = sin θ.
From the fact that sine and cosine have period 2π it follows that
θ + 2πk
nϕ = θ + 2πk or ϕ = .
n
Thus, " #
1 θ + 2πk θ + 2πk
w = r n cos + i sin .
n n
Since this expression gives a different value for w when k = 0, 1, . . . , n − 1,
we have the following:
where k = 0, 1, . . . , n − 1.
11
1
Notice that each of the nth roots has modulus equal to |wk | = r n . This
1
means that all the roots must lie on a circle of radius r n . Also, all the roots
have arguments that differ by a multiple of 2π, so they must be equally
spaced on the circle.
Example 7. Find the six sixth roots of z = −8 and graph the roots in
the complex plane.
Solution.
12