Lec03 ComplexNumbers I
Lec03 ComplexNumbers I
z2 = 1
=⇒ z = ±1
What about
z 2 + 1 = 0?
If we try to do the same thing we are asked to solve
z 2 = −1
The function doesn’t cross the horizontal axis - it never equals zero for any
real number input.
Here our story would end, except for a tangled tale of secrecy in the 1500’s
concerning cubic equations. (See Paul J Nahin’s book An Imaginary Tale:
Page 1
MATH1110: Mathematics 1
√
The Story of −1.) The long and the short of it is: Girolamo Cardano and
Rafael Bombelli made a bold move, and said, lets treat
√
z = −1
√
as if it was a number, just other surd like 2, and see what happens.
500 years later, electrical engineers are grateful. (Exercise: find out why.)
In the meantime, we give a formal definition:
z = a + bi
where a and b are real numbers and i is a special number with the property
that
i2 = −1
√
Note that, by convention, if a is a positive real number then a is that√
positive
√ number that when squared is a. The two square roots of a are a
and − a. We now extend this convention by letting
√ √
−a = i a
(where once √
again a is a√positive real number). Thus the two square roots of
−a will be i a and −i a.
Im(z) := b.
Page 2
MATH1110: Mathematics 1
Let
z = 2 + 3i
Then which of the following statements is false?
D z is a complex number
We add and multiply complex numbers by assuming that they satisfy the
ordinary rules of algebra.
Example (addition): Let z = 2 + 3i and let w = 4 − 5i. Then
z + w = (2 + 3i) + (4 − 5i)
= (2 + 4) + (3 − 5)i
= 6 − 2i
A 3 + 8i
B 5+5i
C 4+6i
D 3+7i
Page 3
MATH1110: Mathematics 1
zw = (2 + 3i)(4 − 5i)
= 8 − 10i + 12i − 15i2
= 8 − 10i + 12i − 15(−1)
= 8 − 10i + 12i + 15
= 23 + 2i
A 3 + 8i
B 24i
C 11+10i
D -5+10i
While writing complex numbers this way has little practical value it does
suggest that we may interpret complex numbers geometrically as points in
the plane.
Page 4
MATH1110: Mathematics 1
Page 5
MATH1110: Mathematics 1
z̄ = a − bi.
A z = −3 − 5i
B z = 5 + 3i
C z = −3 + 5i
D z = 3 − 5i
w̄ = 1 − 2i = 1 + 2i
w̄¯ = 1 + 2i = 1 − 2i
Page 6
MATH1110: Mathematics 1
B |z| = 32 + 42 = 9 + 16 = 25
√ √ √
D |z| = 32 + 42 = 9 + 16 = 25 = 5
Page 7
MATH1110: Mathematics 1
Every point in this set (i.e. every point on the circle) has the property
|z| = 2
We formally specify the set itself with the notation
{z : |z| = 2}.
Extension ideas: There are many variants on this idea. For instance,
think about how you would specify the disc of radius 2, i.e. the circle with
its interior included as might be indicated by colouring in the circle?
Also, how might you move the circle around? (Think about the meaning
of |z − 1| = 2, for instance.)
Page 8
MATH1110: Mathematics 1
z + w = (3 + 2i) + (2 − i) = (3 + 2) + (2 − 1)i = 5 + i
Algebraically
z + w = 4 + 3i
2z = 2 + 4i
In the following diagram you can see that 2z (i.e. 2 + 4i) is two times the
distance from the origin as z and they are both heading from the origin in the
same direction (the same angle from the positive x-axis). Also going from
the origin to z + w (i.e. 4+3i) is the same as going from the origin to z and
then travelling parallel to w (or travelling along w and then parallel to z)
Page 9
MATH1110: Mathematics 1
A w = −3 − 2i
B w = −3 + 2i
C w = 3 − 2i
D w = 2 + 3i
Page 10
MATH1110: Mathematics 1
x2 + 2x + 5 = 0
2iz + 6 = 9i + z
Two complex numbers are equal when their real and imaginary parts are
equal. Thus 2iz + 6 = 9i + z when
−2b + 6 = a
2a = 9 + b
24 3 24 3
Solving gives a = , b = and so z = + i
5 5 5 5
Page 11
MATH1110: Mathematics 1
a + (−b)i
Example 10. Let z = a + bi. Show that if w = then zw = 1
a2 + b 2
z̄ 1
z.w = z = z.z̄ = 1
a2 + b 2 a2 + b 2
By defining addition and multiplication of complex numbers in this way the
rules of arithmetic that hold for real numbers will also hold for complex
numbers. Thus
Page 12
MATH1110: Mathematics 1
Subtraction:
As with real numbers subtraction can be defined as addition of the
(additive) inverse. Thus if z = a + bi and w = c + di then
z − w = z + (−w)
= (a − c) + (b − d)i
A z − 2w = 1 + 3i
B z − 2w = 5 + i
C z − 2w = −1 + 4i
D z − 2w = −1
Page 13
MATH1110: Mathematics 1
• |zw| = |z||w|
z |z|
• =
w |w|
• |z + w| ≤ |z| + |w|
• |z − w| ≥ |z| − |w|
• z + w = z̄ + w̄
• z − w = z̄ − w̄
• zw = z̄.w̄
z z̄
• =
w w̄
z
Example 11. Find when z = 2 + 3i and w = −1 + 2i
2w
√
z |z| 1 |z| 1 |2 + 3i| 1 13
= = = = √
2w |2w| 2 |w| 2 | − 1 + 2i| 2 5
Example 12. Show that z + w = z̄ + w̄.
z + w = (a + c) + (b + d)i = (a + c) + (b + d)i
z̄ + w̄ = (a + bi) + (c + di) = (a + c) + (b + d)i
Page 14
MATH1110: Mathematics 1
A 1/2
√
2500
B 100
−14 48
C
100 + 100 i
√
Task 1. Let z1 = 1 − i, z2 = −2 + 4i and z3 = 3 − 2i. Evaluate the
following:
z1 + z2 + 1
1.
z1 − z2 + i
2. Re(2z13 + 3z23 − 5z33 )
3. (z2 + z3 )(z1 − z3 )
Page 15
MATH1110: Mathematics 1
Task 2. For each of the following statements either prove it is true or find a
counter example:
1. z 2 + iz + 6 = 0
2. z̄ = iz
3. (1 + i)z + 2w = 3 + 3i and
z − (1 − i)w = −3 + 2i
Page 16