Chapter 1: Further Core Pure 1: Complex Numbers

A-level Further MathsFurther Core Pure5 topicsHigher
This is the free preview topic for this subject.

Further Core Pure 1: Complex Numbers - Complete Study Guide

Edexcel A-Level Further Mathematics (9FM0) · Further Core Pure

Last Updated: June 2026 Suitable for: Edexcel A-Level Further Mathematics (9FM0) Study Time: 5-7 hours Exam Weight: Complex numbers run through both Core Pure papers and are a guaranteed source of marks in Paper 1 (9FM0/01) Specification Reference: Edexcel 9FM0 — Further Core Pure, Topic 1 (Complex numbers): definition of i, arithmetic, conjugate and division, and roots of polynomials

Note: Complex numbers are the foundation of the entire Further Pure course. Almost everything that follows — Argand diagrams, modulus-argument form, de Moivre's theorem, roots of unity and the algebra of polynomials — rests on the ideas in this chapter. The arithmetic looks like ordinary algebra with one extra rule (i² = −1), so the marks here are highly secure once the technique is automatic. This chapter deliberately stays in Cartesian form a + bi; the geometry of the Argand diagram is the next chapter.


LEARNING OBJECTIVES

By the end of this chapter, you will be able to:

Foundation (every student must secure these)

  • State that i = √(−1) and that i² = −1, and use this to simplify powers of i
  • Write a complex number in the form a + bi and identify its real and imaginary parts
  • Add, subtract and multiply complex numbers, simplifying using i² = −1
  • Write down the complex conjugate z̄ of a complex number z
  • Divide two complex numbers by multiplying numerator and denominator by the conjugate of the denominator
  • Solve a quadratic equation with real coefficients that has complex roots
  • State that complex roots of a real polynomial occur in conjugate pairs

Higher (stretch beyond Foundation for the A/A* grades)

  • Equate real and imaginary parts to solve equations involving an unknown complex number
  • Use a known complex root of a cubic to find the remaining roots
  • Solve a quartic equation given one complex root, using the conjugate-pair result
  • Reconstruct a quadratic factor (z − α)(z − ᾱ) from a conjugate pair of roots
  • Recover the real factor(s) by polynomial division or by comparing coefficients

PART 1: STUDY MATERIAL

1.1 THE IMAGINARY UNIT AND THE FORM a + bi

The imaginary unit i

Definition: The imaginary unit i is defined by i = √(−1), which means i² = −1. A complex number is any number that can be written in the form z = a + bi, where a and b are real numbers; a is the real part Re(z) and b is the imaginary part Im(z).

Key Points:

  • The imaginary part of a + bi is the real number b, not bi. So Im(3 − 5i) = −5.
  • A number with b = 0 (e.g. 7) is purely real; a number with a = 0 (e.g. 2i) is purely imaginary.
  • Two complex numbers are equal only when their real parts are equal and their imaginary parts are equal. This "equating parts" idea is one of the most powerful tools in the chapter.
  • Powers of i cycle with period 4: i¹ = i, i² = −1, i³ = −i, i⁴ = 1, then the pattern repeats. To simplify iⁿ, divide n by 4 and use the remainder.

Why This Matters: Every later technique — division, finding roots, de Moivre — depends on confidently replacing i² with −1 and on splitting an equation into its real and imaginary parts. Examiners build whole questions on "equate real and imaginary parts", so this is not optional background.

Worked simplification — powers of i: To find i²³, write 23 = 4 × 5 + 3, so i²³ = (i⁴)⁵ × i³ = 1⁵ × (−i) = −i.

PowerReduce using i⁴ = 1Value
i⁴(i²)² = (−1)²1
i⁵i⁴ × ii
i⁶i⁴ × i²−1
i²³(i⁴)⁵ × i³−i

Common Misconception: Writing √(−4) = √(−1) × √4 is fine and gives 2i, but the rule √a × √b = √(ab) fails for negative numbers: √(−1) × √(−1) is not √1 = 1; it is i × i = −1. Always convert to i first, then multiply.

Examiner Tips — Section 1.1

  • Quote i² = −1 explicitly in your working; markers want to see where the sign change comes from.
  • State real and imaginary parts as real numbers (Im(z) = b), never as "bi".
  • For high powers of i, reduce the exponent modulo 4 rather than multiplying out term by term.

1.2 ARITHMETIC OF COMPLEX NUMBERS

Definition: Complex numbers are added, subtracted and multiplied exactly like algebraic expressions in i, with the single extra rule that every i² is replaced by −1.

