CCEA GCE A-Level Mathematics

Revision Workspace — Worked Examples, Methods & Practice

0 / 0 topics completed
1. Algebra & Functions
AS

Core algebraic skills — the foundation for everything in A-Level Maths.

📐 Indices & Surds

Laws of Indices
am × an = am+n  |  am ÷ an = am−n  |  (am)n = amn
a0 = 1  |  a−n = 1/an  |  a1/n = ⁿ√a
Method: Rationalising the Denominator
  1. If denominator is √a, multiply top and bottom by √a
  2. If denominator is a + √b, multiply by the conjugate a − √b
  3. If denominator is a − √b, multiply by the conjugate a + √b
  4. Simplify using (√b)² = b
Example: Rationalise 5 / (3 + √2)
Multiply by conjugate: 5(3 − √2) / (3 + √2)(3 − √2)
Denominator: (3)² − (√2)² = 9 − 2 = 7
Numerator: 15 − 5√2
Answer: (15 − 5√2) / 7
Example: Simplify 23 × 42 ÷ 8
Write all as powers of 2: 2³ × (2²)² ÷ 2³
Simplify: 2³ × 2⁴ ÷ 2³
Add/subtract indices: 2^(3+4−3) = 2⁴ = 16

📐 Quadratic Equations

Quadratic Formula
x = (−b ± √(b² − 4ac)) / 2a
Discriminant
Δ = b² − 4ac
Δ > 0 → two real roots  |  Δ = 0 → one repeated root  |  Δ < 0 → no real roots
Method: Completing the Square
  1. Start with ax² + bx + c
  2. Factor out a if a ≠ 1: a(x² + (b/a)x) + c
  3. Halve the coefficient of x: b/(2a)
  4. Write as a(x + b/(2a))² − a(b/(2a))² + c
  5. Simplify to a(x + p)² + q
The vertex is at (−p, q). If a > 0, minimum. If a < 0, maximum.
Example: Complete the square for 2x² + 8x + 3
Factor out 2 from x terms: 2(x² + 4x) + 3
Halve coefficient of x: 4 ÷ 2 = 2
Write: 2(x + 2)² − 2(2²) + 3 = 2(x + 2)² − 8 + 3
Answer: 2(x + 2)² − 5 → Vertex at (−2, −5), minimum
Example: Solve 3x² − 7x + 2 = 0 by factorising
Find two numbers that multiply to 3 × 2 = 6 and add to −7: that's −6 and −1
Split middle term: 3x² − 6x − x + 2 = 0
Factor: 3x(x − 2) − 1(x − 2) = 0
(3x − 1)(x − 2) = 0, so x = 1/3 or x = 2
⚠ Common Error
When completing the square for 2x² + 8x + 3, students forget to factor out the 2 first. You MUST write 2(x² + 4x) + 3 before completing the square inside the bracket.
Practice Problems
Q1: Solve x² − 5x + 6 = 0
(x − 2)(x − 3) = 0, so x = 2 or x = 3
Q2: Use the discriminant to show that x² + 3x + 5 = 0 has no real roots.
Δ = 9 − 20 = −11. Since Δ < 0, no real roots.
Q3: Write x² − 6x + 11 in the form (x − p)² + q.
(x − 3)² − 9 + 11 = (x − 3)² + 2. Vertex at (3, 2).
Q4: Solve 2x² + 5x − 3 = 0 using the quadratic formula.
x = (−5 ± √(25 + 24)) / 4 = (−5 ± 7) / 4. So x = 1/2 or x = −3.

📐 Simultaneous Equations

Method: One Linear, One Quadratic
  1. From the linear equation, express one variable in terms of the other (e.g., y = ...)
  2. Substitute into the quadratic equation
  3. Solve the resulting quadratic
  4. Substitute back to find the other variable
  5. Write answers as coordinate pairs
Example: Solve y = x + 1 and x² + y² = 13
Substitute y = x + 1 into x² + y²= 13: x² + (x + 1)² = 13
Expand: x² + x² + 2x + 1 = 13 → 2x² + 2x − 12 = 0
Simplify: x² + x − 6 = 0 → (x + 3)(x − 2) = 0
x = −3 → y = −2, or x = 2 → y = 3. Points: (−3, −2) and (2, 3)
Practice Problems
Q1: Solve y = 2x − 1 and x² + y² = 10
x² + (2x−1)² = 10 → 5x² − 4x − 9 = 0 → (5x−9)(x+1) = 0. x = 9/5, y = 13/5 or x = −1, y = −3.
Q2: Solve y = x + 3 and y = x² + 1
x + 3 = x² + 1 → x² − x − 2 = 0 → (x−2)(x+1) = 0. Points: (2, 5) and (−1, 2).

📐 Inequalities

Method: Quadratic Inequalities
  1. Rearrange to get 0 on one side
  2. Factorise the quadratic (or find roots)
  3. Sketch the parabola
  4. Read off the solution from the graph
For ax² + bx + c > 0 (positive quadratic): solution is x < smaller root OR x > larger root. For < 0: between the roots.
Example: Solve x² − 5x + 4 < 0
Factorise: (x − 1)(x − 4) < 0
Roots are x = 1 and x = 4
Positive quadratic → U-shape. The curve is below the x-axis between the roots.
Answer: 1 < x < 4
Example: Solve x² + 2x − 15 > 0
Factorise: (x + 5)(x − 3) > 0
Roots: x = −5 and x = 3
Positive quadratic (U-shape). We want where it's ABOVE the x-axis.
Answer: x < −5 or x > 3
⚠ Common Error
Never divide both sides of an inequality by a negative number without flipping the sign. E.g., −2x > 6 becomes x < −3 (not x > −3).
Practice Problems
Q1: Solve 3x − 7 > 2x + 1
x > 8
Q2: Solve x² − 9 ≤ 0
(x − 3)(x + 3) ≤ 0. U-shape, below x-axis between roots. Answer: −3 ≤ x ≤ 3
Q3: Solve 2x² − x − 6 > 0
(2x + 3)(x − 2) > 0. Roots: x = −3/2, x = 2. Answer: x < −3/2 or x > 2

📐 Polynomials

Factor Theorem
If f(a) = 0, then (x − a) is a factor of f(x)
Remainder Theorem
When f(x) is divided by (x − a), the remainder is f(a)
Method: Algebraic Long Division
  1. Divide the leading term of the dividend by the leading term of the divisor
  2. Multiply the divisor by this result and subtract from the dividend
  3. Bring down the next term and repeat until the remainder has degree less than the divisor
Algebraic division is needed when you can't easily spot factors. You can also use it to verify your factor theorem result.
Example: Factorise f(x) = x³ − 6x² + 11x − 6
Try f(1) = 1 − 6 + 11 − 6 = 0 ✓ So (x − 1) is a factor
Divide: x³ − 6x² + 11x − 6 = (x − 1)(x² − 5x + 6)
Factorise quadratic: x² − 5x + 6 = (x − 2)(x − 3)
Answer: f(x) = (x − 1)(x − 2)(x − 3)
Example: Find the remainder when 2x³ + 3x² − 5x + 7 is divided by (x + 2)
By the remainder theorem, remainder = f(−2)
f(−2) = 2(−8) + 3(4) − 5(−2) + 7
= −16 + 12 + 10 + 7 = 13
Example: Divide 2x³ − 5x² + x + 2 by (x − 2) using algebraic division
2x³ ÷ x = 2x². Multiply: 2x²(x − 2) = 2x³ − 4x². Subtract: −5x² − (−4x²) = −x²
Bring down +x: −x² + x. Then −x² ÷ x = −x. Multiply: −x(x − 2) = −x² + 2x. Subtract: x − 2x = −x
Bring down +2: −x + 2. Then −x ÷ x = −1. Multiply: −1(x − 2) = −x + 2. Subtract: 0
Answer: 2x³ − 5x² + x + 2 = (x − 2)(2x² − x − 1) = (x − 2)(2x + 1)(x − 1)
Practice Problems
Q1: Show that (x − 3) is a factor of x³ − 4x² + x + 6.
f(3) = 27 − 36 + 3 + 6 = 0. Since f(3) = 0, (x − 3) is a factor by the factor theorem.
Q2: Find the remainder when x⁴ − 2x² + 3 is divided by (x + 1).
f(−1) = 1 − 2 + 3 = 2. Remainder = 2.
Q3: Fully factorise x³ + 2x² − x − 2.
f(1) = 1 + 2 − 1 − 2 = 0, so (x − 1) is a factor. Dividing: (x − 1)(x² + 3x + 2) = (x − 1)(x + 1)(x + 2)

📐 Partial Fractions

Method: Partial Fractions
  1. Factorise the denominator
  2. For linear factors (ax + b): write A/(ax + b)
  3. For repeated factor (ax + b)²: write A/(ax + b) + B/(ax + b)²
  4. Multiply through by the full denominator
  5. Substitute convenient values of x (the roots) or compare coefficients
