Advanced Math CHAPTER 5 ComplexNumbers
Advanced Math CHAPTER 5 ComplexNumbers
5.1 Overview
Complex numbers have many real-world applications, however, they are most commonly used in
engineering and physics. For example, complex numbers can be used to analyse variations in voltage and
current in an AC circuit. In mathematics, complex numbers are used to solve equations that were once
thought to be ‘impossible’. With the introduction of the imaginary number i, the complex number system
was created, producing a new field of mathematics and visually striking objects such as the Mandelbrot set.
LEARNING SEQUENCE
5.1 Overview
5.2 Complex numbers in Cartesian form
5.3 Complex numbers in polar form
5.4 De Moivre’s theorem
5.5 The complex plane (the Argand plane)
5.6 Roots of complex numbers
5.7 Factorisation of polynomials
5.8 Review: exam practice
Fully worked solutions are available for this chapter in the resources section of your eBookPLUS at
www.jacplus.com.au.
This means that solutions to equations such as x2 = −1 can now be found in terms of i.
The general form of a complex number is represented by z and defined as z = a + bi, where a and b ∈ R,
and z ∈ C, where C is used to denote the set of complex numbers (in the same way that R denotes the set of
real numbers). Note that z = a + bi is one single number but is composed of two parts: a real part and an
imaginary part. The real part is written as Re(z) = a and the imaginary part is written as Im(z) = b.
A complex number in the form z = a + bi, where both a and b are real numbers, is called the Cartesian
form or rectangular form or standard form of a complex number. Throughout this chapter, it is assumed that
all equations are solved over C.
WORKED EXAMPLE 1
Evaluate each of the following. ( )
a. Re (6 − 12i) b. Im 3 − i + i3
THINK WRITE
a. The real part of the complex number 6 − 12i is 6. a. Re (6 − 12i) = 6
( ) ( )
b. 1. Simplify 3 − i + i3 first by recalling that i2 = −1. b. Im 3 − i + i3 = Im 3 − i + i2 × i
= Im (3 − i − i)
= Im (3 − 2i)
2. Look for the coefficient of i to determine the Im (3 − 2i) = −2
imaginary part of any complex number.
262 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
Review of complex number arithmetic
If z = a + bi and w = c + di then
Addition: z + w = a + bi + c + di = (a + c) + (b + d)i
Subtraction: z − w = z + (−w) = (a − c) + (b − d)i
Scalar multiplication: k × z = k(a + bi) = ka + kbi, where k ∈ R
Multiplication: z × w = (a + bi) × (c + di) = (ac − bd) + (ad + bc)i
WORKED EXAMPLE 2
If p = 5 − 3i and q = −2 + 7i, evaluate each of the following without using a calculator.
a. 2p − q b. p × q c. (p + q)2
THINK WRITE
a. 1. Substitute for p and q. a. 2p − q = 2(5 − 3i) − (−2 + 7i)
2.Multiply each part of p by 2. = 10 − 6i + 2 − 7i
3.Simplify the real and imaginary parts. = 12 − 13i
b. Substitute for p and q. b. p × q = (5 − 3i) × (−2 + 7i)
Use the Distributive Law to expand the brackets. = −10 + 35i + 6i − 21i2
Simplify the real and imaginary parts recalling that = −10 + 41i − 21 × −1
i2 = −1. = 11 + 41i
2 2
c. 1. Substitute for p and q. c. (p + q) = ((5 − 3i) + (−2 + 7i))
2. Simplify the real and imaginary parts. = (3 + 4i)2
2
3. Expand by recalling (a + b) = a2 + 2ab + b2 . = 9 + 24i + 16i2
4. Simplify 9 + 24i + 16i2 by recalling that i2 = −1. = 9 + 24i − 16
= −7 + 24i
Powers of i
As i2 = −1, it follows that
i3 = i × i2 = i × −1 = −i
( )2
i4 = i2 = (−1)2 = 1
and i5 = i × i4 = i × 1 = i.
A pattern can be seen for repetitions of the powers of i. Any even power of i will give ±1, while any odd
power of i will give ±i.
Multiplication by i
If z = a + bi, then iz is given by
iz = i(a + bi)
= ia + i2 b
= −b + ai
264 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
Im(z)
iz a
b z
b 0 a Re(z)
Im(z)
b z = a + bi
a Re(z)
_
−b z = a − bi
The complex conjugate can be determined by changing the sign of the imaginary component.
WORKED EXAMPLE 3
Determine the complex conjugate of each of the following complex numbers.
√
a. v = 12 − 6i b. w = −3 + 6i
THINK WRITE
a. Change the sign of the imaginary component. v = 12 + 6i
√
b. Change the sign of the imaginary component. w = −3 − 6i
Complex conjugates are helpful when dividing complex numbers. The following investigation will
z
consider the two complex numbers z1 = a + bi and z2 = c + di. To perform the operation 1 we must begin
z2
by multiplying the numerator and denominator by z2 .
z1 a + bi
=
z2 c + di
a + bi c − di z2
= × Multiply the fraction by
c + di c − di z2
ac − adi + bci − bdi2
= 2 Simplify the numerator and denominator by applying the distributive
c − cdi + cdi − d2 i2 law of multiplication.
(ac + bd) + (bc − ad) i
= Collect real and imaginary components
c2 + d2
(ac + bd) (bc − ad) i
= 2 + 2 Expressed in the form a + bi
c + d2 c + d2
266 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
Division of complex numbers
For division of complex numbers z1 and z2
z1 z z
= 1× 2 where z2 ≠ 0
z2 z2 z2
WORKED EXAMPLE 5
1 − 3i
Express in the form a + bi.
4+i
THINK WRITE
1 − 3i 4 − i
1. Multiply both the numerator and denominator by ×
the complex conjugate of 4 + i. 4+i 4−i
4 − i − 12i + 3i2
2. Expand and simplify the expressions obtained in the =
numerator and denominator. 42 − 4i + 4i − i2
1 − 13i
=
17
1 13
3. Express in standard form, a + bi. = − i
17 17
a. z = 1 + i b. z = 2 − 6i c. z = −3 + 2i d. z = −4 − 4i
3−i
12. WE5 Express in the form a + bi.
2 + 5i
13. If w = 3 + 3i and v = 8 − 2i, then:
a. MC Im(w v) is equal to:
A. −30 B. −32 C. −34 D. 30
b. MC The expression vw is equal to:
A. 30 + 18i B. 30 − 18i C. −30 − 18i D. −30 + 12i
14. Let z1 = a + bi and z2 = c + di. Prove the identity, z1 + z2 = z1 + z2 .
15. Let z1 = a + bi and z2 = c + di. Prove the identity, z1 × z2 = z1 × z2
16. Suppose p = (a1 , b1 ), q = (a2 , b2 ) and r = (a3 , b3 ).
Prove the distributive law: p (q + r) = pq + pr.
17. Calculate the values of x and y that satisfy each of the following.
a. (3 + 2i) (x + yi) = 37 − 10i b. (5 + 4i) (x + yi) = −32 − i
268 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
The angle 𝜃 that the line segment makes with the positive real axis is called the argument of z, and is
denoted by arg(z).
Usually this angle is given in radians, as multiples of 𝜋, although it can also be given in degrees. Angles
measured anticlockwise from the positive real axis are positive angles, and angles measured clockwise from
the positive real axis are negative angles. Because any integer multiple of 2𝜋 radians (or 360°) can be added
or subtracted to any angle to get the same result on the Argand plane, all complex numbers have more than
one representation. That is, there is no unique angle to represent a complex number.
To overcome this problem, we often refer to the principal value of the argument of z. The principal value
is defined to be the angle Arg(z) where Arg(z) ∈ (−𝜋, 𝜋]. (Note the use of the capital letter A to denote the
principal value.)
−𝜋 < Arg(z) ≤ 𝜋
Polar form
In the diagram on the previous page, the trigonometric properties of a right-angled triangle can be used to
deduce that a = r cos(𝜃) and b = r sin(𝜃). Therefore, a complex number z = a + bi can be written as
z = r cos(𝜃) + r sin(𝜃)i. This latter form is known as polar form of a complex number. It is sometimes
called the modulus-argument form of a complex number.
Note that the polar form of a complex number can also be written as z = |z|cis(𝜃), since r = |z|.
WORKED EXAMPLE 6
√
a. Express 2 − 2 3 i in polar form.
( )
𝜋
b. Express 6 cis in Cartesian form.
4
270 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
ID:c0005-t0940
ID:c0005-t0880
ID:c0005-t0970
ID:c0005-p0650
ID:c0005-t0910
ID:c0005-t1000
ID:c0005-t0955
ID:c0005-t0985
ID:c0005-t1015
4. To convert the complex
number to Polar form,
select
MENU
2: Number
9: Complex Number
Tools
6: Convert to Polar
√
Note that the TI calculator will only return an approximate answer to 2 3.
Pdf_Folio:271
z = r cos(−𝜃) + r sin(−𝜃)i _
z
= r cos(𝜃)
[ − r sin(𝜃)i]
= r cos(𝜃) − i sin(𝜃)
= r cis(−𝜃)
( ) ( ) ( ) ( )
The trigonometric identities, sin −𝜃 = −sin 𝜃 and cos −𝜃 = cos 𝜃 were used to simplify the above
calculation. These will also be useful when proving modulus and argument identities in polar form.
sin (𝜃1 ± 𝜃2 ) = sin (𝜃1 ) cos (𝜃2 ) ± cos (𝜃1 ) sin (𝜃2 ) [1]
cos (𝜃1 ± 𝜃2 ) = cos (𝜃1 ) cos (𝜃2 ) ∓ sin (𝜃1 ) sin (𝜃2 ) [2]
2 2
cos (𝜃) + sin (𝜃) = 1 [3]
we have
( ( ) ( ))
z1 × z2 = r1 r2 cos 𝜃1 + 𝜃2 + i sin 𝜃1 + 𝜃2
( )
= r1 r2 cis 𝜃1 + 𝜃2
272 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
We can follow a similar process for division of complex numbers in polar form, shown below.
( ( ) ( ))
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 + cos 𝜃1 × −i sin 𝜃2 + i sin 𝜃1 × cos 𝜃2 + i sin 𝜃1 × −i sin 𝜃2
= ( ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ))
r2 cos 𝜃2 × cos 𝜃2 + cos 𝜃2 × −i sin 𝜃2 + i sin 𝜃2 × cos 𝜃2 + i sin 𝜃2 × −i sin 𝜃2
( ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ))
r1 cos 𝜃1 cos 𝜃2 − i cos 𝜃1 sin 𝜃2 + i cos 𝜃2 sin 𝜃1 + sin 𝜃1 sin 𝜃2
= ( ( ) ( )((((( ) ( )((((( ) ( ))
r2 cos2 𝜃2 ( ((
−i(cos 𝜃(2 sin 𝜃2 ( ((
+i(cos 𝜃( 2
2 sin 𝜃2 + sin 𝜃2
( ( ) ( ) ( ) ( ) ( ( ) ( ) ( ) ( )))
r1 cos 𝜃1 cos 𝜃2 + sin 𝜃1 sin 𝜃2 + i cos 𝜃2 sin 𝜃1 − cos 𝜃1 sin 𝜃2
= ( ( ) ( ))
r2 cos2 𝜃2 + sin2 𝜃2
WORKED EXAMPLE 7
( ) ( )
2𝜋 𝜋
If z1 = 4 cis and z2 = 5 cis , determine
3 4
z1
a. z1 × z2 b.
z2
THINK WRITE
( ) ( )
2𝜋 𝜋
a. 1. Simplify using the multiplication rule a. z1 × z2 = 4 cis × 5 cis
3 4
z1 × z2 = r1 r2 cis (𝜃1 + 𝜃2 ). ( )
2𝜋 𝜋
= 4 × 5 cis +
3 4
274 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
5.3.4 Proving identities involving the modulus and argument
The product of a complex number and its conjugate, z × z, is a real number. Consider the following where
a, b ∈ R.
zz = (a + bi) × (a − bi)
= a2 − abi + abi − b2 i2
= a2 + b2
= |z|2
WORKED EXAMPLE 8
276 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
√
3. a. WE6 Express 2 3 + 2i in polar form.
( )
2𝜋
b. Express 15 cis in Cartesian form.
3
1 1
c. Express − √ − i in polar form.
3 3
( )
𝜋
d. Express 4 cis − in Cartesian form.
4
( ( ) ( )) ( )
𝜋 𝜋 5𝜋
4. Simplify 3 cos + i sin + 4 cis , giving your answer in Cartesian form.
3 3 6
5. Express each of the following using a principal argument.
( ) ( ) ( )
7𝜋 −12𝜋 7𝜋
a. cis b. cis c. cis
4 11 5
( ) ( )
𝜋 3𝜋
6. WE7 If z1 = 2 cis and z2 = 6 cis , determine:
6 4
z2
a. z1 × z2 b.
z1
( )
7. Express each of the following in the form r cis 𝜃 where 𝜃 ∈ (−𝜋, 𝜋].
( ) ( ) ( ) ( )
𝜋 𝜋 5𝜋 𝜋
a. 3 cis × 4 cis b. 15 cis ÷ 5 cis
4 2 6 3
√ ( ) ( ) ( ) ( )
−7𝜋 5𝜋 3𝜋 𝜋
c. 5 cis × 4 cis d. 6 cis ÷ 2 cis
12 12 4 8
√ ( ) √ ( ) ( ) ( )
3𝜋 4𝜋 −7𝜋 5𝜋
e. 7 cis − × 7 cis − f. 14 cis ÷ 7 cis
4 5 12 6
√ ( )
𝜋
8. Given u = 1 + 3i and v = 4 cis , determine each of the following, expressing your answers in
6
exact polar form where possible.
v
a. uv b. 2u − 3v c.
u( )
𝜋
9. WE8 Verify the identity z − z = 2i Im (z) using z = 3 cis .
3
10. Use polar arithmetic to prove the following identities.
a. |z1 z2 | = |z1 ||z2 | b. arg(z1 z2 ) = arg(z1 ) + arg(z2 )
11. Prove the following identities using a polar approach.
( )
| z1 | |z1 | z1
a. | | = b. arg = arg(z1 ) − arg(z2 )
| z2 | |z2 | z2
12. Prove the following identities using polar arithmetic.
a. |zn | = |z|n b. arg(zn ) = n arg(z)
( )
13. Given z = r cis 𝜃 , prove the following identities.
( )
|1| 1 1
a. | | = , z ≠ 0 b. arg = −n arg(z), z ≠ 0
| zn | |z|n zn
( ) ( )
𝜋 𝜋
14. Verify the following identities if z1 = 4 cis and z2 = 7 cis .
3 6
a. |z1 z2 | = |z1 ||z2 | b. z1 + z1 = 2Re (z1 )
( )
z1
c. arg = arg(z1 ) − arg(z2 ) d. arg(z1 z2 ) = arg(z1 ) + arg(z2 )
z2
15. Prove the identity, z1 + z2 = z1 + z2 using polar arithmetic.
17.
( ) to prove the identity, z + z = 2Re (z).
Use polar arithmetic
18. Given z = |z|cis 𝜃 , prove the identity, z − z = 2iIm (z).
( )
1 (√ ) √ 𝜋
19. a. Let u = 3 − i and v = 2 cis .
4 4
i. Determine uv, working with both numbers in Cartesian form and giving your answer in Cartesian
form.
ii. Determine uv, working with both numbers in polar form and giving your answer in polar form.
( )
𝜋
iii. Hence, deduce the exact value of sin .
12
( )
𝜋
iv. Using the formula sin(x − y), verify your exact value for sin .
12
√ ( )
2𝜋
b. Let u = 2 (1 − i) and v = 2 cis .
3
i. Determine uv, working with both numbers in Cartesian form and giving your answer in Cartesian
form.
ii. Determine uv, working with both numbers in polar form and giving your answer in polar form.
( )
5𝜋
iii. Hence, deduce the exact value of sin .
12
( )
5𝜋
iv. Using the formula sin(x − y), verify your exact value for sin .
12
278 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
( )
Now consider the repeated multiplication of the complex number z = r cis 𝜃 .
( )
z1 = r1 cis 𝜃
( ) ( ) ( ) ( )
z2 = r cis 𝜃 × r cis 𝜃 = r × r cis 𝜃 + 𝜃 = r2 cis 2𝜃
( ) ( ) ( ) ( )
z3 = r cis 𝜃 × r cis 𝜃 × r cis 𝜃 = r3 cis 3𝜃
( ) ( ) ( ) ( ) ( )
z4 = r cis 𝜃 × r cis 𝜃 × r cis 𝜃 × r cis 𝜃 = r4 cis 4𝜃
De Moivre’s theorem
De Moivre’s theorem states that (r cis(𝜃))n = rn cis(n𝜃), where n ∈ Z.
This theorem can be proved using mathematical induction demonstrated in the following worked example.
WORKED EXAMPLE 9
Prove De Moivre’s theorem, (r cis(𝜃))n = rn cis(n𝜃), for positive integer values of n through the
process of mathematical induction.
THINK WRITE
1. State the proposition. Let P (n) be the proposition that
(r cis (𝜃))n = rn cis (n𝜃), n ∈ N, n ≥ 1.
2. State what is required to RTP: Both P (1) is true and P (k + 1) is true given P (k) is
prove (RTP). true.
3. Test for when n = 1. n = 1; LHS = (r cis (𝜃))1
= r cis (𝜃)
RHS = r1 cis (1 × 𝜃)
= r cis (𝜃)
LHS = RHS ⇒ P (1) is true.
4. Assume the theorem is true Assume P (k) is true k ∈ N, k ≥ 1
for n = k. (r cis (𝜃))k = rk cis (k𝜃)
[ ]k
r (cos 𝜃 + i sin 𝜃) = rk (cos k𝜃 + i sin k𝜃)
5. Rewrite De Moivre’s RTP: (r cis (𝜃))k+1 = rk+1 cis ((k + 1) 𝜃)
theorem for when n = k + 1.
6. Approach the proof by LHS:
considering the LHS. (r cis (𝜃))k+1 = (r cis (𝜃))k × (r cis (𝜃))1
= rk cis (k𝜃) × r1 cis (𝜃)1
= rk+1 (cos(k𝜃) + i sin(k𝜃)) (cos(𝜃) + i sin(𝜃))
( )
cos(k𝜃) cos(𝜃) + cos(k𝜃) i sin(𝜃)
= rk+1
+i sin(k𝜃) cos(𝜃) + i2 sin(k𝜃) sin(𝜃)
⎛(cos(k𝜃) cos(𝜃) ) ⎞
( − sin(k𝜃) sin(𝜃))
7. Simplify by grouping the real = rk+1 ⎜ cos(k𝜃) sin(𝜃) ⎟
⎜ +i ⎟
and imaginary components. ⎝ + sin(k𝜃) cos(𝜃) ⎠
De Moivre’s theorem is also applicable for negative integer values of n. A proof will not be conducted
here, however an opportunity to do so exists in Exercise 5.4.
WORKED EXAMPLE 10
Simplify the following using De Moivre’s theorem.
( ( ))5 ( ( ))−3
𝜋 2𝜋
a. 3 cis b. 8 cis
4 3
THINK WRITE
( ( ))5 ( )
𝜋 5 𝜋
a. 1. Use De Moivre’s theorem for calculating the result a. 3 cis = 3 cis 5 ×
of raising a complex number to a power. 4 4
( )
3𝜋
2. Evaluate 35 and convert the angle into a principal = 243 cis −
value. 4
5𝜋 5𝜋 3𝜋
= − 2𝜋 = − .
4 4 4 ( ( ))−3 ( )
2𝜋 −3 2𝜋
b. 1. Use De Moivre’s theorem for calculating the result b. 8 cis = 8 cis −3 ×
of raising a complex number to a power. 3 3
( )
1 2𝜋
2. Use index laws to help simplify 8−3 and simplify = 3 cis −3 ×
the argument. 8 3
1
3. Express the angle as a principal value. =
cis (−2𝜋)
512
1
= cis (0)
512
1 1
4. Write r cis (𝜃) in expanded form to simplify further. = cos(0) + i × sin(0)
512 512
1
=
512
280 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
TI | THINK WRITE CASIO | THINK WRITE
a. 1. On a Calculator page, a. 1. On a Run-Matrix
complete the entry line screen,
(3∠45)5 complete the entry
( )5
𝜋
line 3∠
4
(( )4 ( )4 )
4 + 4i 1
7. If 4 − = a + bi, determine the value of a and b.
1−i 1+i
( √ )n ( √ )n
8. Determine all values of n such that − 3 + 1 + − 3 − i = 0.
9. a. If z = 2 + 2i, determine each of the
( following.
)
i. z8 ii. Arg z8
√
b. If z = −3 3 + 3i, calculate each of the following.
( )
i. z6 ii. Arg z6
( )
10. If z = cis 𝜃 , show that
( )
𝜃 𝜃
a. |z + 1| = 2 cos b. Arg (1 + z) =
2 2
( ( ))2 ( )
11. a. By considering the real and imaginary parts of the equation cis 𝜃 = cis 2𝜃 , show that
( ) ( ) 2
( )
i. cos 2𝜃 = cos2 𝜃 − sin 𝜃
( ) ( ) ( )
ii. sin 2𝜃 = 2 sin 𝜃 cos 𝜃
( ( ))3 ( )
b. By considering the real and imaginary parts of the equation cis 𝜃 = cis 3𝜃 , show that
( ) ( ) ( )
i. cos 3𝜃 = 4 cos3 𝜃 − 3 cos 𝜃
( ) ( ) 3
( )
ii. sin 3𝜃 = 3 sin 𝜃 − 4 sin 𝜃
282 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
5.5 The complex plane (the Argand plane)
In previous sections, complex numbers have been used to represent points on the Argand plane. If we
consider z as a complex variable, we can sketch subsets or regions on the Argand plane.
In this section, z = a + bi will be expressed as z = x + yi.
5.5.1 Circles √
The equation |z| = r where z = x + yi can be rewritten as x2 + y2 = r Im(z)
(by definition of the modulus of z). Squaring both sides yields x2 + y2 = r2 . r
|z| = r
This represents a circle with centre (0, 0) and radius r. Geometrically,
|z| = r represents the set of points, or what is called the locus of points,
on the Argand plane that are at r units from the origin. r
–r 0 Re(z)
–r
WORKED EXAMPLE 11
Sketch and describe the region of the complex plane defined by {z: |z + 2 − 3i| = 4}.
THINK WRITE
1. Consider the equation. |z + 2 − 3i| = 4
Substitute z = x + yi into the given statement. |x + yi + 2 − 3i| = 4
2. Group the real and imaginary parts. |(x + 2) + i(y − 3)| = 4
√
3. Recall√that if z = x + yi then (x + 2)2 + (y − 3)2 = 4
|z| = x2 + y2 .
4. Square both sides. (x + 2)2 + (y − 3)2 = 16
The equation represents a circle with
centre (−2, 3) and radius 4.
5. Sketch and identify the graph on the Argand plane. Im(z)
7
6
5
4
3
2
1
–7 –6 –5 –4 –3 –2 –1 0 1 2 3 4 Re(z)
–1
–2
–3
5.5.2 Lines
If z = x + yi, then Re(z) = x and Im(z) = y. The equation a Re(z) + bIm(z) = c where a, b and c ∈ R
represents the line ax + by = c.
THINK WRITE
1. Consider the equation. 2Re(z) − 3Im(z) = 6,
As z = x + yi, then Re(z) = x and
Im(z) = y.
This is a straight line with the
Cartesian equation 2x − 3y = 6.
2. Determine the axial intercepts. When y = 0, 2x = 6 ⇒ x = 3.
(3, 0) is the intercept with the real axis.
When x = 0, −3y = 6 ⇒ y = −2.
(0, −2) is the intercept with the
imaginary axis.
3. Identify and sketch the equation. The equation represents the line
2x − 3y = 6.
Im(z)
2
1
–4 –3 –2 –1 0 1 2 3 4 Re(z)
–1
–2
–3
–4
Lines in the complex plane can also be represented as a set of points that are equidistant from two other
fixed points. The equations of a line in the complex plane can thus have multiple representations.
WORKED EXAMPLE 13
Sketch and describe the region of the complex plane defined by {z: |z − 2i| = |z + 2|}.
THINK WRITE
1. Consider the equation as a set of points. |z − 2i| = |z + 2|
Substitute z = x + yi into the given statement. |x + yi − 2i| = |x + yi + 2|
2. Group the real and imaginary parts together. |x + (y − 2)i| = |(x + 2) + yi|
√ √ √
3. Recall that if z = x + yi then |z| = x2 + y2 . x2 + (y − 2)2 = (x + 2)2 + y2
4. Square both sides, expand, and cancel like terms. x2 + y2 − 4y + 4 = x2 + 4x + 4 + y2
−4y = 4x
5. Identify the required line. y = −x
6. Identify the line geometrically. The line is the set of points that is
equidistant from the two points (0, 2)
and (−2, 0).
284 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
7. Sketch the required line. Im(z)
3
(0,2)
2
(–2,0) 1
–3 –2 –1 0 1 2 3 Re(z)
–1
–2
–3
WORKED EXAMPLE 14
a. Two sets of points in the complex plane are defined by S = {z: |z| = 5} and
T = {z: 2Re(z) − Im(z) = 10}. Determine the coordinates of the points of intersection
between S and T.
b. Two sets of points in the complex plane are defined by S = {z: |z| = 3} and
T = {z: 2Re(z) − Im(z) = k}. Determine the values of k for which the line
through T is a tangent to the circle S.
THINK WRITE
a. 1. Find the Cartesian equation of S. a. |z| = 5
Substitute z = x + yi into the statement. |x + yi| = 5
√ √
2. Recall that if z = x + yi then |z| = x2 + y2 . x2 + y2 = 5
3. Square both sides and identify the boundary of S. x + y2 = 25
2
[1]
S is a circle with centre (0, 0) and
radius 5.
4. Find the Cartesian equation of T. Substitute z = x + yi:
Re(z) = x and Im(z) = y
2Re(z) − Im(z) = 10
2x − y = 10 [2]
T is a straight line.
5. Solve equations [1] and [2] for x and y by y = 2x − 10 [2]
2 2
substitution. x + (2x − 10) = 25 [1]
5.5.4 Rays
Arg(z) = 𝜃 represents the set of all points on the half-line or ray that has one end at the origin and makes an
angle of 𝜃 with the positive real axis. Note that the endpoint, in this case the origin, is not included in the set.
We indicate this by placing a small open circle at this point.
286 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
Im(z)
Arg(z) = θ
θ
O Re(z)
WORKED EXAMPLE 15
{ }
𝜋
Determine the Cartesian equation and sketch the graph defined by z: Arg (z − 1 + i) = − .
4
THINK WRITE
𝜋
1. Find the Cartesian equation of the ray. Arg(z − 1 + i) = −
Substitute z = x + yi into the statement. 4
𝜋
Arg(x + yi − 1 + i) = −
4
𝜋
2. Group the real and imaginary parts. Arg((x − 1) + (y + 1)i) = −
4
( )
y+1 𝜋
3. Use the definition of the ( ) tan−1 = − for x > 1
y x−1 4
argument.Arg(z) = tan−1 .
x ( )
y+1 𝜋
4. Simplify by taking the tangent of both sides = tan −
then use your knowledge x−1 4
( )of exact values of y+1
𝜋 = −1 for x > 1
tan to evaluate tan − . x−1
4
y + 1 = −(x − 1) for x > 1
5. State the Cartesian equation of the ray. y = −x for x > 1.
𝜋
6. Rewrite the original statement in the form Arg (z − 1 + i) = − becomes
Arg(z − 𝛼) to identify the point from which 4
𝜋
the ray starts. Arg (z − (1 − i)) = −
4
The ray starts from the point (1, −1).
𝜋
7. Determine the angle the ray makes. The ray makes an angle of − with the
4
positive real axis.
8. Describe the ray. The point (1, −1) is not included.
Alternatively, consider the ray from the
𝜋
origin making an angle of − with the
4
positive real axis to have been translated
one unit to the right parallel to the real
axis, and one unit down parallel to the
imaginary axis.
3
2
1
–3 –2 –1 0 1 2 3 Re(z)
–1
–2
–3
2
1
–2 –1 0 1 2 3 4 5 6 Re(z)
–1
–2
–3
–4
–5
–6
3. WE12Sketch and describe the region of the complex plane defined by {z: 4Re(z) + 3Im(z) = 12}.
4. The region of the complex plane shown can be described by {z: aRe(z) + bIm(z) = 8}. Determine the
values of a and b.
Im(z)
5
4
3
2
1
–4 –3 –2 –1 0 1 2 3 4 Re(z)
–1
–2
–3
–4
5. WE13 Sketch and describe the region of the complex plane defined by {z: |z + 3i| = |z − 3|}.
288 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
6. Sketch and describe the region of the complex plane defined by {z: |z − i| = |z + 3i|}.
7. a. WE14 Two sets of points in the complex plane are defined by S = {z: |z| = 3} and
T = {z: 3Re(z) − 4Im(z) = 12}. Determine the coordinates of the points of intersection between
S and T.
b. Two sets of points in the complex plane are defined by S = {z: |z| = 4} and
T = {z: 4Re(z) − 2Im(z) = k}. Determine the values of k for which the line through T is a tangent to
the circle S. √
8. a. Two sets of points in the complex plane are defined by S = {z: |z| = 29} and
T = {z: 3Re(z) − Im(z) = 1}. Determine the coordinates of the points of intersection between S
and T.
b. Two sets of points in the complex plane are defined by S = {z: |z| = 5} and
T = {z: 2Re(z) − 3Im(z) = k}. Determine the values of k for which the line through T is a tangent to
the circle S.
𝜋
9. WE15 Determine the Cartesian equation and sketch the graph defined by {z: Arg(z − 2) = }.
6
𝜋
10. Determine the Cartesian equation and sketch the graph defined by {z: Arg(z + 3i) = − }.
2
11. For each of the following, sketch and determine the Cartesian equation of the set, and describe the region.
a. {z: |z| = 3} b. {z: |z| = 2} c. {z: |z + 2 − 3i| = 2} d. {z: |z − 3 + i| = 3}
12. Illustrate each of the following and describe the subset of the complex plane.
a. {z: Im(z) = 2} b. {z: Re (z) + 2Im(z) = 4}
c. {z: 3Re(z) + 2Im(z) = 6} d. {z: 2Re(z) − Im(z) = 6}
13. Sketch and describe each of the following sets, clearly indicating which boundaries are included.
a. {z: |z − 2| = |z − 4|} b. {z: |z + 4i| = |z − 4|}
c. {z: |z + 4| = |z − 2i|} d. {z: |z + 2 − 3i| = |z − 2 + 3i|}
( )
z − 2i
14. a. Show that the complex equation {z: Im = 0} represents a straight line and determine its
z−3
equation.
( )
z − 2i
b. Show that the complex equation {z: Re = 0} represents a circle and determine its centre
z−3
and radius.
15. a. Determine the Cartesian equation of {z: |z − 3| = 2|z + 3i|}.
b. Determine the locus of the set of points in the complex plane given by {z: |z + 3| = 2|z + 6i|}.
c. Let S = {z: |z − 6| = 2|z − 3i|} and T = {z: |z − (a + bi)| = r}. Given that S = T, calculate the
values of a, b and r.
d. Let {z: |z + 3| = 2|z − 3i|} and T = {z: |z − (a + bi)| = r}. Given that S = T, calculatethe values of
a, b and r.
290 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
5.6 Roots of complex numbers
5.6.1 Determine and examine the nth roots of complex numbers.
In Section 5.4, we(considered
) raising complex numbers in polar form to integer powers.
Given z = r cis 𝜃 , integer powers of z were calculated using De Moivre’s theorem where
( )
z = rn cis n𝜃 . The focus in this section is to find the solutions (or roots) to the equation zn = w, where
n
Now equate the moduli and arguments from the left- and right-hand sides.
Modulus: Argument:
( ) ( ) ( ) ( )
rn1 = r2 cos n𝜙 + i sin(n𝜙) = cos( 𝜃) + i sin 𝜃
√ cis n𝜙 = cis 𝜃
∴r1 = n r2
1 n𝜙 = 𝜃 + 2k𝜋 where k ∈ Z
= (r2 ) n 𝜃 + 2k𝜋
𝜙= where k ∈ Z
n
The investigation above illustrates that if zn = w where z, w ∈ C and n ∈ N, the equation has n distinct
solutions, in which z is termed an nth root of w.
Because the solutions start repeating, we keep using k until n solutions are found. The roots are generally
denoted as z1 , z2 , ....zn where z1 represents the first root. The first root is commonly known as the principal
nth root of the complex number.
WORKED EXAMPLE 16
( )
2 𝜋
Use De Moivre’s theorem to solve z = 4 cis for z.
3
THINK WRITE
√ (𝜋 )
2 3 + 2k𝜋
1. Use De Moivre’s theorem. z = 4 cis
2
( )
𝜋
2. Simplify the modulus and argument. z = 2 cis + k𝜋
6
( )
𝜋
3. Let k = 0 to calculate the first root. Let k = 0, z1 = 2 cis +0×𝜋
6
( )
𝜋
= 2 cis
6
√ √
In cartesian form the roots are given by z1 = 3 + i and z2 = − 3 − i. Plotting the solutions on the
Argand plane, it can be seen that the roots to the equation lie on a circle with a radius of 2. The two solutions
are separated around the circle by 180°. Although there are two roots, they are not complex conjugates of
one another.
Im(z)
2
π z = 3+i
–
6
–2 0 2 Re(z)
5π
z = – 3 –i – ––
6
–2
WORKED EXAMPLE 17
√
a. If z3 = 4 − 4 3 i, solve the equation for z using a polar method.
b. Plot the solutions on an Argand diagram and comment on their location.
THINK WRITE
√
( √ )2
a. 1. Express z in polar form a. |z| = (4)2 + −4 3
(z = r cis (𝜃)). |z| = 8 ( √ )
−4 3
𝜃 = tan−1
4
−𝜋
𝜃=
3
√ ( )
−𝜋
∴ z = 4 − 4 3i = 8 cis
3
( )
𝜋
z3 = 8 cis −
3
√ ( 𝜋 )
3 − 3 + 2k𝜋
2. Use De Moivre’s theorem. z= 8 cis
3
292 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
( )
−𝜋 2k𝜋
3. Simplify the modulus and z = 2 cis +
argument. 9 3
( )
−𝜋 2 × 0 × 𝜋
4. Let k = 0 to calculate the first root. Let k = 0, z1 = 2 cis +
9 3
Convert z1 to standard form. ( )
−𝜋
= 2 cis
9
≈ 1.879(− 0.684i )
−𝜋 2 × 1 × 𝜋
5. Let k = 1 to calculate the second Let k = 1, z2 = 2 cis +
9 3
root. ( )
Convert z2 to standard form. 5𝜋
= 2 cis
9
≈ −0.347( + 1.970i )
−𝜋 2 × 2 × 𝜋
6. Let k = 2 to calculate the third root. Let k = 2, z3 = 2 cis +
9 3
Convert z3 to standard form. ( )
−7𝜋
= 2 cis
9
( ≈)−1.532(− 1.286i ) ( )
𝜋 5𝜋 7𝜋
State all answers. z = 2 cis − , 2 cis and 2 cis −
9 9 9
b. Use the Cartesian form to plot the b. Im(z)
solutions on an Argand diagram. 3
z2 2
–3 –2 –1 0 1 2 3 Re(z)
z1
–1
z3
–2
–3
2𝜋 2𝜋
In the previous worked example there were 3 solutions that were evenly spaced by = . Consider
n 3
the problem below in which the fourth roots of a complex number are determined.
√ z3 = –1 + √3i 2
⎧ z1 = 3+i
⎪ √
⎪z2 = − 3 − i 1 z1 = √ 3 + i
Solutions √
⎨z = −1 + 3i
⎪ 3
√
⎪ –3 –2 –1 0 1 2 3 Re(z)
⎩z4 = 1 − 3i
–1
z2 = – √ 3 – i
–2 z4 = 1 – √3i
–3
2𝜋 2𝜋 𝜋
In the above case there are 4 solutions that were evenly spaced by = = . In general, equations
n 4 2
in the form if zn = w where z, w ∈ C and n ∈ N, have the following properties.
Solutions of zn = w
( )
n
√
n 𝜃 + 2k𝜋
Solutions to z = w where w ∈ C are in the form z = r cis , k = 0, 1, 2... , n − 1.
n
√
The solutions are equidistant from the origin and lie on a circle of radius n r.
2𝜋
The solutions are evenly spaced around the circle with the arguments differing by .
n
The following example demonstrates an alternative method for solving equations of the form zn = w
where w ∈ C.
WORKED EXAMPLE 18
294 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
( 2 )2 ( )
7. Factorise this quartic by identifying the hidden a − 3 a2 − 4 = 0
quadratic equation. ( 2 )( )
a − 4 a2 + 1 = 0
8. Use the null factor theorem to calculate the answers a2 − 4 = 0 or a2 + 1 = 0
for a. Recall that for any complex number (a − 2) (a + 2) = 0 since a, b ∈ R
z = a + bi that a, b ∈ R. this means we can ignore ∴ a = 2 or a = −2
any solutions to (a2 + 1) = 0.
9. Determine the corresponding values of b for each When a = 2, b = −1 and when
values of a. a = −2, b = 1.
10. State the solutions to the equation. The solutions to the equation
z2 = 3 − 4i are z = 2 − i and
z = −2 + i.
WORKED EXAMPLE 19
a. Determine all solutions to the equation, z3 = 1, over C. Express the solutions in polar form.
b. Represent these solutions using a polar grid.
π z1 0
–2 –1 0 1 2 Re(z)
z3
7π –1 11π
6 6
4π 5π
3 –2 3
3π
2
Note: If you were to construct lines between the three solutions, an equilateral triangle would be formed.
296 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
WORKED EXAMPLE 20
{ }
Determine the solutions to z: z3 = −27 , stating the solution set in Cartesian form.
THINK WRITE
1. Express −27 in polar form. −27 = | − 27| cis (𝜋)
= 27 cis (𝜋)
2. Use De Moivre’s theorem. z3 = 27 cis (𝜋)
√ ( )
3 𝜋 + 2k𝜋
z = 27 cis
3
( )
𝜋 + 2k𝜋
z = 3 cis
3
3. Let k = 0 to calculate the first root. Let k = 0,( )
𝜋+2×0×𝜋
z1 = 3 cis
3
( )
𝜋
= 3 cis
3
4. Let k = 1 to calculate the second root. Let k = 1,( )
𝜋+2×1×𝜋
z2 = 3 cis
3
= 3 cis (𝜋)
5. Let k = 2 to calculate the third root. Let k = 2,( )
𝜋+2×2×𝜋
z1 = 3 cis
3
( )
5𝜋
= 3 cis
3
( )
𝜋
= 3 cis −
3
√ √
3 3 3 3 3 3
6. State the solution set in Cartesian form. Note that z1 = + i, z2 = −3, z3 = − i
the imaginary roots occur as a conjugate pair. 2 2 2 2
9. Use the solutions from Worked Example 19 to verify that the product of the three cube roots of 1 is 1.
10. WE19
a. Determine all solutions to the equation, z4 = 1, over C. Express the solutions in polar form.
b. Represent these solutions using a polar grid.
11. Use the solutions from Question 9 to verify that the sum of the four fourth roots of 1 is 0.
12. a. Determine all solutions to the equation, z5 = 1, over C. Express the solutions in polar form.
b. Represent these solutions using a polar grid.
13. The solutions from Question 11 can defined as 𝜔0 , 𝜔1 , 𝜔2 , 𝜔3 and 𝜔4 . Describe how these solutions
would compare to the solutions to the equation, z5 = 10, over C.
14. WE20 Determine the solutions to the following equations, stating the solution set in Cartesian form.
a. z3 = 8 b. z4 = 256
10
15. Plot the solutions to z = 1 on a polar grid without determining the solutions using De Moivre’s
theorem.
That is, if Pn (z) is a polynomial of degree n over C, then there exists a z1 ∈ C such that Pn (z1 ) = 0. This
important result can be used to show that a polynomial of degree n, with n ∈ N, has n solutions.
The proof relies on a repeated application of the fundamental theorem of algebra and the factor theorem.
298 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
Firstly, the fundamental theorem of algebra guarantees that there is a z1 ∈ C such that Pn (z1 ) = 0. The
factor theorem states that if Pn (z1 ) = 0 for some z1 then (z − z1 ) is a factor of Pn (z) so that
Pn (z) = (z − z1 )Pn−1 (z), where Pn−1 (z) is a polynomial of degree n − 1.
Now by applying the fundamental theorem of algebra to Pn−1 (z) there is a z2 ∈ C such that Pn−1 (z2 ) = 0
and the factor theorem ensures that Pn−1 (z) = (z − z2 )Pn−2 (z).
Hence Pn (z) = (z − z1 )(z − z2 )Pn−2 (z). By applying this method to each successive polynomial we can
state the following:
Note: Although n solutions are obtained, the fundamental theorem of algebra does not prescribe that they
are necessarily distinct.
(z − 𝛼)(z − 𝛽).
Expanding gives
z2 − (𝛼 + 𝛽)z + 𝛼𝛽 = 0 or
THINK WRITE
1. Use the ‘complete the square’ method. 0 = z2 + 6z + 13
0 = z2 + 6z + 9 − 9 + 13
0 = (z + 3)2 + 4
2. Express the RHS as the difference of
( 2two squares
) 0 = (z + 3)2 − 4i2
by converting 4 into complex form i = −1 . 0 = (z + 3)2 − (2i)2
Write the expression in brackets as a quadratic. 0 = (z + 3 + 2i) (z + 3 − 2i)
3. Apply the null factor theorem to state the solutions. (z + 3 + 2i) = 0 or (z + 3 − 2i) = 0
The roots occur as a pair complex
conjugates: z = −3 − 2i, −3 + 2i.
WORKED EXAMPLE 22
Determine the equation of the quadratic P (z) with real coefficients given that P (−11 + 2i) = 0.
THINK WRITE
1. State the given root. Let 𝛼 = −11 + 2i
2. The conjugate is also a root. Let 𝛽 = −11 − 2i
3. State the linear factors. P (z) = (z − 𝛼) (z − 𝛽)
= (z + 11 − 2i) (z + 11 + 2i)
4. Expand the linear factors and state the quadratic P (z) = (z + 11)2 − (2i)2
equation. = z2 + 22z + 121 − 4i2
= z2 + 22z + 125
300 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
WORKED EXAMPLE 23
THINK WRITE
1. Determine the real root using trial and error. P (−1) = (−1)3 + 6 (−1)2 + 61 (−1) + 106
= 50
P (−2) = (−2)3 + 6 (−2)2 + 61 (−2) + 106
=0
2. Apply the factor theorem. Therefore (z + 2) is a factor.
3. We can find the quadratic factor using algebraic P (z) = z3 + 6z2 + 61z + 106
methods. ( )
= (z + 2) z2 + bz + c
= z3 + bz2 + cz + 2z2 + 2bz + 2c
4. Compare the two expressions for P (z) to calculate c. 106 = 2c [1]
c = 53
5. Compare the two expressions for P (z) and use 61z = 2bz + cz [2]
equation [1] to calculate b. 61z = 2bz + 53z
61z − 53z
b=
2z
b=4
6. State P (z) as the product of a linear and quadratic P (z) = z3 + 6z2 + 61z + 106
factor. ( )
= (z + 2) z2 + 4z + 53
( )
7. Factorise the quadratic equation by completing the 0 = (z + 2) z2 + 4z + 4 − 4 + 53
square. Apply the null factor theorem. ( )
0 = (z + 2) (z + 2)2 + 49
( )
0 = (z + 2) (z + 2)2 − (7i)2
0 = (z + 2) (z + 2 + 7i) (z + 2 − 7i)
8. State the three roots. The roots are one real and one pair of
complex conjugates:
z = −2, −2 + 7i, −2 − 7i
WORKED EXAMPLE 24
If P (z) = z3 + bz2 + cz − 87 = 0 where b and c are real, and P (−2 + 5i) = 0, determine the values
of b and c, and state all the roots of P (z) = 0.
THINK WRITE
1. State the given root. Let 𝛼 = −2 + 5i
WORKED EXAMPLE 25
THINK WRITE
1. Use appropriate substitution to reduce the quartic Let a = z2 , then a2 = z4
equation to a quadratic equation. z4 + 10z2 − 11 = 0
a2 + 10a − 11 = 0
2. Factorise the new expression. (a + 11) (a − 1) = 0
(2 )( 2 )
3. Substitute z2 for a. z + 11 z − 1 =0
( (√ )2 ) ( )
4. Express each factor as the difference of two squares z2 − 11i z2 − (1)2 = 0
by recalling i2 = −1. ( )(
√ √ )
5. Express P (z) as the product of four linear factors. z+ 11i z − 11i (z + 1) (z − 1) = 0
√ √
6. Apply the null factor theorem and state the roots. z = 1, −1, 11i, − 11i
302 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
In the previous worked examples, algebraic methods were used to determine unknown coefficients for
quadratic factors. Polynomial long division is an alternative method and is demonstrated in the following
worked example.
WORKED EXAMPLE 26
Given that P (4) = 0 where P (z) = z4 − 2z3 − 6z2 + 32z − 160, use polynomial long division to
calculate all the roots for P (z).
THINK WRITE
1. State the given real root. Let z1 = 4
2. Since one root is real determine another real P (−4) = (−4)4 − 2(−4)3 − 6(−4)2 + 32(−4) − 160
root by testing p(–4). =0
Thus z2 = −4 is another root.
3. Express P (z) as the product of two quadratic P (z) = (z − z1 ) (z − z2 ) (z − z3 ) (z − z4 )
factors. = (z − 4) (z + 4) (z − z3 ) (z − z4 )
( )( )
= z2 − 16 az2 + bz + c
4. Complete polynomial long division to z2 − 2z + 10
calculate the unknown quadratic factor. z2 − 16 z4 − 2z3 − 6z2 + 32z − 160
− .z4 ↓ − 16z2 ↓ ↓/
−2z3 + 10z2 + 32z − 160
− . −2z3 ↓ + 32z ↓/
10z2 − 160
−. 10z2 − 160/
( )( ) 0
5. Express P (z) as the product of two quadratic P (z) = z2 − 16 z2 − 2z + 10
factors by using the result from the long
division operation.
( )( )
6. Factorise the quadratic equation by P (z) = z2 − 16 z2 − 2z + 1 − 1 + 10
completing the square. ( )( )
= z2 − 16 (z − 1)2 + 9
( )( )
= z2 − 16 (z − 1)2 − (3i)2
7. Express P (z) = 0 as the product of four 0 = (z + 4) (z − 4) (z − 1 + 3i) (z − 1 − 3i)
linear factors.
8. Apply the null factor law to state the four The solutions occur as a pair of real roots and
solutions for P (z) = 0. a pair of complex conjugate roots.
z = −4, 4, 1 − 3i, 1 + 3i.
Simple familiar
1. MC The values for a and b that satisfy the equation (12 − 5i) (a + bi) = 56 + 33i are:
A. a = −3, b = 4 B. a = 3, b = −4 C. a = 3, b = 5 D. a = 3, b = 4
2. MC The Cartesian equation for {z : |z − 5i| = |z + 5|} is best described by:
A. y = −x B. y = −4x C. y = 4x D. y = x
3. MC A cubic polynomial with real coefficients is given by P (z) = (z − 4) (z − 4 + 3i) (z − z3 ). The
expression for z3 is defined as:
A. 4 B. −4 C. 4 + 3i D. −4 + 3i
−1
4. Determine z given z = 4 − 8i.
( ( ))5 ( ( ))4
𝜋 𝜋
5. Use De Moivre’s theorem to simplify 4 cis − ÷ 2 cis .
3 4
304 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
6. Determine the Cartesian equation and sketch the graph of {z : |z + 1 − 2i| = 4}.
( )
−𝜋
7. Express 2 cis × (5 − 5i) in the form z = a + bi.
4
( )
3 −𝜋
8. Use De Moivre’s theorem to solve z = 125 cis for z.
4
z−1
9. If z = a + bi, determine the solutions to the equation = z + 3.
√ z+1
10. a. If z4 = 3 + i, determine the complex number z using a polar method.
b. Plot the solutions on an Argand diagram and comment on their location.
11. a. Determine all solutions to the equation, z6 = 1, over C. Express the solutions in polar form.
b. Represent these solutions using a polar grid.
12. Solve the equation z4 + 55z2 − 576 = 0 over C.
Complex familiar
13. Prove the following identities using polar arithmetic.
a. zz = |z|2 b. |zn | = |z|n
√
1 3
14. Use De Moivre’s theorem to determine z9 , given z = − + i. Verify the solution by evaluating
2 2
( √ ) 9
1 3
− + i using a graphics calculator.
2 2
15. If P (z) = z3 + bz2 + cz + 29 = 0 where b and c are real, and P (5 + 2i) = 0, determine the values of b
and c, and state all the roots of P (z) = 0
16. Given P (z) = z4 + 8z3 + 30z2 + 56z + 65 = (z + 3 + 2i) (z − z2 ) (z − z3 ) (z − z4 ), use polynomial long
division to calculate all the roots for P (z).
Complex unfamiliar
17. Determine a polynomial of degree 5 with integer coefficients, that has the following roots. A graphics
calculator can be used to expand factors.
z1 = 6i, z2 = 2 − 4i, z3 = 3
306 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
( )
7 26 √
7. a = 1025, b = 0
8. a. (2, 5), − ,− b. ±5 13
3 (2k + 1) 5 5
8. n = 𝜋
5 9. A ray from (2, 0) making an angle of or 30° with the real
9. a. i. 4096 6
ii. 0 axis
b. i. −46 656 Im(z)
ii. 𝜋 3
10, 11. Sample responses can be found in the worked solutions 2 π
–
in the online resources. 1 6
3 3
2 2
1 1
–3 –2 –1 0 1 2 3 4 Re(z) –3 –2 –1 0 1 2 3 Re(z)
–1 –1
–2 –2
–3 –3
4. a = −4, b = 2 2 2
b. x + y = 4; circle with centre (0, 0), radius 2
5. Line y = −x; the set of points equidistant from (0, −3) Im(z)
and (3, 0)
3
Im(z)
2
3 1
2
1 –3 –2 –1 0 1 2 3 Re(z)
(3, 0) –1
–2
–3 –2 –1 0 1 2 3 Re(z) –3
–1
–2 2 2
–3 (0, –3) c. (x + 2) + (y − 3) = 4; circle with centre (−2, 3),
radius 2
6. Line y = −1; the set of points equidistant from (0, 1) Im(z)
and (0, −3)
5
Im(z)
4
3 3
2 2
1 (0,1) 1
–3 –2 –1 0 1 2 3 Re(z) –5 –4 –3 –2 –1 0 1 2 Re(z)
–1 –1
–2 –2
–3 (0,–3)
( )
72 21
7. a. (0, 3), ,
25 25
√
b. ±8 5
308 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
( )
9 12 Im(z)
17. a. , b. 2
5 5
( ) S
14 48 2
c. (−2, 0), − , d. ±30
25 25 1
x
18. a. y = √ for x > 0; a ray from (0, 0) making an angle of –3 –2 –1 0 1 2 3 Re(z)
3 –1 π
30° with the real axis
–2 – –
–3
4 2(
3 2, – 3 2
2 )
Im(z) T
c. i. S is the circle with centre (−3, −1) and radius 5:
3
(x + 3)2 + (y + 1)2 = 25.
2
ii. T is y = x + 3 for x < −3, the ray from (−3, 0)
1 π
–
6 making an angle of −135° with the real axis.
–3 –2 –1 0 1 2 3 Re(z) iii. u = −7 − 4i
–1 a
–2 20. a. y = x + b; line
–3 b
( ) ( )
a 2 b 2 a2 + b2
b. y = x − 1 for x > 0; a ray from (0, −1) making an angle b. x − + y− = ; circle with centre
of 45° with the real axis 2 2 4
( ) √
Im(z) a b a2 + b2
, , radius
3 2 2 2
2 2 2
10
1 π
– c. (x + 2) + y = ; circle with centre (−2, 0), radius
4 √ 3
–3 –2 –1 0 1 2 3 Re(z) 30
–1
–2 3
–3 ( )
b 2 b2 − ac
d. i. x+ + y2 = ; circle with centre
c. y = 2 − x for x < 2; a ray from (2, 0) making an angle of a a2
135° with the real axis ( ) √
b b2 − ac
Im(z) − , 0 , radius
a a
3 c
2 ii. If a = 0 and b ≠ 0, the equation is x = − , a line.
3π
2b
1 – 2 2
4 e. (x + 3) + (y − 2) = 9; circle with centre (−3, 2),
–3 –2 –1 0 1 2 3 Re(z) radius 3
–1 ( ) ( )
–2 𝛼 2 𝛽 2 bb − ac
–3 f. x + + y+ = ; circle with centre
a a√ a2
d. x = −2 for y < 1; a ray from (−2, 1) going down ( )
𝛼 𝛽 bb − ac
parallel to the imaginary axis. − ,− , radius
Im(z) a a a
a
3 21. a. y = − x + a, ab ≠ 0; line
b
2 ( ) ( )
1
b 2 a 2 a2 + b2
b. x − + y− = ; circle with centre
2 2 4
–3 –2 –1 0 1 2 3 Re(z) ( ) √
–1 b a a2 + b2
–2 , , radius
–3 2 2 2
(√ √ )
Exercise 5.6 Roots of complex numbers
19. a. 2, 2 ( ) ( )
√ 𝜋 √ 11𝜋
Im(z) 1. z = 5 cis , 5 cis −
T 12 12
3 ( ) ( ) ( )
2𝜋 8𝜋 4𝜋
2 2. z = 3 cis , 3 cis , 3 cis −
) 2 , 2)
1 π S
– 9 9 9
4 3. z= ( ) ( ) ( ) ( )
–3 –2 –1 0 1 2 3 Re(z) 3𝜋 5𝜋 13𝜋 11𝜋
–1 2 cis − , 2 cis , 2 cis , 2 cis −
–2
16 16 16 16
–3 ( ) ( ) ( )
√ 2𝜋 √ 4𝜋 √ 8𝜋
( √ √ )
3 3 3
4. a. z = 2 cis − , 2 cis , 2 cis −
3 2 3 2 9 9 9
b. ,−
2 2
–1
z5 z6 z4
z5
The three roots are equally spaced around a circle of 6π 9π
√ √ 5 5
6
radius 2 3 ≈ 1.230. The angle between each solution (0, 0)
𝜋 7π 8π
is 5
3 ( ) 5
( ) ( )
𝜋 5𝜋 𝜋 2𝜋
7. a. z = cis , cis , cis − 13. The solutions would be equally spaced by radians and
6 6 2 5
( ) ( )
√ 𝜋 √ 5𝜋
1
310 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland
√ √
14. a. z = −1 − 3i, z = −1 + 3i, z = 2 −1
1 i
4. z = +
b. z = 4i, z = −4i, z = −4, z = 4 (20 10
)
15. See Figure in Below * −2𝜋
5. 64 cis
3
Exercise 5.7 Factorisation of polynomials 6. c, (−1, 2), r = 2.
( )2
1. z = 7 + 5i, 7 − 5i (x + 1)2 + y − 2 = 4
1 9 1 9
2. z = − + i, − − i
2 2 2 2 Im(z)
3. z = −2 + 5i, −2 − 5i 4
4. P (z) = z2 + 2z + 170
5. P (z) = z2 − 12z + 61 3
6. z = 1, −5 − 3i, −5 + 3i
2
7. z = −1, −6 − 7i, −6 + 7i
8. z = −1, −3 − i, −3 + i
1
9. b = −9, c = 19z = −1, 5 + 2i, 5 − 2i
10. b = −17, c = 107z = 3, 7 + 4i, 7 − 4i
11. b = 5, c = 23z = −3, −1 + 4i, −1 − 4i –4 –3 –2 –1 0 1 2 Re(z)
3 2
12. a. P (z) = z − 5z − 13z + 1017
4 3 2 –1
b. P z = z − 8z − 56z + 968z + 7865
( )
13. z = 2, −2, 3i, −3i √
7. −10 2i
14. z = 7, −7, 5i, −5i ) ( ( ) ( )
√ √ −𝜋 7𝜋 −9𝜋
15. z = 8, −8, 2i, − 2i 8. z = 5 cis , 5 cis , 5 cis
12 12 12
16. z = −3, 3, −5 − 3i, −5 + 3i √ √
17. z = 4, −6 − 9i, −6 + 9i 3 7 3 7
9. z = − − i, − + i
18. z = 4, −4, 1 + 3i, 1 − 3i 2 2( )2 2 ( ) ( )
19. b = 2, z = ±4i, z = −1 ± i √3 𝜋 √ 3 13𝜋 √ 3 11𝜋
10. a. z = 2 cis , 2 cis , 2 cis −
20. d = −1 18 18 18
*15. Im(z)
1.5 π
2
2π π
3 3
5π π
6 6
0.5
π 0
1.5 1 0.5 0 0.5 1 1.5 Re(z)
0.5
7π 11π
6 6
4π 5π
3 3
3π
1.5 2
*11. b. 7π
Im(z) π 5π
12 2 12
2π π
3 3
3π π
4 4
5π π
6 6
11π z3 1 z2
π
12 12
π z1 0
z4 Re(z)
13π
12 23π
z5 z6 12
7π 11π
6 6
5π 7π
4 4
4π
3 5π
17π 19π 3
12 3π
2 12
312 Jacaranda Maths Quest 12 Specialist Mathematics Units 3 & 4 for Queensland