A-Level Further Maths

Introduction to Complex Numbers

Edexcel

1. Imaginary and Complex Numbers

Hi, Welcome to M.E.R (MyExamRevision) !

In this blog, we will discuss and understand:

  • What imaginary numbers and complex numbers are
  • How to add and subtract complex numbers
  • How to multiply complex numbers
  • How to divide complex numbers using complex conjugates

Introduction

As we have all dealt with quadratic equations in our GCSEs, $ax^2 + bx + c = 0$, its solutions are given by the quadratic formula:

$$x = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}$$

In your GCSEs, whenever the term under the square root, $b^2 – 4ac$, was negative, you were told that there were no real solutions.

What are Imaginary Numbers?

Roots can actually be found even if the square root term is negative, and such roots are known as imaginary numbers. You might have even mistakenly stumbled across the symbol $i$ on your calculator when getting an unexpected answer.

What you need to remember here is that the square root of a negative number gives imaginary numbers, where $i = \sqrt{-1}$.

Examples: Simplifying Square Roots of Negative Numbers

1. $\sqrt{-9}$:

$$\sqrt{-9} = \sqrt{9 \times (-1)} = \sqrt{9} \times \sqrt{-1} = 3i$$

2. $\sqrt{-32}$:

$$\sqrt{-32} = \sqrt{32 \times (-1)} = \sqrt{16} \times \sqrt{2} \times \sqrt{-1} = 4\sqrt{2}i$$

Numbers of the form $bi$, where $b \in \mathbb{R}$, are known as imaginary numbers.

What are Complex Numbers?

Just as we have imaginary numbers, we also have complex numbers.

A complex number is made up of two parts: a real part and an imaginary part.

For example, in the number $3 + 2i$:

  • $3$ is the real part
  • $2i$ is the imaginary part

In standard mathematical notation, a complex number is represented by the letter $z$:

$$z = a + bi \quad \text{where } a, b \in \mathbb{R}$$

For the complex number $z = a + bi$:

  • $\text{Re}(z) = a$ is the real part
  • $\text{Im}(z) = b$ is the imaginary part

(Note: The set of all complex numbers is represented by the symbol $\mathbb{C}$.)

2. Addition and Subtraction of Complex Numbers

Complex numbers can be added and subtracted in a very similar way to standard algebraic expressionsβ€”by gathering like terms! You simply add or subtract their real parts together, and add or subtract their imaginary parts together.

Addition Example
Calculate $(2 + 6i) + (3 + 4i)$

$$(2 + 6i) + (3 + 4i) = (2 + 3) + (6 + 4)i = 5 + 10i$$

Subtraction Example (with negative terms)
Calculate $(2 – 5i) – (5 – 11i)$

$$(2 – 5i) – (5 – 11i) = (2 – 5) + (-5 – (-11))i = -3 + 6i$$

Scalar Multiplication and Division

You can also multiply or divide a complex number by a real constant just as you would expand or simplify brackets in algebra.

Multiplying by a Constant

$$2(5 – 8i) = (2 \times 5) – (2 \times 8)i = 10 – 16i$$

Dividing by a Constant

$$\frac{10 + 6i}{2} = \frac{10}{2} + \frac{6}{2}i = 5 + 3i$$

Quick Check Quiz 1 Multiple Choice
Question 1: Simplify $(18 + 5i) – (15 – 2i) – (3 + 7i)$
πŸ’‘ Step-by-Step Worked Solution

Group the real parts and imaginary parts separately:

$$\text{Real part: } 18 – 15 – 3 = 0$$

$$\text{Imaginary part: } (5 – (-2) – 7)i = (5 + 2 – 7)i = 0i$$

Final Answer: $0$

Quick Check Quiz 1 (Q2) Type Answer
Simplify $\frac{-8 + 3i}{4} – \frac{7 – 2i}{2}$. Give your answer in the form $a + bi$.
Write your answer in the form a + bi using exact fractions where needed.
πŸ’‘ Step-by-Step Worked Solution

Separate each fraction into real and imaginary parts:

$$\left(-\frac{8}{4} + \frac{3}{4}i\right) – \left(\frac{7}{2} – \frac{2}{2}i\right) = \left(-2 + \frac{3}{4}i\right) – \left(\frac{7}{2} – i\right)$$