Key Points:

  • Addition / subtraction: combine real parts and imaginary parts separately. (a + bi) ± (c + di) = (a ± c) + (b ± d)i.
  • Multiplication: expand the brackets (FOIL), then replace i² with −1 and collect terms. (a + bi)(c + di) = (ac − bd) + (ad + bc)i.
  • A useful special product: (a + bi)(a − bi) = a² + b², a real, non-negative number. This is the key to division (Section 1.3).
  • Order does not matter for addition or multiplication — complex arithmetic is commutative and associative, just like real arithmetic.

Why This Matters: Nearly every complex-number question contains at least one arithmetic step. A single sign slip from forgetting i² = −1 cascades through the rest of the solution, so fluency here protects marks everywhere else.

Worked product: Expand (3 + 2i)(4 − 5i): (3)(4) + (3)(−5i) + (2i)(4) + (2i)(−5i) = 12 − 15i + 8i − 10i² = 12 − 15i + 8i + 10 = 22 − 7i.

OperationExampleResult
Add(2 + 3i) + (4 − i)6 + 2i
Subtract(5 − 2i) − (1 + 4i)4 − 6i
Multiply(3 + 2i)(4 − 5i)22 − 7i
Conjugate product(3 + 2i)(3 − 2i)13

Common Misconception: Forgetting that −10i² = +10 (not −10). The minus sign in front and the i² = −1 produce two sign changes, giving a positive real term. Track signs carefully when the imaginary coefficient is negative.

Examiner Tips — Section 1.2

  • Always finish in the form a + bi with the real part first; an unsimplified answer such as 12 + 10 − 7i can lose the final accuracy mark.
  • When squaring (a + bi)², use (a + bi)² = a² − b² + 2abi rather than guessing; the cross term is 2ab, not ab.
  • Collect like terms so exactly one real and one imaginary term remain.

1.3 THE COMPLEX CONJUGATE AND DIVISION

Definition: The complex conjugate of z = a + bi is z̄ = a − bi: the same number with the sign of the imaginary part reversed. Division of complex numbers is carried out by multiplying numerator and denominator by the conjugate of the denominator.

Key Points:

  • z + z̄ = 2a (twice the real part) and z − z̄ = 2bi, both useful for extracting parts.
  • z × z̄ = a² + b², always real and non-negative. This is what makes division work: it clears i from the denominator.
  • To compute (a + bi) ÷ (c + di), multiply top and bottom by (c − di): the denominator becomes c² + d², a real number, and you then split into real and imaginary parts.
  • The conjugate respects arithmetic: the conjugate of a sum is the sum of conjugates, and the conjugate of a product is the product of conjugates.

Why This Matters: "Realising the denominator" is the standard route to writing any quotient in a + bi form, and it is examined directly. It is also the engine behind the conjugate-root theorem in Section 1.5, because a real polynomial is unchanged by taking conjugates.

Worked division: Express (4 + 7i) ÷ (2 − 3i) in the form a + bi. Multiply numerator and denominator by the conjugate 2 + 3i: Numerator: (4 + 7i)(2 + 3i) = 8 + 12i + 14i + 21i² = 8 + 26i − 21 = −13 + 26i. Denominator: (2 − 3i)(2 + 3i) = 4 + 9 = 13. So the quotient is (−13 + 26i) ÷ 13 = −1 + 2i.

StepWhat you do
1Write the conjugate of the denominator
2Multiply numerator and denominator by it
3Denominator becomes real: c² + d²
4Expand numerator, replace i² with −1
5Split into real and imaginary parts and simplify

Common Misconception: Multiplying by the conjugate of the numerator instead of the denominator. The whole point is to make the denominator real, so it is always the denominator's conjugate that you use.

Examiner Tips — Section 1.3

  • Show the conjugate-product denominator as c² + d² (a single real number) before dividing — it reassures the marker and avoids arithmetic slips.
  • Leave the answer as two separate terms a + bi, not as a single fraction, unless the question asks otherwise.
  • Remember z z̄ = |z|², linking division to the modulus you will meet in the next chapter.

1.4 SOLVING QUADRATICS WITH COMPLEX ROOTS

Definition: A quadratic equation az² + bz + c = 0 with real coefficients has complex roots whenever its discriminant b² − 4ac is negative; the roots are then a conjugate pair found from the usual quadratic formula.

