← Retour au cours
▶ Aperçu gratuit · Leçon offerte

Chapter 2 — A-Level Mathematics, Further Math & Statistics Syllabus

⏱ 75 min · 🎬 Lecon · 🏆 15 XP
🎬
Vidéo en production
Notre équipe pédagogique tourne actuellement cette leçon avec un·e formateur·rice expert·e. Le contenu textuel ci-dessous est complet et utilisable dès maintenant.

Chapter 2 — A-Level Mathematics, Further Math & Statistics Syllabus

Detailed coverage of the GCE A-Level Mathematics 0770 syllabus, including Pure Math, Mechanics, Statistics, and the Further Mathematics 0775 syllabus.

Learning Objectives

  • Master the scope of the A-Level Mathematics syllabus (0770): Pure Math + Mechanics + Statistics
  • Understand the difference between Mathematics (0770) and Further Mathematics (0775)
  • Solve typical past-paper questions in calculus, algebra, vectors, mechanics
  • Apply statistical methods including probability distributions and hypothesis testing
  • Develop an effective revision strategy for the math papers

1. A-Level Mathematics 0770 — Structure & Topics

The GCE A-Level Mathematics paper (code 0770) is examined in two papers:

  • Paper 1: Multiple Choice — 50 questions in 1h30, covering all topics
  • Paper 2: Structured questions and problems — 2h30, with optional questions

The syllabus is divided into three main areas:

1.1 Pure Mathematics (compulsory)

  • Algebra: polynomials, partial fractions, quadratic equations, inequalities, sequences and series (arithmetic, geometric), binomial theorem
  • Functions: composite functions, inverse functions, modulus, exponential and logarithmic functions, trigonometric functions, hyperbolic functions
  • Trigonometry: identities, equations, compound angles, half-angle formulae, sine and cosine rules, area of triangle
  • Calculus: differentiation (chain, product, quotient, implicit, parametric), applications (gradients, tangents, max/min), integration (substitution, by parts, partial fractions), differential equations of first order
  • Coordinate Geometry: equations of line, circle, parabola, ellipse, hyperbola; parametric equations
  • Vectors: 2D and 3D vectors, scalar product, vector equations of lines and planes, perpendicular distance
  • Complex Numbers: Argand diagram, modulus-argument form, De Moivre's theorem
  • Matrices & Determinants: operations, inverse, solving linear systems

1.2 Mechanics (compulsory in 0770)

  • Kinematics: motion in straight line, projectile motion, vectors of motion
  • Newton's Laws: F=ma, equilibrium of forces, friction
  • Work, Energy, Power: kinetic and potential energy, conservation of energy
  • Momentum: linear momentum, impulse, conservation in collisions
  • Circular Motion: angular velocity, centripetal force

1.3 Statistics & Probability (compulsory in 0770)

  • Descriptive Statistics: mean, median, mode, variance, standard deviation, quartiles
  • Probability: addition and multiplication rules, conditional probability, Bayes' theorem, permutations and combinations
  • Distributions: binomial, Poisson, normal distribution
  • Hypothesis Testing: null vs alternative, type I and II errors, significance levels
  • Correlation & Regression: scatter plots, Pearson coefficient, linear regression

2. Further Mathematics 0775 — Advanced Topics

The Further Mathematics paper (0775) is taken in addition to Mathematics 0770, by students aiming for the most competitive science streams (Polytechnique de Yaoundé, NAPS Bambili, engineering schools abroad). It assumes mastery of Mathematics 0770 and extends to:

TopicContentWhy it matters
Advanced CalculusMultiple integrals, partial derivatives, Maclaurin/Taylor series, line integralsFoundation for engineering math
Linear AlgebraVector spaces, eigenvalues/eigenvectors, diagonalizationComputer science, physics
Differential Equations2nd-order linear, systems of ODEs, Laplace transformEngineering applications
Complex AnalysisCauchy-Riemann, contour integrationOptional advanced topic
Numerical MethodsNewton-Raphson, Simpson's rule, trapezoidal ruleApplied math / CS
StatisticsChi-squared test, ANOVA, Bayesian inferenceResearch applications

Exam-style worked example: Differentiation

Question (Paper 2 style): Differentiate f(x) = x² · sin(2x) with respect to x.

Solution: Apply the product rule: f'(x) = 2x · sin(2x) + x² · 2cos(2x) = 2x · sin(2x) + 2x²cos(2x).

Marking: 1 mark identifying product rule, 1 mark each correct partial derivative, 1 mark final answer. Total: 4 marks.

