| Study Guides
A-Level Further Mathematics · Further Pure 1 · 18 min read · Updated 2026-05-06

Further Pure 1 — A-Level Further Mathematics Study Guide

For: A-Level Further Mathematics candidates sitting Further Mathematics.

Covers: All core Further Pure 1 topics for A-Level Further Mathematics: polynomial roots and transformations, summation of series via method of differences, mathematical induction, matrix determinants/inverses/transformations, and polar coordinate curves and area calculations.

You should already know: Strong A-Level Mathematics Pure Mathematics 1, 2, and 3 foundation.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the A-Level Further Mathematics style for educational use. They are not reproductions of past Cambridge International examination papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official Cambridge mark schemes for grading conventions.


1. What Is Further Pure 1?

Further Pure 1 (FP1) is the first pure mathematics unit of the A-Level Further Mathematics syllabus, designed to build on the algebraic, geometric, and proof skills developed in A-Level Mathematics Pure Mathematics 1-3. It introduces foundational advanced tools that are used across all later pure and applied Further Mathematics units, and is assessed in Paper 1 of the A-Level Further Mathematics qualification, accounting for 30% of the overall AS Further Mathematics grade and 15% of the full A Level Further Mathematics grade.

2. Roots of polynomials — relationships and transformations

For a general degree- polynomial with roots , Vieta’s formulas define the relationship between coefficients and symmetric sums of roots, following an alternating sign pattern: $$ \begin{align*} \sum_{i=1}^n \alpha_i &= -\frac{a_{n-1}}{a_n} \ \sum_{1 \leq i < j \leq n} \alpha_i\alpha_j &= \frac{a_{n-2}}{a_n} \ \sum_{1 \leq i < j < k \leq n} \alpha_i\alpha_j\alpha_k &= -\frac{a_{n-3}}{a_n} \ &\vdots \ \prod_{i=1}^n \alpha_i &= (-1)^n \frac{a_0}{a_n} \end{align*} $$ To find a polynomial with transformed roots (e.g. , , ), use substitution: if the new root is , rearrange to get and substitute into , then rearrange to standard polynomial form.

Worked Example: The cubic has roots . Find the integer-coefficient polynomial with roots . Substitute (since ) into the original equation: $$ 2(y-1)^3 - 5(y-1)^2 + (y-1) - 4 = 0 $$ Expand and simplify: $$ 2y^3 - 11y^2 + 17y - 12 = 0 $$ Verify using Vieta: sum of new roots = , which matches the original sum of roots plus 3, as expected.

3. Summation of series — method of differences

The method of differences is used to evaluate finite and infinite series where the general term can be written as the difference between two consecutive terms of a sequence . If , then telescoping cancellation occurs when summing from to : $$ \sum_{r=1}^n u_r = f(1) - f(n+1) $$ If , the sum simplifies to . The general term is most often split using partial fractions or factorial identities, e.g. .

Worked Example: Evaluate . First split using partial fractions: . Write out the first and last few terms of the sum: $$ \left(1 - \frac{1}{2}\right) + \left(\frac{1}{2} - \frac{1}{3}\right) + \left(\frac{1}{3} - \frac{1}{4}\right) + ... + \left(\frac{1}{n} - \frac{1}{n+1}\right) $$ All intermediate terms cancel, leaving . Test for : LHS = , RHS = , which confirms the result is correct.

4. Mathematical induction

Mathematical induction is a formal proof technique for statements about positive integers, with four mandatory steps required for full marks in A-Level exams:

  1. Base case: Prove the statement holds for the smallest relevant value of (almost always for FP1 questions).
  2. Inductive hypothesis: Assume the statement is true for , where is an arbitrary positive integer.
  3. Inductive step: Use the inductive hypothesis to prove the statement holds for .
  4. Conclusion: Explicitly state that by the principle of mathematical induction, the statement holds for all positive integers the base case value.

Worked Example: Prove that for all positive integers .

  1. Base case : LHS = , RHS = , so true.
  2. Inductive hypothesis: Assume true for : .
  3. Inductive step: For , sum = : Which matches the formula for .
  4. Conclusion: Hence by mathematical induction, the formula holds for all positive integers .

5. Matrices — determinants, inverses, transformations

For a 2×2 matrix :

  • The determinant is , which gives the area scale factor of the linear transformation represented by .
  • If , is non-singular, with inverse .

Common 2×2 linear transformation matrices:

  • Rotation by anticlockwise about the origin:
  • Reflection in the line :
  • Enlargement scale factor about the origin:

Note that transformation order is critical: applying transformation then transformation is represented by the product , not , as vectors are multiplied by the right-hand matrix first.

Worked Example: Find the image of the point under a 90° anticlockwise rotation about the origin, then find the inverse transformation. Rotation matrix for 90° anticlockwise is . Multiply by the position vector: $$ \begin{pmatrix} 0 & -1 \ 1 & 0 \end{pmatrix} \begin{pmatrix} 2 \ 3 \end{pmatrix} = \begin{pmatrix} -3 \ 2 \end{pmatrix} $$ The inverse transformation is a 90° clockwise rotation, equal to , which maps back to as expected.

6. Polar coordinates — curves and area

Polar coordinates represent points in the plane using , where is the radial distance from the origin, and is the angle measured anticlockwise from the positive -axis. The conversion between Cartesian and polar coordinates is: $$ x = r\cos\theta, \quad y = r\sin\theta, \quad r^2 = x^2 + y^2, \quad \tan\theta = \frac{y}{x} $$ Common polar curves include cardioids (), circles (), and rose curves (). The area enclosed by a polar curve between angles and is: $$ A = \frac{1}{2} \int_{\alpha}^{\beta} r^2 d\theta $$ This formula comes from summing the area of infinitesimal sectors of area .

