AQA A-Level Maths: Pure Mathematics 1 — Complete Revision Guide (7357)
AQA A-Level Maths: Pure Mathematics 1 — Complete Revision Guide (7357)
Pure Mathematics 1 is the foundation of AQA A-Level Maths (7357). It is the body of pure content taught in Year 1 of the course, and it underpins almost everything that follows. The Year 2 pure content extends it, the mechanics work assumes its calculus and vectors, and the statistics work assumes its algebra and functions. If your Pure 1 is shaky, every later topic gets harder. If it is strong, the rest of the course becomes far more approachable.
This guide is a topic-by-topic walkthrough of the Year 1 Pure content in the AQA 7357 specification. It covers proof, algebra and functions, coordinate geometry, sequences and series, trigonometry, exponentials and logarithms, differentiation, integration, vectors, and numerical methods. For each topic you will see the core skills, the typical pitfalls, a short worked example, and a link to the full lesson on the LearningBro course.
It is worth flagging up front how AQA differs from other boards. AQA 7357 is assessed through three two-hour papers, and a calculator is permitted on all three — there is no non-calculator paper at A-Level (this is a frequent source of confusion for students moving up from the AQA GCSE structure). AQA also splits its applied content differently from Edexcel: Mechanics sits inside Paper 2 alongside pure, and Statistics sits inside Paper 3 alongside more pure. Pure content therefore appears on every paper, and Pure 1 specifically is high-frequency examined material across the qualification.
The aim of this guide is not to replace working through problems. The only way to get good at A-Level Maths is to do hundreds of questions and feel the patterns in your fingers. The aim is to give you a clear map of what you need to know, in the order AQA teaches it, so your revision is targeted rather than scattered.
What the AQA 7357 Specification Covers
The AQA A-Level Maths qualification (7357) is assessed through three two-hour papers, each worth 100 marks. Paper 1 is pure mathematics only. Paper 2 is pure mathematics and mechanics. Paper 3 is pure mathematics and statistics. A scientific or graphical calculator is permitted on all three papers — there is no non-calculator paper. There is no choice of questions and no coursework, so every mark must be earned in the exam.
Pure 1 is the Year 1 portion of the pure content, and AQA can examine it on any of the three papers. Roughly half of any sitting is Year 1 material in some form, sometimes asked directly and sometimes embedded in a larger Year 2 question. The table below shows the ten Pure 1 topic areas, the part of the specification they sit under, and a realistic estimate of how many marks across a Paper 1 / Paper 2 / Paper 3 sitting come from each.
| Topic | Spec Section | Typical marks weight per sitting |
|---|---|---|
| Proof | A | 4-6 marks |
| Algebra and functions | B | 15-25 marks |
| Coordinate geometry | C | 8-12 marks |
| Sequences and series | D | 6-10 marks |
| Trigonometry | E | 10-15 marks |
| Exponentials and logarithms | F | 8-12 marks |
| Differentiation | G | 12-18 marks |
| Integration | H | 8-12 marks |
| Vectors | J | 6-10 marks |
| Numerical methods | I (Year 2 link) | 4-6 marks |
These weights are estimates based on the spread of typical 7357 papers — not guarantees for any single year. What is reliable is that algebra, calculus, and trigonometry consistently dominate Pure across all three papers, and that the same skills resurface inside applied questions on Papers 2 and 3. Mastering Pure 1 is the highest-leverage revision you can do for 7357.
Proof
Proof is the first topic in the AQA 7357 specification, and it is examined on every series. AQA expects you to be fluent with three styles: proof by deduction, proof by exhaustion, and disproof by counter-example. Year 2 adds proof by contradiction, but Pure 1 stops at the three above.
A deductive proof starts from given assumptions or known results and chains logical steps to reach the conclusion. A typical question is "prove that the product of two consecutive integers is even." Let the integers be n and n+1. Their product is n(n+1). One of n and n+1 is even, so their product is even. Each step must be a stated logical consequence of the previous one — sketches and unjustified assertions do not score.
Proof by exhaustion works by checking every case in a finite list. To prove a result for n=1,2,3,4,5, you check all five cases. AQA only sets exhaustion problems with a small, manageable case list. Disproof by counter-example is the easiest of the three: to disprove a universal statement, find one example for which it fails. To disprove "every odd number is prime," cite 9=3×3.
A common pitfall is conflating "showing it works for an example" with "proving it in general." If a question says prove, no number of worked examples will earn the mark. Another pitfall is dropping the algebraic structure and writing English-only arguments where the algebra is needed. AQA awards marks for clean algebraic deduction, not narrative.
A short worked example. Prove that for all integers n, n2−n is even. Factor: n2−n=n(n−1). The integers n and n−1 are consecutive, so one of them is even, so their product is even. Done.
For a workflow on each proof style and worked AQA-style examples, see the Proof lesson.
Algebra and Functions
Algebra and functions is the largest single topic area in Pure 1 and the highest-frequency area on the papers. AQA expects fluency with surds, indices, quadratic functions in all three forms (general, factorised, completed-square), the discriminant, simultaneous equations including linear-quadratic systems, inequalities (linear, quadratic, and rational), polynomial sketching, the factor and remainder theorems, algebraic fractions, partial fractions, modulus functions, and graph transformations.
The discriminant b2−4ac is one of the most-tested ideas in Pure 1. If b2−4ac>0 there are two distinct real roots; if b2−4ac=0 there is a repeated root; and if b2−4ac<0 there are no real roots. Discriminant questions are usually phrased as "find the values of k for which the equation has real roots" and reduce to solving an inequality in k. The same idea handles tangency: a line is tangent to a curve precisely when the simultaneous equations reduce to a quadratic with discriminant zero.
To complete the square on x2−6x+11, take half of −6 to get −3, square it to get 9, and write x2−6x+11=(x−3)2−9+11=(x−3)2+2. The vertex is (3,2) and the curve has a minimum value of 2. The completed-square form is the fastest way to identify vertices and to handle range questions.
A common pitfall is cancelling terms rather than factors in algebraic fractions: (x+4)/(x+2) does not simplify to 2. Another is forgetting to flip the inequality sign when multiplying or dividing by a negative — the single most common mark-loss across Pure 1.
For full coverage with worked examples and a clean workflow on each sub-topic, see the Algebra and Functions lesson.
Coordinate Geometry
Coordinate geometry in Pure 1 covers straight lines and circles. AQA expects fluency with the gradient formula, the equation of a straight line in the forms y=mx+c and y−y1=m(x−x1), the conditions for parallel lines (m1=m2) and perpendicular lines (m1m2=−1), and the distance and midpoint formulae.
For circles, the standard form is (x−a)2+(y−b)2=r2 for a circle of centre (a,b) and radius r. AQA also examines the expanded form x2+y2+2gx+2fy+c=0, which you must be able to convert to standard form by completing the square in x and y separately to read off centre and radius.
The three classic circle theorems used in Pure 1 questions are: the angle in a semicircle is a right angle; a tangent to a circle is perpendicular to the radius at the point of contact; and the perpendicular from the centre to a chord bisects the chord. A typical AQA question gives three points on a circle and asks for the equation of the circle, often using one of these properties.
A short worked example. Find the equation of the circle through A(0,0) and B(4,0) with AB as a diameter. The centre is the midpoint of AB, which is (2,0). The radius is half ∣AB∣, so r=2. The equation is (x−2)2+y2=4.
A common pitfall is using the gradient form for y when the line is vertical (gradient undefined) or for x when the line is horizontal — switch to x=a or y=b in those cases. Another is forgetting to square the radius when writing the standard form: (x−2)2+y2=2 describes a circle of radius 2, not 2.
For full circle-theorem practice and clean coordinate workflows, see the Coordinate Geometry lesson.
Sequences and Series
Sequences and series in Pure 1 covers the binomial expansion of (a+b)n for positive integer n, sigma notation, and arithmetic and geometric progressions.
The binomial expansion for positive integer n is (a+b)n=∑r=0n(rn)an−rbr, where (rn)=r!(n−r)!n! is the binomial coefficient. AQA expects you to expand expressions like (2+3x)5 in full or to find a specific term — for instance "find the coefficient of x3 in the expansion of (2+3x)5." Identify the value of r that gives the required power of x, write the single term, and evaluate.
For arithmetic progressions with first term a and common difference d, the nth term is un=a+(n−1)d and the sum of the first n terms is Sn=2n(2a+(n−1)d). For geometric progressions with first term a and common ratio r, the nth term is un=arn−1 and the sum of the first n terms is Sn=1−ra(1−rn) for r=1. The sum to infinity exists when ∣r∣<1 and equals 1−ra.
A common pitfall is mixing up a, d, and r between AP and GP formulae. Another is forgetting that (rn) is symmetric — (rn)=(n−rn) — which can speed up calculations by switching to the smaller of r and n−r.
For binomial drilling, sigma practice, and AP/GP problem sets, see the Sequences and Series lesson.
Trigonometry
Trigonometry in Pure 1 covers the three core ratios for any angle, the sine and cosine rules, the area formula 21absinC, the graphs of sin, cos, and tan across 0 to 360∘ and beyond, the small-angle approximations, and solving trigonometric equations using the standard identities sin2θ+cos2θ=1 and tanθ=sinθ/cosθ.
The sine rule is sinAa=sinBb=sinCc, used when you have a side and its opposite angle plus one more piece of information. The cosine rule is a2=b2+c2−2bccosA, used when you have two sides and the included angle, or all three sides. The area formula Area=21absinC uses two sides and the included angle.
Solving a trig equation requires care over the range. To solve sinθ=0.6 for 0≤θ<360∘, the calculator gives a principal value of about 36.9∘. The second solution in range is 180−36.9=143.1∘. To find all solutions, sketch the sine curve across the required range and read off where y=0.6 cuts it. The same workflow handles equations like sin(2θ+30∘)=0.6 — just adjust the working range to match the substitution.
A common pitfall is finding only the calculator's principal value and stopping. AQA always wants every solution in range. Another is the ambiguous case of the sine rule, where two triangles satisfy the given data — if the given angle is acute and opposite a shorter side, check whether the supplementary angle also gives a valid triangle.
For solving-in-range workflows and AQA-style triangle problems, see the Trigonometry lesson.
Exponentials and Logarithms
Exponentials and logarithms in Pure 1 covers the function ax for a>0, the natural exponential ex, the natural logarithm lnx, the laws of logarithms, solving exponential equations, and modelling with y=aekx and y=axn.
The three log laws you must memorise are log(xy)=logx+logy, log(x/y)=logx−logy, and log(xn)=nlogx. Combined with the inverse relation loga(ax)=x and alogax=x, these are enough to handle every Pure 1 log question. AQA expects fluency in both base 10 and base e logarithms, with ln being especially common because it is the natural inverse of ex.
A typical exponential equation is 23x+1=7. Take logs of both sides: (3x+1)log2=log7, so 3x+1=log7/log2, giving x=(log7/log2−1)/3. The same workflow handles any equation of the form af(x)=b.
Modelling is the highest-mark application. AQA frequently sets a question of the form "data is modelled by y=aekx. Take logs to obtain a linear relationship between lny and x, find a and k from the gradient and intercept of the resulting line." Take ln of both sides: lny=lna+kx. So plotting lny against x gives a straight line with gradient k and intercept lna. Reading off the gradient and intercept and converting back gives a and k.
A common pitfall is treating log(x+y) as logx+logy — this is wrong; the law applies to log(xy). Another is forgetting that log of a negative number or zero is undefined, which means some apparent solutions of log equations need to be discarded.
For modelling practice and full log-law drills, see the Exponentials and Logarithms lesson.
Differentiation
Differentiation in Pure 1 covers the derivative from first principles, the power rule, the derivatives of polynomial functions, tangents and normals, increasing and decreasing functions, and stationary points (maxima, minima, and points of inflection).
The power rule is dxd(xn)=nxn−1 for any rational n. Combined with linearity (dxd(af+bg)=af′+bg′), this handles every polynomial. AQA expects fluency with negative and fractional powers too — to differentiate x21, rewrite as x−2 and apply the power rule to get −2x−3.
For tangents and normals at a point (a,f(a)) on a curve y=f(x), the gradient of the tangent is f′(a). The tangent line is y−f(a)=f′(a)(x−a). The normal is perpendicular to the tangent, so its gradient is −1/f′(a), and the normal line is y−f(a)=−1/f′(a)⋅(x−a).
For stationary points, set f′(x)=0 to find the x-coordinates. Classify each one using either the second derivative test (if f′′(x)>0 it is a minimum; if f′′(x)<0 it is a maximum; if f′′(x)=0 the test is inconclusive) or the sign-change test on f′(x) either side of the stationary point. Both methods are accepted; the second-derivative test is faster when it works.
A short worked example. Find the stationary points of y=x3−3x2−9x+5. Differentiate: y′=3x2−6x−9=3(x−3)(x+1). Set to zero: x=3 or x=−1. Compute y′′=6x−6. At x=3, y′′=12>0, so this is a minimum. At x=−1, y′′=−12<0, so this is a maximum.
A common pitfall is forgetting to find the corresponding y-coordinate of a stationary point — the question usually asks for the point, not just the x-value. Another is sign errors when differentiating negative-coefficient polynomials.
For tangent/normal practice and stationary-point classification, see the Differentiation lesson.
Integration
Integration in Pure 1 covers indefinite integration as the reverse of differentiation, the integral of xn for n=−1, definite integration, and the area under a curve.
The reverse power rule is ∫xndx=n+1xn+1+C for n=−1, where C is the constant of integration. Forgetting C on an indefinite integral is a guaranteed lost mark. For definite integrals, ∫abf(x)dx=F(b)−F(a) where F is any antiderivative of f — the constant of integration cancels.
The area under a curve between x=a and x=b is ∫abydx, provided the curve sits above the x-axis on the interval. If the curve dips below, the integral subtracts the below-axis region. To find a total unsigned area when a curve crosses the x-axis, split the integral at the crossing points and take the absolute value of each piece, then sum.
A short worked example. Find the area between y=x2−4 and the x-axis from x=−2 to x=2. The curve sits below the axis throughout this interval (it crosses at x=±2). ∫−22(x2−4)dx=[x3/3−4x]−22=(8/3−8)−(−8/3+8)=16/3−16=−32/3. The area is the absolute value, 32/3.
A common pitfall is forgetting that area is a positive quantity — a negative integral means the curve was below the axis, and the area is the magnitude. Another is integrating a fractional power incorrectly: ∫x−1/2dx=1/2x1/2+C=2x+C, not 2x1/2.
For full reverse-power-rule drills and area-under-curve practice, see the Integration lesson.
Vectors
Vectors in Pure 1 covers two-dimensional vectors only — the Year 2 content extends to three dimensions. AQA expects fluency with vector notation in both column form and i, j form, vector addition and subtraction, scalar multiplication, the magnitude of a vector, unit vectors, position vectors, and the use of vectors in geometric problems.
A vector a=(34)=3i+4j has magnitude ∣a∣=32+42=5. The unit vector in the direction of a is a^=a/∣a∣=51(3i+4j).
The position vector of a point A relative to the origin is the vector OA. The vector from A to B is AB=OB−OA. This single relationship handles every Pure 1 vector geometry question — express unknown vectors as differences of position vectors, then equate or compare.
A typical question. Points A, B, C have position vectors a, b, c. M is the midpoint of BC. Find the position vector of M. The position vector of M is OM=b+21BC=b+21(c−b)=21(b+c).
A common pitfall is sign errors when subtracting position vectors — write AB=b−a, never a−b. Another is dropping the vector notation halfway through a calculation and treating components as ordinary scalars.
For vector geometry practice and worked AQA-style problems, see the Vectors lesson.
Numerical Methods
Numerical methods bridges Year 1 and Year 2 content. The Pure 1 elements are change of sign for locating roots and an introduction to iterative methods. Year 2 extends to the Newton-Raphson method and to numerical integration.
Change of sign is the simplest root-locator. If f is continuous on [a,b] and f(a) and f(b) have opposite signs, then there is at least one root of f(x)=0 in (a,b). AQA frequently sets a question of the form "show that f(x)=0 has a root between 1 and 2" — compute f(1) and f(2), observe the sign change, state the conclusion, and reference continuity.
For iterative methods, AQA writes the equation in the form x=g(x) and uses the iteration xn+1=g(xn) with a starting value x0. A typical question gives the rearrangement, the starting value, and asks for x1,x2,x3 correct to four decimal places. The arithmetic is calculator-driven; the marks are for setting up correctly, applying the iteration cleanly, and writing answers to the required precision.
A common pitfall is rounding intermediate iterates and then losing accuracy in the final answer — keep full calculator precision through the chain and round only at the end. Another is missing the conditions for convergence: not every rearrangement converges from every starting value, and AQA sometimes asks you to comment on this.
For change-of-sign drills and iterative-method practice, see the Numerical Methods lesson.
Common Mark-Loss Patterns Across Pure 1
Across the whole Pure 1 section, a small set of habits accounts for a disproportionate share of lost marks. None of these are about content you do not know. They are all about content you do know, applied carelessly.
- Sign errors when expanding negative brackets. −3(x−2) is −3x+6, not −3x−6. Many candidates lose marks here in the final line of an otherwise correct piece of work.
- Forgetting +C on indefinite integrals. A guaranteed lost mark every time.
- Forgetting to flip the inequality when multiplying or dividing by a negative.
- Solving a trig equation and reporting only the calculator's principal value. Always sketch the curve and read off every solution in range.
- Cancelling terms instead of factors in algebraic fractions. You can only cancel complete bracketed factors.
- Mis-applying the inside-bracket rule in graph transformations. Inside the bracket, do the opposite.
- Sketching to scale rather than to shape. Examiners want intercepts, end behaviour, and turning points correct; they do not want a perfectly proportioned graph.
- Reporting x-values only when the question asks for stationary points or intersection coordinates.
- Rounding intermediate iterates in numerical methods and losing accuracy in the final answer.
- Not showing enough working. AQA mark schemes award method marks generously when the working is clear. A correct final answer with no working can score fewer marks than an incorrect final answer with clean method.
A revision plan that explicitly drills these habits — not just the content — will move your grade more than another pass through the textbook.
Exam Strategy for the May 2026 Series
The May 2026 sitting is structured the same as every recent series: three two-hour papers, calculator allowed on all three, no choice of questions. With Pure 1 making up the bulk of every paper's pure section, your exam-strategy focus should be threefold.
First, time per mark. Each paper is 120 minutes for 100 marks, so the working budget is 1.2 minutes per mark. A six-mark question should take you about seven minutes. If you are at ten minutes on a six-mark question, leave it and come back. This is the single biggest exam-management lever.
Second, lead with confidence. Pure 1 questions are often quicker than Pure 2 questions because the content is more familiar. On Paper 1 in particular, scanning the paper and starting with the topics you find easiest — typically algebra, basic differentiation, and basic trig — banks marks fast and builds momentum for the harder mid-paper questions.
Third, write working that scores method marks. AQA's mark schemes split a question into method marks (for choosing the right approach) and accuracy marks (for getting the right number). A clean, line-by-line layout with each step explicitly written out scores method marks even when an arithmetic slip costs the accuracy mark. Compressed working that jumps from start to answer can score zero on a question where one small error appears in the final line.
For the May 2026 series specifically, allow extra time in the final fortnight for past-paper practice on the AQA 7357 paper format under exam conditions, marking against the published mark schemes. Pattern-recognition for AQA's question phrasing (which differs in subtle ways from Edexcel and OCR phrasings) is worth several marks across a paper.
How LearningBro's AQA A-Level Maths Pure 1 Course Helps
LearningBro's AQA A-Level Maths: Pure Mathematics 1 course is built around the structure of this guide. Each of the ten lessons covers one section of the 7357 specification, in the order AQA teaches it, with worked examples, practice questions, and full mark-scheme-style solutions. Lessons end with a short review and quick-recall questions designed for spaced revisits.
The course is designed to be used in two ways. As a first pass, you can work through the lessons in order, building each topic on the last. As a revision tool, you can drop into any lesson and work the practice independently — for example, drilling differentiation for a week before mocks. The AI tutor is available throughout to give targeted hints when you get stuck, without giving away full solutions, and to mark your written working with structured feedback against AQA-style mark allocations.
If you want one place to revise Pure 1 well, with realistic practice and clean explanations of every topic, the full course is the right next step. Start with the AQA A-Level Maths: Pure Mathematics 1 course.