Exam-style worked example: Mechanics

Question: A particle of mass 2 kg is at rest on a smooth horizontal surface. A force of 10 N is applied at 30° above the horizontal. Find the acceleration.

Solution: Horizontal component: F_h = 10·cos(30°) = 8.66 N. Newton's II: a = F_h / m = 8.66 / 2 = 4.33 m/s².

3. Past Paper Trends (CGCEB 2015-2024)

According to CGCEB Mathematics Chief Examiner's reports (2020-2024): "Students continue to lose marks on calculus questions involving implicit differentiation and on probability questions involving conditional probability. Candidates are encouraged to read questions more carefully."

Most frequent topics in Paper 1 MCQ (analysed from past 10 years):

  • Differentiation and integration: 8-10 questions
  • Trigonometric identities: 5-6 questions
  • Probability and statistics: 6-8 questions
  • Vectors and matrices: 4-5 questions
  • Mechanics: 6-8 questions

4. Revision Strategy

  1. Past papers first: solve at least 5 years of past papers, timed (1h30 for Paper 1, 2h30 for Paper 2)
  2. Formula sheet mastery: CGCEB provides a formula booklet — know exactly what is and isn't included
  3. Topic priorities: focus on calculus, probability, mechanics (highest-yielding topics)
  4. Common errors review: read CGCEB Chief Examiner's reports for each year
  5. Group study: discuss problem-solving methods with peers; teaching others reinforces learning
Common pitfalls — Mathematics:
  • Sign errors in differentiation (especially with chain rule)
  • Forgetting +C in indefinite integration
  • Confusing radians and degrees in trig questions
  • Applying SUVAT equations when acceleration is not constant (use calculus instead)
  • Forgetting to check whether a distribution is binomial or Poisson

Key Takeaways

  • Mathematics 0770 covers Pure Math + Mechanics + Statistics (3 areas, all compulsory)
  • Further Math 0775 is an optional additional paper for advanced students
  • Paper 1 = 50 MCQ in 1h30, Paper 2 = structured/essay in 2h30
  • Calculus, probability, and mechanics are the highest-yielding topics in past papers
  • Mastery of the CGCEB formula booklet and past papers is essential

For Further Reading


5. Deep Dive: Differentiation Techniques (with Worked Examples)

5.1 The Product Rule, Quotient Rule, Chain Rule

Product rule: if f(x) = u(x)·v(x), then f'(x) = u'v + uv'.

Quotient rule: if f(x) = u(x)/v(x), then f'(x) = (u'v - uv') / v².

Chain rule: if f(x) = g(h(x)), then f'(x) = g'(h(x)) · h'(x).

Worked Example 1: Product Rule

Question: Differentiate y = (3x² + 1)(x³ - 2x)

Solution:

  • Let u = 3x² + 1 → u' = 6x
  • Let v = x³ - 2x → v' = 3x² - 2
  • Product rule: y' = u'v + uv' = 6x(x³ - 2x) + (3x² + 1)(3x² - 2)
  • Expand: y' = 6x⁴ - 12x² + 9x⁴ - 6x² + 3x² - 2
  • y' = 15x⁴ - 15x² - 2

Worked Example 2: Quotient Rule

Question: Differentiate y = (x² + 1) / (x - 1)

Solution:

  • u = x² + 1, u' = 2x
  • v = x - 1, v' = 1
  • y' = (2x(x-1) - (x²+1)(1)) / (x-1)²
  • = (2x² - 2x - x² - 1) / (x-1)²
  • y' = (x² - 2x - 1) / (x-1)²

Worked Example 3: Chain Rule

Question: Differentiate y = sin(3x² + 2)

Solution:

  • Outer function: g(u) = sin(u) → g'(u) = cos(u)
  • Inner function: h(x) = 3x² + 2 → h'(x) = 6x
  • y' = cos(3x² + 2) · 6x
  • y' = 6x · cos(3x² + 2)

5.2 Implicit Differentiation

When y is defined implicitly (not as y = f(x)), differentiate both sides with respect to x, treating y as a function of x.

Worked Example 4: Implicit Differentiation

Question: Given x² + y² = 25, find dy/dx.

Solution:

  • Differentiate both sides: 2x + 2y · (dy/dx) = 0
  • Solve for dy/dx: dy/dx = -x/y
  • At point (3, 4): dy/dx = -3/4 = -0.75

6. Deep Dive: Integration Techniques