Key Points:

  • Use z = [−b ± √(b² − 4ac)] ÷ (2a) as normal. When b² − 4ac < 0, write the negative square root using i.
  • For example √(−16) = 4i, so a root such as (2 ± 4i) appears naturally from the formula.
  • The two roots are conjugates of each other: if p + qi is a root, so is p − qi.
  • You can check roots by sum and product: for z² + bz + c, the sum of roots is −b and the product is c. For a conjugate pair, the sum 2p and product p² + q² are both real, as they must be.

Why This Matters: This is the simplest setting in which complex numbers are forced on you — quadratics that "have no solutions" over the reals always have a conjugate pair of complex solutions. It also previews the general pattern for cubics and quartics.

Worked quadratic: Solve z² − 6z + 13 = 0. Discriminant: (−6)² − 4(1)(13) = 36 − 52 = −16 < 0, so the roots are complex. z = [6 ± √(−16)] ÷ 2 = [6 ± 4i] ÷ 2 = 3 ± 2i. Check: sum = 6 = −b ✓; product = (3 + 2i)(3 − 2i) = 9 + 4 = 13 = c ✓.

Common Misconception: Writing √(−16) as ±4 and "losing" the i, or writing it as 16i. Always √(−16) = √16 × √(−1) = 4i, and the ± is already supplied by the formula.

Examiner Tips — Section 1.4

  • State the discriminant and note it is negative — this justifies complex roots and is sometimes a mark in itself.
  • Simplify the surd in i form fully (e.g. √(−20) = 2√5 i) before dividing by 2a.
  • Use the sum-and-product check; it catches sign errors instantly.

1.5 COMPLEX ROOTS OCCUR IN CONJUGATE PAIRS

Definition: If a polynomial has real coefficients and z = α is a complex root, then its conjugate ᾱ is also a root. Complex roots of a real polynomial therefore always come in conjugate pairs.

Key Points:

  • This holds only when the coefficients are real. A polynomial with complex coefficients need not have its roots in pairs.
  • A pair of conjugate roots α and ᾱ corresponds to the real quadratic factor (z − α)(z − ᾱ) = z² − (α + ᾱ)z + αᾱ = z² − 2Re(α) z + |α|².
  • Because complex roots pair up, an odd-degree real polynomial (cubic, quintic, …) must have at least one real root.
  • A cubic with real coefficients has either three real roots or one real root plus a conjugate pair. A quartic has its complex roots in one or two conjugate pairs.

Why This Matters: This single theorem is the backbone of every "find the other roots" question. Given one complex root, you instantly know a second (its conjugate), and from the pair you can build a real quadratic factor that divides the polynomial.

Worked factor from a pair: If 1 + 3i is a root of a real cubic, then 1 − 3i is also a root, and they give the factor (z − (1 + 3i))(z − (1 − 3i)) = z² − 2(1)z + (1² + 3²) = z² − 2z + 10.

Degree (real coefficients)Possible root structure
Quadratictwo real, or one conjugate pair
Cubicthree real, or one real + one conjugate pair
Quarticfour real, or two real + a pair, or two pairs

Common Misconception: Trying to apply the conjugate-pair rule to a polynomial whose coefficients are themselves complex. The theorem is only valid for real coefficients — always check that first.

Examiner Tips — Section 1.5

  • The quadratic factor from a pair is z² − (sum of pair)z + (product of pair); the sum is 2Re(α) and the product is real.
  • Quote the theorem in words ("complex roots of a real polynomial occur in conjugate pairs") to earn the reasoning mark.
  • For an odd-degree polynomial, remember there must be a real root to find as well.

1.6 USING A KNOWN ROOT TO FIND THE OTHERS (CUBICS AND QUARTICS)

Definition: Given one complex root of a real cubic or quartic, you find the remaining roots by writing down the conjugate, forming the real quadratic factor, and then dividing it out to leave a simpler factor whose roots are easy to find.

Key Points:

  • Cubic: one complex root α gives the pair α, ᾱ and the quadratic factor (z² − 2Re(α)z + |α|²). Dividing the cubic by this factor leaves a linear factor (z − r), giving the third (real) root r.
  • Quartic: one complex root gives a quadratic factor as above; dividing leaves a quadratic, which you solve (it may give two more real roots or a second conjugate pair).
  • You can divide using algebraic long division or by comparing coefficients of an assumed factorisation — both are accepted.
  • The product of all the roots and the sum of all the roots can be read from the coefficients, giving a fast check.

Why This Matters: This is the headline skill of the chapter and a near-certain exam question: "Given that 2 + i is a root of [cubic/quartic], find the other roots." Method marks are awarded for forming the quadratic factor and for the division, so showing each step pays.