Example: Express (5x + 1) / ((x + 1)(x − 2)) in partial fractions
Write: (5x + 1)/((x+1)(x−2)) = A/(x+1) + B/(x−2)
Multiply through: 5x + 1 = A(x − 2) + B(x + 1)
Let x = 2: 11 = 3B → B = 11/3. Let x = −1: −4 = −3A → A = 4/3
Answer: 4/(3(x+1)) + 11/(3(x−2))
Example: Express (3x² + 2) / (x(x + 1)²) in partial fractions
Repeated factor form: A/x + B/(x+1) + C/(x+1)²
Multiply through: 3x² + 2 = A(x+1)² + Bx(x+1) + Cx
Let x = 0: 2 = A(1) → A = 2. Let x = −1: 3 + 2 = C(−1) → C = −5
Compare x² coefficients: 3 = A + B → B = 1. Answer: 2/x + 1/(x+1) − 5/(x+1)²
Practice Problems
Q1: Express (7x − 1) / ((x − 1)(x + 2)) in partial fractions.
A/(x−1) + B/(x+2). 7x−1 = A(x+2) + B(x−1). x=1: 6 = 3A, A=2. x=−2: −15 = −3B, B=5. Answer: 2/(x−1) + 5/(x+2)
Q2: Express (4x + 5) / ((x + 1)²) in partial fractions.
A/(x+1) + B/(x+1)². 4x+5 = A(x+1) + B. x=−1: 1 = B. Compare x: 4 = A. Answer: 4/(x+1) + 1/(x+1)²
2. Coordinate Geometry
AS

📐 Straight Lines

Key Formulas
Gradient: m = (y₂ − y₁) / (x₂ − x₁)
y − y₁ = m(x − x₁)  |  y = mx + c
Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2)
Distance: √((x₂−x₁)² + (y₂−y₁)²)
Parallel & Perpendicular
Parallel: m₁ = m₂  |  Perpendicular: m₁ × m₂ = −1
Example: Find the equation of the line through (3, 5) perpendicular to y = 2x + 1
Gradient of given line = 2
Perpendicular gradient: m = −1/2
y − 5 = −½(x − 3) → y − 5 = −x/2 + 3/2
y = −x/2 + 13/2 or 2y + x = 13
Example: Find the midpoint and length of the line segment from A(−1, 3) to B(5, −1)
Midpoint = ((−1+5)/2, (3+(−1))/2) = (2, 1)
Length = √((5−(−1))² + (−1−3)²) = √(36 + 16) = √52 = 2√13
Practice Problems
Q1: Find the equation of the line through (2, −1) with gradient 3.
y − (−1) = 3(x − 2) → y + 1 = 3x − 6 → y = 3x − 7
Q2: Show that the lines y = 3x + 1 and 3y + x = 6 are perpendicular.
Line 1: m₁ = 3. Line 2: y = −x/3 + 2, m₂ = −1/3. m₁ × m₂ = 3 × (−1/3) = −1. ✓ Perpendicular.

📐 Circles

Equation of a Circle
(x − a)² + (y − b)² = r²   centre (a, b), radius r
x² + y² + 2gx + 2fy + c = 0   centre (−g, −f), radius √(g² + f² − c)
Method: Finding the Tangent to a Circle
  1. Find the gradient of the radius from centre to the point
  2. The tangent is perpendicular to the radius: m_tangent = −1/m_radius
  3. Use y − y₁ = m(x − x₁) with the point
Example: Find the centre and radius of x² + y² − 6x + 4y − 12 = 0
Compare with x² + y² + 2gx + 2fy + c = 0: 2g = −6, 2f = 4, c = −12
g = −3, f = 2. Centre = (−g, −f) = (3, −2)
r = √(g² + f² − c) = √(9 + 4 + 12) = √25 = 5
Practice Problems
Q1: Find the distance between (1, 3) and (4, 7).
d = √((4−1)² + (7−3)²) = √(9+16) = √25 = 5
Q2: The equation of a circle is (x−2)² + (y+3)² = 16. State the centre and radius.
Centre (2, −3), radius = 4
Q3: Find the equation of the tangent to x² + y² = 25 at (3, 4).
Gradient of radius = 4/3, tangent gradient = −3/4. Equation: y − 4 = −¾(x − 3) → 3x + 4y = 25
3. Sequences & Series
AS

📐 Arithmetic Sequences & Series

Arithmetic Sequences
nth term: uₙ = a + (n − 1)d
Sum: Sₙ = n/2 × (2a + (n − 1)d) = n/2 × (a + l)
Example: Find the sum of the first 20 terms of 3, 7, 11, 15, ...
a = 3, d = 4, n = 20
S₂₀ = 20/2 × (2(3) + 19(4))
S₂₀ = 10 × (6 + 76) = 10 × 82 = 820

📐 Geometric Sequences & Series

Geometric Sequences
nth term: uₙ = arn−1
Sum: Sₙ = a(1 − rn) / (1 − r)   [r ≠ 1]
Sum to ∞: S = a / (1 − r)   [|r| < 1]
Example: Find S for the series 8 + 4 + 2 + 1 + ...
a = 8, r = 4/8 = 1/2. Since |1/2| < 1, sum to infinity exists.
S∞ = 8 / (1 − 1/2) = 8 / (1/2) = 16
Example: The 3rd term of a GP is 18 and the 6th term is 486. Find a and r.
ar² = 18 and ar⁵ = 486
Divide: ar⁵/ar² = 486/18 → r³ = 27 → r = 3
From ar² = 18: a(9) = 18 → a = 2
⚠ Common Error
The sum to infinity only converges when |r| < 1. Always check this condition first! If |r| ≥ 1 the series diverges and S∞ does not exist.

📐 Binomial Expansion (Positive Integer)

Binomial Theorem
(a + b)ⁿ = Σ ⁿCᵣ an−r br
ⁿCᵣ = n! / (r!(n−r)!)
Example: Expand (2 + x)⁴
Coefficients from Pascal's row 4: 1, 4, 6, 4, 1
1(2)⁴ + 4(2)³(x) + 6(2)²(x²) + 4(2)(x³) + 1(x⁴)
= 16 + 32x + 24x² + 8x³ + x⁴
Practice Problems
Q1: Find the 8th term of the arithmetic sequence 2, 5, 8, ...
u₈ = 2 + 7(3) = 23
Q2: A geometric series has a = 5 and r = 3. Find S₆.
S₆ = 5(1 − 3⁶)/(1 − 3) = 5(1 − 729)/(−2) = 5 × 728/2 = 1820
Q3: Find the coefficient of x³ in (1 + 2x)⁵.
⁵C₃ × 1² × (2x)³ = 10 × 8x³ = 80x³. Coefficient = 80.
4. Trigonometry
AS

📐 Sine Rule, Cosine Rule, Area

Triangle Rules
Sine rule: a/sinA = b/sinB = c/sinC
Cosine rule: a² = b² + c² − 2bc cosA
Area = ½ab sinC
Example: In triangle ABC, a = 8, b = 6, C = 60°. Find the area and side c.
Area = ½ × 8 × 6 × sin60° = 24 × (√3/2) = 12√3 ≈ 20.8
c² = a² + b² − 2ab cosC = 64 + 36 − 2(8)(6)cos60°
c² = 100 − 96(0.5) = 100 − 48 = 52
c = √52 = 2√13 ≈ 7.21

📐 Trig Identities & Equations

Key Identities
sin²θ + cos²θ ≡ 1
tanθ ≡ sinθ / cosθ
Method: Solving Trig Equations
  1. Rearrange to get a single trig function
  2. Find the principal value (use inverse trig)
  3. Use CAST diagram or symmetry to find all solutions in the given range
  4. For sin: solutions at θ and (180° − θ)
  5. For cos: solutions at θ and (360° − θ)
  6. For tan: solutions at θ and (θ + 180°)
Example: Solve 2sin²θ − sinθ − 1 = 0 for 0° ≤ θ ≤ 360°
Let s = sinθ: 2s² − s − 1 = 0 → (2s + 1)(s − 1) = 0
sinθ = −½ or sinθ = 1
sinθ = 1 → θ = 90°
sinθ = −½ → θ = 210° or 330° (3rd and 4th quadrants)
Answer: θ = 90°, 210°, 330°
Practice Problems
Q1: Solve cosθ = 0.5 for 0° ≤ θ ≤ 360°
θ = 60° or θ = 300°
Q2: Prove that (1 − cos²θ)/sinθ ≡ sinθ
LHS = sin²θ/sinθ = sinθ = RHS ✓ (using sin²θ + cos²θ = 1)
Q3: Solve tan2θ = 1 for 0° ≤ θ ≤ 180°
2θ = 45°, 225° → θ = 22.5°, 112.5°
5. Differentiation (AS)
AS

📐 Differentiation from First Principles