6.1 Integration by Substitution

To find ∫f(g(x))·g'(x) dx, let u = g(x), then du = g'(x) dx, and the integral becomes ∫f(u) du.

Worked Example 5: Integration by Substitution

Question: Evaluate ∫2x · cos(x²) dx

Solution:

  • Let u = x², then du = 2x dx
  • Integral becomes ∫cos(u) du = sin(u) + C
  • Substitute back: ∫2x cos(x²) dx = sin(x²) + C

6.2 Integration by Parts

∫u dv = uv - ∫v du. Mnemonic: "LIATE" — choose u in this priority: Logarithm, Inverse trig, Algebraic, Trigonometric, Exponential.

Worked Example 6: Integration by Parts

Question: Evaluate ∫x · ln(x) dx

Solution:

  • Choose u = ln(x) (Logarithm), dv = x dx
  • Then du = (1/x) dx, v = x²/2
  • ∫u dv = uv - ∫v du = (x²/2)·ln(x) - ∫(x²/2)·(1/x) dx
  • = (x²/2)·ln(x) - ∫(x/2) dx = (x²/2)·ln(x) - x²/4 + C
  • = (x²/2)·ln(x) - x²/4 + C

7. Probability and Statistics — Advanced Examples

7.1 Bayesian Probability

Bayes' theorem: P(A|B) = [P(B|A) · P(A)] / P(B)

Worked Example 7: Bayes' Theorem (Medical Diagnosis)

Question: A diagnostic test for malaria has 95% sensitivity and 92% specificity. In a region where malaria prevalence is 30%, a patient tests positive. What is the probability that the patient actually has malaria?

Solution:

  • P(M) = 0.30 (prior probability of malaria)
  • P(+|M) = 0.95 (sensitivity)
  • P(+|¬M) = 1 - 0.92 = 0.08 (false positive rate)
  • P(+) = P(+|M)·P(M) + P(+|¬M)·P(¬M) = 0.95×0.30 + 0.08×0.70 = 0.285 + 0.056 = 0.341
  • P(M|+) = P(+|M)·P(M) / P(+) = 0.285 / 0.341 ≈ 0.836 (83.6%)

7.2 Normal Distribution Z-scores

Z = (X - μ) / σ. Then probability is read from standard normal tables.

Worked Example 8: Normal Distribution

Question: The heights of GCE A-Level students follow N(170 cm, 8² cm²). What proportion of students are taller than 178 cm?

Solution:

  • Z = (178 - 170) / 8 = 1.0
  • From standard normal tables: P(Z > 1) = 1 - Φ(1) ≈ 1 - 0.8413 = 0.1587
  • Approximately 15.87% of students are taller than 178 cm.

8. Mechanics — Deep Dive with Worked Examples

8.1 Projectile Motion

Equations: x = v₀cos(θ) · t ; y = v₀sin(θ) · t - (1/2)gt²

Worked Example 9: Projectile

Question: A football is kicked at 20 m/s at 30° above horizontal. Find: (a) maximum height; (b) range; (c) time of flight. (g = 9.81 m/s²)

Solution:

  • v₀ₓ = 20·cos(30°) ≈ 17.32 m/s
  • v₀ᵧ = 20·sin(30°) = 10 m/s
  • (a) Max height: H = v₀ᵧ² / (2g) = 100 / 19.62 ≈ 5.10 m
  • (b) Time to max: t_h = v₀ᵧ / g = 10/9.81 ≈ 1.02 s. Total flight: 2·t_h ≈ 2.04 s
  • (c) Range: R = v₀ₓ · t = 17.32 × 2.04 ≈ 35.33 m

8.2 Simple Harmonic Motion (SHM)

  • Equation: x(t) = A·cos(ωt + φ)
  • Period: T = 2π/ω
  • For pendulum: T = 2π√(L/g)
  • For mass on spring: T = 2π√(m/k)

Worked Example 10: Simple Pendulum

Question: A pendulum has length L = 1 m. What is its period? (g = 9.81)

Solution: T = 2π√(1/9.81) ≈ 2π × 0.319 ≈ 2.006 seconds.

9. Common Trigonometric Identities (memorise!)

