0% found this document useful (0 votes)
2 views

8.1

The document provides comprehensive notes on complex numbers, covering their definition, basic operations, complex conjugation, division, square roots, and complex roots of polynomials. It explains how to manipulate complex numbers, find their square roots, and solve quadratic and higher-degree polynomial equations that may have complex roots. Additionally, it includes worked examples and exam tips to aid understanding and application of the concepts.

Uploaded by

scarlettyhwi1989
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

8.1

The document provides comprehensive notes on complex numbers, covering their definition, basic operations, complex conjugation, division, square roots, and complex roots of polynomials. It explains how to manipulate complex numbers, find their square roots, and solve quadratic and higher-degree polynomial equations that may have complex roots. Additionally, it includes worked examples and exam tips to aid understanding and application of the concepts.

Uploaded by

scarlettyhwi1989
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Head to www.savemyexams.

com for more awesome resources

CIE A Level Maths: Pure 3 Your notes

8.1 Complex Numbers


Contents
8.1.1 Intro to Complex Numbers
8.1.2 Complex Conjugation & Division
8.1.3 Square Roots of a Complex Number
8.1.4 Complex Roots of Polynomials

Page 1 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

8.1.1 Intro to Complex Numbers


Your notes
Complex Numbers – Basics
Complex numbers are a set of numbers which contain both a real part and an imaginary part. The set of
complex numbers is denoted as ℂ.
What is an imaginary number?
Up until now, when we have encountered an equation such as x 2 = − 1 we would have stated that
there are “no real solutions” as the solutions are x = ± −1 which are not real numbers
To solve this issue, mathematicians have defined one of the square roots of negative one as i ; an
imaginary number
−1 = i
i2 = − 1
We can use the rules for manipulating surds to manipulate imaginary numbers.
We can do this by rewriting surds to be a multiple of −1 using the fact that ab = a × b
What is a complex number?
Complex numbers have both a real part and an imaginary part
For example: 3 + 4i
The real part is 3 and the imaginary part is 4
Note that the imaginary part does not include the 'i '
Complex numbers are often denoted by z and we can refer to the real and imaginary parts respectively
using Re( z ) and Im( z )
In general:
z = a + b i This is the Cartesian form of z
Re( z ) = a
Im( z ) = b
It is important to note that two complex numbers are equal if, and only if, both the real and imaginary
parts are identical.
For example, 3 + 2i and 3 + 3i are not equal

Page 2 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Exam Tip
Be careful in your notation of complex and imaginary numbers.
For example:
could also be written as , but if you wrote this could easily be confused
with .

Page 3 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Complex Numbers – Basic Operations


How do I add and subtract complex numbers? Your notes
When adding and subtracting complex numbers, simplify the real and imaginary parts separately
Just like you would when collecting like terms in algebra and surds, or dealing with different
components in vectors
( a + b i) + ( c + d i) = ( a + c ) + (b + d ) i
Complex numbers can also be multiplied by a constant in the same way as algebraic expressions:
k ( a + b i) = ka + kb i
How do I multiply complex numbers?
The most important thing to bear in mind when multiplying complex numbers is that i2 = − 1
We can still apply our usual rules for multiplying algebraic terms:
a (b + c ) = ab + ac
( a + b ) ( c + d ) = ac + ad + bc + bd
Sometimes when a question describes multiple complex numbers, the notation z , z , … is used to
1 2
represent each complex number
How do I deal with higher powers of i?
Because i2 = − 1 this can lead to some interesting results for higher powers of i
i3 = i2 × i = − i
i4 = (i2) 2 = (−1) 2 = 1
i5 = (i2) 2 × i = i
i6 = ( i2) 3 = (−1) 3 = − 1
We can use this same approach of using i2 to deal with much higher powers
i23 = ( i2) 11 × i = (−1) 11 × i = − i
Just remember that -1 raised to an even power is 1 and raised to an odd power is -1