Worked cubic outline: For z³ − 5z² + 11z − 15 = 0 given that 1 + 2i is a root: the conjugate 1 − 2i is also a root, giving the factor z² − 2z + 5. Dividing the cubic by z² − 2z + 5 leaves the linear factor z − 3, so the third root is z = 3 (the full method is in Example 4).

StrategyWhen to use
Conjugate + quadratic factor + divisionStandard "find the other roots" question
Compare coefficientsWhen division feels error-prone; assume (z² + pz + q)(…)
Sum/product of roots checkTo confirm the final answer quickly

Common Misconception: Forgetting to use the conjugate first and instead trying to factor the cubic by trial. Always pair the given complex root, build the real quadratic, and divide — this is faster and is the method examiners reward.

Examiner Tips — Section 1.6

  • Write the conjugate immediately and state why (real coefficients → conjugate pairs).
  • Build the quadratic factor from the pair, then divide; keep the division tidy and show the quotient.
  • Check using the sum of roots (= −b/a) and product of roots (= ±constant/a) before stating the final answer.

PART 2: WORKED EXAMPLES

Example 1: Arithmetic and Powers of i

Question: Given z = 3 + 2i and w = 1 − 4i, find (a) z + w, (b) zw, (c) z², and (d) i¹⁵, giving each answer in the form a + bi where appropriate.

Solution: (a) z + w = (3 + 1) + (2 − 4)i = 4 − 2i. (b) zw = (3 + 2i)(1 − 4i) = 3 − 12i + 2i − 8i² = 3 − 10i + 8 = 11 − 10i. (c) z² = (3 + 2i)² = 3² + 2(3)(2i) + (2i)² = 9 + 12i + 4i² = 9 + 12i − 4 = 5 + 12i. (d) 15 = 4 × 3 + 3, so i¹⁵ = (i⁴)³ × i³ = 1 × (−i) = −i.

Examiner Tip: For z² use (a + bi)² = a² + 2abi + (bi)² and remember (bi)² = b²i² = −b². The most common slip is dropping the factor of 2 in the cross term.


Example 2: Conjugate and Division

Question: Express (5 + i) ÷ (3 − 2i) in the form a + bi.

Solution: Multiply numerator and denominator by the conjugate of the denominator, 3 + 2i. Denominator: (3 − 2i)(3 + 2i) = 3² + 2² = 9 + 4 = 13. Numerator: (5 + i)(3 + 2i) = 15 + 10i + 3i + 2i² = 15 + 13i − 2 = 13 + 13i. So the quotient is (13 + 13i) ÷ 13 = 1 + i.

Examiner Tip: Compute the real denominator c² + d² first; if it does not come out real, you have multiplied by the wrong conjugate. A clean denominator confirms your method.


Example 3: Solving a Quadratic with Complex Roots

Question: Solve the equation z² − 4z + 13 = 0, giving your answers in the form a + bi.

Solution: Discriminant: (−4)² − 4(1)(13) = 16 − 52 = −36 < 0, so the roots are a complex conjugate pair. z = [4 ± √(−36)] ÷ 2 = [4 ± 6i] ÷ 2 = 2 ± 3i, that is z = 2 + 3i or z = 2 − 3i. Check: sum = 4 = −b ✓; product = (2 + 3i)(2 − 3i) = 4 + 9 = 13 = c ✓.

Examiner Tip: √(−36) = 6i, not 6 or 36i. Write the negative discriminant as a positive surd times i before dividing by 2a.


Example 4: Cubic — Using a Known Complex Root

Question: Given that 1 + 2i is a root of z³ − 5z² + 11z − 15 = 0, find the other two roots.

Solution: Because the coefficients are real, complex roots occur in conjugate pairs, so 1 − 2i is also a root. These two roots give the real quadratic factor: (z − (1 + 2i))(z − (1 − 2i)) = z² − 2z + (1² + 2²) = z² − 2z + 5. Now divide z³ − 5z² + 11z − 15 by z² − 2z + 5. Write the missing linear factor as (z − k): (z² − 2z + 5)(z − k) = z³ − (2 + k)z² + (5 + 2k)z − 5k. Match coefficients. Constant: −5k = −15, so k = 3. Check z²: 2 + k = 5 ✓; z: 5 + 2k = 11 ✓. So the linear factor is z − 3 and the third root is z = 3. The three roots are 1 + 2i, 1 − 2i and 3.