IdentityExpression
Pythagoreansin²(x) + cos²(x) = 1
Pythagorean variant 11 + tan²(x) = sec²(x)
Pythagorean variant 21 + cot²(x) = csc²(x)
Sum (sin)sin(A + B) = sinA cosB + cosA sinB
Sum (cos)cos(A + B) = cosA cosB - sinA sinB
Difference (sin)sin(A - B) = sinA cosB - cosA sinB
Difference (cos)cos(A - B) = cosA cosB + sinA sinB
Double-angle (sin)sin(2x) = 2sin(x)cos(x)
Double-angle (cos)cos(2x) = cos²(x) - sin²(x) = 2cos²(x) - 1 = 1 - 2sin²(x)
Half-angle (sin)sin(x/2) = ±√((1 - cos x)/2)
Half-angle (cos)cos(x/2) = ±√((1 + cos x)/2)
Product to sum2 sinA cosB = sin(A+B) + sin(A-B)

10. Vectors and 3D Geometry — Quick Reference

  • Magnitude: |v| = √(vₓ² + vᵧ² + v_z²)
  • Scalar (dot) product: a·b = |a||b|cos(θ) = aₓbₓ + aᵧbᵧ + a_zb_z
  • Cross product: |a × b| = |a||b|sin(θ); direction by right-hand rule
  • Line equation (vector form): r = a + t·b (a = position vector, b = direction vector)
  • Plane equation: ax + by + cz = d (normal vector n = (a,b,c))
  • Perpendicular distance from point P₀ to plane: d = |n·P₀ - d| / |n|

11. Complex Numbers — Essentials

  • z = a + bi (rectangular form); z = r(cos θ + i sin θ) = re^(iθ) (polar/exponential)
  • Modulus: |z| = √(a² + b²)
  • Argument: arg(z) = arctan(b/a) (with sign adjustment by quadrant)
  • De Moivre's theorem: (cos θ + i sin θ)ⁿ = cos(nθ) + i sin(nθ)
  • n-th roots of z: z^(1/n) = r^(1/n) [cos((θ + 2πk)/n) + i sin((θ + 2πk)/n)] for k = 0, 1, ..., n-1

12. Series and Sequences

Typenth termSum to n terms
Arithmeticaₙ = a + (n-1)dSₙ = (n/2)(2a + (n-1)d) = (n/2)(a + aₙ)
Geometricaₙ = ar^(n-1)Sₙ = a(1 - rⁿ) / (1 - r), for r ≠ 1
Geometric (|r|<1)Sum to infinityS∞ = a / (1 - r)

13. Past-Paper Pattern Analysis (2018-2024)

From a sample of 7 years of CGCEB Math 0770 papers, the topic distribution in Paper 2 (essays/structured) was:

  • Calculus (differentiation + integration): 32% of marks
  • Algebra + functions: 18%
  • Trigonometry: 12%
  • Mechanics: 15%
  • Statistics + Probability: 14%
  • Vectors + Complex numbers: 9%

Strategic implication: Allocate ~30% of revision time to calculus, ~20% to algebra/functions, ~15% to mechanics. Don't neglect statistics — easy marks!

14. Common Examiner Comments (from CGCEB Chief Examiner Reports)

Frequent errors:
  • Forgetting "+ C" in indefinite integration (loses 1 mark every time)
  • Sign errors in differentiation of cos(x), tan(x)
  • Confusing radians and degrees in calculus
  • Wrong application of LIATE in integration by parts
  • Misreading "find the area between curves" as "find the integral of f - g without checking sign"
  • Probability: confusing P(A and B) with P(A or B); forgetting independence assumption
  • Mechanics: assuming constant acceleration when problem implies variable

Extended Key Takeaways

  • Master 4 differentiation rules: product, quotient, chain, implicit
  • Master 3 integration techniques: direct, substitution, by parts
  • Probability: Bayes' theorem is a frequent exam question (especially with disease/test scenarios)
  • Mechanics: projectile + SHM = nearly 50% of mechanics marks
  • Memorise key trig identities (Pythagorean, sum/difference, double-angle)
  • Calculus = 30% of Paper 2 — your highest-priority revision area

Continuez le parcours 🚀

Inscrivez-vous pour accéder aux 5 autres leçons + le quiz final.

Créer mon compte
🍪 Nous utilisons des cookies essentiels et, avec ton accord, des cookies analytiques. En savoir plus

⚙️ Préférences cookies

Choisis quels cookies tu acceptes — modifiable à tout moment.

🔐 Essentiels (obligatoires)Authentification, session, sécurité. Toujours actifs.
📊 Analytics anonymesMesure d'audience anonymisée — aucune donnée personnelle.
📣 MarketingPublicités ITAG pertinentes sur d'autres sites.
💬 Contactez-nous sur WhatsApp