Definition of the Derivative
f'(x) = limh→0 [f(x + h) − f(x)] / h
Method: First Principles
  1. Write out f(x + h) by replacing every x with (x + h)
  2. Form f(x + h) − f(x) and expand
  3. Divide by h
  4. Let h → 0 to find the derivative
This method proves WHY the power rule works. Examiners love asking this for simple functions like x², x³, or 1/x.
Example: Prove from first principles that if f(x) = x², then f'(x) = 2x
f(x + h) = (x + h)² = x² + 2xh + h²
f(x + h) − f(x) = x² + 2xh + h² − x² = 2xh + h²
[f(x + h) − f(x)] / h = (2xh + h²) / h = 2x + h
As h → 0: f'(x) = 2x ✓
Example: Prove from first principles that if f(x) = 3x² + 2x, then f'(x) = 6x + 2
f(x + h) = 3(x + h)² + 2(x + h) = 3x² + 6xh + 3h² + 2x + 2h
f(x + h) − f(x) = 6xh + 3h² + 2h
[f(x + h) − f(x)] / h = 6x + 3h + 2
As h → 0: f'(x) = 6x + 2 ✓

📐 Differentiating xn

Power Rule
If y = xn, then dy/dx = nxn−1
Works for all rational n (including negative and fractional powers)
Example: Differentiate y = 3x⁴ − 2x³ + 5x − 7
dy/dx = 3(4x³) − 2(3x²) + 5(1) − 0
dy/dx = 12x³ − 6x² + 5
Example: Differentiate y = 4/x² + 3√x
Rewrite: y = 4x⁻² + 3x1/2
dy/dx = 4(−2)x⁻³ + 3(½)x−1/2
dy/dx = −8x⁻³ + (3/2)x−1/2 = −8/x³ + 3/(2√x)

📐 Tangents, Normals & Stationary Points

Method: Finding Stationary Points
  1. Find dy/dx
  2. Set dy/dx = 0 and solve for x
  3. Find corresponding y values
  4. Find d²y/dx² to determine nature: d²y/dx² > 0 → minimum, d²y/dx² < 0 → maximum
Example: Find the stationary points of y = 2x³ − 9x² + 12x − 4 and determine their nature
dy/dx = 6x² − 18x + 12
Set dy/dx = 0: 6x² − 18x + 12 = 0 → x² − 3x + 2 = 0
(x − 1)(x − 2) = 0 → x = 1 or x = 2
x = 1: y = 2 − 9 + 12 − 4 = 1 → (1, 1). x = 2: y = 16 − 36 + 24 − 4 = 0 → (2, 0)
d²y/dx² = 12x − 18. At x=1: 12−18 = −6 < 0 → maximum. At x=2: 24−18 = 6 > 0 → minimum.
Example: Find the equation of the tangent to y = x³ − 2x at x = 1
dy/dx = 3x² − 2. At x = 1: gradient = 3 − 2 = 1
At x = 1: y = 1 − 2 = −1. Point is (1, −1)
Tangent: y − (−1) = 1(x − 1) → y = x − 2
Practice Problems
Q1: Find the gradient of y = 3x² − 4x + 1 at x = 2
dy/dx = 6x − 4. At x = 2: gradient = 8
Q2: Find the stationary point of y = x² − 8x + 3 and state if it is max or min.
dy/dx = 2x − 8 = 0 → x = 4, y = 16 − 32 + 3 = −13. d²y/dx² = 2 > 0 → minimum at (4, −13).
Q3: Find the equation of the normal to y = x² at x = 3.
dy/dx = 2x. At x=3: gradient = 6, point (3,9). Normal gradient = −1/6. Equation: y − 9 = −(1/6)(x − 3) → 6y + x = 57
6. Integration (AS)
AS

📐 Basic Integration

Integration Rule
∫ xn dx = xn+1/(n+1) + C   (n ≠ −1)
"Add 1 to the power, divide by the new power, add C"
Example: Find ∫ (3x² + 4x − 1) dx
∫3x² dx = 3x³/3 = x³
∫4x dx = 4x²/2 = 2x²
∫−1 dx = −x
Answer: x³ + 2x² − x + C

📐 Area Under a Curve

Method: Area Under a Curve
  1. Set up the definite integral: ∫ₐᵇ f(x) dx
  2. Integrate the function
  3. Substitute upper limit, then subtract lower limit: [F(b)] − [F(a)]
  4. If the area is below the x-axis, the integral gives a negative value — take the modulus
Example: Find the area under y = x² + 1 from x = 0 to x = 3
∫₀³ (x² + 1) dx = [x³/3 + x]₀³
Upper: (27/3 + 3) = 9 + 3 = 12
Lower: (0 + 0) = 0
Area = 12 − 0 = 12 square units
⚠ Common Error
Don't forget +C for indefinite integrals! For definite integrals, the C cancels so it's not needed. Also, always check if any part of the curve is below the x-axis — you need to split the integral and take absolute values for those parts.
Practice Problems
Q1: Find ∫ (6x² − 2x + 3) dx
2x³ − x² + 3x + C
Q2: Evaluate ∫₁² (4x³) dx
[x⁴]₁² = 16 − 1 = 15
Q3: Find the area enclosed between y = x² and y = 4.
Intersect: x² = 4, x = ±2. Area = ∫₋₂² (4 − x²) dx = [4x − x³/3]₋₂² = (8 − 8/3) − (−8 + 8/3) = 32/3
7. Exponentials & Logarithms
AS

📐 Laws of Logarithms

Log Laws
log(ab) = log a + log b
log(a/b) = log a − log b
log(an) = n log a
loga a = 1  |  loga 1 = 0  |  alogax = x
Natural Logarithm
ln x = loge x  |  eln x = x  |  ln(ex) = x
Example: Solve 3x = 20
Take logs of both sides: log(3ˣ) = log 20
x log 3 = log 20
x = log 20 / log 3 = 1.301 / 0.477 = 2.727 (3 s.f.)
Example: Solve ln(2x + 1) = 4
Exponentiate: 2x + 1 = e⁴
2x = e⁴ − 1
x = (e⁴ − 1)/2 ≈ (54.598 − 1)/2 ≈ 26.8
Practice Problems
Q1: Simplify log₂ 8 + log₂ 4
log₂(8 × 4) = log₂ 32 = 5
Q2: Solve 52x−1 = 8
(2x−1)log 5 = log 8. 2x−1 = log8/log5 = 1.292. x = 2.292/2 = 1.146 (3 d.p.)
Q3: A population grows as P = 200e0.03t. How long until P = 500?
500 = 200e^(0.03t) → e^(0.03t) = 2.5 → 0.03t = ln 2.5 → t = ln(2.5)/0.03 ≈ 30.5
8. Functions
A2

Understanding functions, their domains, ranges, compositions and inverses.

📐 Domain, Range & Types

Key Definitions
Domain: the set of allowed input values (x)
Range: the set of possible output values (y = f(x))
One-to-one: each output has exactly one input | Many-to-one: different inputs can give the same output
Method: Finding Domain & Range
  1. Domain: look for restrictions — can't divide by zero, can't square-root negatives, ln needs positive input
  2. Range: consider the graph — what y-values are actually reached?
  3. For quadratics: completing the square gives the vertex, which tells you the min/max of the range
Example: Find the domain and range of f(x) = 1/(x − 3)
Domain: x − 3 ≠ 0, so x ≠ 3. Domain: x ∈ ℝ, x ≠ 3
Range: 1/(x − 3) can take any value except 0 (the curve never crosses y = 0)
Range: f(x) ∈ ℝ, f(x) ≠ 0

📐 Composite Functions

Composite Functions
fg(x) = f(g(x)) — apply g first, then f
Domain of fg: x must be in domain of g, AND g(x) must be in domain of f
Example: If f(x) = 2x + 1 and g(x) = x², find fg(3) and gf(x)
fg(3) = f(g(3)) = f(9) = 2(9) + 1 = 19
gf(x) = g(f(x)) = g(2x + 1) = (2x + 1)²
gf(x) = 4x² + 4x + 1. Note: fg(x) = 2x² + 1 ≠ gf(x) — order matters!

📐 Inverse Functions

Method: Finding the Inverse f⁻¹(x)
  1. Write y = f(x)
  2. Swap x and y
  3. Rearrange to make y the subject — this gives y = f⁻¹(x)
  4. The domain of f⁻¹ = range of f, and vice versa