Examiner Tip: Matching one convenient coefficient (here the constant term) often pins down the unknown quickly; verify with a second coefficient. Sum of roots = (1 + 2i) + (1 − 2i) + 3 = 5 = −(−5)/1 ✓.


Example 5: Quartic — Two Conjugate Pairs

Question: Given that 2 + i is a root of z⁴ − 4z³ + 10z² − 20z + 25 = 0, find all four roots.

Solution: Real coefficients mean 2 − i is also a root. Their quadratic factor is (z − (2 + i))(z − (2 − i)) = z² − 4z + (2² + 1²) = z² − 4z + 5. Divide the quartic by z² − 4z + 5. Assume z⁴ − 4z³ + 10z² − 20z + 25 = (z² − 4z + 5)(z² + pz + q). Expanding the right side: z⁴ + pz³ + qz² − 4z³ − 4pz² − 4qz + 5z² + 5pz + 5q = z⁴ + (p − 4)z³ + (q − 4p + 5)z² + (5p − 4q)z + 5q. Compare coefficients: z³: p − 4 = −4 ⟹ p = 0. constant: 5q = 25 ⟹ q = 5. Check z²: q − 4p + 5 = 5 − 0 + 5 = 10 ✓; z: 5p − 4q = 0 − 20 = −20 ✓. So the second factor is z² + 5. Solving z² + 5 = 0 gives z² = −5, so z = ±√5 i. The four roots are 2 + i, 2 − i, √5 i and −√5 i.

Examiner Tip: Set up the assumed product (z² − 4z + 5)(z² + pz + q), compare all four lower coefficients, and solve for p and q. Always confirm every coefficient matches before solving the residual quadratic z² + 5 for the second conjugate pair ±√5 i.


Example 6: Equating Real and Imaginary Parts

Question: Find the real numbers x and y such that (x + yi)(2 − i) = 7 + i.

Solution: Expand the left side: (x + yi)(2 − i) = 2x − xi + 2yi − yi² = (2x + y) + (2y − x)i. Equate real and imaginary parts with 7 + i: Real: 2x + y = 7. Imaginary: 2y − x = 1. From the first equation y = 7 − 2x; substitute: 2(7 − 2x) − x = 1 ⟹ 14 − 5x = 1 ⟹ x = 13/5. Then y = 7 − 2(13/5) = 7 − 26/5 = 9/5. So x = 13/5 and y = 9/5.

Examiner Tip: Equating real and imaginary parts turns one complex equation into two simultaneous real equations. Group the expansion into (real) + (imaginary)i before comparing — this is where careless candidates lose marks.


APPENDIX A: QUICK REFERENCE GUIDE

Key Facts to Memorise

The imaginary unit:

  • i = √(−1), i² = −1; powers of i cycle with period 4 (i, −1, −i, 1).
  • z = a + bi: Re(z) = a, Im(z) = b (a real number).

Arithmetic:

  • Add/subtract: combine real and imaginary parts separately.
  • Multiply: expand, then replace i² with −1.
  • (a + bi)(a − bi) = a² + b² (real and non-negative).

Conjugate and division:

  • Conjugate of a + bi is a − bi; divide by multiplying top and bottom by the denominator's conjugate.
  • z z̄ = a² + b² = |z|².

Roots of polynomials:

  • Negative discriminant ⟹ complex conjugate pair of roots.
  • Real coefficients ⟹ complex roots occur in conjugate pairs.
  • A pair α, ᾱ gives the real quadratic factor z² − 2Re(α)z + |α|².
  • Odd-degree real polynomial ⟹ at least one real root.

Key Formulas

QuantityExpression
Imaginary uniti² = −1
Real / imaginary partsRe(a + bi) = a, Im(a + bi) = b
Product(a + bi)(c + di) = (ac − bd) + (ad + bc)i
Square(a + bi)² = a² − b² + 2abi
Conjugate product(a + bi)(a − bi) = a² + b²
Quotient(a + bi) ÷ (c + di) = [(a + bi)(c − di)] ÷ (c² + d²)
Quadratic rootsz = [−b ± √(b² − 4ac)] ÷ (2a)
Factor from a pair(z − α)(z − ᾱ) = z² − 2Re(α)z +
Sum of quadratic roots−b/a
Product of quadratic rootsc/a

Method: Find the Other Roots of a Real Polynomial

StepAction
1Write the conjugate of the given complex root (real coefficients)
2Form the real quadratic factor z² − 2Re(α)z +
3Divide the polynomial by this factor (long division or compare coefficients)
4Solve the resulting quotient for the remaining root(s)
5Check with sum/product of roots

