MT (P) 1153 Complex Numbers Module
MT (P) 1153 Complex Numbers Module
MT (P) 1153 Complex Numbers Module
1
1 Course description
Course objectives
Learning outcomes
Mode of delivery
Assessment mode
1
2 Pascal’s triangle and binomial expansion
In this section, we shall review the Pascal’s triangle and binomial expansion, that will
be a useful prerequisite for this course unit.
In the 3rd row, write 1 at each ends and add 1 + 1 to find the middle number 2.
In the nth row write 1 in each ends of the row. Each element in the triangle is the
sum of the two elements immediately above it as shown in Figure 1
(x + y)1 = (x + y).
(x + y)2 = (x + y)(x + y)
= x(x + y) + y(x + y)
= x2 + xy + xy + y 2
= x2 + 2xy + y 2
∴ (x + y)2 = x2 + 2xy + y 2 .
To see the connection between Pascal’s triangle and binomial coefficients, let us revisit
2
the expansion of the binomials in general form
To determine the expansion on (x + y)2 using the Pascal’s triangle,we see that n =
2,thus there will be 2 + 1 = 3 terms.
• Introduce x2 , and then for each successive term reduce the exponent on x by 1
until x0 = 1 is reached.
• Introduce y 0 = 1, and then increase the exponent on y by 1 until y 2 is reached.
The coefficients of each term, (1, 2, 1), are the numbers which appear in the row with
n = 2 of Pascal’s triangle in Figure 3
4
3 Complex Numbers
Solving algebraic equations has been historically one of the favorite topics of math-
ematicians. While linear equations are always solvable in real numbers, not all
quadratic equations have this property. The simplest such equation is x2 + 1 = 0.
Until the eighteenth century, mathematicians avoided quadratic equations that √ were
not solvable over R. Leonhard Euler broke the ice by introducing the “number”
√ −1
in his famous book Elements of Algebra. Euler denoted the number −1 by i and
called it the imaginary unit [1].
Using this symbol, one defines complex numbers as z = a + bi, where a and b are real
numbers.
The study of complex numbers continues to this day and has been greatly elaborated
over the last two and a half centuries; in fact, it is impossible to imagine modern
mathematics without complex numbers. All mathematical domains make use of them
in some way. This is true of other disciplines as well, including mechanics, theoretical
physics, hydrodynamics, and chemistry [1].
5
Example 3.1. Solve 2x2 − 6x + 8 = 0
Solution:
a = 2, b = −6, c = 8
√
−b ± b2 − 4ac
x=
2ap
− − 6 ± −62 − (4 × 2 × 8)
=
√ 2×2
6 ± 36 − 64
=
√4
6 ± −28 √
= , it was agreed that we let i = −1.
√4
6 ± 28 × −1
=
√4 √
6 ± 28 × −1
=
√ 4
6 ± 28i
= .
4
√
6 28i
So, x = 4
± 4
.
Hence a complex number has two parts, the real part x and the imaginary part y
i.e
Z = x + iy
Note. √
i= −1
2
√ √
i = −1 × −1 = −1
i3 = i2 × i = −1 × i = −i
i4 = i2 × i2 = −1 × −1 = +1
i5 = i4 × = 1 × i = i.
Example 3.2. Find
(i) i8
(ii) i9
Solution:
(i)
i8 = i4 × i4
=1×1
=1
6
(ii)
i9 = i4 × i5
=1×i
=i
Given
Z = a + bi,
where a is the real part while bi imaginary part.
When adding complex numbers, we add the real part to the real part and imaginary
part to imaginary.
Example 3.3. Simplify (2 + 3i) + (7 − i) Solution:
(i) Z1 + Z2
(ii) 3Z2 + 12 Z1
Solution:
(i)
Z1 = −2 + 4i
Z2 = 5 − 2i
Z1 + Z2 = 3 + 2i.
(ii)
3Z2 = 3(5 − 2i)
= 15 − 6i
1 1
Z1 = (−2 + 4i)
2 2
−2 4i
= +
2 2
= −1 + 2i
3Z2 = 15 − 6i
1
Z1 = −1 + 2i
2
1
3Z2 + Z1 = 14 − 4i.
2
7
Activity for subsection 3.1.1
Problem 3.1. Perform the indicated operations with the complex numbers
√ √
(a) (3 − 3i) + (4 + 5i) (c) (1 − i 2) + (3 + 2i 2)
√ √
(b) (−3 + 2i) + (5 − 6i) (d) (5 + 3i 5) + (−4 − 5i 5)
For complex numbers we subtract the real part from real and imaginary part from
imaginary.
Solution:
(i) Z1 − Z2
(ii) Z2 − Z1
(iv) 3Z1 − 41 Z2
Solution:
(i)
Z1 − Z2 = (−5 + 6i) − (8 − 12i)
= (−5 − 8) + (6i − −12i)
= −13 + 18i.
(ii)
Z1 − Z2 = (8 − 12i) − (−5 + 6i)
= (8 − −5) + (−12i − 6i)
= 13 − 18i.
8
(iii)
2Z1 + 3Z2 = 2(−5 + 6i) + 3(8 − 12i)
= −10 + 12i + 24 − 36i
= −10 + 24 + 12i − 36i
= 14 − 24i.
(iv)
1 1
3Z1 − Z2 = 3(−5 + 6i) − (8 − 12i)
4 4
= (−15 + 18i) − (2 − 3i)
= (−15 − 2) + (18i + 3i)
= −17 + 21i.
2Z1 − 3Z2 = 2(−5 + 6i) − 3(8 − 12i)
= (−10 + 12i) − (24 − 36i)
= (−10 − 24) + (12i − −36i)
= −34 + 48i.
3.1.3 Multiplication
Solution:
(i)
(1 + i)(2 − 3i) = 1(2 − 3i) + i(2 − 3i)
= 2 − 3i + 2i − 3i2
=2−i+3
=2+3−i
= 5 − i.
9
(ii)
(5 − 4i)(−2 + i) = 5(−2 + i) − 4i(−2 + i)
= −10 + 5i + 8i − 4i2
= −10 + 13i + 4
= −10 + 4 + 13i
= −6 + 13i.
(iii)
3i(7 + 2i) = 3i × 7 + 3i × 2i
= 21i + 6i2
= 21i − 6
= −6 + 21i.
(iv)
(2 − 3i)(4 − i) = 2(4 − i) − 3i(4 − i)
= 8 − 2i − 12i + 3i2
= 8 − 14i − 3
= 8 − 3 − 14i
= 5 − 14i.
Example 3.8. Simplify:
(i) (2 + i)2
(ii) (1 + i)4
Solution:
(i)
(2 + i)2 = (2 + i)(2 + i)
= 2(2 + i) + i(2 + i)
= 4 + 2i + 2i + i2
= 4 + 4i − 1
= 4 − 1 + 4i
= 3 + 4i.
(ii)
3.1.4 Division
When dividing any number by a complex number we multiply both the numerator
and denominator by a complex conjugate of the denominator.
A complex conjugate is a complex number where the imaginary part changes the sign.
For example, conjugate of 3 + 4i is 3 − 4i.
Note. We shall denote the complex conjugate of the complex number Z by Z̄.
Example 3.9. Find the conjugate for each of the following
(i) Z = −2 − 3i
Solution:
Z̄ = −2 + 3i
(ii) Z = 4i − 4
Solution:
Z̄ = −4 − 4i
11
(iii) Z = 7i
Solution:
Z̄ = −7i
(iv) Z = 6
Solution:
Z̄ = 6
2+3i
(i) 5−2i
Solution:
2 + 3i (2 + 3i)(5 + 2i)
=
5 − 2i (5 − 2i)(5 + 2i)
2(5 + 2i) + 3i(5 + 2i)
=
5(5 + 2i) − 2i(5 + 2i)
10 + 4i + 15i + 6i2
=
25 + 10i − 10i − 4i2
10 + 19i − 6
=
25 + 4
10 − 6 + 19i
=
29
4 + 19i
=
29
4 19
= + i.
29 29
3i
(ii) 2+i
Solution:
3i 3i(2 − i)
=
2+i (2 + i)(2 − i)
6i − 3i2
=
2(2 − i) + i(2 − i)
6i + 3
=
4 − 2i + 2i − i2
3 + 6i
=
4+1
3 + 6i
=
5
3 6
= + i.
5 5
3+i 7−2i
(iii) 4−2i
− 1+i
12
Solution:
1
(i) x + iy = 2−5i
Solution:
1(2 + 5i) 2 + 5i
x + iy = =
(2 − 5i)(2 + 5i) 4 + 10i − 10i + 25
2 + 5i
=
29
2 5
= + i.
29 29
2 5
Thus x = 29 and y = 29 .
√
(ii) x + iy = 5 + 3i
Solution:
13
p p
( x + iy)( x + iy) = (5 + 3i)(5 + 3i)
x + iy = 5(5 + 3i) + 3i(5 + 3i)
= 25 + 15i + 15i + 9i2
= 25 + 30i − 9
= 25 − 9 + 30i
= 16 + 30i.
Thus x = 16 and y = 30.
Z
(iii) Z+1
= 1 + 2i
Solution:
Since Z = x + iy, then
x + iy 1 + 2i
=
x + iy + 1 1
x + iy = (1 + 2i)(x + iy + 1)
= 1(x + iy + 1) + 2i(x + iy + 1)
= x + iy + 1 + 2xi − 2y + 2i
= (x + 1 − 2y) + i(y + 2x + 2)
x + 2y = 3
∴ x = 3 − 2y, (3.1)
and
x − 4y = 0
14
∴ x = 4y. (3.2)
Putting (3.2) into (3.1), we shall obtain that
4y = 3 − 2y
4y + 2y = 3
6y = 3 divide both sides by 3
1
∴y= .
2
Thus
1
x=4×
2
∴ x = 2.
1 2
(v) Z
+ Z̄
=1+i
Solution:
Since Z = x + iy, then
1 2
+ =1+i
x + iy x − iy
1(x − iy) + 2(x + iy)
=1+i
(x + iy)(x − iy)
x = iy + 2x + 2iy
=1+i
x − ixy + ixy − i2 y 2
2
3x + iy
=1+i
x2 + y 2
3x y
2 2
+ 2 i = 1 + i.
x +y x + y2
Thus, by equating the real part and real part on both sides, we shall obtain
3x
=1
x2 + y2
3x = x2 + y 2 , (3.3)
and
3x
i=i
x2 + y 2
y = x2 + y 2 , (3.4)
(3.3)-(3.4) gives 3x − y = 0. Thus y = 3x.
Putting the value of y = 3x into (3.4), we shall obtain that
3x = x2 + (3x)2
= x2 + 9x2 = 10x2
∴ 3x − 10x2 = 0
x(3 − 10x) = 0.
15
Either x = 0,
3 − 10x = 0
3 − 10x + 10x = 10x
3 = 10x by dividing both sides by 10, we shall obtain that
3
x= .
10
When x = 0, y = 0.
3
When x = 10 ,
3 9
y = 3 × 10 = 10 .
3 9
Thus, either Z = 0 or Z = 10
+ 10
i.
Problem 3.4. Perform the indicated operations with the complex numbers
√ √
−1+i√ 3 3+i 2
(a) 1+i
1−i
(b) 1+i 3
(c) 1+i
Problem 3.5. Perform the indicated operations with the complex numbers
1 −2−4i 4+2i
(e) 5+2i
(i) −i
(m) 5−3i
16
3.2 Argand Diagram
An Argand diagram is a sketch in the xy plane on which complex numbers are plotted.
The real part is plotted on the x-axis and its called the real axis while the imaginary
part is plotted on the y-axis and its called the imaginary axis.
x denotes the real part and iy denotes the imaginary part. Complex numbers can
be represented on an Argand Diagram. An Argand Diagram is similar to the
Cartesian Coordinate System except that the Real axis and Imaginary axis re-
place the X and Y axis respectively which you would usually expect see on the
Cartesian system. This is shown in Figure 1.
Im z
3i 2 + 3i
2i
1i
−3 −2 −1 θ 1 2 3 Re z
−1i
−2i
−3i
Figure 4: This shows the complex number 2+3i plotted on an Argand Diagram
17
Example 3.12. Plot the following on an argand diagram
(a) z1 = 3 + 4i
Solution:
Im z
4i z1 = 3 + 4i
3i
2i
1i
−1 1 2 3 4 Re z
−1i
18
(b) z2 = 3 − 5i
Solution:
Im z
4i
3i
2i
1i
−5 −4 −3 −2 −1 1 2 3 4 Re z
−1i
−2i
−3i
−4i
−5i z2 = 3 − 5i
19
(c) z3 = −5 + 2i
Solution:
Im z
3i
z3 = −5 + 2i 2i
1i
−5 −4 −3 −2 −1 1 2 3 Re z
−1i
−2i
−3i
−4i
−5i
(d) z4 = 1 + i
Solution:
Im z
2i
1i z4 = 1 + i
−2 −1 1 2 Re z
−1i
−2i
20
Example 3.13. Given z1 = 3 − 5i, z2 = −5 + 2i and z3 = 1 + i, plot the following
on an argand diagram
(i) 2z1 + z2
Solution:
Im z
2i
1i
−8 −7 −6 −5 −4 −3 −2 −1 1 2 Re z
−1i
−2i
−3i
−4i
−5i
−6i
−7i
−8i 2z1 + z2 = 1 − 8i
21
(ii) z3 − z1
Solution:
z3 − z1 = (1 + i) − (3 − 5i)
= 1 + i − 3 + 5i
= 1 − 3 + i + 5i
= −2 + 6i.
Im z
z3 − z1 = −2 + 6i 6i
5i
4i
3i
2i
1i z3 = 1 + i
−6 −5 −4 −3 −2 −1 1 2 3 4 5 6 Re z
−1i
−2i
−3i
−4i
−5i z1 = 3 − 5i
−6i
Figure 10: Shows the complex number -2+6 plotted on an Argand Diagram
22
z1
(iii) z2
Solution:
z1 3 − 5i
=
z2 −5 + 2i
(3 − 5i)(−5 − 2i)
=
(−5 + 2i)(−5 − 2i)
3(−5 − 2i) − 5i(−5 − 2i)
=
−5(−5 − 2i) + 2i(−5 − 2i)
−15 − 6i + 25i + 10i2
=
25 + 10i − 10i − 4i2
−15 + 19i − 10
=
25 + 4
−15 − 10 + 19i
=
29
−25 + 19i
=
29
−25 19
= + i
29 29
= −0.862 + 0.655i.
Im z
2i
1i
z1
z2
= −0.862 + 0.655i
−2 −1 1 2 Re z
−1i
−2i
z1
Figure 11: Shows the complex number z2
= −0.862 + 0.655i plotted on an Argand
Diagram
23
(iv) z¯2
Solution:
z2 = −5 + 2i
z¯2 = −5 − 2i
Im z
3i
z2 = −5 + 2i 2i
1i
−5 −4 −3 −2 −1 1 2 3 Re z
−1i
z¯2 = −5 + 2i −2i
−3i
−4i
−5i
Figure 12: Shows the complex number -5+2i and its complex conjugate -5-2i plot-
ted on an Argand Diagram
(v) z¯1 z2
Solution:
z1 = 3 − 5i
z¯1 = 3 + 5i
z3 = 1 + i.
Then
z¯1 z2 = (3 + 5i)(1 + i)
= 3(1 + i) + 5i(1 + i)
= 3 + 3i + 5i + 5i2
= 3 + 8i − 5
= 3 − 5 + 8i
z¯1 z2 = −2 + 8i.
24
Im z
z¯1 z3 = −2 + 8i 8i
7i
6i
5i
4i
3i
2i
1i
−3 −2 −1 1 2 3 4 5 6 7 8 Re z
−1i
−2i
−3i
Figure 13: Shows the complex number z¯1 z2 = −2 + 8i plotted on an Argand Diagram
25
3.2.1 Modulus of a complex number
The Modulus of the complex number gives the straight line distance from the origin
to the point.
Solution:
√
|z| = 32 + 42
√
= 9 + 16
√
= 25
∴ |z| = 5units.
Note. The modulus is the length from the point to the (0, 0) co-ordinate.
The Argument gives the angle between the line representing the complex number and
the positive real axis.
The principal argument is the smallest angle between the line representing the com-
plex number and the positive real axis.
If its measured clockwise its negative but it has a positive value when measured
anticlockwise.
(i) 5 + 3i
Solution:
z = 5 + 3i
√
r = |z| = 52 + 32
√
= 25 + 9
√
= 34
= 5.8 units
26
Im z
3i z = 5 + 3i
θ Re z
y
θ = arg (z) = tan−1 ( )
x
3
= tan−1 ( ) = tan−1 (0.6)
5
o
= 31
(ii) z = −5 − 5i
Solution:
Im z
Re z
−5 α
θ
r
z = −5 − 5i −5i
27
y 5
tan α = = =1
x 5
α = tan−1 (1)
= 45o
Arg(z) = θ = −180o + 45o
= −135o .
√
(iii) z = 6 − 2 3i
Solution:
Im z
6 Re z
θ
r
√ √
−2 3i z = 6 − 2 3i
√
Figure 16: z = 6 − 2 3i in the complex plane.
p
|z| =x2 + y 2
q √
= 62 + (2 3)2
√
= 36 + 12
√
= 48
= 6.9282
∴ |z| = 6.93.
√ √
y 2 3 3
tan α = = =
x 6√ 3
3
α = tan−1 ( )
3
= 30o
Arg(z) = θ = −30o .
√
(iv) z = −1 + 3i
Solution:
p
|z| = x2 + y 2
q √
= −12 + ( 3)2
√
= 1+3
√
= 4
=2
∴ |z| = 2.
28
Im z
√ √
z = −1 + 3i 3i
r
α θ Re z
−1
√
Figure 17: z = −1 + 3i in the complex plane.
√
y 3 √
tan α = = = 3
x 1√
α = tan−1 ( 3)
= 60o
Arg(z) = θ = 180o − α = 180o − 60o
= 120o .
(v) z = 4i
Solution:
Im z
4i
z = 4i
3i
2i
1i
−1 θ 1 2 3 4 Re z
−1i
29
y 4
tan θ = =
x 0
4
θ = tan−1 ( )
0
= 90o
∴ Arg(z) = θ = 90o .
(vi) z = 2
Solution:
Im z
2i
1i
−1 1 2 Re z
z = 4i
−1i
p
|z| = x2 + y 2
√
= 22 + 02
√
= 4+0
√
= 4
=2
∴ |z| = 2.
y 0
Arg(z) = tan−1 ( ) = tan−1 ( )
x 2
θ = tan−1 (0)
= 0o
Arg(z) = 0o .
Example 3.16. Find the modulus and the principal argument for the following given
z1 = 5 + 3i and z2 = −5 − 5i;
(a) z1 + z2
Solution:
30
z1 + z2 = (5 + 3i) + (−5 − 5i)
= 5 − 5 + 3i − 5i
= 0 + −2i
z1 + z2 = −2i
p
z1 + z2 = x2 + y 2
√
= 02 + −22
√
= 4
= 2 units.
Im z
2i
1i
−2 −1 1 2 Re z
−1i
z1 + z2 = −2i
−2i
Figure 20: Shows the complex number z1 + z2 = −2i plotted on an Argand Diagram
Arg(z1 + z2 ) = −90o
(b) 2z2 − z1
Solution:
y −13 13
tan (α) = = =
x −15 15
13
α = tan−1 ( )
15
= tan−1 0.866667
= 40.91
α = 40.9o .
∴ Arg(2z2 − z1 ) = θ = −180o + 40.90
= −139.1o
31
Im z
−15 Re z
α θ
Figure 21: Shows a sketch for the complex number 2z2 − z1 = −15 − 13i plotted in
the complex plane.
z1
(c) z2
Solution:
32
z1 5 + 3i
=
z2 −5 − 5i
(5 + 3i)(−5 + 5i)
=
(−5 − 5i)(−5 + 5i)
5(−5 + 5i) + 3i(−5 + 5i)
=
−5(−5 + 5i) − 5i(−5 + 5i)
−25 + 25i − 15i + 15i2
=
25 − 25i + 25i − 25i2
−25 + 10i − 15
=
25 + 25
−25 − 15 = 10i
=
50
40 10
=− + i
50 50
4 1
=− + i
5 5
z1
= −0.8 + 0.2i.
z2
z1 p
= x2 + y 2
z2
r
−4 1
= )+ )
5 5
r
16 1
= +
25 25
r
17
=
25
√
17
=
5
= 0.8246
z1
∴ = 0.825 units
z2
Im z
z1 1
z2
= 5
− 45 i 1
5
i
r
α θ Re z
− 45
z1 1
Figure 22: Shows the complex number z2
= 5
− 45 i in the complex plane.
33
y 1 4
tan α = = ( )/( )
x 5 5
1 5
= ×
5 4
1
=
4
1
α = tan−1 ( )
4
= 14.036
∴ α = 14o .
z1
Arg( ) = θ = 180o − 14o
z2
= 166o
z1
∴ Arg( ) = 166o .
z2
(d) z1 z2
Solution:
z1 z2 = (5 + 3i)(−5 − 5i)
= 5(−5 − 5i) + 3i(−5 − 5i)
= −25 − 25i − 15i − 15i2
= −25 − 40i + 15
= −25 + 15 − 40i
∴ z1 z2 = −10 − 40i.
p
|z1 z2 | = x2 + y 2
√
= −102 + −402
√
= 100 + 1600
√
= 1700 = 41.231
∴ |z1 z2 | = 41.2 units.
Im z
−10 Re z
α θ
Figure 23: Shows a sketch for the complex number z1 z2 = −10 − 40i plotted in the
complex plane.
34
y −40
tan α = = =4
x −10
α = tan−1 (4)
= 75.964
∴ α = 76o .
Arg(z1 z2 ) = θ = −180o + 76o = −104o
∴ Arg(z1 z2 ) = −104o .
(e) z1 z¯2
Solution:
z1 = 5 + 3i
z2 = −5 − 5i
z¯2 = −5 + 5i.
z1 z¯2 = (5 + 3i)(−5 + 5i)
= 5(−5 + 5i) + 3i(−5 + 5i)
= −25 + 25i − 15i + 15i2
= −25 + 10i − 15
= −25 − 15 + 10i
∴ z1 z¯2 = −40 + 10i.
Im z
−40
Figure 24: Shows the complex number z1 z¯2 = −40 + 10i in the complex plane.
35
p
|z1 z¯2 | = x2 + y 2
√
= −402 + 102
√
= 1600 + 100
√
= 1700
= 41.231 ∴ |z1 z¯2 | = 41.2.
y 10 1
tan α = =
x 40 4
−1 1
α = tan ( )
4
= 14.036
∴ α = 14o .
Arg(z1 z¯2 ) = θ = 180o − 14o
= 166o
∴ Arg(z1 z¯2 ) = 166o .
Example 3.17. Given that z1 = 1+2i and z2 = 2−i, find the modulus and principal
argument of the following
(i) z1 + z2
(ii) 2z2 − z1
z1
(iii) z2
(iv) z1 z2
(v) z1 z¯2
Solution:
(i)
z1 + z2 = (1 + 2i) + (2 − i)
= 1 + 2i + 2 − i
= 1 + 2 + 2i − i
= 3 + i.
p
|z1 + z2 | = x2 + y 2
√
= 32 + 12
√
= 9+1
√
= 10
1
Arg(z) = θ = tan−1 ( )
3
= 18.435
∴ Arg(z) = 18.4.
36
Im z
i z1 + z2 = 3 + i
r
θ Re z
(ii) Solution:
Im z
3 Re z
θ
r
4i 2z2 − z1 = 3 − 4i
37
(iii)
z1 1 + 2i
=
z2 2−i
(1 + 2i)(2 + i)
=
(2 − i)(2 + i)
1(2 + i) + 2i(2 + i)
=
2(2 + i) − i(2 + i)
2 + i + 4i + 2i2
=
4 + 2i − 2i − i2
2 + 5i − 2
=
4+1
5i
=
5
z1
∴ =i
z2
Im z
i
1i
z1
z2
=i
−1 1 Re z
−1i
z1
Figure 27: Shows the complex number z2
= i plotted on an Argand Diagram
z1 p
| | = x2 + y 2
z2
√
= 02 + 12
√
= 1
z1
∴ | | = 1 unit
z2
y
Arg(z) = θ = tan−1 ( )
x
1
= tan−1 ( )
0
= tan−1 (∞)
= 90o
∴ Arg(z) = 90o .
38
(iv)
z1 z2 = (1 + 2i)(2 − i)
= 1(2 − i) + 2i(2 − i)
= 2 − i + 4i − 2i2
= 2 + 3i + 2
= 4 + 3i
∴ z1 z2 = 4 + 3i.
Im z
3i z1 z2 = 4 + 3i
r
θ Re z
z1 z¯2 = (1 + 2i)(2 + i)
= 1(2 + i) + 2i(2 + i)
= 2 + i + 4i + 2i2
= 2 + 5i − 2
∴ z1 z¯2 = 5i
39
Im z
5i
z1 z¯2 = 5i
4i
3i
2i
1i
−1 1 2 3 4 5 Re z
−1i
Figure 29: Shows the complex number z1 z¯2 = 5i plotted on an Argand Diagram
p
x2 + y 2
|z1 z¯2 | =
√
= 02 + 52
√
= 25
∴ |z1 z¯2 | = 5 units
y
Arg(z) = θ = tan−1 ( )
x
5
= tan−1 ( )
0
−1
= tan (∞)
= 90o
∴ Arg(z) = 90o .
40
3.2.3 Radians and Degrees
Solution:
π 180o
Since π = 180o , then 6
= 6
= 30o .
Solution:
180o = π rad
π
1o =
180o
π
150o = × 150o
180o
5
= π.
6
and show it in the argand diagram the positions of the points representing the quan-
tities
(1+2i)
Problem 3.11. Find the modulus and argument of the complex quantity (4+5i)
From figure above, we have that x = r cos θ, y = r sin θ. Thus the complex number
z = x + iy can be represented by z = r cos θ + ir sin θ = r(cos θ + i sin θ).
p
This is called the polar form of the complex number where r = |z| = x2 + y 2 and
θ = arg(z).
41
y- axis
y
r
r sin θ
θ x- axis
x
Solution:
p
r = |z| = x2 + y 2
√
= 22 + 32
√
= 4+9
√
∴ r = 13
Im z
3i z = 2 + 3i
r
θ Re z
y
arg(z) = θ = tan−1 ( )
x
−1 3
= tan ( )
2
= tan−1 (1.5)
= 56.310
∴ θ = 56.3o .
From z = r(cos θ + i sin θ), we shall therefore obtain that
√
o o
z = 13 cos 56.3 + i sin 56.3 .
(a) z = 3 + 4
Solution:
42
p
x2 + y 2
r = |z| =
√
= 32 + 42
√
= 9 + 16
√
= 25 = 5
√
∴r= 5
Im z
4i z = 3 + 4i
r
θ Re z
y
arg(z) = θ = tan−1 ( )
x
4
= tan−1 ( )
3
−1
= tan (1.3333)
= 53.129
∴ θ = 53.1o .
From z = r(cos θ + i sin θ), we shall therefore obtain that
√
o o
z = 13 cos 53.1 + i sin 53.1 .
(b) z = −1 + 2i
Solution:
Im z
z = −1 + 2i 2i
r
α θ Re z
−1
43
p
x2 + y 2
r = |z| =
√
= −12 + 22
√
= 1+4
√
∴ r = 5.
y 2
tan α = = = 2
x 1
−1
α = tan (2)
= 63.4349
∴ α = 63.4o .
arg(z) = θ = 180o − 63.4o = 116.6o
∴ θ = 116.6o .
√
From z = r(cos θ + i sin θ), where θ = 116.6o and r = 5,
√
o o
z = 5 cos 116.6 + i sin 116.6 .
• If a complex number is written in polar form z = r(cos θ + i sin θ), it can also be
written in polar coordinates as (r, θ) or (r∠θ).
For example z = 2(cos 30o + i sin 30o ) can be written as (2, 30o ) or (2∠30o ).
Consider
z1 = r1 (cos θ1 + i sin θ1 ) and
z2 = r2 (cos θ2 + i sin θ2 )
It therefore follows that
z1 z2 = r1 (cos θ1 + i sin θ1 )r2 (cos θ2 + i sin θ2 )
= r1 r2 cos θ1 (cos θ2 + i sin θ2 ) + i sin θ1 (cos θ2 + i sin θ2 )
2
= r1 r2 cos θ1 cos θ2 + i cos θ1 sin θ2 + i sin θ1 cos θ2 + i sin θ1 sin θ2
= r1 r2 cos θ1 cos θ2 + i cos θ1 sin θ2 + i sin θ1 cos θ2 − sin θ1 sin θ2
= r1 r2 cos θ1 cos θ2 − sin θ1 sin θ2 + i cos θ1 sin θ2 + sin θ1 cos θ2
= r1 r2 cos (θ1 + θ2 ) + sin (θ1 + θ2 ) .
44
Thus
z1 z2 = r1 r2 cos (θ1 + θ2 ) + sin (θ1 + θ2 ) . (3.5)
Solution:
Let r1 = 2, r2 = 3, θ1 = 50o and θ2 = 30o
r1 .r2 = 2 × 3 = 6
θ1 + θ2 = 50o + 30o = 80o .
we shall obtain
z1 z2 = 6(cos 80o + i sin 80o ).
Consider
z1 = r1 (cos θ1 + i sin θ1 ) and
z2 = r2 (cos θ2 + i sin θ2 )
It therefore follows that
z1 r1 (cos θ1 + i sin θ1 )
=
z2 r2 (cos θ2 + i sin θ2 )
r1 (cos θ1 + i sin θ1 )(cos θ2 − i sin θ2 )
=
r2 (cos θ2 + i sin θ2 )(cos θ2 − i sin θ2 )
r1 cos θ1 (cos θ2 − i sin θ2 ) + i sin θ1 (cos θ2 − i sin θ2 )
=
r2 cos θ2 (cos θ2 − i sin θ2 ) + i sin θ2 (cos θ2 − i sin θ2 )
r1 cos θ1 cos θ2 − i cos θ1 sin θ2 + i sin θ1 cos θ2 − i2 sin θ1 sin θ2
=
r2 cos θ2 cos θ2 − i cos θ2 sin θ2 + i sin θ2 cos θ2 − i2 sin θ2 sin θ2
cos θ1 cos θ2 + sin θ1 sin θ2 + i sin θ1 cos θ2 − cos θ1 sin θ2
r1
=
r2 cos2 θ2 + sin2 θ2
r1 cos (θ1 − θ2 ) + i sin (θ1 − θ2 )
=
r2 1
z1 r1
∴ = cos (θ1 − θ2 ) + i sin (θ1 − θ2 ) .
z2 r2
Example 3.23. If z1 = 4 cos 60o + 4i sin 60o and z1 = 3 cos 30o + 3i sin 30o . Find z1 z2
and zz21 in
(a) Given z1 = 4 cos 60o + 4i sin 60o and z1 = 3 cos 30o + 3i sin 30o
Let r1 = 4, r2 = 3, θ1 = 60o and θ2 = 30o
r1 .r2 = 4 × 3 = 12
θ1 + θ2 = 60o + 30o = 90o .
we shall obtain
z1 z2 = 12(cos 90o + i sin 90o )
= 12(0 + i)
∴ z1 z2 = 12i.
And from
z1 r1
= cos (θ1 − θ2 ) + i sin (θ1 − θ2 )
z2 r2
4 o o o o
= cos (60 − 30 ) + i sin (60 − 30 )
3
4 o o
= cos (30 ) + i sin (30 )
3
√
4 3 1
= + i
3 2 2
√
4 3 41
= × + i
3√ 2 32
z1 2 3 2
∴ = + i.
z2 3 3
(b)
z1 = 4 cos 60o + 4i sin 60o
√
1 3
= 4 × + 4i ×
2√ 2
∴ z1 = 2 + 2 3i.
And
z2 = 3 cos 30o + 3i sin 30o
√
3 1
=3× + 3i ×
√ 2 2
3 3 3
∴ z2 = + i
2 2
46
√
√ 3 3 3
z1 z2 = (2 + 2 3i)( + i)
√ 2 2 √
3 3 3 √ 3 3 3
= 2( + i) + 2 3i( + i)
√2 2 √ √2 2 √
= 3 3 + 3i + 3 × 3 × 3i + 3 × 3i2
√ √
= 3 3 + 3i + 9i − 3 3
= 12i
∴ z1 z2 = 12i.
And √ √ √
z1 2 + 2 3i 2 + 2 3i 2(2 + 2 3i)
= √ = √ = √
z2 3 3
+ 3
i (3 3 + 3i)/2 (3 3 + 3i)
2
√2 √
(4 + 4 3i)(3 3 − 3i)
= √ √
(3 3 + 3i)(3 3 − 3i)
√ √
12 3 − 12i + 12 × 3i − 12 3i2
= √ √
9 × 3 − 9 3i + 9 3i − 9i2
√ √
12 3 + 12 3 − 12i + 36i
=
√ 27 + 9
24 3 + 24i
36
√
24 3 24i
= +
36
√ 36
2 3 2i
= +
3
√ 3
z1 2 3 2i
∴ = + .
z2 3 3
(a) z1 z2
z1
(b) z2
(c) z12
in polar form
Problem 3.13. Express in polar form; include a sketch in each case
√ √
(a) 2 − 2i (b) 3 + i (c) − 5i (d) −17 − 23i
De Moivre’s Theorem states that (cos θ + i sin θ)n = cos nθ + i sin nθ, where n is a
positive number [2, subsection 21.7].
47
The theorem can be proved by the method of induction.
When n is negative
Let m = −n
(cos θ + i sin θ)m = cos mθ + i sin mθ
= cos (−nθ) + i sin (−nθ)
−n
(cos θ + i sin θ) = cos (−nθ) + i sin (−nθ).
Lastly when n = pq ,
p p p
(cos θ + i sin θ) q = cos θ + i sin θ.
q q
Generally
(d) cos 5x
cos x
= 1 − 12 sin2 x + 16 sin4 x
Solution:
(a)
(cos 3θ + i sin 3θ)5 (cos θ − i sin θ)3
= cos 13θ − i sin 13θ
(cos 5θ + i sin 5θ)7 (cos 2θ − i sin 2θ)5
(cos 15θ + i sin 15θ)(cos 3θ − i sin 3θ)
LHS =
(cos 35θ + i sin 35θ)(cos 10θ − i sin 10θ)
cos 15θ(cos 3θ − i sin (3θ)) + i sin 15θ(cos 3θ − i sin 3θ)
=
cos 35θ(cos 10θ − i sin (10θ)) + i sin 35θ(cos 10θ − i sin 10θ)
cos 15θ cos 3θ − i sin 3θ cos 15θ + i sin 15θ cos 3θ − i2 sin 3θ sin 15θ
=
cos 35θ cos 10θ − i sin 10θ cos 35θ + i sin 35θ cos 10θ − i2 sin 35θ sin 10θ
cos 15θ cos 3θ + sin 3θ sin 15θ + i sin 15θ cos 3θ − i cos 15θ sin 3θ
=
cos 35θ cos 10θ + sin 35θ sin 10θ + i(sin 35θ cos 10θ − cos 35θ sin 10θ)
cos (15θ − 3θ) + i sin (15θ − 3θ)
=
cos (35θ − 10θ) + i sin (35θ − 10θ)
cos 12θ + i sin 12θ
= by the De Moivre’s theorem, we shall obtain
cos 25θ + i sin 25θ
(cos θ + i sin θ)12
=
(cos θ + i sin θ)25
= (cos θ + i sin θ)12−25
= (cos θ + i sin θ)−13
= cos (−13θ) + i sin (−13θ)
= cos 13θ − i sin 13θ
= RHS.
(b)
(cos θ + i sin θ)2
= sin (2θ + 5φ) − i cos(2θ + 5φ)
(sin φ + i cos φ)5
49
cos 2θ + i sin 2θ
LHS = multiplying by the complex conjugate of the denominator, we shall get
sin 5φ + i cos 5φ
(cos 2θ + i sin 2θ)(sin 5φ − i cos 5φ)
=
(sin 5φ + i cos 5φ)(sin 5φ − i cos 5φ)
cos 2θ(sin 5φ − i cos 5φ) + i sin 2θ(sin 5φ − i cos 5φ)
=
cos 5φ(sin 5φ − i cos 5φ) + i sin 5φ(sin 5φ − i cos 5φ)
cos 2θ sin 5φ − i cos 2θ cos 5φ + i sin 2θ sin 5φ − i2 sin 2θ cos 5φ
=
sin2 5φ − i sin 5φ cos 5φ + i cos 5φ sin 5φ − i2 cos2 5φ
cos 2θ sin 5φ + sin 2θ cos 5φ − i(cos 2θ cos 5φ − sin 2θ sin 5φ)
=
sin2 5φ + cos2 5φ
sin (2θ + 5φ) − i cos (2θ + 5φ)
= using the identity sin2 θ + cos2 θ = 1
1
= sin (2θ + 5φ) − i cos (2θ + 5φ)
= RHS
(c) (i)
cos 4θ = cos4 (θ) − 6 cos2 (θ) sin2 (θ) + sin4 (θ)
Lets consider the expansion of (cos θ + i sin θ)4
(cos θ + i sin θ)4 = cos4 θ + 4i cos3 sin θ + 6i2 cos2 θ sin2 θ + 4i3 cos θ sin3 θ + sin4 θ
= cos4 θ + 4i cos3 sin θ − 6 cos2 θ sin2 θ + −4i cos θ sin3 θ + sin4 θ
= (cos4 θ − 6 cos2 θ sin2 θ + sin4 θ) + 4i(cos3 sin θ − cos θ sin3 θ).
cos 4θ+i sin 4θ = (cos4 θ−6 cos2 θ sin2 θ+sin4 θ)+4i(cos3 sin θ−cos θ sin3 θ).
(3.6)
By equating the real parts on both sides of equation (3.6), we shall obtain
(d)
cos 5x
= 1 − 12 sin2 x + 16 sin4 x
cos x
50
Lets consider the expansion of (cos x + i sin x)5
(cos x + i sin x)5 = cos5 x + 5i cos4 x sin x + 10i2 cos3 x sin2 x + 10i3 cos2 x sin3 x
+ 5i4 cos x sin4 x + i5 sin5 x
= cos5 x + 5i cos4 sin x − 10 cos3 x sin2 x − 10i cos2 x sin3 x
+ 5 cos x sin4 x + i sin5 x
= (cos5 x − 10 cos3 x sin2 x + 5 cos x sin4 x)
+ i(5 cos4 sin x − 10 cos2 x sin3 x + sin5 x)
cos 5x+i sin 5x = (cos5 x−10 cos3 x sin2 x+5 cos x sin4 x)+i(5 cos4 sin x−10 cos2 x sin3 x+sin5 x)
(3.7)
By equating the real parts on both sides of equation (3.7), we shall obtain
Hence
cos 5x
= 1 − 12 sin2 x + 16 sin4 x.
cos x
Note. De Moivre’s theorem works on complex numbers when expressed in polar form
only.
√
Example 3.25. Using De Moivre’s theorem, find (1 + i 3)5
Solution: √
Let z = (1 + i 3), then
p q √ √ √
|z| = r = x + y = 12 + ( 3)2 = 1 + 3 = 4 = 2,
2 2
and √
y
−1 −1 3
arg z = tan ( ) = tan ( ) = 60o .
x 1
51
In polar form, we have that
Thus √
z = (1 + i 3) = 2(cos 60 + i sin 60).
From equation (3.9), we get
Hence √
(1 + i 3)5 == 16 − 27.7i.
3.5 Locus
Example 3.26. Find the equation of the locus given |z − 1| = 2 where z is a complex
number,
Solution:
z = x + iy
|x + iy − 1| = 2
|x − 1 + iy| = 2
p
(x − 1)2 + y 2 = 2 squaring both sides, we get
(x − 1)2 + y 2 = 4
x2 − 2x + 1 + y 2 = 4
x2 + y 2 − 2x + 1 − 4 = 0
x2 + y 2 − 2x − 3 = 0 is the equation of the locus.
52
π
Example 3.27. Find the equation of the locus given arg (z − 3i) = 5
Solution:
Let z = x + iy. Then
z − 3i = x + iy − 3i = x + i(y − 3)
y−3 π
arg (z − 3i) = tan−1 ( )=
x 5
y−3 π
= tan
x 5
180o
= tan
5
= tan 36o
y−3
∴ = 0.726, multiply both sides by x
x
y − 3 = 0.726x
y − 0.726x − 3 = 0 is the equation of the locus.
z−1
Example 3.28. z is a complex number and | z+2i | = 3, find the equation of the curve
in the argand diagram on which the point representing z lies.
Solution:
z−1
=3
z + 2i
x + iy − 1
=3
x + iy + 2i
x + iy − 1
=3
x + iy + 2i
(x − 1) + iy = 3 x + i(y + 2)
p p
(x − 1)2 + y 2= 3 x2 + (y + 2)2 , by squaring both sides, we shall obtain
(x − 1)2 + y 2= 32 (x2 + (y + 2)2 )
x2 − 2x + 1 + y 2= 9(x2 + y 2 + 4y + 4)
= 9x2 + 9y 2 + 36y + 36
0 = 9x2 − x2 + 9y 2 − y 2 + 36y + 2x + 36 − 1
0 = 8x2 + 8y 2 + 2x + 36y + 35.
Thus 8x2 + 8y 2 + 2x + 36y + 35 = 0 is the equation of the locus.
Solution:
53
(i)
x + iy − 1 + 2i = 5
(x − 1) + i(y + 2) = 5
p
(x − 1)2 + (y + 2)2 = 5 by squaring both sides, we shall obtain
(x − 1)2 + (y + 2)2 = 52 .
Which is the standard equation of a circle, whose radius is 5 units and centre
(1, −2).
(x − 1)2 + (y + 2)2 = 52
x2 − 2x + 1 + y 2 + 4y + 4 = 25
x2 + y 2 − 2x + 4y + 5 = 25
x2 + y 2 − 2x + 4y − 20 = 0 is the equation of the locus.
54
(ii) Sketch
y axis
1
−7 −6 −5 −4 −3 −2 −1 1 2 3 4 5 6
x axis
−1
−2
−3 2
x + y 2 − 2x + 4y − 20 = 0
−4
−5
−6
−7
z−i
Problem 3.15. If z is a complex number and z+1
= 2, find the equation of the
curve in the Argand diagram on which the point representing z lies
55
3.6 Complex roots of unity
To find the nth complex roots of unity of a given complex number, we first find the
modulus r = |z| of the number and the principle argument θ. The n roots of unity
are obtained from the equation
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) , (3.11)
n n
where k = 0, 1, 2, . . . , n − 1.
√
Example 3.30. Find the 6 distinct roots of −1 + i 3 and plot them
Solution:
√
z = −1 + i 3
Im z
√ 2i
z = −1 + 3i
1i
−2 −1 α θ 1 2 Re z
−1i
−2i
√
Figure 35: Shows the complex number z = −1 + 3i plotted on an Argand Diagram
√
3
α = tan−1 ( )
√ 1
= tan−1 3
= 60o .
∴ θ = 180o − 60o
= 120o .
q √
|z| = r = 12 + ( 3)2
√
= 1+3
√
= 4
= 2.
√
Required is to determine (−1 + i 3)1/6 .
56
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 2, k = 0, 1, 2, . . . , 5, n = 6 and θ = 120o . Then
1/6 120 + 360k 120 + 360k
zk = 2 cos ( ) + i sin ( )
6 6
1/6 120 360k 120 360k
=2 cos ( + ) + i sin ( + )
6 6 6 6
1/6
=2 cos (20 + 60k) + i sin (20 + 60k) .
When k = 0,
1/6
z0 = 2 cos (20 + 60 × 0) + i sin (20 + 60 × 0)
1/6
=2 cos (20 + 0) + i sin (20 + 0)
1/6
=2 cos (20) + i sin (20)
When k = 1,
1/6
z1 = 2 cos (20 + 60 × 1) + i sin (20 + 60 × 1)
1/6
=2 cos (20 + 60) + i sin (20 + 60)
1/6
=2 cos (80) + i sin (80)
57
When k = 2,
1/6
z2 = 2 cos (20 + 60 × 2) + i sin (20 + 60 × 2)
1/6
=2 cos (20 + 120) + i sin (20 + 120)
1/6
=2 cos (140) + i sin (140)
When k = 3,
1/6
z3 = 2 cos (20 + 60 × 3) + i sin (20 + 60 × 3)
1/6
=2 cos (20 + 180) + i sin (20 + 180)
1/6
=2 cos (200) + i sin (200)
When k = 4,
1/6
z4 = 2 cos (20 + 60 × 4) + i sin (20 + 60 × 4)
1/6
=2 cos (20 + 240) + i sin (20 + 240)
1/6
=2 cos (260) + i sin (260)
58
When k = 5,
1/6
z5 = 2 cos (20 + 60 × 5) + i sin (20 + 60 × 5)
1/6
=2 cos (20 + 300) + i sin (20 + 300)
1/6
=2 cos (320) + i sin (320)
(i) x3 + 1 = 0
(ii) x3 − 1 = 0
(iii) x3 − i = 0
Solution:
(i)
x3 + 1 = 0
x3 = −1
x3 = −1 + 0i
Thus x = (−1 + 0i)1/3
Im z
1i
−1 θ 1 Re z
z = −1 + 0i
−1i
Modulus p
|z| = r = x2 + y 2
√
= −12 + 02
√
= 1
= 1.
59
y
θ = Arg(z) = tan−1 ( )
x
0
= tan−1 ( )
−1
o
= 180 .
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 1, n = 3, k = 0, 1, 2 and θ = 180o . Then
1/3 180 + 360k 180 + 360k
zk = 1 cos ( ) + i sin ( )
3 3
= 1. cos (60 + 120k) + i sin (60 + 120k)
(ii)
x3 − 1 = 0
x3 = 1
x3 = 1 + 0i
Thus x = (1 + 0i)1/3
Modulus p
|z| = r = x2 + y 2
√
= 12 + 02
√
= 1
= 1.
60
Im z
1i
−1 1 Re z
z = 1 + 0i
−1i
y
θ = Arg(z) = tan−1 ( )
x
0
= tan−1 ( )
1
o
=0 .
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 1, n = 3, k = 0, 1, 2 and θ = 0o . Then
1/3 0 + 360k 0 + 360k
zk = 1 cos ( ) + i sin ( )
3 3
= 1. cos (120k) + i sin (120k)
Im z
1i
z =0+i
−1 θ 1 Re z
−1i
Modulus p
|z| = r = x2 + y 2
√
= 02 + 12
√
= 1
= 1.
y
θ = Arg(z) = tan−1 ( )
x
1
= tan−1 ( )
0
= 90o .
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 1, n = 3, k = 0, 1, 2 and θ = 90o . Then
1/3 90 + 360k 90 + 360k
zk = 1 cos ( ) + i sin ( )
3 3
= 1. cos (30 + 120k) + i sin (30 + 120k)
Solution:
(2i)2 + 4 = 0
4i2 + 4 = 0
−4 + 4 = 0
Therefore 1 + i is a root of x4 + 4 = 0.
Next, we obtain the other roots
x4 + 4 = 0
x4 = −4
= −4 + 0i
Modulus p
|z| = r = x2 + y 2
√
= −42 + 02
√
= 16
= 4.
y
θ = Arg(z) = tan−1 ( )
x
−1 0
= tan ( )
−4
= 180o .
63
Im z
1i
−4 −3 −2 −1 θ 1 Re z
z = −4 + 0i
−1i
−2i
−3i
−4i
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 4, n = 4, k = 0, 1, 2, 3 and θ = 180o . Then
1/4 180 + 360k 180 + 360k
zk = 4 cos ( ) + i sin ( )
4 4
1/4
∴ zk = 4 cos (45 + 90k) + i sin (45 + 90k)
When k = 0,
1/4
z0 = 4 cos (45 + 90 × 0) + i sin (45 + 90 × 0)
= 1.4142 cos (45 + 0) + i sin (45 + 0)
= 1.4142 cos (45) + i sin (45)
= 1.4142 0.7071 + 0.7071i
= 0.99998 + 0.99998i
∴ z0 = 1 + i.
64
When k = 1,
1/4
z1 = 4 cos (45 + 90 × 1) + i sin (45 + 90 × 1)
= 1.4142 cos (45 + 90) + i sin (45 + 90)
= 1.4142 cos (135) + i sin (135)
= 1.4142 − 0.7071 + 0.7071i
= −0.99998 + 0.99998i
∴ z1 = −1 + i.
When k = 2,
1/4
z2 = 4 cos (45 + 90 × 2) + i sin (45 + 90 × 2)
= 1.4142 cos (45 + 180) + i sin (45 + 180)
= 1.4142 cos (225) + i sin (225)
= 1.4142 − 0.7071 − 0.7071i
= −0.99998 − 0.99998i
∴ z2 = −1 − i.
When k = 3,
1/4
z3 = 4 cos (45 + 90 × 3) + i sin (45 + 90 × 3)
= 1.4142 cos (45 + 270) + i sin (45 + 270)
= 1.4142 cos (315) + i sin (315)
= 1.4142 0.7071 − 0.7071i
= 0.99998 − 0.99998i
∴ z3 = 1 − i.
x3 + 8 = 0
(−2)3 + 8 = 0
−8 + 8 = 0
Therefore −2 is a root of x3 + 8 = 0.
65
Next, we obtain the other roots
x3 + 8 = 0
x3 = −8
= −8 + 0i
Im z
1i
−8 −7 −6 −5 −4 −3 −2 −1 θ 1 Re z
z = −4 + 0i
−1i
−2i
−3i
−4i
−5i
−6i
−7i
−8i
Modulus p
|z| = r = x2 + y 2
√
= −82 + 02
√
= 64
= 8.
y
θ = Arg(z) = tan−1 ( )
x
0
= tan−1 ( )
−8
o
= 180 .
From (3.11),
1/n θ + 360k θ + 360k
zk = r cos ( ) + i sin ( ) ,
n n
where r = 8, n = 3, k = 0, 1, 2 and θ = 180o . Then
66
1/3 180 + 360k 180 + 360k
zk = 8 cos ( ) + i sin ( )
3 3
∴ zk = 2 cos (60 + 120k) + i sin (60 + 120k)
When k = 0,
z0 = 2 cos (60 + 120 × 0) + i sin (60 + 120 × 0)
= 2 cos (60 + 0) + i sin (60 + 0)
= 2 cos (60) + i sin (60)
√
3
= 2 0.5 + i
2
√
= 1 + 3i
√
∴ z0 = 1 + 3i.
When k = 1,
z1 = 2 cos (60 + 120 × 1) + i sin (60 + 120 × 1)
= 2 cos (60 + 120) + i sin (60 + 120)
= 2 cos (180) + i sin (180)
= 2 − 1 + 0i
∴ z1 = −2.
When k = 2,
z2 = 2 cos (60 + 120 × 2) + i sin (60 + 120 × 2)
= 2 cos (60 + 240) + i sin (60 + 240)
= 2 cos (300) + i sin (300)
√
3
= 2 0.5 − i
2
√
= 1 − 3i
√
∴ z0 = 1 − 3i.
67
3.7 Answers
(a) −2 − 3i (d) −1 + i
(b) 3 − 3i
9
(c) 2
+ 56 i (e) −3 + 3i
5 2 7 11
(e) 29
− 29
i (i) 4 − 2i (m) 17
+ 17
i
68
[ Answers to Problem 3.7]
(i)
1 2
+ =4+i
z z
1 2
+ =4+i
x + iy x + iy
3
= 4 + i.
x + iy
3
By evaluating x+iy
, we shall obtain that
3 3(x − iy)
=
x + iy (x + iy)(x − iy)
3x − 3iy
=
x(x − iy) + iy(x − iy)
3x − 3iy
= 2
x − ixy + ixy − i2 y 2
3x − 3iy
= 2
x + y2
3 3x 3y
∴ = 2 − i.
x + iy x + y 2 x2 + y 2
Thus
3x 3y
− 2 i = 4 + i. (3.12)
x2
+y 2 x + y2
We shall therefore equate the real parts and imaginary parts of equation (3.12)
It therefore follows that
3x
=4 (3.13)
x2 + y 2
and
3y
− =1 (3.14)
x2 + y2
From equation (3.13) we get
3x = 4(x2 + y 2 ).
−3y = (x2 + y 2 ).
70
Lets expand (2 + i)2
(2 + i)2 = (2 + i)(2 + i)
= 2(2 + i) + i(2 + i)
= 4 + 2i + 2i + i2
= 4 + 4i − 1
= 4 − 1 + 4i
= 3 + 4i.
Thus
(2 + i)4 = (3 + 4i)(3 + 4i)
= 3(3 + 4i) + 4i(3 + 4i)
= 9 + 12i + 12i + 16i2
= 9 + 24i − 16
= 9 − 16 + 24i
4
∴ (2 + i) = −7 + 24i.
(b)
2−i 2−i (2 − i)(−1 + 3i)
= =
3i − 1 −1 + 3i (−1 − 3i)(−1 − 3i)
2(−1 − 3i) − i(−1 − 3i)
=
−1(−1 − 3i) + 3i(−1 − 3i)
−2 − 6i + i + 3i2
=
1 + 3i − 3i − 9i2
−2 − 5i − 3
=
1+9
−5 − 5i
=
10
−5 5i
= −
10 10
2−i −1 1
∴ = − i.
3i − 1 2 2
√
(4+3i) (3+4i)
(c) (3+i)
.
71
√
(4+3i) (3+4i) 2
Consider the expansion of (3+i)
p
(4 + 3i) (3 + 4i) 2 (4 + 3i)(4 = 3i)(3 + 4i)
=
(3 + i) (3 + i)(3 + i)
(4(4 + 2i) + 3i(4 + 3i))(3 + 4i)
=
3(3 + i) + i(3 + i)
(16 + 12i + 12i + 9i2 )(3 + 4i)
=
9 + 3i + 3i + i2
(16 + 24i − 9)(3 + 4i)
=
9 + 6i − 1
(7 + 24i)(3 + 4i)
=
8 + 6i
7(3 + 4i) + 24i(3 + 4i)
=
8 + 6i
21 + 28i + 72i + 96i2
=
8 + 6i
21 + 100i − 96
=
8 + 6i
−75 + 100i
=
8 + 6i
(−75 + 100i)(8 − 6i)
=
(8 + 6i)(8 − 6i)
−75(8 − 6i) + 100i(8 − 6i)
=
8(8 − 6i) + 6i(8 − 6i)
−600 + 450i + 800i − 600i2
=
64 − 48i + 48i − 36i2
−600 + 600 + 1250i
=
64 + 36
1250
= i
p 100
(4 + 3i) (3 + 4i) 2
∴ = 12.5i.
(3 + i)
√
(4+3i) (3+4i)
Therefore we can now obtain (3+i)
by getting the square root 12.5i
p √
Let r = |z| = x2 + y 2 = 02 + 12.52 , θ = 90o
72
1 1 1
From z 2 = r 2 (cos θ + i sin θ) 2 , we shall obtain
1 √ θ θ
z2 = r(cos
+ i sin )
2 2
√ 90 90
= 12.5(cos + i sin )
√ 2 2
= 12.5(cos 45 + i sin 45)
√ √
√ 2 2
= 12.5 +i
2 2
√ √
25 25
= + i
2 2
5 5
= + i
p 2 2
(4 + 3i) (3 + 4i)
∴ = 2.5 + 2.5i.
(3 + i)
73
Activity for subsection 3.2
74
Activity for subsection 3.3
5
[ Answers to Problem 3.12] We are given that z1 = 10, arg(z1 ) = 12
π, z2 = 2 and
arg(z2 ) = −π
12
(a) From
z1 z2 = r1 r2 cos (θ1 + θ2 ) + i sin (θ1 + θ2 )
5 −π
where r1 = 10, r2 = 2, θ1 = 12
π and θ2 = 12
.
Thus
5 −π 5 −π
z1 z2 = 10 × 2 cos ( π + ) + i sin ( π + )
12 12 12 12
4 4
= 20 cos ( π) + i sin ( π)
12 12
4 4
= 20 cos ( × 180) + i sin ( × 180)
12 12
= 20 cos (60) + i sin (60)
√
1 3
= 20 +i
2 2
√
∴ z1 z2 = 10 + 10 3i.
(b)
z1 r1
= cos (θ1 − θ2 ) + i sin (θ1 − θ2 )
z2 r2
10 5 −π 5 −π
= cos ( π − ) + i sin ( π − )
2 12 12 12 12
6 6
= 5 cos ( π) + i sin ( π)
12 12
π π 180 180
= 5 cos ( ) + i sin ( ) = 5 cos ( ) + i sin ( )
2 2 2 2
= 5(cos 90 + i sin 90)
= 5(0 + i)
z1
∴ = 5i.
z2
75
(c)
z12 = z1 z1 = r1 r1 cos (θ1 + θ1 ) + i sin (θ1 + θ1 )
5 5 5 5
= 10 × 10 cos ( π + π) + i sin ( π + π)
12 12 12 12
10 10
= 100 cos ( π) + i sin ( π)
12 12
10 10
= 100 cos ( × 180) + i sin ( × 180)
12 12
= 100 cos (150) + i sin (150)
76
Activity for subsection 3.5
77
Activity for subsection 3.6
78
References
[1] Andreescu, T., & Andrica, D. (2006). Complex Numbers from A to... Z (Vol.
165). Boston: Birkhäuser.
[2] Tranter C. J. ( 1987) Advanced Level Pure Mathematics (Fourth Edition) Hodder
and Stoughton London.
79