Group the real and imaginary parts:

$$\text{Real part: } -2 – \frac{7}{2} = -\frac{4}{2} – \frac{7}{2} = -\frac{11}{2}$$

$$\text{Imaginary part: } \frac{3}{4}i – (-i) = \left(\frac{3}{4} + 1\right)i = \frac{7}{4}i$$

Final Answer: $-\frac{11}{2} + \frac{7}{4}i$

3. Solving Quadratic Equations with Complex Roots

Now that we know what imaginary numbers are, we can use complex numbers to find the solutions to any quadratic equation with real coefficients, even when $b^2 – 4ac < 0$.

Worked Example
Solve the equation $z^2 + 6z + 25 = 0$ using the quadratic formula.
SOLUTION

Using $z = \frac{-b \pm \sqrt{b^2 – 4ac}}{2a}$ with $a = 1$, $b = 6$, and $c = 25$:

$$z = \frac{-6 \pm \sqrt{6^2 – 4(1)(25)}}{2(1)}$$

$$z = \frac{-6 \pm \sqrt{36 – 100}}{2} = \frac{-6 \pm \sqrt{-64}}{2}$$

Since $\sqrt{-64} = \sqrt{64}\sqrt{-1} = 8i$:

$$z = \frac{-6 \pm 8i}{2} = -3 \pm 4i$$

So, the two complex solutions are $z_1 = -3 + 4i$ and $z_2 = -3 – 4i$.

Quick Check Quiz 2 Multiple Choice
Solve $7z^2 – 3z + 3 = 0$. Give your answer in the form $a \pm bi$.
πŸ’‘ Step-by-Step Worked Solution

Apply the quadratic formula with $a = 7$, $b = -3$, $c = 3$:

$$z = \frac{-(-3) \pm \sqrt{(-3)^2 – 4(7)(3)}}{2(7)} = \frac{3 \pm \sqrt{9 – 84}}{14} = \frac{3 \pm \sqrt{-75}}{14}$$

Simplify $\sqrt{-75} = \sqrt{25 \times 3 \times (-1)} = 5\sqrt{3}i$:

$$z = \frac{3 \pm 5\sqrt{3}i}{14} = \frac{3}{14} \pm \frac{5\sqrt{3}}{14}i$$

Need help with Introduction to Complex Numbers?

Our tutors explain it step by step, matched to your exam board.

Book a Consultation →

4. Multiplying Complex Numbers

You can multiply complex numbers using the exact same expansion techniques as expanding two brackets in algebra, such as the FOIL method:

$$(a + b)(c + d) = ac + ad + bc + bd$$

The key thing to remember when expanding complex numbers is how powers of $i$ behave:

  • $i = \sqrt{-1}$
  • $i^2 = -1$
  • $i^3 = i^2 \times i = (-1) \times i = -i$
  • $i^4 = i^2 \times i^2 = (-1) \times (-1) = 1$
Example: Bracket Multiplication
Multiply $(2 – 3i)(4 – 5i)$ and write the answer in the form $a + bi$.
SOLUTION

Expanding the brackets:

$$(2 – 3i)(4 – 5i) = 2(4 – 5i) – 3i(4 – 5i)$$

$$= 8 – 10i – 12i + 15i^2$$

Since $i^2 = -1$, substitute $15i^2 = 15(-1) = -15$:

$$= 8 – 22i – 15 = (8 – 15) – 22i = -7 – 22i$$

Final Answer: $-7 – 22i$

Quick Check Quiz 3 Multiple Choice
Question 1: Simplify $(2 – 9i)^2$, giving your answer in the form $a + bi$.
πŸ’‘ Step-by-Step Worked Solution

Expand the squared term:

$$(2 – 9i)^2 = (2 – 9i)(2 – 9i) = 4 – 18i – 18i + 81i^2$$

Substitute $i^2 = -1$:

$$= 4 – 36i – 81 = -77 – 36i$$

Quick Check Quiz 3 (Q2) Multiple Choice
Given $f(z) = z^2 – 2z + 17$, which of the following complex numbers is a solution to $f(z) = 0$?
πŸ’‘ Step-by-Step Worked Solution

Substitute $z = 1 – 4i$ into $f(z)$:

$$f(1 – 4i) = (1 – 4i)^2 – 2(1 – 4i) + 17$$