APPENDIX B: COMPLETE GLOSSARY

Argand diagram: A diagram representing a complex number a + bi as the point (a, b); introduced fully in the next chapter.

Complex number: A number of the form a + bi where a and b are real and i² = −1.

Complex conjugate (z̄): The complex number with the same real part and opposite imaginary part; the conjugate of a + bi is a − bi.

Conjugate pair: Two complex numbers α and ᾱ that are conjugates of each other; the non-real roots of a real polynomial occur in such pairs.

Discriminant: The quantity b² − 4ac of a quadratic; a negative discriminant means a conjugate pair of complex roots.

Equating real and imaginary parts: The technique of setting real parts equal and imaginary parts equal to turn one complex equation into two real equations.

Imaginary part (Im(z)): The real coefficient b of i in z = a + bi.

Imaginary unit (i): The number defined by i = √(−1), so that i² = −1.

Modulus (|z|): The non-negative real number √(a² + b²); here it appears as z z̄ = |z|² and is studied fully in the next chapter.

Polynomial division: Dividing a polynomial by a factor to obtain a quotient of lower degree, used to find remaining roots.

Purely imaginary: A complex number with real part zero, e.g. 5i.

Purely real: A complex number with imaginary part zero, e.g. −3.

Real part (Re(z)): The real number a in z = a + bi.

Realising the denominator: Multiplying numerator and denominator of a quotient by the denominator's conjugate to make the denominator real.

Root (of a polynomial): A value of z for which the polynomial equals zero.


WHAT'S NEXT?

Mastered Complex Numbers (Cartesian form)?

  • You can add, subtract, multiply and divide complex numbers fluently
  • You can solve quadratics, cubics and quartics with complex roots
  • You can use the conjugate-pair theorem and a known root to find the others

Next Steps:

  1. Re-do any worked example where the method was not automatic, especially the cubic and quartic.
  2. Practise the "find the other roots" routine on a range of past-paper polynomials.
  3. Move to Chapter 2: Argand Diagrams, where a + bi becomes a point and the modulus and argument give complex numbers their geometry.

For Extended Learning:

  • Investigate how the conjugate-pair theorem extends to roots of unity later in the course.
  • Practise dividing polynomials both by long division and by comparing coefficients, and compare which is faster for you.

Further Core Pure 1: Complex Numbers - COMPLETE!

You now understand:

  • The imaginary unit i and i² = −1
  • Arithmetic of complex numbers in a + bi form
  • The complex conjugate and division by realising the denominator
  • Solving quadratic, cubic and quartic equations with complex roots
  • Why complex roots occur in conjugate pairs and how to use a known root

You're ready to give complex numbers their geometry on the Argand diagram.


Document created: June 2026 For: Edexcel A-Level Further Mathematics (9FM0) · Further Core Pure Study time: 5-7 hours Assessed in Paper 1 (9FM0/01) and synoptically across the Further Core Pure papers

Next Chapter: Chapter 2 - Argand Diagrams

<!-- proof-content-sprint-premium-expansion-2026-06-09 -->

Premium lesson expansion: Further Core Pure 1: Complex Numbers - Complete Study Guide

What a top student must understand

Mathematics lessons should train method selection, not just final answers. Start by identifying the topic family, choose the most efficient representation, then write a line of reasoning that another person could follow without guessing your mental step.

Edexcel-style precision: show algebraic structure, state restrictions, justify methods and check reasonableness.

The key move is to connect knowledge -> context -> consequence -> judgement. Do not leave the idea as a definition. Turn it into a working explanation that could answer a real exam question.

Guided walkthrough

Worked method: define variables, write the equation or transformation, solve step by step, then check by substitution, estimation or a diagram. For proof questions, every line must follow logically from the previous line.

Now apply that method to Further Core Pure 1: Complex Numbers - Complete Study Guide:

  1. Identify the exact command word.
  2. Select the relevant knowledge or method.
  3. Use one detail from the lesson, data, diagram, extract or case.
  4. Build at least two linked consequences.
  5. Add a limitation, comparison or judgement if the mark tariff requires it.

Examiner-style insight

Middle-grade answers usually know the topic but do not control the answer. Higher-grade answers make the reasoning visible. They use precise vocabulary, apply the idea to the specific context and avoid unsupported general statements. If the question gives evidence, quote or use it. If it asks for evaluation, decide what the answer depends on.

Common misconceptions to avoid

  • Rounding too early and carrying a damaged value through the question.
  • Changing the direction of an inequality without noticing a negative multiplication or division.
  • Using a calculator result without exact form when the question asks for proof or surd form.

