Algebraic Patterns
Algebraic patterns are sequences of numbers that follow a specific mathematical rule, such as adding a constant value or multiplying by a fixed ratio. The sequence 5, 8, 11, 14, 17 follows the rule 'add 3', whilst 2, 6, 18, 54 follows 'multiply by 3'. These patterns form the foundation for understanding algebraic expressions and formulae in KS3 and GCSE mathematics.
Why it matters
Algebraic patterns appear throughout mathematics and real-world scenarios. Population growth models use geometric patterns where quantities multiply by consistent ratios — for example, bacteria doubling every 20 minutes follows the pattern 100, 200, 400, 800. Financial calculations rely on arithmetic patterns: monthly savings of £50 create the sequence £50, £100, £150, £200. In GCSE Foundation tier, students encounter linear sequences with nth term formulae like 3n + 2, whilst Higher tier explores quadratic patterns. Engineering uses these concepts for calculating stress loads, whilst computer science applies pattern recognition in algorithms. Understanding these sequences develops logical reasoning skills essential for advanced mathematics, from calculus to statistics, where patterns underpin mathematical modelling and prediction.
How to solve algebraic patterns
Patterns & nth Term
- Find the common difference (d) between consecutive terms.
- nth term of a linear sequence: a + (n−1)d, or simplify to dn + c.
- Check by substituting n = 1, 2, 3 to verify.
- For non-linear: look at second differences.
Example: Sequence 3, 7, 11, 15: d=4 → nth term = 4n − 1.
Worked examples
What comes next? 10, 15, 20, 25, 30, __
Answer: 35
- Find the pattern → +5 — Each number increases by 5.
- Add 5 to the last term → 35 — 30 + 5 = 35.
What comes next? 15, 19, 23, 27, __
Answer: 31
- Find the common difference → +4 — 19 − 15 = 4. The rule is add 4.
- Add 4 to 27 → 31 — 27 + 4 = 31.
Find the rule and the next 2 terms: 3, 9, 15, 21, __, __
Answer: 27, 33
- Find the common difference → +6 — 9 − 3 = 6. The rule is +6.
- Find the 5th term → 27 — 21 + 6 = 27.
- Find the 6th term → 33 — 27 + 6 = 33.
Common mistakes
- Confusing additive and multiplicative patterns — writing that 2, 6, 18, 54 adds 4, then 12, then 36, instead of recognising the ×3 multiplicative rule
- Incorrectly finding the common difference by subtracting in the wrong order — calculating 7 − 11 = −4 instead of 11 − 7 = 4 for the sequence 3, 7, 11, 15
- Applying the wrong formula structure — writing 4n + 1 instead of 4n − 1 for the sequence 3, 7, 11, 15, leading to incorrect terms like 5, 9, 13, 17