Skip to main content
27,000+ Questions
Guides / A-Level Maths: Pure Mathematics Topics and Revision Strategies

A-Level Maths: Pure Mathematics Topics and Revision Strategies

Comprehensive guide to A-Level Pure Mathematics. Cover calculus, algebra, and trigonometry with expert tips and worked examples for exam success.

Updated: 18 March 2026
7 min read
Jamie Buchanan

Pure Mathematics forms the foundation of A-Level Maths, typically contributing around two-thirds of your final grade. It’s where you’ll develop the mathematical thinking skills that underpin everything from engineering to economics. The content is challenging, but understanding the core concepts and how they interconnect makes the subject far more manageable.

Understanding the Pure Mathematics Landscape

Pure Maths at A-Level extends what you learned at GCSE into much deeper territory. You’ll encounter proof, work with functions and graphs in sophisticated ways, master calculus, and develop algebraic manipulation skills that GCSE only hinted at.

The specification (whether you’re studying AQA, Edexcel, or OCR) covers similar core topics: algebra and functions, coordinate geometry, sequences and series, trigonometry, exponentials and logarithms, differentiation, integration, numerical methods, and vectors. These aren’t isolated topics—they weave together constantly.

One of the biggest adjustments from GCSE is the expectation that you’ll connect different areas of maths. An exam question might start with trigonometry, require algebraic manipulation, then finish with calculus. This integration is what makes A-Level Maths intellectually satisfying but initially challenging.

Algebra and Functions: Your Foundation

Everything else in Pure Maths builds on solid algebraic foundations. You’ll need absolute confidence with polynomial division, factor theorem, and manipulating algebraic fractions.

Quadratic functions extend beyond GCSE. You’ll complete the square to find turning points, solve quadratic inequalities, and sketch graphs of transformed functions. Understanding transformations (translations, stretches, reflections) is crucial because you’ll apply these to all function types.

Discriminants tell you about the roots of quadratic equations: b² - 4ac > 0 means two distinct real roots, b² - 4ac = 0 means one repeated root, and b² - 4ac < 0 means no real roots (two complex roots in Further Maths).

Polynomial division and factor theorem allow you to factorise cubics and higher-order polynomials. If f(a) = 0, then (x - a) is a factor of f(x). This seemingly simple result unlocks the ability to sketch polynomial graphs and solve polynomial equations.

Revision Strategy: Create a “methods sheet” for algebraic manipulation—your go-to reference for factorising techniques, fraction rules, and index laws. Most A-Level mistakes come from algebraic errors, not conceptual misunderstandings.

Calculus: The Heart of Pure Mathematics

Calculus is likely to be the most challenging new content you encounter. It’s also the most important, both for your exams and for further mathematics or science study.

Differentiation finds rates of change. Understanding dy/dx as the gradient of a curve at a point is fundamental. You’ll learn the power rule (if y = xⁿ, then dy/dx = nxⁿ⁻¹), then extend this to product rule, quotient rule, and chain rule for more complex functions.

The chain rule deserves special attention because it applies constantly. When differentiating composite functions like (3x² + 5)⁴, you differentiate the outer function (the power of 4) and multiply by the derivative of the inner function (6x). Writing this as dy/dx = dy/du × du/dx helps clarify the process.

Second derivatives (d²y/dx²) tell you about concavity and help classify stationary points. If dy/dx = 0 and d²y/dx² > 0, you have a minimum. If d²y/dx² < 0, it’s a maximum. If d²y/dx² = 0, you need to investigate further.

Integration is reverse differentiation but feels more like an art than a science. Standard integrals must be memorised: ∫xⁿ dx = xⁿ⁺¹/(n+1) + c (where n ≠ -1), plus special cases like ∫1/x dx = ln|x| + c and ∫eˣ dx = eˣ + c.

Definite integration calculates areas under curves. Remember that areas below the x-axis give negative values, so you sometimes need to calculate areas separately and add absolute values. Integration by substitution and by parts extend your toolkit for more complex integrals.

Trigonometry: Beyond SOHCAHTOA

A-Level trigonometry goes far beyond basic right-angled triangles. You’ll work in radians (where π radians = 180°), solve trigonometric equations, and use identities to simplify expressions.

Key identities to know cold:

  • sin²θ + cos²θ = 1
  • tan θ = sin θ / cos θ
  • sin 2A = 2 sin A cos A
  • cos 2A = cos²A - sin²A (and alternative forms)

