1. Understanding the Cambridge 9709 Exam Papers
| Paper | Component | Duration | Marks | Topics |
|---|---|---|---|---|
| Paper 1 | Pure Mathematics 1 | 1 hr 50 min | 75 | Quadratics, Functions, Coord. Geometry, Sequences, Binomial, Trig, Differentiation, Integration |
| Paper 2 | Pure Mathematics 2 | 1 hr 15 min | 50 | Algebra, Logs, Trig identities, Partial fractions, Further calculus, Numerical methods |
| Paper 3 | Pure Mathematics 3 | 1 hr 50 min | 75 | All of P2 plus Complex numbers, Vectors, Maclaurin, ODEs (1st and 2nd order) |
| Paper 4 | Mechanics | 1 hr 15 min | 50 | Forces, Kinematics (SUVAT + calculus), Newton's Laws, Energy, Momentum, Projectiles |
| Paper 5 | Statistics | 1 hr 15 min | 50 | Data representation, Probability, Distributions (Binomial, Poisson, Normal), Hypothesis Testing |
Paper 1 and 3 (75 marks, 110 min): ≈ 1.47 min per mark. A 10-mark question = 15 minutes maximum.
Paper 2, 4, and 5 (50 marks, 75 min): ≈ 1.5 min per mark. A 6-mark question = 9 minutes maximum.
Golden rule: Never spend more than 2× the expected time on any question. Move on and return.
2. Complete Formula Reference Card
Pure Mathematics 1 — Core Formulae
| Topic | Key Formulae |
|---|---|
| Quadratics | x = (−b ± √(b²−4ac))/2a | Discriminant Δ = b²−4ac | Vertex at x=−b/2a |
| Sequences (AP) | uₙ=a+(n−1)d | Sₙ=n/2[2a+(n−1)d]=n/2(a+l) |
| Sequences (GP) | uₙ=arⁿ⁻¹ | Sₙ=a(1−rⁿ)/(1−r) | S∞=a/(1−r) for |r|<1 |
| Binomial | T_{r+1}=ⁿCᵣ aⁿ⁻ʳ bʳ | ⁿCᵣ=n!/[r!(n−r)!] |
| Radian/Arc | s=rθ | A_sector=½r²θ | A_segment=½r²(θ−sinθ) |
| Trig Identities | sin²θ+cos²θ≡1 | 1+tan²θ≡sec²θ | 1+cot²θ≡cosec²θ |
| Coordinate Geometry | m=(y₂−y₁)/(x₂−x₁) | d=√[(Δx)²+(Δy)²] | Circle: (x−a)²+(y−b)²=r² |
| Differentiation | d/dx(xⁿ)=nxⁿ⁻¹ | d/dx(eˣ)=eˣ | d/dx(ln x)=1/x | d/dx(sin x)=cos x | d/dx(cos x)=−sin x |
| Integration | ∫xⁿ dx=xⁿ⁺¹/(n+1)+c | ∫eˣ dx=eˣ+c | ∫1/x dx=ln|x|+c | Area=∫y dx | Vol=π∫y² dx |
Pure Mathematics 2/3 — Advanced Formulae
| Topic | Key Formulae |
|---|---|
| Addition Formulae | sin(A±B)=sinAcosB±cosAsinB | cos(A±B)=cosAcosB∓sinAsinB |
| Double Angle | sin2A=2sinAcosA | cos2A=cos²A−sin²A=2cos²A−1=1−2sin²A |
| R-Form | asinx+bcosx=Rsin(x+α) where R=√(a²+b²), tanα=b/a |
| Logarithms | log(xy)=logx+logy | log(xⁿ)=nlogx | log_ab=lnb/lna |
| Further Diff. | d/dx(arcsin x)=1/√(1−x²) | d/dx(arctan x)=1/(1+x²) | d/dx(sec x)=secxtanx |
| Int. by Parts | ∫u dv = uv − ∫v du | LIATE for choosing u |
| Inverse Trig Int. | ∫1/√(a²−x²)dx=arcsin(x/a)+c | ∫1/(a²+x²)dx=(1/a)arctan(x/a)+c |
| Maclaurin | eˣ=1+x+x²/2!+... | sinx=x−x³/3!+... | cosx=1−x²/2!+... | ln(1+x)=x−x²/2+... |
| ODEs (1st order) | IF method: μ=e^(∫P dx); d(μy)/dx=μQ | Separable: ∫g(y)dy=∫f(x)dx |
| ODEs (2nd order) | CE: aλ²+bλ+c=0. CF types: Ae^λ₁x+Be^λ₂x or (A+Bx)eλx or eαx(Acosβx+Bsinβx) |
| Complex Numbers | |z|=√(a²+b²) | arg z=arctan(b/a) [quadrant] | zⁿ=rⁿ(cosnθ+isinnθ) |
| Vectors | a·b=|a||b|cosθ | a×b=|a||b|sinθ n̂ | Line: r=a+λd | Plane: r·n=d |
Statistics — Core Formulae
| Topic | Key Formulae |
|---|---|
| Mean/Variance | x̄=Σx/n | σ²=Σx²/n−x̄² | Coding: y=(x−a)/b → ȳ=(x̄−a)/b, σ_y=σ_x/|b| |
| Probability | P(A∪B)=P(A)+P(B)−P(A∩B) | P(A|B)=P(A∩B)/P(B) | Independent: P(A∩B)=P(A)P(B) |
| DRV | E(X)=ΣxP(X=x) | Var(X)=E(X²)−[E(X)]² | E(aX+b)=aE(X)+b | Var(aX+b)=a²Var(X) |
| Binomial | X~B(n,p): P(X=r)=ⁿCᵣpʳqⁿ⁻ʳ | E=np | Var=npq |
| Poisson | X~Po(λ): P(X=r)=e^(−λ)λʳ/r! | E=Var=λ | X+Y~Po(λ₁+λ₂) |
| Normal | X~N(μ,σ²): Z=(X−μ)/σ~N(0,1) | X̄~N(μ,σ²/n) | SE=σ/√n |
| Hypothesis Test | Z_test=(X̄−μ₀)/(σ/√n) | P-value approach for binomial | Type I error prob=α |
Mechanics — Core Formulae
| Topic | Key Formulae |
|---|---|
| SUVAT | v=u+at | s=ut+½at² | v²=u²+2as | s=½(u+v)t (constant a only) |
| Newton's Laws | F=ma | Friction: F≤μR, F=μR at limiting equilibrium |
| Projectile | x=ucosα·t | y=usinα·t−½gt² | R=u²sin2α/g | H=u²sin²α/(2g) |
| Work/Energy | W=Fdcosθ | KE=½mv² | GPE=mgh | Power=Fv | v_max: P=F_resist·v_max |
| Momentum | p=mv | Impulse=m(v−u)=Ft | Conservation: m₁u₁+m₂u₂=m₁v₁+m₂v₂ |
| Restitution | e=(v_B−v_A)/(u_A−u_B) | 0≤e≤1 | Bounce: e=√(h_after/h_before) |
| Hooke's Law | T=λe/l₀ | EPE=λe²/(2l₀) |
3. The 30 Most Common Exam Mistakes in A Level Mathematics
Pure Mathematics
| # | Mistake | Correct Approach |
|---|---|---|
| 1 | Using degree mode when radians are required (or vice versa). | All A Level calculus with trig functions requires radians. Check calculator mode at the start of every paper. |
| 2 | Forgetting +c in indefinite integration — including when integrating by parts. | Every indefinite integral must have +c. In IBP: after the final integral, add +c once only to the complete expression. |
| 3 | Confusing vertical stretch by factor a with horizontal stretch by factor 1/a for y=f(ax). | y=f(ax) is a horizontal stretch by factor 1/a (compresses if a>1). y=af(x) is a vertical stretch by factor a. |
| 4 | Applying SUVAT equations when acceleration is variable. | SUVAT only applies with constant acceleration. Use v=ds/dt and calculus for variable acceleration problems. |
| 5 | Forgetting to check |r|<1 before stating a sum to infinity for a GP. | Always state the convergence condition explicitly: "S∞ exists since |r|=___ < 1." No condition = lost mark. |
| 6 | In discriminant problems, forgetting the direction of the inequality when a<0. | For the quadratic in the parameter to be positive OUTSIDE its roots, the coefficient of the squared term must be positive. When a<0, the quadratic is positive between the roots — the inequality reverses. |
| 7 | Losing solutions when solving trig equations by dividing by sinθ or cosθ. | Never divide both sides by sinθ (or cosθ) — factorise instead: sinθ(2cosθ−1)=0 gives sinθ=0 AND cosθ=½. |
| 8 | Misapplying the chain rule — multiplying by the derivative of the outer function only. | d/dx[f(g(x))] = f'(g(x)) × g'(x). Must multiply by the derivative of the inner function g'(x). |
| 9 | In second-order ODEs, not checking whether the trial PI coincides with a term in the CF. | If the trial PI is part of the CF, multiply by x (repeat root: multiply by x²). Failure to modify gives 0=RHS. |
| 10 | Finding the wrong argument for complex numbers in Q2 or Q3. | Use the full quadrant analysis: arg(−1+i)=π−π/4=3π/4, not π/4. Always plot the point first. |
Calculus and Integration
| # | Mistake | Correct Approach |
|---|---|---|
| 11 | Area calculation giving a negative result and leaving it without comment. | If a region is below the x-axis, the integral is negative. Area is always positive — take the absolute value, or split the integral at x-intercepts. |
| 12 | In volume of revolution: writing V=π∫y dx instead of V=π∫y² dx. | The formula is V=π∫y² dx — square y FIRST, then integrate. Forgetting to square is the most common volume error. |
| 13 | Choosing the wrong u in integration by parts (not following LIATE). | LIATE: Logarithm > Inverse trig > Algebraic > Trig > Exponential. For ∫x ln x dx: u=ln x, dv=x dx (not u=x). |
| 14 | Forgetting to change limits when using substitution in a definite integral. | When substituting u=g(x), convert limits: x=a→u=g(a), x=b→u=g(b). Or back-substitute and use original limits. |
| 15 | Writing ∫1/(ax+b) dx = ln(ax+b)/a without the absolute value. | Correct: ∫1/(ax+b) dx = (1/a)ln|ax+b| + c. The absolute value matters when ax+b can be negative. |
Statistics
| # | Mistake | Correct Approach |
|---|---|---|
| 16 | Forgetting to apply continuity correction in Normal approximation to Binomial or Poisson. | P(X≤k) → P(Y<k+0.5). P(X≥k) → P(Y>k−0.5). Always state the continuity correction explicitly. |
| 17 | Using the wrong tail in a one-tailed test — testing in the direction opposite to H₁. | H₁: μ>μ₀ → upper tail → critical region Z>z_α. H₁: μ<μ₀ → lower tail. Always draw H₁ before choosing the tail. |
| 18 | Confusing σ² and σ in the standardisation formula — using variance where standard deviation is needed. | Z=(X−μ)/σ where σ=√(variance). For sample mean: Z=(X̄−μ)/(σ/√n). Never substitute σ² into the denominator. |
| 19 | Stating "H₀ is true" or "H₀ is false" as a conclusion from a hypothesis test. | Correct conclusions: "There is/is not sufficient evidence at the _% level to conclude that..." A hypothesis test never proves H₀ — it only provides evidence for or against it. |
| 20 | Confusing independent events (P(A∩B)=P(A)P(B)) with mutually exclusive events (P(A∩B)=0). | Two events with positive probability cannot be both independent and mutually exclusive. Check: if P(A∩B)=P(A)P(B)>0, they cannot be mutually exclusive. |
Mechanics
| # | Mistake | Correct Approach |
|---|---|---|
| 21 | Using g=10 when the question says g=9.8, or vice versa. | Cambridge uses g=9.8 m/s² unless the question explicitly states g=10. Always check the question. |
| 22 | In connected particle problems, using the same direction for both particles (wrong sign for tension). | Define positive direction for EACH particle separately. If one moves up and the other down, the tension equation must reflect opposite directions of motion. |
| 23 | Not resolving forces along AND perpendicular to an inclined plane — resolving horizontally/vertically instead. | For inclined plane problems, ALWAYS resolve parallel and perpendicular to the slope. This gives the cleanest equations and avoids simultaneous equations. |
| 24 | Forgetting friction when calculating the normal reaction — assuming R=mg on an incline. | On an inclined plane: R=mg cosθ (NOT mg). The normal reaction equals the perpendicular component of weight. |
| 25 | In projectile motion, using the total speed (not component) as horizontal or vertical velocity. | Always resolve the initial speed: uₓ=u cosα (horizontal, constant) and uᵧ=u sinα (vertical, subject to gravity). These are independent. |
General Technique
| # | Mistake | Correct Approach |
|---|---|---|
| 26 | Not showing enough working — writing the final answer only. | Cambridge awards method marks independently of the final answer. Even a wrong answer earns partial marks if the method is correct. Show every step clearly. |
| 27 | Premature rounding — rounding intermediate calculations and getting inaccurate final answers. | Keep full precision throughout (use stored calculator values or exact surds/fractions). Only round at the final step to the required accuracy. |
| 28 | Not re-reading the question before writing the conclusion — answering a different question. | After completing your working, re-read the original question. Ensure your answer addresses exactly what was asked — value, equation, conclusion, units. |
| 29 | Ignoring context in "show that" questions — starting from the answer rather than proving it. | In "show that" questions, start from the given information and derive the result through clearly stated steps. Circular arguments (assuming the result) earn zero marks. |
| 30 | Losing track of signs when working with negative coefficients or substituting negative values. | Write out each substitution explicitly — do not try to do it mentally. For example, write (−3)² = 9, not just "9" with the sign step skipped. |
4. Eight Golden Rules for A Level Mathematics Exams
🥇 Rule 1 — Read Before You Write
Read the entire question before writing anything. Identify: what is given, what is asked, which method is needed. Many errors occur from rushing into a method that does not fit the question. A 30-second read saves 5 minutes of wrong working.
🥇 Rule 2 — Show All Working
Cambridge marks method steps independently. Even an incorrect final answer earns marks if the method is sound. A correct answer with no working earns zero in "show that" questions. Write every algebra step — do not skip lines.
🥇 Rule 3 — Never Round Early
Premature rounding accumulates errors. Use exact values (surds, fractions, stored calculator values) throughout. Round only at the final answer to the number of significant figures or decimal places specified.
🥇 Rule 4 — Check Units and Context
In mechanics: always state units (N, m/s, m/s², J, W). In statistics: write conclusions in the context of the problem, not just "reject H₀." Answers without context in hypothesis testing lose the conclusion mark.
🥇 Rule 5 — Time Management is a Skill
≈1.5 minutes per mark. If a question is taking twice as long, move on. Return at the end. Never miss an entire question because you spent too long on one part. Two 3-mark questions done correctly beat one 6-mark question done partially.
🥇 Rule 6 — Verify Your Answer
For equations: substitute your answer back to check. For inequalities: test a value in the solution set. For geometry: does the answer make physical/geometric sense? A quick check after each major question catches careless errors.
🥇 Rule 7 — "Hence" Means Use Previous Work
When a question says "Hence find..." — use the result from the previous part. Using a different method may earn no marks even if the answer is correct. "Hence or otherwise" allows either approach — use whichever is faster.
🥇 Rule 8 — "Show That" vs "Find"
"Show that" requires a proof starting from first principles — every step must be shown. "Find" requires the answer with sufficient working. "Prove" is the same as "show that." "Write down" means the answer requires no (or minimal) working.
Paper-Specific Strategies
| Paper | Key Strategy |
|---|---|
| P1 | Integration and differentiation dominate. Always state the chain/product/quotient rule being used. For area/volume: sketch the region first. Sequences: always state whether AP or GP and verify with at least one term. |
| P2 | Partial fractions appear in integration — always decompose first. For numerical methods: show convergence by comparing successive iterates. R-form: compute R and α correctly before solving the equation. |
| P3 | Complex numbers: always give argument in principal value (−π, π]. Vectors: show all dot product calculations explicitly. ODEs: state CF, PI, and general solution as separate labelled steps. |
| Paper 4 (M) | Draw a clear force diagram for every mechanics problem. Label all forces. Resolve forces in the most convenient directions (along/perpendicular to slope). Energy methods are often faster than Newton for speed problems. |
| Paper 5 (S) | State H₀ and H₁ clearly with the parameter. Write out the distribution of the test statistic under H₀. State the critical region or p-value. Write the conclusion in the context of the original problem. |
5. Topic Self-Assessment Checklist
Only tick a topic when you can answer unseen exam questions confidently without notes.
Pure Mathematics 1 (Lessons 1–3)
| Topic | Key Skills to Master |
|---|---|
| Quadratics (L1) | Complete the square, discriminant conditions, quadratic inequalities, tangency condition Δ=0 |
| Functions (L1) | Domain/range, composite fg, inverse f⁻¹, restricted domain, all 7 graph transformations |
| Coordinate Geometry (L1) | Line and circle equations, completing the square for circle, tangent at a point, intersection with circle |
| Sequences (L2) | AP and GP formulae, sum to infinity (state |r|<1), finding a and r from two terms, geometric mean |
| Binomial (L2) | General term T_{r+1}, finding specific terms, term independent of x, two-expansion coefficient problems |
| Trigonometry (L2) | Radians, arc/sector/segment, exact values, identities, CAST method, compound angle equations |
| Differentiation (L3) | All standard derivatives, chain/product/quotient rules, stationary points, optimisation, implicit, connected rates |
| Integration (L3) | Standard integrals, substitution, definite integrals, area (including between curves), volume of revolution, kinematics |
Pure Mathematics 2 & 3 (Lessons 4–7)
| Topic | Key Skills |
|---|---|
| Algebra/Logs (L4) | Polynomial division, partial fractions (all 4 types), modulus equations/inequalities, log equations, exponential modelling |
| Trig Identities (L4) | Addition formulae, double angle, R-form (express and solve), t-substitution, identity proofs |
| Numerical Methods (L4) | Root location by sign change, fixed-point iteration (check convergence), Newton-Raphson (two iterations) |
| Further Calculus (L5) | Reciprocal/inverse trig derivatives, log differentiation, IBP (including cyclic), trig integrals using identities, arcsin/arctan integrals, completing the square for integrals, improper integrals, separable ODEs |
| Maclaurin (L7) | Standard series (eˣ, sinx, cosx, ln(1+x), binomial), composing series, finding limits |
| ODEs (L7) | Integrating factor method, 2nd order CF (3 cases), PI trial functions, modification rule, Euler's method |
| Complex Numbers (L6) | Arithmetic, conjugate roots, modulus/argument, polar form, De Moivre, loci (circle, perp bisector, half-line) |
| Vectors (L6) | Dot product/angle, line equations (3 forms), intersection/skew, plane equations, distance from point to plane |
Statistics (Lessons 8–9) and Mechanics (Lessons 10–11)
| Topic | Key Skills |
|---|---|
| Data (L8) | Histogram (frequency density), cumulative frequency, mean/variance from Σx/Σx², coding transformations, outlier rule |
| Probability (L8) | Addition/multiplication rules, conditional probability, independence, tree diagrams, permutations/combinations |
| Distributions (L8) | DRV (find k, E(X), Var(X)), Geometric distribution, Binomial (P(X=r), E, Var, mode), Poisson (scaling λ, additive property) |
| Normal (L9) | Standardisation, inverse Normal (find μ or σ), Normal approximation to B and Po (continuity correction), sampling distribution of X̄, CLT |
| Hypothesis Testing (L9) | 7-step procedure, Z-test for mean, binomial p-value test, critical region vs p-value, Type I/II errors |
| Forces (L10) | Resolving on inclined planes, friction (F=μR), moments (beam problems), equilibrium with 3+ forces |
| Kinematics (L10) | SUVAT (constant a only), calculus for variable a, v-t graphs (area=displacement), projectile motion |
| Newton's Laws (L10) | F=ma for single/connected particles, Atwood's machine, incline with friction, driving force problems |
| Energy/Power (L11) | Work done, KE/GPE/EPE, energy equation with friction, Work-Energy theorem, P=Fv, maximum speed |
| Momentum (L11) | Impulse-momentum, conservation of momentum, restitution (two equations simultaneous), energy lost, successive bounces |
6. Recommended Four-Week Revision Plan
Days 1–2: Lessons 1–2 (Quadratics, Functions, Sequences, Binomial, Trig). Do 2 past P1 exam questions per session.
Days 3–4: Lesson 3 (Differentiation and Integration). Focus on chain/product/quotient rules and all integration techniques.
Days 5–7: Full P1 past paper under timed conditions (110 min). Review every error. Target: ≥60% first attempt.
Days 1–2: Lessons 4–5 (P2 — Algebra, Logs, Trig Identities, Further Calculus). Drill partial fractions and IBP.
Days 3–4: Lessons 6–7 (P3 — Complex Numbers, Vectors, Maclaurin, ODEs). Practise loci sketching and ODE solving.
Days 5–7: Full P2 paper (75 min) and selected P3 questions. Review ODE and complex number errors carefully.
Days 1–2: Lessons 8–9 (Statistics). Write out 5 hypothesis tests from scratch without notes — state H₀/H₁/distribution/test statistic/critical region/conclusion every time.
Days 3–4: Lessons 10–11 (Mechanics). Draw force diagrams for every problem. Practice energy methods alongside Newton's Law methods.
Days 5–7: Full Paper 4 (75 min) and full Paper 5 (75 min) under timed conditions. Review all errors.
Days 1–3: One full paper per day alternating components. Target: each paper in the allocated time.
Days 4–5: Focus only on the two weakest topics identified from Week 1–3 errors. Work through 10 targeted questions per topic.
Days 6–7: Light revision only — re-read the 30 common mistakes list, the formula reference card, and all 8 golden rules. Rest well before exam day.
7. Final Mixed Exam Practice
📝 Mixed Revision — Exam-Style Questions (One from Each Component)
Q1 [5 marks] — P1: The function f is defined by f(x) = 2x² − 8x + 9 for x ≥ k, where k is a constant. (a) Express f(x) in completed square form. (b) Find the smallest value of k for which f has an inverse. (c) For this value of k, find f⁻¹(x) and state its domain.
(b) f is one-to-one (monotonic) on x≥2 (right branch of parabola). k=2
(c) y=2(x−2)²+1 → y−1=2(x−2)² → (x−2)²=(y−1)/2
x−2=√((y−1)/2) (positive root since x≥2)
f⁻¹(x)=√((x−1)/2)+2
Domain: x≥1 (Range of f when x≥2 is f≥1)
Q2 [5 marks] — P1/P2: (a) Find ∫x²/(x³+1) dx. (b) Evaluate ∫₀² x√(x+1) dx using the substitution u=x+1.
∫(1/u)(du/3) = (1/3)ln|u|+c = (1/3)ln|x³+1|+c
(b) u=x+1→x=u−1, dx=du. Limits: x=0→u=1; x=2→u=3
∫₁³(u−1)√u du=∫₁³(u^(3/2)−u^(1/2))du=[2u^(5/2)/5−2u^(3/2)/3]₁³
At u=3: 2×9√3/5−2×3√3/3=18√3/5−2√3=(18√3−10√3)/5=8√3/5
At u=1: 2/5−2/3=6/15−10/15=−4/15
= 8√3/5+4/15 = (24√3+4)/15
Q3 [5 marks] — P3: (a) Express 7+24i in modulus-argument form. (b) Use De Moivre's theorem to find the two square roots of 7+24i in Cartesian form.
7+24i=25(cos1.287+isin1.287)
(b) Square roots: r=√25=5, θ/2=0.6435 or 0.6435+π
Root 1: 5(cos0.6435+isin0.6435)=5(4/5+3i/5)=4+3i
Root 2: 5(cos(0.6435+π)+isin(0.6435+π))=−4−3i
Verify: (4+3i)²=16+24i−9=7+24i ✓
Q4 [5 marks] — S1: Over a long period, 40% of passengers on a route choose window seats. A sample of 20 passengers is selected. (a) Find the probability that exactly 8 choose window seats. (b) Find P(at least 10 choose window seats). (c) Using a Normal approximation, find P(at least 10) and compare.
(a) P(X=8)=²⁰C₈×(0.4)⁸×(0.6)¹²=125970×0.000655×0.002177≈0.1797
(b) P(X≥10)=1−P(X≤9)≈1−0.7553=0.2447
(c) Y~N(8, 4.8). P(X≥10)≈P(Y>9.5)=(9.5−8)/√4.8=1.5/2.191=0.685
P(Z>0.685)=1−0.7532=0.2468 — very close to exact 0.2447 ✓
Q5 [5 marks] — Mechanics: A particle of mass 3 kg is projected up a rough inclined plane (angle 30°, μ=0.2) with initial speed 15 m/s. Find: (a) the deceleration while moving up (b) the distance travelled before coming to rest (c) the speed when it returns to the starting point.
(a) Going up: Net force down=mg sin30°+F=14.7+5.09=19.79N
Deceleration=19.79/3=6.60 m/s²
(b) v²=u²−2as: 0=225−2×6.60×d → d=17.0m
(c) Coming down: Net force down=mg sin30°−F=14.7−5.09=9.61N
a_down=9.61/3=3.20 m/s². v²=2×3.20×17.0=108.8 → v=10.4 m/s
Q6 [5 marks] — P3: Solve the differential equation (1+x²)dy/dx + 2xy = 4x, given y=3 when x=0. Find the value of y as x→∞.
IF=e^(∫2x/(1+x²)dx)=e^(ln(1+x²))=1+x²
Multiply: d[y(1+x²)]/dx=4x
y(1+x²)=2x²+c
y=3,x=0: 3(1)=0+c → c=3
y(1+x²)=2x²+3 → y=(2x²+3)/(1+x²)
As x→∞: y=(2+3/x²)/(1+1/x²)→2
8. Final Words — You Are Ready!
You have covered all five components:
Pure Mathematics 1 · Pure Mathematics 2 · Pure Mathematics 3 · Statistics 1 · Mechanics 1
A Level Mathematics is one of the most respected qualifications worldwide — a gateway to engineering, data science, economics, computing, medicine, and finance. The rigorous thinking developed through this course will serve you for life.
📖 Master the Formulae
The formula reference card in Section 2 covers everything. Spend 15 minutes daily reading through it in the week before the exam — not to memorise, but to make every formula feel familiar when you see it under pressure.
✍ Write Full Solutions
In every practice session, write solutions as if in the exam — complete working, clear notation, correct units. Do not allow yourself the shortcut of thinking "I know how to do this" without writing it out. Exam nerves change everything.
📄 Use Past Papers
Cambridge 9709 past papers from the last 5 years are the best revision resource. Attempt each paper in full under strict timed conditions, then review every error against the mark scheme with examiner reports.