Page 4 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Exam Tip
Most calculators used at A-Level can work with complex numbers and you can use these to check
your working.
You should still show your full working though to ensure you get all marks though.

Page 5 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

8.1.2 Complex Conjugation & Division


Your notes
Complex Conjugation & Division
When dividing complex numbers, we can use the complex conjugate to make the denominator a real
number, which makes carrying out the division much easier.
What is a complex conjugate?
For a given complex number z = a + b i , the complex conjugate of z is denoted as z * , where
z* = a − bi
If z = a − b i then z * = a + b i
You will find that:
z + z * is always real because ( a + b i) + ( a − b i) = 2a
For example: (6 + 5i) + (6 − 5i) = 6 + 6 + 5i − 5i = 12
z − z * is always imaginary because ( a + b i) − ( a − b i) = 2b i
For example: (6 + 5i) − (6 − 5i) = 6 − 6 + 5i − ( − 5i) = 10i
z × z * is always real because ( a + b i) ( a − b i) = a 2 + ab i − ab i − b 2i2 = a 2 + b 2 (as
i2 = − 1 )
For example: (6 + 5i) (6 − 5i) = 36 + 30i – 30i − 25i2 = 36 – 25( − 1) = 61

How do I divide complex numbers?


When we divide complex numbers, we can express the calculation in the form of a fraction, and then
start by multiplying the top and bottom by the conjugate of the denominator:
a + bi a + bi c − di
= ×
c + di c + di c − di
This ensures we are multiplying by 1; so not affecting the overall value
This gives us a real number as the denominator because we have a complex number multiplied by its
conjugate ( zz * )
This process is very similar to “rationalising the denominator” with surds which you may have studied at
GCSE

Page 6 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Exam Tip
We can speed up the process for finding by using the basic pattern of

We can apply this to complex numbers:


(using the fact that )
So multiplied by its conjugate would be

Page 7 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

8.1.3 Square Roots of a Complex Number


Your notes
Square Roots of a Complex Number
How do I find the square root of a complex number?
The square roots of a complex number will themselves be complex:
i.e. if z 2 = a + b i then z = c + d i
We can then square (c + d i ) and equate it to the original complex number ( a + b i ), as they both
describe z 2 :
a + b i = ( c + d i) 2
Then expand and simplify:
a + b i = c 2 + 2cd i + d 2i2
a + b i = c 2 + 2cd i − d 2
As both sides are equal we are able to equate real and imaginary parts:
Equating the real components: a = c 2 − d 2 (1)
Equating the imaginary components: b = 2 cd (2)
These equations can then be solved simultaneously to find the real and imaginary components of the
square root
b
In general, we can rearrange (2) to make = c and then substitute into (1)
2d
This will lead to a quartic equation in terms of d; which can be solved by making a substitution to
turn it into a quadratic (see 1.1.5 Further Solving Quadratic Equations (Hidden Quadratics))
The values of d can then be used to find the corresponding values of c , so we now have both
components of both square roots ( c + d i )
Note that one root will be the negative of the other root
i.e. c + d i and −c − d i

Page 8 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Page 9 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Your notes

Exam Tip
Most calculators used at A-Level can handle complex numbers.
Once you have found the square roots algebraically; use your calculator to square them and make
sure you get the number you were originally trying to square-root!

Page 10 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

8.1.4 Complex Roots of Polynomials


Your notes
Complex Roots of Quadratics
What are complex roots?
Complex numbers provide solutions for quadratic equations which have no real roots

Complex roots occur when solving a quadratic with a negative discriminant


This leads to square rooting a negative number

How do we solve a quadratic equation with complex roots?


We solve an equation with complex roots in the same way we solve any other quadratic equations
If in the form az 2 + b = 0 ( a ≠ 0) we can rearrange to solve
If in the form az 2 + bz + c = 0 ( a ≠ 0) we can complete the square or use the quadratic
formula
We use the property i = −1 along with a manipulation of surds
−a = a × − 1 = a × −1
When the coefficients of the quadratic equation are real, complex roots occur in complex
conjugate pairs
If z = m + n i (n ≠ 0) is a root of a quadratic with real coefficients then z * = m − n i is also a
root