Solving trigonometric equations requires understanding the periodic nature of sin, cos, and tan. If sin θ = 0.5 for 0 ≤ θ ≤ 2π, you need both θ = π/6 and θ = 5π/6 because sine is positive in the first and second quadrants.

The CAST diagram helps you remember where each function is positive: All functions positive in the first quadrant, Sin in the second, Tan in the third, Cos in the fourth.

Small angle approximations become useful in harder problems: for small θ (in radians), sin θ ≈ θ, cos θ ≈ 1 - θ²/2, and tan θ ≈ θ.

Coordinate Geometry and Vectors

Straight lines extend GCSE knowledge. You’ll work fluently with equations in the forms y = mx + c, y - y₁ = m(x - x₁), and ax + by + c = 0. Perpendicular lines have gradients whose product is -1 (unless one is vertical).

Circles are new at A-Level. The equation (x - a)² + (y - b)² = r² represents a circle with centre (a, b) and radius r. You’ll complete the square to convert expanded forms back to this, find tangents and normals, and work with circles intersecting lines.

Parametric equations describe curves using a parameter. Instead of y = f(x), you might have x = f(t) and y = g(t). You can eliminate the parameter to find the Cartesian equation or differentiate parametrically using dy/dx = (dy/dt)/(dx/dt).

Vectors represent quantities with both magnitude and direction. You’ll add and subtract vectors, calculate magnitudes, find scalar products (dot products), and use vectors to represent lines in 2D and 3D. The scalar product a·b = |a||b|cos θ connects to finding angles between vectors and determining perpendicularity.

Sequences and Series

Arithmetic sequences have a common difference: 2, 5, 8, 11… (difference of 3). The nth term is a + (n-1)d, and the sum of the first n terms is n/2(2a + (n-1)d).

Geometric sequences have a common ratio: 3, 6, 12, 24… (ratio of 2). The nth term is arⁿ⁻¹. For |r| < 1, an infinite geometric series converges to a/(1-r).

Binomial expansion extends (a + b)ⁿ for any positive integer n using Pascal’s triangle or the formula with combinations. You’ll also use the expansion of (1 + x)ⁿ for any rational n when |x| < 1, though this produces an infinite series.

Proof by induction requires showing a statement is true for n = 1 (base case), assuming it’s true for n = k (inductive hypothesis), then proving it must be true for n = k + 1. This logical chain establishes truth for all positive integers.

Exponentials and Logarithms

The exponential function eˣ is unique because its derivative is itself: d/dx(eˣ) = eˣ. This property makes it fundamental to modelling growth and decay.

Logarithms are the inverse of exponentials. If aˣ = b, then log_a(b) = x. You’ll primarily work with natural logarithms (ln), where ln(eˣ) = x and e^(ln x) = x.

Laws of logarithms:

  • ln(AB) = ln A + ln B
  • ln(A/B) = ln A - ln B
  • ln(Aⁿ) = n ln A

These laws transform multiplicative relationships into additive ones, which is why logarithms are used to linearise data and solve equations like 2ˣ = 10.

Effective Revision Strategies

Practice, practice, practice. Pure Maths cannot be learned passively. Work through problems yourself, ideally from past papers and exam-board specimen materials. Make mistakes early during revision, not in the exam hall.

Build a formula sheet with derivations, not just results. The process of creating it embeds understanding. Include standard integrals, trigonometric identities, and key results you find yourself looking up repeatedly.

Learn to spot question types. With practice, you’ll recognise patterns: “This needs chain rule,” “That’s a hidden quadratic,” “They want me to complete the square here.” Pattern recognition speeds up problem-solving considerably.

Work backwards from mark schemes. When you get stuck, don’t just look at the answer—study the method. What was the key insight? What should you have spotted? Build these “spotting skills” into your problem-solving toolkit.

Connect topics explicitly. Create mind maps showing how differentiation relates to curve sketching, how logarithms solve exponential equations, how trigonometric identities simplify calculus problems. These connections are where exam questions live.

Time yourself. Pure Maths papers demand efficiency. If you’re spending 10 minutes on a 5-mark question, you need to move on and return later. Practice under timed conditions regularly.

UpGrades provides step-by-step worked examples for every Pure Maths topic, adaptive practice questions that target your weak areas, and detailed explanations that build the conceptual understanding essential for A-Level success.

Related Guides

Ready to put these strategies into practice?

UpGrades uses evidence-based techniques like spaced repetition and adaptive gap detection to help you revise smarter. Sign up free and start revising today.

Start Revising Free