The graph of f⁻¹ is a reflection of f in the line y = x. A function must be one-to-one to have an inverse.
Example: Find f⁻¹(x) for f(x) = (2x + 3)/(x − 1), x ≠ 1
Let y = (2x + 3)/(x − 1). Swap: x = (2y + 3)/(y − 1)
x(y − 1) = 2y + 3 → xy − x = 2y + 3
xy − 2y = x + 3 → y(x − 2) = x + 3
f⁻¹(x) = (x + 3)/(x − 2), x ≠ 2
Practice Problems
Q1: f(x) = 3x − 2, g(x) = x² + 1. Find fg(2) and gf(2).
fg(2) = f(5) = 13. gf(2) = g(4) = 17.
Q2: Find f⁻¹(x) for f(x) = (x − 5)/3.
x = (y − 5)/3 → 3x = y − 5 → f⁻¹(x) = 3x + 5
Q3: f(x) = √(x − 2), x ≥ 2. State the domain and range of f⁻¹.
Range of f: f(x) ≥ 0. So domain of f⁻¹: x ≥ 0. Range of f⁻¹: y ≥ 2. (f⁻¹(x) = x² + 2, x ≥ 0)
9. Further Algebra
A2

📐 Modulus Function

Modulus Function
|x| = x if x ≥ 0,   |x| = −x if x < 0
To solve |f(x)| = a: solve f(x) = a and f(x) = −a
Example: Solve |2x − 3| = 5
Case 1: 2x − 3 = 5 → 2x = 8 → x = 4
Case 2: 2x − 3 = −5 → 2x = −2 → x = −1
Answer: x = 4 or x = −1
Example: Solve |3x + 1| > |x − 2|
Square both sides (valid since both sides are non-negative): (3x + 1)² > (x − 2)²
9x² + 6x + 1 > x² − 4x + 4 → 8x² + 10x − 3 > 0
(2x + 3)(4x − 1) > 0. Roots: x = −3/2 and x = 1/4
Positive quadratic above axis outside roots: x < −3/2 or x > 1/4
Practice Problems
Q1: Solve |4x − 3| = 7
4x − 3 = 7 → x = 2.5, or 4x − 3 = −7 → x = −1
Q2: Sketch y = |x² − 4| and state the number of solutions to |x² − 4| = 3.
The parabola y = x² − 4 reflected where negative. |x² − 4| = 3 gives x² − 4 = 3 (x = ±√7) and x² − 4 = −3 (x = ±1). Four solutions.

📐 Binomial Expansion (Rational n)

General Binomial Expansion
(1 + x)n = 1 + nx + n(n−1)x²/2! + n(n−1)(n−2)x³/3! + ...
Valid for |x| < 1 when n is not a positive integer
Example: Expand (1 + x)−2 up to and including x³
n = −2. First term = 1. Second term = (−2)x = −2x
Third term = (−2)(−3)/2! × x² = 3x²
Fourth term = (−2)(−3)(−4)/3! × x³ = −4x³
Answer: 1 − 2x + 3x² − 4x³ + ...   (valid for |x| < 1)
Example: Expand (4 + x)1/2 up to x² term and state range of validity
Factor out 4^(1/2): √4 × (1 + x/4)^(1/2) = 2(1 + x/4)^(1/2)
Expand: 2[1 + (1/2)(x/4) + (1/2)(−1/2)/2! × (x/4)² + ...]
= 2[1 + x/8 − x²/128 + ...] = 2 + x/4 − x²/64 + ...
Valid for |x/4| < 1, i.e., |x| < 4
⚠ Common Error
For (a + bx)n where a ≠ 1: you MUST factor out an first! Write an(1 + bx/a)n then expand (1 + bx/a)n. The validity is |bx/a| < 1, i.e., |x| < |a/b|.
Practice Problems
Q1: Expand (1 − 2x)−1 up to x³ and state the validity.
1 + (−1)(−2x) + (−1)(−2)(−2x)²/2! + (−1)(−2)(−3)(−2x)³/3! = 1 + 2x + 4x² + 8x³ + ... Valid for |2x| < 1 → |x| < 1/2
Q2: Find the first 3 terms of (9 − 3x)1/2.
3(1 − x/3)^(1/2) = 3[1 + (1/2)(−x/3) + (1/2)(−1/2)(−x/3)²/2] = 3 − x/2 − x²/24. Valid |x| < 3.
9. Further Trigonometry
A2

📐 Reciprocal Trig Functions

Definitions & Identities
secθ = 1/cosθ  |  cosecθ = 1/sinθ  |  cotθ = 1/tanθ = cosθ/sinθ
1 + tan²θ ≡ sec²θ  |  1 + cot²θ ≡ cosec²θ
Example: Solve 2sec²θ − 3tanθ = 5 for 0° ≤ θ ≤ 360°
Use sec²θ = 1 + tan²θ: 2(1 + tan²θ) − 3tanθ = 5
2 + 2tan²θ − 3tanθ − 5 = 0 → 2tan²θ − 3tanθ − 3 = 0
Using quadratic formula: tanθ = (3 ± √(9 + 24))/4 = (3 ± √33)/4
tanθ = 2.186 or tanθ = −0.686. θ = 65.4°, 245.4°, 145.6°, 325.6°
Example: Prove that cosecθ − sinθ ≡ cosθ cotθ
LHS = 1/sinθ − sinθ = (1 − sin²θ)/sinθ
= cos²θ/sinθ (using sin²θ + cos²θ = 1)
= cosθ × (cosθ/sinθ) = cosθ cotθ = RHS ✓
⚠ Common Error
When using sec²θ = 1 + tan²θ to solve equations, always substitute to get one trig function only. Don't forget to find ALL solutions in the given range using the appropriate quadrant rule.

📐 Addition Formulae

Addition Formulae
sin(A ± B) = sinA cosB ± cosA sinB
cos(A ± B) = cosA cosB ∓ sinA sinB
tan(A ± B) = (tanA ± tanB) / (1 ∓ tanA tanB)
Double Angle Formulae
sin2A = 2sinA cosA
cos2A = cos²A − sin²A = 2cos²A − 1 = 1 − 2sin²A
tan2A = 2tanA / (1 − tan²A)
Example: Find the exact value of sin75°
sin75° = sin(45° + 30°)
= sin45°cos30° + cos45°sin30°
= (√2/2)(√3/2) + (√2/2)(1/2)
= (√6 + √2) / 4

📐 Harmonic Form

Method: Rsin(θ + α) Form
  1. For a sinθ + b cosθ, write as R sin(θ + α)
  2. Expand: R sinθ cosα + R cosθ sinα
  3. Compare coefficients: R cosα = a, R sinα = b
  4. R = √(a² + b²), tanα = b/a
  5. Check the quadrant of α
This form is essential for solving equations and finding max/min values.
Example: Write 3sinθ + 4cosθ in the form Rsin(θ + α)
R = √(3² + 4²) = √25 = 5
tanα = 4/3 → α = 53.13° (1st quadrant as both positive)
3sinθ + 4cosθ = 5sin(θ + 53.13°)
Max value = 5 (when sin(θ + 53.13°) = 1). Min value = −5.
Practice Problems
Q1: Find the exact value of cos15° using addition formulae.
cos(45°−30°) = cos45°cos30° + sin45°sin30° = (√6 + √2)/4
Q2: Given sinA = 3/5 (acute), find sin2A.
cosA = 4/5 (Pythagoras). sin2A = 2sinAcosA = 2(3/5)(4/5) = 24/25
Q3: Write 5sinθ − 12cosθ in the form Rsin(θ − α).
R = √(25+144) = 13. tanα = 12/5, α = 67.38°. Answer: 13sin(θ − 67.38°)
10. Further Differentiation
A2

📐 Product, Quotient & Chain Rules

Differentiation Rules
Chain rule: dy/dx = dy/du × du/dx
Product rule: d/dx[uv] = u(dv/dx) + v(du/dx)
Quotient rule: d/dx[u/v] = (v(du/dx) − u(dv/dx)) / v²
Standard Results
d/dx[sinx] = cosx  |  d/dx[cosx] = −sinx  |  d/dx[tanx] = sec²x
d/dx[ex] = ex  |  d/dx[ln x] = 1/x  |  d/dx[ekx] = kekx
Example: Differentiate y = x²sin(3x) using the product rule
Let u = x², v = sin(3x). Then du/dx = 2x, dv/dx = 3cos(3x)
Product rule: dy/dx = u(dv/dx) + v(du/dx)
dy/dx = x²(3cos3x) + sin(3x)(2x) = 3x²cos(3x) + 2xsin(3x)
Example: Differentiate y = e2x/(x + 1) using the quotient rule
u = e²ˣ, v = x + 1. du/dx = 2e²ˣ, dv/dx = 1
dy/dx = (v·du/dx − u·dv/dx) / v²
= ((x+1)(2e²ˣ) − e²ˣ(1)) / (x+1)²
= e²ˣ(2x + 2 − 1) / (x+1)² = e²ˣ(2x + 1) / (x+1)²

📐 Implicit & Parametric Differentiation

Method: Implicit Differentiation
  1. Differentiate every term with respect to x
  2. For y terms, use the chain rule: d/dx[f(y)] = f'(y) × dy/dx
  3. Collect all dy/dx terms on one side
  4. Factor out dy/dx and solve
