Week 1
Week 1
Lecture Notes
Hafsa Jameel
Contents
1 Introduction to Complex Numbers, Explaining Argand’s Di-
agram 2
1.1 Complex Numbers . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Roots of Negative Numbers . . . . . . . . . . . . . . . . . . . 2
1.2.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Equality of Complex Numbers . . . . . . . . . . . . . . . . . . 3
1.4 Algebra of Complex Numbers . . . . . . . . . . . . . . . . . . 3
1.4.1 Addition of Complex Numbers . . . . . . . . . . . . . . 3
1.4.2 Subtraction of Complex Numbers . . . . . . . . . . . . 3
1.4.3 Multiplication of Complex Numbers . . . . . . . . . . . 4
1.4.4 Division of Complex Numbers . . . . . . . . . . . . . . 4
1.4.5 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4.6 Solving Equations . . . . . . . . . . . . . . . . . . . . . 5
1.4.7 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.5 The Argand Diagram . . . . . . . . . . . . . . . . . . . . . . . 6
1.5.1 Points on the Argand diagram . . . . . . . . . . . . . . 7
1.5.2 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 8
1.6 Modulus of a Complex Number |z| . . . . . . . . . . . . . . . 8
1.6.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . 8
1
1 Introduction to Complex Numbers, Explain-
ing Argand’s Diagram
The aim of this chapter is to introduce you to some of the basic concepts
associated with complex numbers.
z = 3 + 4i.
The term without containing i is called the real part, Re(z) and the coef-
ficient of i is the imaginary part, Im(Z). Therefore the real part of 3 + 4i
is 3 and the imaginary part is 4.
1.1.1 Examples
1.
Given two complex numbers, z1 = 2 + 3i and z2 = 2 − 3i. Find the
following;
Re(z1 ) = 2
Im(z1 ) = −3
Re(z2 ) =
Im(z2 ) =
Im(z2 ) + 2Re(z1 ) =
Re(z1 ) − 3Re(z2 ) =
2
1.2.1 Examples
√ √ √
1. √−16 =√−1√16 = 4i√
2. √−27 = −1 27 = 3 3i
3. √−144 =
3. −125 =
z = a + bi and w = c + di,
then
z + w = (a + c) + (b + d)i.
z = a + bi and w = c + di,
then
z − w = (a − c) + (b − d)i.
3
1.4.3 Multiplication of Complex Numbers
Multiplication is straight forward provided you remember that i2 = −1. If
z = a + bi and w = c + di,
then
zw = (a + bi)(c + di),
= ac + (ad + bc)i + bdi2 ,
= ac + (ad + bc)i − bd.
z1 1 + 2i
=
z2 1 − 2i
First, calculate the conjugate of the complex number (complex con-
jugate is obtained by changing the sign of the imaginary part of the
complex number) that is at the denominator of the fraction.
z¯2 = 1 + 2i
Multiply the conjugate with the numerator and the denominator of the
complex fraction.
z1 1 + 2i 1 + 2i
= ×
z2 1 − 2i 1 + 2i
4
z1 (1 + 2i)2
= 2
z2 1 − (2i)2
1 + 4i2 + 4i
=
1 − 4i2
−3 + 4i
=
5
3 4
= − + i
5 5
1.4.5 Examples
1. Given two complex numbers, z1 = 2 + 3i and z2 = 5 + 2i find z1 + z2 ,
z1 − z2 , Im(z1 + z2 ) and 2z1 − 3z2 .
2. Evaluate (3 − 2i)2 .
5. Evaluate i3 .
5
1.4.7 Examples
1.
Solve each of the equation for the complex numbers z.
(a) 4 + 5i = z − (1 − i)
(b) (1 + 2i)z = 2 + 5i
Solution:
(a) 4 + 5i + (1 − i) = z
z = 5 + 4i
(b) DIY
2. Solve the following equations for real x and y
(a) 3 + 5i + x − yi = 6 − 2i
(b) x + yi = (1 − i)(2 + 8i)
Solution:
(a) x − yi = 6 − 2i − 3 − 5i
x − yi = 3 − 7i
x = 3, y = 7 (By using equality condition)
(b) DIY
3. If a robot needs to move from z = 3+4i to a new position by translating
it (2, −1):
Translating vector = 2 − i
The new position is:
z ′ = z + 2 − i = (3 + 4i) + (2 − i) = (3 + 2) + (4 − 1)i = 5 + 3i
6
1.5.1 Points on the Argand diagram
1.5.2 Examples
Sketch an Argand diagram to represent the following;
1. z1 = 2 + 4i
2. z2 = −3 − 3i
3. z3 = z2∗
7
1.6.1 Examples
Find the modulus of the following;
1. z1 = 9 − 2i
2. z2 = −3 − 3i
3. z3 = 5
Best of Luck