Page 11 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

When the coefficients of the quadratic equation are non-real, the solutions will not be complex
conjugates
To solve these use the quadratic formula Your notes

How do we find a quadratic equation given a complex root?


We can find the equation of the form z 2 + bz + c = 0 if you are given a complex root in the form
m + ni
We know that the complex conjugate m − n i is another root,
This means that z − ( m + n i) and z − ( m − n i) are factors of the quadratic equation
Therefore z 2 + bz + c = [z − ( m + n i) ][z − ( m − n i) ]
Writing this as the difference of two squares - (( z − m ) − n i) (( z − m ) + n i) - will speed
up expanding
Expanding and simplifying gives us a quadratic equation where b and c are real numbers

Page 12 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Page 13 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Your notes

Exam Tip
Once you have your final answers you can check your roots are correct by substituting your
solutions back into the original equation.
You should get 0 if correct! [Note: 0 is equivalent to ]

Page 14 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Complex Roots of Cubics & Quartics


How many roots should a polynomial have? Your notes
We know from previous sections that every quadratic equation has two roots (not necessarily distinct)
This is a particular case of a more general rule:
Every polynomial equation, with real coefficients, of degree n has n roots
The n roots are not necessarily all distinct and therefore we need to count any repeated roots that
may occur individually
From the above rule we can state the following:
A cubic equation of the form ax 3 + bx 2 + cx + d = 0 can have either:
3 real roots
Or 1 real root and a complex conjugate pair
A quartic equation of the form ax 4 + bx 3 + cx 2 + dx + e = 0 will have the following cases for
roots:
4 real roots
2 real and 2 non-real roots(a complex conjugate pair)
4 non-real roots (two complex conjugate pairs)

Number of roots of a cubic function

Page 15 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Your notes

Number of roots of a quartic function


How do we solve a cubic equation with complex roots?
Steps to solve a cubic equation with complex roots
If we are told that m + n i is a root, then we know m − n i is also a root
This means that ( z − ( m + n i) ) and ( z − ( m − ni )) are factors of the cubic equation
Multiply the above factors together gives us a quadratic factor of the form (Az 2 + Bz + C )
We need to find the third factor ( z − α )
Multiply the factors and equate to our original equation to get
(Az 2 + Bz + C ) ( z − α ) = ax 3 + bx 2 + cx + d
From there either
Expand and compare coefficients to find α
Or use polynomial division to find the factor ( z − α )
Finally, write your three roots clearly
How do we solve a quartic equation with complex roots?
When asked to find the roots of a quartic equation when we are given one, we use almost the same
method as we did for a cubic equation

Page 16 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

State the initial root and its conjugate and write their factors as a quadratic factor (as above) we will
have two unknown roots to find, write these as factors ( z − α ) and ( z − β )
Your notes
The unknown factors also form a quadratic factor ( z − α ) ( z − β )
Then continue with the steps from above, either comparing coefficients or using polynomial
division
If using polynomial division, then solve the quadratic factor you get to find the roots α and β
How do we solve cubic/quartic equations with unknown coefficients?
Steps to find unknown variables in a given equation when given a root:
Substitute the given root into the equation f ( z ) = 0
Expand and group together the real and imaginary parts (these expressions will contain our
unknown values)
Solve as simultaneous equations to find the unknowns
Substitute the values into the original equation
From here continue using the previously described methods for finding other roots for either
cubic/quartic equations

Page 17 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Worked example
Your notes

Page 18 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers
Head to www.savemyexams.com for more awesome resources

Exam Tip Your notes


As with solving quadratic equations, we can substitute our solutions back into the original
equation to check we get 0.

Page 19 of 19

© 2015-2024 Save My Exams, Ltd. · Revision Notes, Topic Questions, Past Papers

You might also like