Example: Find dy/dx for x² + y² = 25
Differentiate: 2x + 2y(dy/dx) = 0
2y(dy/dx) = −2x
dy/dx = −x/y
Parametric Differentiation
If x = f(t) and y = g(t), then dy/dx = (dy/dt) / (dx/dt)
Example: Find dy/dx for x = 2t + 1, y = t² − 3t
dx/dt = 2, dy/dt = 2t − 3
dy/dx = (2t − 3) / 2
Practice Problems
Q1: Differentiate y = (2x + 1)⁵ using the chain rule.
dy/dx = 5(2x + 1)⁴ × 2 = 10(2x + 1)⁴
Q2: Use the product rule to differentiate y = xln(x).
dy/dx = x(1/x) + lnx(1) = 1 + lnx
Q3: Find dy/dx for x³ + xy + y² = 7 using implicit differentiation.
3x² + x(dy/dx) + y + 2y(dy/dx) = 0. dy/dx(x + 2y) = −3x² − y. dy/dx = −(3x² + y)/(x + 2y)
11. Further Integration
A2

📐 Integration by Substitution

Method: Integration by Substitution
  1. Choose u = inner function
  2. Find du/dx and rearrange for dx
  3. Substitute u and dx into the integral
  4. Integrate in terms of u
  5. Substitute back for x (or change limits if definite)
Example: Find ∫ 2x(x² + 1)⁴ dx
Let u = x² + 1, then du/dx = 2x, so du = 2x dx
Integral becomes ∫ u⁴ du
= u⁵/5 + C = (x² + 1)⁵/5 + C
Example: Evaluate ∫₀¹ x/√(1 + x²) dx using substitution
Let u = 1 + x². du = 2x dx, so x dx = du/2
Change limits: x = 0 → u = 1; x = 1 → u = 2
∫₁² u⁻¹/² × ½ du = ½[2u¹/²]₁² = [√u]₁²
= √2 − √1 = √2 − 1 ≈ 0.414
⚠ Common Error
For definite integrals by substitution, either: (a) change the limits to u-values and DON'T substitute back, or (b) keep original limits and substitute back to x. Never mix the two approaches!

📐 Integration by Parts

Integration by Parts
∫ u(dv/dx) dx = uv − ∫ v(du/dx) dx
LIATE priority for choosing u: Logs, Inverse trig, Algebraic, Trig, Exponential
Example: Find ∫ x·ex dx
Let u = x (algebraic), dv/dx = eˣ. Then du/dx = 1, v = eˣ
∫ xeˣ dx = xeˣ − ∫ eˣ dx
= xeˣ − eˣ + C = eˣ(x − 1) + C
Example: Find ∫ ln(x) dx
Write as ∫ 1 × lnx dx. Let u = lnx, dv/dx = 1
du/dx = 1/x, v = x
= xlnx − ∫ x(1/x) dx = xlnx − ∫ 1 dx
= xlnx − x + C = x(lnx − 1) + C

📐 Volumes of Revolution & Trapezium Rule

Volumes of Revolution
About x-axis: V = π ∫ₐᵇ y² dx
About y-axis: V = π ∫ₐᵇ x² dy
Trapezium Rule
∫ₐᵇ y dx ≈ h/2 [y₀ + 2(y₁ + y₂ + ... + yₙ₋₁) + yₙ]
where h = (b − a)/n
Example: The curve y = √x is rotated 360° about the x-axis from x = 0 to x = 4. Find the volume.
V = π ∫₀⁴ y² dx = π ∫₀⁴ x dx
= π [x²/2]₀⁴ = π(16/2 − 0) = 8π
Example: Use the trapezium rule with 4 strips to estimate ∫₀² e dx
h = (2 − 0)/4 = 0.5. x values: 0, 0.5, 1, 1.5, 2
y₀ = e⁰ = 1, y₁ = e^0.25 = 1.284, y₂ = e¹ = 2.718, y₃ = e^2.25 = 9.488, y₄ = e⁴ = 54.598
≈ 0.5/2 × [1 + 2(1.284 + 2.718 + 9.488) + 54.598]
= 0.25 × [1 + 26.980 + 54.598] = 0.25 × 82.578 = 20.64 (2 d.p.)
Practice Problems
Q1: Find ∫ (3x + 2)⁴ dx using substitution.
u = 3x+2, du = 3dx. ∫ u⁴ × (1/3)du = u⁵/15 + C = (3x+2)⁵/15 + C
Q2: Find ∫ x cos(x) dx using integration by parts.
u=x, dv=cosx dx. = xsinx − ∫sinx dx = xsinx + cosx + C
Q3: Find the volume when y = x² is rotated 360° about the x-axis from x = 0 to x = 2.
V = π∫₀² x⁴ dx = π[x⁵/5]₀² = π(32/5) = 32π/5
12. Numerical Methods
A2

📐 Locating Roots

Method: Change of Sign
  1. If f(a) and f(b) have opposite signs, and f is continuous, then there is a root in (a, b)
  2. Show the function values and state the sign change
  3. Conclude: "There is a root between a and b"
This only works for continuous functions. It can miss roots if the function touches but doesn't cross the x-axis.
Example: Show that x³ + 3x − 7 = 0 has a root between x = 1 and x = 2
Let f(x) = x³ + 3x − 7
f(1) = 1 + 3 − 7 = −3 (negative)
f(2) = 8 + 6 − 7 = 7 (positive)
Sign change and f is continuous, so there is a root in the interval (1, 2). ✓

📐 Iterative Methods & Newton-Raphson

Newton-Raphson Formula
xn+1 = xn − f(xn) / f'(xn)
Example: Use Newton-Raphson to find a root of f(x) = x³ − 2x − 5, starting with x₀ = 2
f(x) = x³ − 2x − 5, f'(x) = 3x² − 2
x₀ = 2: f(2) = 8 − 4 − 5 = −1, f'(2) = 12 − 2 = 10
x₁ = 2 − (−1/10) = 2.1
x₁ = 2.1: f(2.1) = 9.261 − 4.2 − 5 = 0.061, f'(2.1) = 13.23 − 2 = 11.23
x₂ = 2.1 − 0.061/11.23 = 2.0946 (4 d.p.)
⚠ Common Error
Newton-Raphson can fail if: (1) f'(xₙ) = 0 (division by zero), (2) the starting point is too far from the root, or (3) the function has a turning point near the root. Always check convergence.
Practice Problems
Q1: Show that ex = 3x has a root between x = 1 and x = 2.
f(x) = eˣ − 3x. f(1) = e − 3 ≈ −0.28 (neg). f(2) = e² − 6 ≈ 1.39 (pos). Sign change → root in (1, 2).
Q2: Use Newton-Raphson with x₀ = 1.5 to find one iteration for eˣ − 3x = 0.
f(x) = eˣ − 3x, f'(x) = eˣ − 3. f(1.5) = 4.482 − 4.5 = −0.018. f'(1.5) = 4.482 − 3 = 1.482. x₁ = 1.5 − (−0.018/1.482) = 1.512
13. Vectors
A2

📐 Vectors & Scalar Product

Vector Operations
Magnitude: |a| = √(a₁² + a₂² + a₃²)
Scalar product: a · b = a₁b₁ + a₂b₂ + a₃b₃ = |a||b|cosθ
Angle: cosθ = (a · b) / (|a| |b|)
Example: Find the angle between a = (2, 1, −1) and b = (1, −1, 2)
a · b = (2)(1) + (1)(−1) + (−1)(2) = 2 − 1 − 2 = −1
|a| = √(4 + 1 + 1) = √6. |b| = √(1 + 1 + 4) = √6
cosθ = −1 / (√6 × √6) = −1/6
θ = cos⁻¹(−1/6) = 99.6° (1 d.p.)
⚠ Common Error
If a · b = 0, the vectors are perpendicular. Don't forget this key fact! Also remember: the scalar product gives a number, not a vector.
Example: Points A and B have position vectors a = 2i + j − 3k and b = 4i − j + k. Find the midpoint M and the distance AB.
AB = b − a = (4−2)i + (−1−1)j + (1−(−3))k = 2i − 2j + 4k
|AB| = √(4 + 4 + 16) = √24 = 2√6
M = ½(a + b) = ½(6i + 0j − 2k) = 3i − k. Midpoint is (3, 0, −1).
Practice Problems
Q1: Find |a| where a = 3i + 4j.
|a| = √(9 + 16) = √25 = 5
Q2: Show that a = (2, −1, 3) and b = (1, 5, 1) are perpendicular.
a · b = 2 − 5 + 3 = 0. Since a · b = 0, the vectors are perpendicular. ✓
Q3: A = (1, 2, 3), B = (3, 0, −1). Find a unit vector in the direction of AB.
AB = (2, −2, −4). |AB| = √(4+4+16) = √24 = 2√6. Unit vector = (1/√6, −1/√6, −2/√6)
14. Proof
A2

Methods of mathematical proof required at A2 level.

📐 Proof by Contradiction

Method: Proof by Contradiction
  1. Assume the OPPOSITE of what you want to prove
  2. Use logical steps to derive a contradiction (something impossible)
  3. Conclude that the original assumption must be false
  4. Therefore the original statement is true
Example: Prove that √2 is irrational
Assume √2 IS rational. Then √2 = a/b where a, b are integers with no common factors.
Squaring: 2 = a²/b², so a² = 2b². Therefore a² is even, so a must be even. Write a = 2k.
(2k)² = 2b² → 4k² = 2b² → b² = 2k². So b² is even, meaning b is also even.
Both a and b are even — they share factor 2. This contradicts our assumption that a/b has no common factors. Therefore √2 is irrational. ∎
Example: Prove there are infinitely many prime numbers
Assume there are finitely many primes: p₁, p₂, ..., pₙ
Consider N = p₁ × p₂ × ... × pₙ + 1
N is not divisible by any of p₁, p₂, ..., pₙ (always remainder 1). So either N is prime, or N has a prime factor not in our list.
Either way, there's a prime not in the list — contradiction. Therefore there are infinitely many primes. ∎

📐 Disproof by Counter-Example

Method: Disproof by Counter-Example
  1. To disprove a statement, you only need ONE example where it fails
  2. Find a specific value that makes the statement false
  3. State the counter-example and show why the statement fails
This only works to DISPROVE. One example is NOT enough to prove something is always true.
Example: Disprove: "If n is a prime number, then 2ⁿ − 1 is also prime"
Try n = 11 (prime): 2¹¹ − 1 = 2047
2047 = 23 × 89, which is NOT prime
Counter-example: n = 11 gives 2ⁿ − 1 = 2047 = 23 × 89. Statement is false. ✗
Practice Problems
Q1: Disprove: "n² + n + 41 is prime for all positive integers n".
Try n = 41: 41² + 41 + 41 = 41(41 + 1 + 1) = 41 × 43 = 1763. Not prime. ✗
Q2: Prove by contradiction that if n² is even, then n is even.
Assume n is odd. Then n = 2k+1, so n² = 4k²+4k+1 = 2(2k²+2k)+1, which is odd. Contradicts n² being even. So n must be even. ∎
14. Kinematics
AS

📐 SUVAT Equations

SUVAT Equations (constant acceleration)
v = u + at
s = ut + ½at²
s = vt − ½at²
v² = u² + 2as
s = ½(u + v)t
Velocity-Time & Displacement-Time Graphs
v-t graph: gradient = acceleration | area under = displacement
s-t graph: gradient = velocity | curve → changing velocity
Method: Solving SUVAT Problems
  1. List what you know: s, u, v, a, t
  2. Identify what you need to find
  3. Choose the equation that contains all known variables plus the unknown
  4. Substitute and solve
  5. For vertical motion: use g = 9.8 m/s² (positive downwards usually)
Define a positive direction at the start. Be consistent with signs!
Example: A ball is thrown upwards at 15 m/s. Find the max height and time to return.
Taking upwards as positive: u = 15, v = 0 (at max height), a = −9.8
v² = u² + 2as → 0 = 225 + 2(−9.8)s → s = 225/19.6 = 11.5 m
Time up: v = u + at → 0 = 15 − 9.8t → t = 15/9.8 = 1.53 s
Time to return = 2 × 1.53 = 3.06 s (by symmetry)
Example: A car accelerates uniformly from rest to 20 m/s in 5 s, then travels at constant speed for 10 s, then decelerates to rest in 5 s. Find the total distance.
Phase 1 (0-5s): s₁ = ½(0 + 20)(5) = 50 m (triangle on v-t graph)
Phase 2 (5-15s): s₂ = 20 × 10 = 200 m (rectangle)
Phase 3 (15-20s): s₃ = ½(20 + 0)(5) = 50 m (triangle)
Total = 50 + 200 + 50 = 300 m (= area of trapezoid on v-t graph)
Practice Problems
Q1: A car accelerates from 5 m/s at 2 m/s². Find its speed after 10 s.
v = u + at = 5 + 2(10) = 25 m/s
Q2: A stone is dropped from a cliff 80 m high. How long does it take to hit the ground?
s = ut + ½at². 80 = 0 + ½(9.8)t². t² = 160/9.8 = 16.33. t = 4.04 s
Q3: A car brakes from 30 m/s to rest in 45 m. Find the deceleration.
v² = u² + 2as. 0 = 900 + 2a(45). a = −900/90 = −10 m/s². Deceleration = 10 m/s².
15. Forces & Newton's Laws
AS

📐 Newton's Laws & F = ma

Newton's Laws
1st: Object remains at rest or constant velocity unless acted on by a force
2nd: F = ma (resultant force = mass × acceleration)
3rd: Every action has an equal and opposite reaction
Weight: W = mg  |  Friction: F ≤ μR
Method: F = ma Problems
  1. Draw a clear free body diagram
  2. Resolve forces parallel and perpendicular to motion
  3. Apply F = ma in the direction of motion
  4. If equilibrium: resultant force = 0
  5. For connected particles: consider each body separately or the whole system
Example: A 5 kg box is pushed along a rough floor by a 30 N force. μ = 0.2. Find the acceleration.
Weight = mg = 5 × 9.8 = 49 N. Normal reaction R = 49 N (no vertical acceleration)
Friction = μR = 0.2 × 49 = 9.8 N
Resultant = 30 − 9.8 = 20.2 N
F = ma → 20.2 = 5a → a = 4.04 m/s²

📐 Inclined Planes

Forces on an Inclined Plane (angle α)
Component down the slope: mg sinα
Component normal to slope: mg cosα
Normal reaction: R = mg cosα  (no acceleration perpendicular to slope)
Example: A 4 kg box slides down a smooth slope at 30° to the horizontal. Find the acceleration.
Force down slope = mg sin30° = 4 × 9.8 × 0.5 = 19.6 N
Smooth → no friction. F = ma: 19.6 = 4a
a = 4.9 m/s² (= g sin30°)
Example: A 6 kg box is on a rough slope at 25° (μ = 0.3). Find whether it slides and, if so, its acceleration.
Component down slope = mg sin25° = 6(9.8)(0.4226) = 24.85 N
R = mg cos25° = 6(9.8)(0.9063) = 53.29 N. Max friction = μR = 0.3 × 53.29 = 15.99 N
24.85 > 15.99, so the box slides. Resultant = 24.85 − 15.99 = 8.86 N
F = ma: 8.86 = 6a → a = 1.48 m/s² down the slope
⚠ Common Error
On inclined planes, the component of weight down the slope is mg sinθ, NOT mg cosθ. Remember: sin goes with the slope direction, cos goes with the normal direction.
Practice Problems
Q1: A 10 kg box is on a smooth slope at 30°. Find its acceleration.
a = g sin30° = 9.8 × 0.5 = 4.9 m/s²
Q2: A 5 kg block is held on a rough slope (30°, μ = 0.4) by a horizontal force P. Find P for equilibrium.
Resolve along slope: P cos30° + F = mg sin30°. Perpendicular: R = mg cos30° + P sin30°. F = μR. Substituting and solving gives P ≈ 11.5 N.
Q3: Two particles (3 kg and 5 kg) are connected by a string over a pulley. Find the acceleration and tension.
Whole system: 5g − 3g = 8a → a = 2g/8 = 2.45 m/s². For 3 kg: T − 3g = 3a → T = 3(9.8 + 2.45) = 36.75 N.
16. Moments
AS

📐 Moments & Equilibrium

Moments
Moment = Force × Perpendicular distance from pivot
Equilibrium: Sum of clockwise moments = Sum of anticlockwise moments
Example: A uniform rod AB of length 4 m and weight 60 N rests on supports at A and at C, 3 m from A. Find the reactions at A and C.
Weight acts at midpoint (2 m from A). Let reactions be Rₐ and R꜀.
Taking moments about A: R꜀ × 3 = 60 × 2 → R꜀ = 40 N
Vertical equilibrium: Rₐ + R꜀ = 60 → Rₐ = 60 − 40 = 20 N
Example: A non-uniform rod AB (4 m, 80 N) has its centre of gravity 1.5 m from A. It's supported at P (1 m from A) and Q (3.5 m from A). Find the reactions.
Weight acts at centre of gravity: 1.5 m from A. Let reactions be Rₚ and R_Q.
Moments about P: R_Q × 2.5 = 80 × 0.5 (weight is 0.5 m from P, on same side as Q)
R_Q = 40/2.5 = 16 N
Resolve vertically: Rₚ + R_Q = 80 → Rₚ = 80 − 16 = 64 N
⚠ Common Error
For a uniform rod, the weight acts at the midpoint. For a non-uniform rod, the weight acts at the centre of gravity — this will be specified in the question. Always take moments about one of the unknown forces to eliminate it.
Practice Problems
Q1: A 3 m uniform plank weighing 120 N is supported at its ends. A 200 N weight is placed 1 m from one end. Find the reactions.
Moments about A: R_B × 3 = 120(1.5) + 200(1) = 380. R_B = 126.7 N. R_A = 320 − 126.7 = 193.3 N.
Q2: A 2 m light rod has a 40 N weight at one end and a 60 N weight at the other. Find the position of the support for equilibrium.
Let support be x from the 40 N end. Moments about support: 40x = 60(2 − x) → 40x = 120 − 60x → 100x = 120 → x = 1.2 m from the 40 N end.
Q3: A uniform beam of length 6 m and weight 200 N rests on two supports, one at each end. A child weighing 400 N sits 2 m from one end. Find both reaction forces.
Moments about A: R_B × 6 = 200(3) + 400(2) = 1400. R_B = 233.3 N. R_A = 600 − 233.3 = 366.7 N.
17. Projectiles
A2

📐 Projectile Motion

Projectile Equations (angle θ, speed u)
Horizontal: x = (u cosθ)t   [no acceleration]
Vertical: y = (u sinθ)t − ½gt²
Time of flight: T = 2u sinθ / g
Max height: H = u²sin²θ / 2g
Range: R = u²sin2θ / g
Example: A ball is launched at 20 m/s at 30° above horizontal. Find the range and max height.
u = 20, θ = 30°, g = 9.8
Max height: H = 20² × sin²30° / (2 × 9.8) = 400 × 0.25 / 19.6 = 5.10 m
Range: R = 20² × sin60° / 9.8 = 400 × 0.866 / 9.8 = 35.3 m
Method: Projectile Problems
  1. Split velocity into components: Horizontal = u cosθ, Vertical = u sinθ
  2. Horizontal: constant velocity (no acceleration), use s = vt
  3. Vertical: use SUVAT with a = −g (taking up as positive)
  4. At maximum height, vertical velocity = 0
  5. Time of flight: time for vertical displacement to return to 0
Example: A ball is kicked horizontally at 12 m/s from the top of a 15 m cliff. Find where it lands.
Horizontal projection: u_x = 12, u_y = 0 (kicked horizontally)
Vertically (down positive): s = 15, u = 0, a = 9.8. Using s = ½at²: 15 = ½(9.8)t²
t² = 30/9.8 = 3.061 → t = 1.75 s
Horizontal distance = 12 × 1.75 = 21.0 m from base of cliff
⚠ Common Error
Horizontal acceleration is ZERO (not g). Only the vertical component is affected by gravity. Don't mix up horizontal and vertical components!
Practice Problems
Q1: A projectile is fired at 25 m/s at 60° above the horizontal. Find the time of flight.
T = 2u sinθ / g = 2(25)sin60° / 9.8 = 50(0.866)/9.8 = 4.42 s
Q2: Find the range of a projectile fired at 30 m/s at 45°.
R = u²sin2θ / g = 900 × sin90° / 9.8 = 900/9.8 = 91.8 m (maximum range occurs at 45°)
Q3: A ball is thrown horizontally at 8 m/s from a height of 5 m. Find its speed when it hits the ground.
v_y² = 0 + 2(9.8)(5) = 98, v_y = 9.90. Speed = √(8² + 9.90²) = √(64 + 98) = √162 = 12.7 m/s
18. Momentum & Impulse
A2

📐 Momentum, Impulse & Restitution

Momentum & Impulse
Momentum: p = mv
Impulse: I = Ft = mv − mu (change in momentum)
Conservation: m₁u₁ + m₂u₂ = m₁v₁ + m₂v₂
Coefficient of restitution: e = (v₂ − v₁)/(u₁ − u₂)   [separation/approach speed]
Example: A 2 kg ball at 6 m/s hits a stationary 3 kg ball. e = 0.4. Find velocities after collision.
Conservation: 2(6) + 3(0) = 2v₁ + 3v₂ → 12 = 2v₁ + 3v₂ ... (i)
Restitution: e = (v₂ − v₁)/(u₁ − u₂) → 0.4 = (v₂ − v₁)/(6 − 0)
v₂ − v₁ = 2.4 ... (ii)
From (i) and (ii): v₂ = v₁ + 2.4, sub: 2v₁ + 3(v₁ + 2.4) = 12 → 5v₁ = 4.8 → v₁ = 0.96 m/s
v₂ = 0.96 + 2.4 = 3.36 m/s
Example: A 0.5 kg ball hits a wall at 8 m/s and rebounds at 6 m/s. Find the impulse.
Taking towards wall as positive: u = 8, v = −6 (rebounds)
Impulse = mv − mu = 0.5(−6) − 0.5(8) = −3 − 4 = −7 Ns
Magnitude of impulse = 7 Ns (away from wall)
⚠ Common Error
Direction matters! When objects rebound, their velocity changes sign. Impulse = change in momentum = mv − mu, and you must be consistent with your positive direction throughout.
Practice Problems
Q1: A 3 kg object moving at 4 m/s collides with a stationary 2 kg object. They stick together. Find their common velocity.
Conservation: 3(4) + 2(0) = 5v → v = 12/5 = 2.4 m/s
Q2: A force acts on a 2 kg ball for 0.3 s, changing its velocity from 5 m/s to 11 m/s. Find the force.
Impulse = mv − mu = 2(11) − 2(5) = 12 Ns. F = I/t = 12/0.3 = 40 N
Q3: Two particles (2 kg at 5 m/s, 3 kg at 2 m/s) travel in the same direction and collide. e = 0.5. Find final velocities.
Conservation: 10 + 6 = 2v₁ + 3v₂ → 2v₁ + 3v₂ = 16. Restitution: v₂ − v₁ = 0.5(5 − 2) = 1.5. Solving: v₁ = 2.3 m/s, v₂ = 3.8 m/s.
19. Work, Energy & Power
A2

📐 Work, Energy & Power

Key Formulas
Work done: W = Fd cosθ  (F in direction of d)
KE = ½mv²  |  GPE = mgh
Power = Fv  |  Power = Work/Time
Work-energy theorem: Net work = ΔKE
Method: Conservation of Energy
  1. Total energy at start = Total energy at end (if no external work)
  2. KE₁ + GPE₁ = KE₂ + GPE₂ + work done against friction
  3. ½mv₁² + mgh₁ = ½mv₂² + mgh₂ + F_friction × d
Example: A 1200 kg car travels at 20 m/s. The engine produces 15 kW. Find the driving force and the resistive force at constant speed.
P = Fv → F = P/v = 15000/20 = 750 N (driving force)
Constant speed → acceleration = 0 → resultant force = 0
Driving force = Resistive force = 750 N
Practice Problems
Q1: Find the KE of a 0.5 kg ball moving at 12 m/s.
KE = ½(0.5)(12²) = ½(0.5)(144) = 36 J
Q2: A ball is dropped from 20 m. Find its speed when it hits the ground (using energy).
mgh = ½mv². v² = 2gh = 2(9.8)(20) = 392. v = 19.8 m/s
Q3: A car engine produces 25 kW at 30 m/s. Find the driving force.
F = P/v = 25000/30 = 833.3 N
20. Circular Motion
A2

Motion in a circle at constant speed — the object accelerates towards the centre.

📐 Circular Motion Formulas

Circular Motion
Angular speed: ω = θ/t = 2π/T = 2πf
Linear speed: v = rω
Centripetal acceleration: a = v²/r = rω²
Centripetal force: F = mv²/r = mrω²
Method: Circular Motion Problems
  1. Identify the centre of the circle and draw forces acting on the object
  2. The resultant force TOWARDS the centre = centripetal force = mv²/r
  3. Resolve forces towards and away from the centre
  4. Apply F = mv²/r for the net inward force
Centripetal force is not an extra force — it's the resultant of existing forces (tension, weight, normal reaction, etc.) directed towards the centre.
Example: A 0.2 kg ball on a 0.8 m string moves in a horizontal circle at 3 m/s. Find the tension.
Centripetal force = mv²/r = 0.2 × 9 / 0.8
F = 1.8 / 0.8 = 2.25 N
The tension provides the centripetal force (horizontal circle), so T = 2.25 N
Example: A car travels around a bend of radius 50 m at 15 m/s. Find the centripetal acceleration and the minimum coefficient of friction needed.
Centripetal acceleration = v²/r = 225/50 = 4.5 m/s²
Friction provides centripetal force: μmg = mv²/r
μ = v²/(rg) = 225/(50 × 9.8) = 0.459
Practice Problems
Q1: A disc rotates at 120 rpm. Find the angular speed in rad/s.
ω = 2π × 120/60 = 4π = 12.6 rad/s
Q2: Find the centripetal force on a 3 kg object moving in a circle of radius 2 m at 5 m/s.
F = mv²/r = 3 × 25/2 = 37.5 N
Q3: A satellite orbits at radius r. Show that v = √(gr²/r) if gravity provides the centripetal force mg = mv²/r.
mg = mv²/r → g = v²/r → v² = gr → v = √(gr). For a 200 km orbit (r ≈ 6571 km), v ≈ √(9.8 × 6.571 × 10⁶) ≈ 7.9 km/s.
21. Variable Acceleration & Calculus Kinematics
A2