Worked example

Prompt: Explain why a student could lose marks on a question about Further Core Pure 1: Complex Numbers - Complete Study Guide even if they remember the key definition.

Model answer: A definition alone may only show basic knowledge. To reach the higher levels, the answer must apply the idea to the specific context and explain the consequence. For example, a strong answer would use a detail from the question, link it to the relevant process or decision, and then explain why that effect matters. If the question is evaluative, it should also include a supported judgement rather than a one-sided claim.

Why this works: The answer shows knowledge, application and analysis. It also explains the examiner's likely reason for withholding marks: the missing link between recall and applied reasoning.

Resource-tab notes to add to revision

  • Method card: identify, represent, solve, check.
  • Formula support: rearrange before substituting if it keeps the work clearer.
  • Exam habit: show enough working to earn method marks even if the arithmetic slips.

Memory aid

Use KACJ: Knowledge, Application, Chain of reasoning, Judgement. Before submitting an answer, check that all four parts are present where the question demands them.

MCQ mini-bank

  1. Which answer best shows premium understanding of Further Core Pure 1: Complex Numbers - Complete Study Guide?

    • A. A memorised definition with no context
    • B. A clear idea applied to evidence or a named example
    • C. A long paragraph that repeats the question
    • D. A judgement with no supporting reason
    • Correct: B. Explanation: examiners reward accurate knowledge used in context, not isolated recall.
  2. Explain why a chosen method is efficient for this type of problem.

    • A. It names a keyword only
    • B. It gives a sequence, reason or consequence
    • C. It ignores the command word
    • D. It replaces evidence with opinion
    • Correct: B. Explanation: strong answers make the cause-and-effect chain visible.
  3. Create a similar problem with different numbers and solve it fully.

    • A. Use the data or case evidence directly
    • B. Write a generic paragraph
    • C. Skip the calculation or source
    • D. Repeat the definition twice
    • Correct: A. Explanation: application marks depend on the specific information in front of you.
  4. Which mistake most often caps an answer on this topic?

    • A. Giving a precise example
    • B. Using the correct subject vocabulary
    • C. Making a claim without explaining why it matters
    • D. Writing a final judgement
    • Correct: C. Explanation: unsupported claims do not build analysis.
  5. In a A-Level extended response, what should the final sentence do?

    • A. Introduce a brand-new topic
    • B. Repeat the first sentence exactly
    • C. Make a supported judgement linked to the question
    • D. Apologise for uncertainty
    • Correct: C. Explanation: the final judgement should answer the command word and weigh evidence.
  6. Write a proof-style explanation that justifies every algebraic step.

    • A. A one-sided assertion
    • B. A balanced answer with evidence and a depends-on factor
    • C. A list of facts
    • D. A copied phrase from the question
    • Correct: B. Explanation: higher grades come from weighing evidence, not just naming it.

Long-answer practice

4 marks: Explain one core idea from Further Core Pure 1: Complex Numbers - Complete Study Guide. Use one precise piece of evidence, vocabulary or context.

6 marks: Analyse one consequence or effect linked to Further Core Pure 1: Complex Numbers - Complete Study Guide. Your answer should contain at least two connected steps.

8/9 marks: Assess how important one factor is in this topic. Use evidence and a short judgement.

12/16/25 marks where relevant: Evaluate the statement: "Further Core Pure 1: Complex Numbers - Complete Study Guide is best understood through one main factor." Build two developed arguments, include a limitation and finish with a supported judgement.

Mark-scheme style guidance

  • Award lower credit for accurate but isolated knowledge.
  • Award middle credit for explanation with some application.
  • Award high credit for a developed chain that uses precise evidence and answers the command word.
  • For the top band, require a judgement that compares importance, scale, reliability, cost, context or long-term impact.

Stretch and challenge

Create a new exam question for this topic using a different context, figure, extract or scenario. Then write a model answer and annotate it with AO1/AO2/AO3/AO4 or the equivalent subject skills. This turns revision into examiner thinking rather than rereading.


Gold Standard Exam Mastery: Further Core Pure 1: Complex Numbers

Specification mapping

Pearson Edexcel A-Level Further Mathematics 9FM0: Core Pure 1 and 2 are compulsory; optional papers are Further Pure, Further Statistics, Further Mechanics and Decision Mathematics.

Exam-board lens for this lesson: Further Core Pure. Use this chapter to revise the content, but also to practise how examiners reward marks in real papers.

