You are viewing a free preview of this lesson.
Subscribe to unlock all 4 lessons in this course and every other course on LearningBro.
Understanding how AQA mark schemes work gives you a significant advantage. This lesson explains the types of marks, how they are awarded, what examiners look for, and the most common mistakes students make — broken down by topic.
AQA uses three types of marks in A-Level Mathematics papers:
Awarded for a correct method or approach, even if the final answer is wrong due to an arithmetic or sign error.
Example: Find the gradient of the line passing through (2, 5) and (6, 13).
M1: (13 − 5) / (6 − 2) ← correct method (change in y / change in x)
A1: = 8/4 = 2 ← correct answer
If a student wrote (13 − 5) / (6 − 2) = 8/4 = 4 (arithmetic error), they would still get the M1 for correct method but lose the A1.
Key principle: You can earn M marks even with wrong numbers, provided your method is sound. This is why showing your working is so important — a correct method with an arithmetic error still earns marks.
Awarded for a correct answer following from a correct method. A marks are dependent on the preceding M mark — you cannot earn an A mark without first earning the corresponding M mark.
Example (3 marks: M1 A1 A1):
Differentiate y = 3x⁴ − 2x² + 7x − 1
M1: Evidence of applying the power rule (reducing powers by 1)
A1: 12x³ − 4x + 7 ← first two terms correct
A1: Complete correct answer: dy/dx = 12x³ − 4x + 7 ← all terms correct
Awarded independently — they do not depend on M or A marks. B marks are typically given for:
Example:
B1: State the condition for a geometric series to converge.
Answer: |r| < 1
"Show that" questions are worth significant marks and are a common area where students lose marks unnecessarily.
| Mistake | Why it loses marks |
|---|---|
| Jumping from line 1 to line 4 | Missing steps mean missing marks |
| Working backwards from the answer | This is not a valid proof — you must start from the given information |
| Writing "= answer" without showing how | The examiner needs to see the algebra |
| Using the result you are trying to prove | Circular reasoning earns zero marks |
| Not showing expansion/simplification clearly | Each step must be visible |
Show that (2x + 3)² − (2x − 1)² ≡ 8(2x + 1)
LHS = (2x + 3)² − (2x − 1)²
Expand (2x + 3)²:
= 4x² + 12x + 9
Expand (2x − 1)²:
= 4x² − 4x + 1
Subtract:
(4x² + 12x + 9) − (4x² − 4x + 1)
= 4x² + 12x + 9 − 4x² + 4x − 1
= 16x + 8
Factor:
= 8(2x + 1)
= RHS ✓
Every step is shown. The expansion is done separately for each bracket. The subtraction is shown line by line. The factorisation is explicit.
"Prove" questions require an even higher level of rigour than "show that" questions.
1. State what you are proving
2. Set up your algebraic representation (e.g., "let n be an integer")
3. Perform the algebra step by step
4. Conclude with a statement linking back to the question
In indefinite integration, the constant of integration (+C) is almost always worth a separate B1 mark. Forgetting +C loses you one mark on virtually every indefinite integral question.
Find ∫(3x² + 2) dx
= x³ + 2x + C ← the "+C" is worth B1
Without +C: x³ + 2x ← loses B1
When evaluating a definite integral, you must:
∫₁³ (2x + 1) dx
= [x² + x]₁³ ← M1 for correct integration with limits shown
= (9 + 3) − (1 + 1) ← M1 for substituting both limits
= 12 − 2 ← working shown
= 10 ← A1 for correct answer
If you write the answer as 10 without showing the substitution of limits, you may lose the M mark for substitution.
Modelling questions (AO3) require you to interpret mathematics in a real-world context. These appear frequently in both mechanics and statistics.
| Model | Assumption | What it means |
|---|---|---|
| Particle | Object has no size | Can be treated as a point mass |
| Light string | String has no mass | Tension is the same throughout |
| Inextensible string | String does not stretch | Connected objects have the same acceleration |
| Smooth surface | No friction | Normal reaction is the only contact force perpendicular to motion |
| Rough surface | Friction acts | F = μR at the point of sliding |
| Rigid body | Object does not deform | Shape and size remain constant |
| Uniform body | Mass evenly distributed | Centre of mass is at the geometric centre |
Question: A ball is dropped from a height of 20 m. Using the model where air resistance is negligible
and g = 9.8 m/s², find the time for the ball to reach the ground. Comment on the validity of this model.
Working:
s = 20, u = 0, a = 9.8
s = ut + ½at²
20 = 0 + ½(9.8)t²
t² = 20/4.9 = 4.082...
t = 2.02 s (3 s.f.)
Interpretation: The ball reaches the ground approximately 2 seconds after being dropped.
Commentary on model: In reality, air resistance would slow the ball, so the actual time would be
slightly longer than 2.02 seconds. The model underestimates the time of fall. For a heavy, compact
ball (e.g., a cricket ball) the error would be small, but for a light ball (e.g., a table tennis ball)
air resistance would be significant and the model would be poor.
Questions involving the Large Data Set appear on Paper 3 (Statistics). These often test your familiarity with the data and your ability to apply statistical techniques.
Question: The entry for daily rainfall at Camborne on 15 June 1987 is recorded as "tr".
How should this value be treated in a statistical analysis?
Answer: "tr" means "trace" — a very small amount of rainfall that is too small to measure accurately.
For statistical calculations, this should be treated as 0 mm or excluded from the analysis depending
on the context. If computing a mean, replacing "tr" with 0 is appropriate. If identifying "dry days",
"tr" might be classified as a dry day since measurable rainfall did not occur.
Question: Compare the mean daily temperatures at Heathrow between May 1987 and October 1987.
Expected approach:
- Temperatures are higher in summer months (June, July, August) and lower in spring/autumn (May, October)
- This reflects seasonal variation
- The pattern would be expected at any mid-latitude station
- You should be able to sketch or describe the expected shape of a time series
Question: A daily rainfall of 45 mm is recorded at Hurn. Is this an outlier?
Approach: Calculate Q1, Q3, and IQR from the data. An outlier is typically defined as any value
below Q1 − 1.5 × IQR or above Q3 + 1.5 × IQR. If 45 mm exceeds the upper fence, it is a
statistical outlier. However, you should also comment that extreme rainfall events do occur
and the value may be genuine rather than a recording error.
| Mistake | Correct approach |
|---|---|
| Forgetting the chain rule when differentiating composite functions | d/dx [f(g(x))] = f'(g(x)) × g'(x) — always multiply by the derivative of the inner function |
| Differentiating eˣ as xeˣ⁻¹ (applying power rule instead) | d/dx [eˣ] = eˣ — the exponential function is its own derivative |
| Not multiplying by the coefficient of x in sin(kx) | d/dx [sin(3x)] = 3cos(3x), NOT cos(3x) |
| Forgetting the negative sign in d/dx [cos x] | d/dx [cos x] = −sin x |
| Errors in the product rule — forgetting one term | d/dx [uv] = u'v + uv' — must have BOTH terms |
| Errors in the quotient rule — wrong sign or wrong order | d/dx [u/v] = (vu' − uv')/v² — the order matters! "Low d-high minus high d-low, over low squared" |
| Mistake | Correct approach |
|---|---|
| Wrong sign when integrating sin x | ∫ sin x dx = −cos x + C (negative!) |
| Forgetting +C in indefinite integrals | Always include +C — it is worth a mark |
| Wrong limits or substituting in wrong order | Upper limit first, minus lower limit: F(b) − F(a) |
| Not dividing by the coefficient of x | ∫ cos(3x) dx = (1/3)sin(3x) + C, NOT sin(3x) + C |
| Integrating 1/x as x⁰/0 | ∫ 1/x dx = ln |
| Areas below the x-axis calculated as negative | If the question asks for the area, take the absolute value of the integral for regions below the axis |
| Integration by parts — wrong choice of u and dv | Use LIATE order: Logs, Inverse trig, Algebraic, Trig, Exponentials — let u be the type that comes first |
| Mistake | Correct approach |
|---|---|
| Forgetting to include weight (mg) in force diagrams | Always draw the weight acting downwards |
| Not including all forces (missing tension, reaction, friction) | Draw a full force diagram before resolving |
| Resolving forces at the wrong angle on an inclined plane | Parallel to plane: mg sin θ. Perpendicular to plane: mg cos θ. Do not mix these up |
| Using the wrong sign convention | Choose a positive direction and stick with it throughout the problem |
| Confusing speed and velocity | Speed = |
| Not converting units (e.g., km/h to m/s) | Multiply km/h by 1000/3600 = 5/18 to get m/s |
| Missing forces in connected particles problems | For a system of connected particles, consider each particle separately with its own force diagram |
| Incorrect moments calculation — using wrong distance | Moment = Force × PERPENDICULAR distance from the pivot |
| Mistake | Correct approach |
|---|---|
| Normal distribution: wrong tail | Always sketch the distribution and shade the required area before calculating |
| Standardisation errors: wrong formula | Z = (X − μ)/σ — subtract the mean, divide by the standard deviation |
| Confusing P(X ≤ x) with P(X < x) | For continuous distributions, these are equal. For discrete (binomial), they may differ |
| Binomial: not checking conditions | Must have fixed n, constant p, independent trials, two outcomes |
| Hypothesis testing: wrong H₁ | One-tailed: p > p₀ or p < p₀. Two-tailed: p ≠ p₀. Choose based on the question |
| Not writing conclusion in context | "There is sufficient evidence at the 5% significance level to suggest that the coin is biased towards heads" — not just "reject H₀" |
| Misusing the Large Data Set | Remember: you cannot be asked to recall specific values, but you should know the general patterns |
| Confusion between variance and standard deviation | σ² is variance, σ is standard deviation. Know which the question asks for |
Since all three papers are calculator-allowed, strong calculator skills save time and reduce errors.
After any calculation, pressing ANS recalls the previous answer. This avoids rounding errors in multi-step calculations.
Example: Calculate √(3² + 4²) and then divide the result by 2.
Step 1: √(9 + 16) = 5 ← calculator stores this as ANS
Step 2: ANS ÷ 2 = 2.5 ← uses the exact stored value, not a rounded version
Most scientific calculators have a table mode that generates a table of function values. This is invaluable for:
Many calculators can solve equations numerically. Use this to check your algebraic solutions, but remember that in the exam you must show your algebraic working — a calculator answer alone earns no method marks.
Your calculator can compute:
Ensure you know how to switch between degree and radian mode. A common error is computing trigonometric values in the wrong mode.
WARNING: sin(30) in degree mode = 0.5
sin(30) in radian mode = −0.988...
Always check which mode your calculator is in!
Understanding AQA mark scheme notation helps you understand examiner reports and past paper solutions.
| Symbol | Meaning |
|---|---|
| M1 | Method mark — awarded for a correct method |
| A1 | Accuracy mark — awarded for a correct answer following correct method |
| B1 | Independent mark — awarded for a specific result or statement |
| ft | Follow through — marks awarded for a correct method applied to an earlier incorrect answer |
| cao | Correct answer only — no follow-through allowed |
| oe | Or equivalent — alternative correct forms accepted |
| awrt | Answers which round to — a range of acceptable rounded answers |
| isw | Ignore subsequent working — errors after the correct answer do not lose marks |
| SC | Special case — marks for a partially correct approach not covered by the main scheme |
If you make an error early in a question but use the correct method afterwards, you can still earn follow-through marks. This means:
Exam Tip: Never leave a question blank. Even if you are unsure of your earlier answer, continue with the method — follow-through marks mean you can still score well on later parts.
Exam Tip: After completing a past paper, study the mark scheme in detail. Understanding how marks are allocated helps you present your working in the way that earns the most marks. Pay particular attention to where the mark scheme says "cao" (correct answer only) versus "ft" (follow through).
Subscribe to continue reading
Get full access to this lesson and all 4 lessons in this course.