When acceleration is not constant, we use calculus instead of SUVAT.

📐 Calculus Methods for Kinematics

Calculus Kinematics
v = ds/dt  (velocity = derivative of displacement)
a = dv/dt = d²s/dt²  (acceleration = derivative of velocity)
s = ∫ v dt  (displacement = integral of velocity)
v = ∫ a dt  (velocity = integral of acceleration)
Method: Variable Acceleration Problems
  1. If given s(t) or v(t): differentiate to find velocity or acceleration
  2. If given a(t): integrate to find velocity (don't forget +C!)
  3. Use initial conditions (e.g., "at t = 0, v = 5") to find the constant C
  4. Maximum/minimum displacement: set v = 0 and solve for t
  5. Object at rest: v = 0. Returning to start: s = 0
Example: A particle moves with s = 2t³ − 9t² + 12t. Find when the particle is at rest and its acceleration at that instant.
v = ds/dt = 6t² − 18t + 12
At rest: v = 0 → 6t² − 18t + 12 = 0 → t² − 3t + 2 = 0
(t − 1)(t − 2) = 0 → t = 1 s or t = 2 s
a = dv/dt = 12t − 18. At t = 1: a = −6 m/s². At t = 2: a = 6 m/s²
Example: A particle has acceleration a = 4 − 2t. At t = 0, v = 3 and s = 0. Find s when t = 3.
v = ∫(4 − 2t) dt = 4t − t² + C₁. At t = 0, v = 3: C₁ = 3
v = 4t − t² + 3
s = ∫(4t − t² + 3) dt = 2t² − t³/3 + 3t + C₂. At t = 0, s = 0: C₂ = 0
At t = 3: s = 2(9) − 27/3 + 9 = 18 − 9 + 9 = 18 m
⚠ Common Error
When integrating to find v or s, you MUST include the constant of integration (+C) and use the given initial conditions to find it. Forgetting the constant loses marks every time.
Practice Problems
Q1: s = t³ − 6t² + 9t + 1. Find the times when v = 0 and the displacement at each.
v = 3t² − 12t + 9 = 3(t² − 4t + 3) = 3(t−1)(t−3) = 0. t = 1: s = 1−6+9+1 = 5. t = 3: s = 27−54+27+1 = 1.
Q2: a = 6t. At t = 0, v = 2 and s = 1. Find s when t = 2.
v = ∫6t dt = 3t² + C. v(0)=2 → C=2. v = 3t²+2. s = ∫(3t²+2)dt = t³+2t+D. s(0)=1 → D=1. s(2) = 8+4+1 = 13 m.
Q3: v = 8 − 4t. Find the total distance travelled from t = 0 to t = 4 s.
v = 0 at t = 2. Distance = |∫₀² (8−4t)dt| + |∫₂⁴ (8−4t)dt| = |[8t−2t²]₀²| + |[8t−2t²]₂⁴| = |8| + |−8| = 16 m

Pure Mathematics — Algebra

Quadratic Formula
x = (−b ± √(b² − 4ac)) / 2a
Discriminant
Δ = b² − 4ac
Completing the Square
ax² + bx + c = a(x + b/2a)² + c − b²/4a
Factor Theorem
f(a) = 0 ⟹ (x − a) is a factor of f(x)
Remainder Theorem
f(x) ÷ (x − a) → remainder = f(a)
Laws of Indices
aᵐ × aⁿ = aᵐ⁺ⁿ | aᵐ ÷ aⁿ = aᵐ⁻ⁿ | (aᵐ)ⁿ = aᵐⁿ
Laws of Logarithms
log(ab) = loga + logb | log(a/b) = loga − logb | log(aⁿ) = nloga
Binomial (Positive Integer)
(a+b)ⁿ = Σ ⁿCᵣ aⁿ⁻ʳ bʳ
Binomial (Rational n)
(1+x)ⁿ = 1 + nx + n(n−1)x²/2! + ... |x|<1

Pure Mathematics — Coordinate Geometry

Gradient
m = (y₂ − y₁) / (x₂ − x₁)
Straight Line
y − y₁ = m(x − x₁)
Distance
d = √((x₂−x₁)² + (y₂−y₁)²)
Midpoint
M = ((x₁+x₂)/2, (y₁+y₂)/2)
Perpendicular Gradients
m₁ × m₂ = −1
Circle
(x−a)² + (y−b)² = r²
General Circle
x²+y²+2gx+2fy+c=0, centre (−g,−f), r=√(g²+f²−c)

Pure Mathematics — Sequences & Series

AP nth term
uₙ = a + (n−1)d
AP Sum
Sₙ = n/2 (2a + (n−1)d)
GP nth term
uₙ = arⁿ⁻¹
GP Sum
Sₙ = a(1 − rⁿ)/(1 − r)
GP Sum to Infinity
S∞ = a/(1 − r), |r| < 1

Trigonometry

Sine Rule
a/sinA = b/sinB = c/sinC
Cosine Rule
a² = b² + c² − 2bc cosA
Area of Triangle
Area = ½ab sinC
Pythagorean Identity
sin²θ + cos²θ ≡ 1
Further Identities
1 + tan²θ ≡ sec²θ | 1 + cot²θ ≡ cosec²θ
Addition (sin)
sin(A±B) = sinAcosB ± cosAsinB
Addition (cos)
cos(A±B) = cosAcosB ∓ sinAsinB
Addition (tan)
tan(A±B) = (tanA ± tanB)/(1 ∓ tanAtanB)
Double Angle (sin)
sin2A = 2sinAcosA
Double Angle (cos)
cos2A = cos²A − sin²A = 2cos²A − 1 = 1 − 2sin²A
Double Angle (tan)
tan2A = 2tanA/(1 − tan²A)
Harmonic Form
asinθ + bcosθ = Rsin(θ+α), R=√(a²+b²)

Calculus — Differentiation

Power Rule
d/dx [xⁿ] = nxⁿ⁻¹
Chain Rule
dy/dx = (dy/du)(du/dx)
Product Rule
d/dx[uv] = u(dv/dx) + v(du/dx)
Quotient Rule
d/dx[u/v] = (v du/dx − u dv/dx)/v²
Trig Derivatives
sinx → cosx | cosx → −sinx | tanx → sec²x
Exponential / Log
d/dx[eˣ] = eˣ | d/dx[lnx] = 1/x
Parametric
dy/dx = (dy/dt) ÷ (dx/dt)
Newton-Raphson
xₙ₊₁ = xₙ − f(xₙ)/f'(xₙ)

Calculus — Integration

Power Rule
∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n≠−1)
Reciprocal
∫(1/x) dx = ln|x| + C
Exponential
∫eˣ dx = eˣ + C | ∫eᵏˣ dx = eᵏˣ/k + C
Trig Integrals
∫sinx dx = −cosx + C | ∫cosx dx = sinx + C
By Parts
∫u(dv/dx)dx = uv − ∫v(du/dx)dx
Trapezium Rule
∫ ≈ h/2 [y₀ + 2(y₁+...+yₙ₋₁) + yₙ]
Volume of Revolution (x-axis)
V = π∫ₐᵇ y² dx
Volume of Revolution (y-axis)
V = π∫ₐᵇ x² dy

Vectors

Magnitude
|a| = √(a₁² + a₂² + a₃²)
Scalar (Dot) Product
a·b = a₁b₁ + a₂b₂ + a₃b₃ = |a||b|cosθ
Angle Between Vectors
cosθ = (a·b)/(|a||b|)
Perpendicular Vectors
a·b = 0 ⟺ a ⊥ b

Mechanics

SUVAT 1
v = u + at
SUVAT 2
s = ut + ½at²
SUVAT 3
v² = u² + 2as
SUVAT 4
s = ½(u + v)t
Newton's 2nd Law
F = ma
Weight
W = mg (g = 9.8 m/s²)
Friction
F = μR
Moments
Moment = Force × perpendicular distance
Momentum
p = mv
Impulse
I = Ft = mv − mu
Restitution
e = (v₂ − v₁)/(u₁ − u₂)
Kinetic Energy
KE = ½mv²
Potential Energy
GPE = mgh
Power
P = Fv | P = W/t
Projectile Range
R = u²sin2θ / g
Projectile Max Height
H = u²sin²θ / 2g
Inclined Plane
Down slope: mgsinα | Normal: mgcosα
Angular Speed
ω = 2π/T = 2πf | v = rω
Centripetal Acceleration
a = v²/r = rω²
Centripetal Force
F = mv²/r = mrω²
Calculus Kinematics
v = ds/dt | a = dv/dt | s = ∫v dt | v = ∫a dt
🏠 Home 📚 Study 📐 Maths 🧪 Quiz 📝 Notes 📋 Planner