Assessment objective map

  • AO1: execute advanced mathematical techniques accurately.
  • AO2: construct rigorous proof, communicate reasoning and connect representations.
  • AO3: model unfamiliar problems, interpret results and evaluate assumptions.
  • Commercial scope: Core Pure 1 & 2 is the base course; optional branches are separate add-ons.

Command words to practise

prove, show, deduce, find, verify, interpret

What examiners reward

  • State the theorem, identity or matrix/vector property being used.
  • Use exact complex, matrix, vector or calculus notation with no hidden steps.
  • For optional branches, make the model assumptions explicit before interpreting a result.

Common mistakes to avoid

  • Treating Core Pure as just harder A-Level Maths instead of a proof-led extension.
  • Skipping determinant, domain or convergence conditions.
  • For add-on modules, using a method from the wrong optional paper without checking assumptions.

Answer quality ladder

Grade 4 / basic pass move: Applies a known Further Maths technique.

Grade 7 / strong answer move: Builds a coherent multi-step solution with correct notation.

Grade 9 or A move:* Proves or generalises the result, checks conditions and interprets the structure of the answer.

Exam-style practice prompts

  • Write a full Core Pure proof or derivation for Further Core Pure 1: Complex Numbers.
  • Identify the condition or assumption that makes the method valid.
  • Create an extension problem linking Further Core Pure 1: Complex Numbers to a later optional branch.

Mark scheme guidance

For short answers, make the point precise before adding explanation. For extended answers, build a chain of reasoning, apply it to the named context, then make a judgement only if the command word requires one. A high-mark answer is not just longer; it is more selective, better evidenced and more explicit about why one factor matters more than another.

Topic-specific teaching upgrade

  • Mathematics improvement comes from visible method. Students should show the algebraic structure, not just the final numerical result.
  • Harder questions usually combine topics: algebra with geometry, calculus with modelling, vectors with proof, or probability with interpretation.
  • A proof or modelling answer needs assumptions, definitions and conditions. Checking the domain, sign, determinant, convergence or unit can be the difference between a good method and a complete solution.

Worked example or model move

  • Worked-solution routine: identify the method, write the starting equation or theorem, transform one line at a time, check restrictions, then verify the answer.
  • Calculator routine: know what the calculator has produced, then write the mathematical interpretation in exact or rounded form as required.

Examiner-method focus for this lesson

  • Do not round mid-solution unless explicitly told.
  • In 'show that' questions, do not assume the result; work towards it from a valid starting point.
  • For modelling, state assumptions and comment on whether the result is realistic.

Original long-answer practice

  • Write a full worked solution for Further Core Pure 1: Complex Numbers, with every algebraic transformation justified.
  • Create a harder problem that combines Further Core Pure 1: Complex Numbers with proof, graph interpretation or modelling assumptions.

Repair-set misconception tags

  • visible_method
  • exact_working
  • proof_conditions
  • modelling_assumptions

Board-aware exam routine

  1. Identify the exact method family: algebraic, graphical, numerical, statistical or mechanical.
  2. Write the governing equation, theorem, identity or model before substitution.
  3. Keep exact working visible and check units, domain, sign and assumptions.
  4. Verify the final answer by substitution, dimensional sense, graph behaviour or reasonableness.

Model answer builder

  • Opening move: name the exact concept, method, text, process, model or argument being tested.
  • Evidence move: add data, quotation, calculation, example, case detail, code trace, source detail or diagram feature.
  • Development move: explain the link in a full chain, not a loose comment.
  • Precision move: use exam vocabulary from this lesson and avoid vague filler.
  • Judgement move: only where the command word requires it, decide which factor, method, interpretation or option is strongest and why.

Stored MCQ and retrieval design

  1. Easy: State or identify one core idea from Further Core Pure 1: Complex Numbers.
  2. Medium: Explain how Further Core Pure 1: Complex Numbers works in a specific exam-style context.
  3. Hard: Evaluate, prove, compare or justify a response to Further Core Pure 1: Complex Numbers, using evidence and a final judgement where relevant.
  4. Retrieval: Write one misconception a student might have about Further Core Pure 1: Complex Numbers, then correct it in mark-scheme language.

When reviewing MCQs, do not just record the correct option. Record the misconception behind each wrong option so Proof Coach can turn the mistake into a targeted repair task.

Proof Coach hooks

If this topic appears in your dashboard, Proof Coach should track:

  • proof rigour
  • advanced notation
  • condition checking
  • optional module readiness
Further Maths: Further Core Pure 1: Complex Numbers | Proof Academy