Worked Example: Find the area enclosed by the cardioid . The cardioid is symmetric about the -axis, so we integrate from to and double the result, or integrate directly from to : $$ A = \frac{1}{2} \int_{0}^{2\pi} [2(1+\cos\theta)]^2 d\theta = 2 \int_{0}^{2\pi} 1 + 2\cos\theta + \cos^2\theta d\theta $$ Use the identity : $$ A = 2 \int_{0}^{2\pi} \frac{3}{2} + 2\cos\theta + \frac{\cos2\theta}{2} d\theta $$ The cosine terms integrate to 0 over a full period, so , which matches the standard cardioid area formula for .

7. Common Pitfalls (and how to avoid them)

  • Wrong sign for polynomial root products: Students often mix up the alternating sign rule for products of roots, e.g. writing the product of cubic roots as instead of . Why it happens: Confusion with the expansion of . Correct move: Use the rule that the sum of products of roots at a time has sign , or expand the first two terms of the factored polynomial to confirm the sign for your degree.
  • Forgetting the 1/2 factor in polar area integrals: Students use instead of , losing 1-2 marks. Why it happens: Confusing polar area with Cartesian area under a curve. Correct move: Test the formula on a circle of radius : , which confirms the 1/2 factor is mandatory.
  • Mixing up matrix transformation order: Students apply the left matrix first instead of the right, leading to incorrect transformed coordinates. Why it happens: Confusing function composition order with multiplication order. Correct move: Remember that transformation then is , because the vector is multiplied by first, then the result is multiplied by .
  • Skipping the induction conclusion: Students stop after the inductive step, losing the final 1 mark for the proof. Why it happens: Rushing through the question to save time. Correct move: Always end induction proofs with the explicit statement: "Hence, by the principle of mathematical induction, the statement holds for all positive integers [base case value]."
  • Incorrect substitution for transformed polynomials: For roots of , students substitute instead of . Why it happens: Mixing up horizontal shift directions. Correct move: If , then , so substitute into the original polynomial, and test with a simple root to confirm before expanding fully.

8. Practice Questions (A-Level Further Mathematics Style)

Question 1

The cubic polynomial has roots . Find the integer-coefficient cubic polynomial with roots .

Solution

Use substitution (since ): $$ 3\left(\frac{y}{2}\right)^3 - 6\left(\frac{y}{2}\right)^2 + 4\left(\frac{y}{2}\right) - 2 = 0 $$ Simplify and multiply all terms by 8 to eliminate denominators: $$ 3y^3 - 12y^2 + 16y - 16 = 0 $$ Verify with Vieta: sum of new roots = , which matches from the new polynomial.


Question 2

Use the method of differences to find . Hence evaluate the sum to infinity if it exists.

Solution

First split using partial fractions: . Write out the terms: $$ \left(\frac{1}{2} - \frac{1}{4}\right) + \left(\frac{1}{3} - \frac{1}{5}\right) + \left(\frac{1}{4} - \frac{1}{6}\right) + ... + \left(\frac{1}{n+1} - \frac{1}{n+3}\right) $$ Cancel intermediate terms: $$ \sum_{r=1}^n \frac{2}{(r+1)(r+3)} = \frac{1}{2} + \frac{1}{3} - \frac{1}{n+2} - \frac{1}{n+3} = \frac{5}{6} - \frac{2n + 5}{(n+2)(n+3)} $$ As , the fractional term tends to 0, so the sum to infinity is .


Question 3

Use mathematical induction to prove that, for all positive integers , $$ \sum_{r=1}^{n} r \cdot 3^r = \frac{(2n-1),3^{n+1} + 3}{4}. $$

Solution

  1. Base case : LHS . RHS . So LHS = RHS, true.
  2. Inductive hypothesis: assume true for :
  3. Inductive step: for , add the -th term: This is the formula with , so the result holds for whenever it holds for .
  4. Conclusion: by mathematical induction, the identity holds for all positive integers .

9. Quick Reference Cheatsheet

Topic Key Formulas & Rules
Roots of Polynomials For with roots :
, ,
Transform roots : substitute into
Summation by Differences If ,
Use partial fractions or factorial identities to split
Mathematical Induction 1. Base case (n=1)
2. Inductive hypothesis (assume true for n=k)
3. Inductive step (prove true for n=k+1)
4. Explicit conclusion
Matrices 2×2 : det(M)=ad-bc,
Transformation order: T then S = S×T
Area scale factor = $
Polar Coordinates
Area enclosed:
Use symmetry to simplify integral limits

10. What's Next

The content in this FP1 guide forms the foundation for all later units in A-Level Further Mathematics. Polynomial root transformations extend to complex root problems and Galois theory topics in Further Pure 2, matrix transformations are used extensively in Further Pure 3 vector spaces and Further Mechanics rigid body motion, and polar coordinates appear in complex number loci in FP2 and differential equations applications. A strong grasp of induction is required for almost all advanced proof questions across both pure and applied Further Math papers, so it is worth investing time to master the four-step structure.

If you are stuck on any subtopic, need more practice questions, or want to test your understanding with timed FP1 mock papers, you can ask Ollie, our AI tutor, for personalised support at any time. You can also find more study guides for other A-Level Further Mathematics units on the homepage, aligned exactly to the latest syllabus requirements.

Aligned with the Cambridge International AS & A Level Further Mathematics 9231 syllabus. OwlsAi is not affiliated with Cambridge Assessment International Education.

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →