1. Quadratic Equations
A quadratic equation has the form ax² + bx + c = 0 where a ≠ 0. There are three methods to solve quadratic equations: factorisation, the quadratic formula, and completing the square.
Method 1 — Factorisation
📐 Worked Example 1 — Solve by Factorisation
Solve: 2x² − 5x − 3 = 0
1 × (−6) = −6 and 1 + (−6) = −5 ✓
2x² + x − 6x − 3 = 0
x(2x + 1) − 3(2x + 1) = 0
(x − 3)(2x + 1) = 0
x − 3 = 0 → x = 3
2x + 1 = 0 → x = −½
Method 2 — The Quadratic Formula
Quadratic Formula — Use when factorisation is difficult or impossible
For ax² + bx + c = 0. The expression b² − 4ac is called the discriminant (Δ).
Δ > 0 → two distinct real roots | Δ = 0 → one repeated root | Δ < 0 → no real roots
📐 Worked Example 2 — Quadratic Formula
Solve 3x² − 4x − 2 = 0. Give answers correct to 2 decimal places.
Δ = (−4)² − 4(3)(−2) = 16 + 24 = 40
x = [4 ± √40] / 6 = [4 ± 6.3246] / 6
x = (4 + 6.3246)/6 = 10.3246/6 = 1.72 (2 d.p.)
x = (4 − 6.3246)/6 = −2.3246/6 = −0.39 (2 d.p.)
Method 3 — Completing the Square
(1) Solve quadratic equations (2) Find the vertex of a parabola (3) Identify minimum/maximum values
📐 Worked Example 3 — Completing the Square
Solve x² + 6x + 7 = 0 by completing the square.
x² + 6x = −7
x² + 6x + 9 = −7 + 9 = 2
(x + 3)² = 2
x + 3 = ±√2
x = −3 + √2 ≈ −1.59 or x = −3 − √2 ≈ −4.41
📐 Worked Example 4 — Write in Completed Square Form
Write 2x² − 8x + 5 in the form a(x + p)² + q. State the minimum value and the value of x at which it occurs.
2(x² − 4x) + 5
2(x² − 4x + 4 − 4) + 5
2[(x − 2)² − 4] + 5
2(x − 2)² − 8 + 5 = 2(x − 2)² − 3
Minimum value = −3 when x = 2.
• Factorisation — quick; works when roots are integers or simple fractions.
• Quadratic formula — always works; use when told to give answers to d.p. or when Δ is not a perfect square.
• Completing the square — use when asked for vertex, minimum/maximum, or to write in a(x+p)²+q form.
If the question says "give exact answers" → use formula leaving √ in answer, or complete the square.
2. Variation (Direct, Inverse, and Other)
| Type | Statement | Equation | Graph Shape |
|---|---|---|---|
| Direct | y is directly proportional to x | y ∝ x → y = kx | Straight line through origin |
| Direct (Square) | y is directly proportional to x² | y ∝ x² → y = kx² | Parabola through origin |
| Direct (Square Root) | y is directly proportional to √x | y ∝ √x → y = k√x | Curve increasing, decreasing rate |
| Inverse | y is inversely proportional to x | y ∝ 1/x → y = k/x | Hyperbola (xy = constant) |
| Inverse (Square) | y is inversely proportional to x² | y ∝ 1/x² → y = k/x² | Steeper hyperbola |
📐 Worked Example 5 — Variation Problem
y is inversely proportional to x². When x = 3, y = 4. Find y when x = 6. Find x when y = 16.
4 = k/9 → k = 36
So: y = 36/x²
y = 36/36 = 1
16 = 36/x² → x² = 36/16 = 2.25 → x = 1.5
3. Functions
Function Notation and Evaluation
📐 Worked Example 6 — Evaluating Functions
f(x) = 3x² − 2x + 1. Find: (a) f(2) (b) f(−1) (c) f(x+1)
f(2) = 3(4) − 2(2) + 1 = 12 − 4 + 1 = 9
f(−1) = 3(1) − 2(−1) + 1 = 3 + 2 + 1 = 6
f(x+1) = 3(x+1)² − 2(x+1) + 1
= 3(x²+2x+1) − 2x − 2 + 1
= 3x² + 6x + 3 − 2x − 1 = 3x² + 4x + 2
Composite Functions
fg(x) = f(g(x)) — read right to left: g first, then f.
Note: fg(x) ≠ gf(x) in general — order matters.
📐 Worked Example 7 — Composite Functions
f(x) = 2x + 1 and g(x) = x². Find: (a) fg(x) (b) gf(x) (c) fg(3)
fg(x) = 2(x²) + 1 = 2x² + 1
gf(x) = (2x+1)² = 4x² + 4x + 1
Check: fg(x) = 2x²+1 → fg(3) = 2(9)+1 = 19 ✓
Inverse Functions
f(f⁻¹(x)) = x and f⁻¹(f(x)) = x always.
Method: Write y = f(x), swap x and y, solve for y — that gives f⁻¹(x).
📐 Worked Example 8 — Inverse Functions
Find f⁻¹(x) for: (a) f(x) = 3x − 5 (b) f(x) = (2x+1)/(x−3)
Solve for y: 3y = x + 5 → y = (x+5)/3
f⁻¹(x) = (x + 5)/3
Multiply both sides by (y−3): x(y−3) = 2y+1
Expand: xy − 3x = 2y + 1
Collect y terms: xy − 2y = 3x + 1
Factorise: y(x − 2) = 3x + 1
f⁻¹(x) = (3x + 1)/(x − 2)
• f(x) = √x requires x ≥ 0 (cannot square root a negative number)
• f(x) = 1/(x−2) requires x ≠ 2 (denominator cannot be zero)
Always state domain restrictions if asked.
4. Graphs of Functions
Understanding the shape and key features of graphs is essential for Cambridge examinations. You must recognise and sketch graphs for standard function types.
| Function Type | Equation Form | Key Features |
|---|---|---|
| Linear | y = mx + c | Straight line. Gradient m, y-intercept c. Positive m → rising left to right. |
| Quadratic | y = ax² + bx + c | Parabola. a > 0 → U-shape (minimum). a < 0 → ∩-shape (maximum). Axis of symmetry at x = −b/2a. |
| Cubic | y = ax³ + ... | S-shaped curve. a > 0 → rises left to right overall. May have up to 2 turning points. |
| Reciprocal | y = k/x | Hyperbola with asymptotes along both axes. Two separate branches. xy = k (constant product). |
| Exponential | y = aˣ (a > 0) | Always positive. Passes through (0,1). a > 1 → growth. 0 < a < 1 → decay. Never crosses x-axis. |
| Square Root | y = √x | Starts at origin. Defined only for x ≥ 0. Increases but at a decreasing rate. |
Finding Key Features of a Quadratic Graph
📐 Worked Example 9 — Sketching a Quadratic
For y = x² − 4x − 5, find: (a) y-intercept (b) x-intercepts (c) turning point (d) axis of symmetry. Then sketch.
x² − 4x − 5 = 0 → (x−5)(x+1) = 0
x = 5 or x = −1. Points: (5, 0) and (−1, 0)
y = 4 − 8 − 5 = −9. Turning point (minimum): (2, −9)
Gradient of a Curve — Tangent Lines
Solving Equations Graphically
To solve f(x) = k graphically: draw y = f(x) and the horizontal line y = k. Solutions are the x-values where they intersect.
5. Sequences — Advanced Topics
Quadratic Sequences
A quadratic sequence has a constant second difference. The nth term contains n².
📐 Worked Example 10 — nth Term of a Quadratic Sequence
Find the nth term of: 3, 8, 15, 24, 35, ...
Find second differences: 2, 2, 2 (constant → quadratic)
Subtract n² from each term: 3−1=2, 8−4=4, 15−9=6, 24−16=8 → remainders: 2, 4, 6, 8 → linear: 2n
Check: n=1: 1+2=3 ✓ n=3: 9+6=15 ✓ n=5: 25+10=35 ✓
Geometric Sequences
Geometric Sequence Formulae
where a = first term, r = common ratio
📐 Worked Example 11 — Geometric Sequence
A geometric sequence has first term 5 and common ratio 3. Find (a) the 6th term (b) the sum of the first 6 terms.
6. Distance-Time and Speed-Time Graphs
These are practical applications of graphs that appear frequently in Cambridge examinations.
Distance-Time Graph
- Gradient = speed at that point
- Steep line → fast speed
- Horizontal line → stationary (speed = 0)
- Negative gradient → moving back toward start
- Curved line → changing speed (acceleration)
Speed-Time Graph
- Gradient = acceleration
- Positive gradient → accelerating
- Negative gradient → decelerating
- Horizontal line → constant speed
- Area under graph = distance travelled
📐 Worked Example 12 — Speed-Time Graph
A car accelerates from rest to 30 m/s in 10 seconds, travels at 30 m/s for 20 seconds, then decelerates to rest in 15 seconds. Find: (a) the acceleration in the first stage (b) the total distance travelled.
a = (30 − 0)/10 = 3 m/s²
The shape is a trapezium with parallel sides 20 and (10+20+15)=45 seconds, height 30 m/s.
Area = ½ × (20 + 45) × 30 = ½ × 65 × 30 = 975 m
📝 Exam Practice Questions
Q1 [3 marks] — Solve by factorisation: 6x² + x − 12 = 0
a×c = 6×(−12) = −72. Find two numbers that multiply to −72, add to 1: 9 and −8.
6x² + 9x − 8x − 12 = 0
3x(2x + 3) − 4(2x + 3) = 0
(3x − 4)(2x + 3) = 0
x = 4/3 or x = −3/2
Q2 [3 marks] — Solve 2x² + 3x − 4 = 0. Give your answers correct to 3 significant figures.
a=2, b=3, c=−4. Δ = 9 + 32 = 41
x = (−3 ± √41)/4
x = (−3 + 6.403)/4 = 3.403/4 = 0.851
x = (−3 − 6.403)/4 = −9.403/4 = −2.35
Q3 [4 marks] — Write x² − 10x + 18 in the form (x + p)² + q. Hence find the minimum value of x² − 10x + 18 and the value of x at which it occurs.
x² − 10x + 18 = (x − 5)² − 25 + 18 = (x − 5)² − 7
Minimum value = −7 when x = 5
Q4 [3 marks] — y is directly proportional to the square of x. When x = 4, y = 48. Find y when x = 5. Find x when y = 75.
y = kx². Substituting: 48 = k(16) → k = 3. So y = 3x²
When x=5: y = 3(25) = 75
When y=75: 75 = 3x² → x² = 25 → x = 5
Q5 [4 marks] — f(x) = 2x − 3 and g(x) = x² + 1. Find (a) f⁻¹(x) (b) gf(x) (c) x if fg(x) = 7
(b) gf(x) = g(2x−3) = (2x−3)²+1 = 4x²−12x+9+1 = 4x²−12x+10
(c) fg(x) = f(x²+1) = 2(x²+1)−3 = 2x²−1
2x²−1 = 7 → 2x² = 8 → x² = 4 → x = ±2
Q6 [3 marks] — The nth term of a sequence is n² + 3n − 1. Find the first three terms. Find the value of n for which the nth term equals 49.
n=1: 1+3−1 = 3
n=2: 4+6−1 = 9
n=3: 9+9−1 = 3, 9, 17
nth term = 49:
n²+3n−1 = 49 → n²+3n−50 = 0
(n+...): use formula: n = (−3 ± √(9+200))/2 = (−3 ± √209)/2
n = (−3 + 14.46)/2 ≈ 5.73 — not integer. Let us check n=5: 25+15−1=39, n=6: 36+18−1=53. No integer solution exists, so 49 is not a term in this sequence.
Q7 [4 marks] — A particle travels in a straight line. Its speed-time graph shows it starts at rest, accelerates uniformly to 20 m/s over 8 seconds, maintains 20 m/s for 12 seconds, then decelerates uniformly to rest in 5 seconds. Find (a) the deceleration in the final stage (b) the total distance travelled.
(b) Total distance = area under graph (trapezium):
Parallel sides: 12 (constant speed section) and 12+8+5=25 (total time base)
Area = ½ × (12 + 25) × 20 = ½ × 37 × 20 = 370 m