Expand $(1 – 4i)^2 = 1 – 8i + 16i^2 = -15 – 8i$.

Expand $-2(1 – 4i) = -2 + 8i$.

Combine terms:

$$f(1 – 4i) = (-15 – 8i) + (-2 + 8i) + 17 = (-15 – 2 + 17) + (-8i + 8i) = 0$$

Since $f(1 – 4i) = 0$, $z = 1 – 4i$ is a solution to $f(z) = 0$. (The other root is $1 + 4i$).

5. Complex Conjugates and Division of Complex Numbers

What is a Complex Conjugate?

For any complex number $z = a + bi$, its complex conjugate is denoted by $z^*$ and is defined as:

$$z^* = a – bi$$

To find the complex conjugate, all you need to do is change the sign of the imaginary part (flip $+ \to -$ or $- \to +$). The real part stays exactly the same!

Examples:

  • If $z = 2 + 3i$, then its complex conjugate is $z^* = 2 – 3i$.
  • If $z = 3 – 4i$, then its complex conjugate is $z^* = 3 + 4i$.

A special property of complex conjugates is that when you multiply a complex number $z$ by its conjugate $z^*$, the result is always a real number:

$$(a + bi)(a – bi) = a^2 – abi + abi – b^2 i^2 = a^2 + b^2$$

Dividing Complex Numbers

Dividing complex numbers is very similar to rationalising the denominator when working with surds! Just as we cannot leave a surd (like $\sqrt{2}$) in the denominator of a fraction, we cannot leave an imaginary number ($i$) in the denominator.

Worked Example: Division Step-by-Step
Calculate $\frac{7 + 3i}{4 – 2i}$ and give your answer in the form $a + bi$.
SOLUTION
1
Identify conjugate of denominator:
The denominator is $4 – 2i$, so its complex conjugate is $4 + 2i$.
2
Multiply numerator and denominator by conjugate:
$$\frac{7 + 3i}{4 – 2i} = \frac{7 + 3i}{4 – 2i} \times \frac{4 + 2i}{4 + 2i} = \frac{(7 + 3i)(4 + 2i)}{(4 – 2i)(4 + 2i)}$$
3
Expand brackets (top and bottom):
Numerator: $(7 + 3i)(4 + 2i) = 28 + 14i + 12i + 6i^2 = 22 + 26i$
Denominator: $(4 – 2i)(4 + 2i) = 16 + 8i – 8i – 4i^2 = 20$
4
Divide each part and simplify:
$$\frac{22 + 26i}{20} = \frac{22}{20} + \frac{26}{20}i = \frac{11}{10} + \frac{13}{10}i$$

Final Answer: $\frac{11}{10} + \frac{13}{10}i$

Quick Check Quiz 4 Multiple Choice
Question 1: Write $\frac{28 – 3i}{2 – i}$ in the form $a + bi$.
πŸ’‘ Step-by-Step Worked Solution

Multiply numerator and denominator by conjugate $2 + i$:

$$\frac{(28 – 3i)(2 + i)}{(2 – i)(2 + i)} = \frac{56 + 28i – 6i – 3i^2}{4 – i^2} = \frac{59 + 22i}{5}$$

Final Answer: $\frac{59}{5} + \frac{22}{5}i$

Practice Challenge Algebraic Division
Given $z_1 = p – 7i$ and $z_2 = 2 + 5i$, find $\frac{z_1}{z_2}$ in terms of $p$.
Write your expression in the form (ap - b)/d - ((cp + e)/d)i.
πŸ’‘ Step-by-Step Worked Solution

Multiply numerator and denominator by conjugate $2 – 5i$:

$$\frac{(p – 7i)(2 – 5i)}{(2 + 5i)(2 – 5i)} = \frac{2p – 5pi – 14i + 35i^2}{4 + 25}$$

$$= \frac{(2p – 35) – (5p + 14)i}{29}$$

Final Answer: $\frac{2p – 35}{29} – \left(\frac{5p + 14}{29}\right)i$

Want a Tutor for This Topic?

Sehaj
Sehaj Lead Further Maths Tutor Personalised lessons matched to your exam board.
Book a Consultation →

Ready to Get Started?

Book a consultation and let's build a plan for your child. £3.99 refundable deposit, deducted from your first lesson.

Book Your Consultation →