Pattern Recognition - Finding Order in Mathematics
Pattern recognition is the ability to identify regularities, structure, and repetition in information – whether in numbers, shapes, sounds, or data. It is one of the most fundamental mathematical skills and the starting point for forming conjectures, building sequences, and understanding functions.
Why Pattern Recognition Matters
Every major mathematical discovery begins with noticing a pattern. Gauss noticed the pattern in summing 1 to 100. Fibonacci noticed the pattern in rabbit populations. Pattern recognition trains the mind to move from chaos to order – the defining act of mathematics.
Types of Patterns to Recognise
| Type | Description | Example |
|---|---|---|
| Numeric patterns | Rules governing a number sequence | 2, 5, 10, 17, 26 … (add 3, then 5, then 7 …) |
| Geometric patterns | Shapes that grow or repeat by a rule | Squares arranged in an L-shape growing by 3 each stage |
| Colour or symbol patterns | Repeating sequences of non-numeric items | Red, Blue, Green, Red, Blue, Green … |
| Relational patterns | A consistent relationship between two sets of values | Input–output tables: output = input × 2 + 1 |
| Structural patterns | Patterns within mathematical objects | Digits of 1/7: 0.142857142857… (repeating block of 6) |
Finding Differences
When the pattern is not obvious, calculate the first differences (term to term changes). If those are not constant, calculate the second differences (differences of the differences). Constant second differences indicate a quadratic sequence.
| Sequence | First differences | Second differences | Type |
|---|---|---|---|
| 3, 7, 11, 15, 19 | 4, 4, 4, 4 | — | Linear (arithmetic) |
| 1, 4, 9, 16, 25 | 3, 5, 7, 9 | 2, 2, 2 | Quadratic |
| 2, 6, 18, 54 | 4, 12, 36 | 8, 24 | Geometric (exponential) |
Input–Output Tables
A function machine applies a rule to each input to produce an output. Recognising the pattern in an input–output table means finding the rule (the function).
Worked Examples
First differences: 2, 4, 6, 8 … (increasing by 2 each time → second difference = 2).
Next first difference = 10. Next term = 21 + 10 = 31.
Rule: nth term = n² − n + 1. Check: n=3 → 9−3+1=7 ✓
Output = 2 × Input + 1. Verify: 2(1)+1=3 ✓, 2(4)+1=9 ✓.
Rule: output = 2n + 1. Input 10 → output = 21.
Pattern block length = 3. 100 ÷ 3 = 33 remainder 1. The 1st colour in the block is Red.
Digit sums: 9, 1+8=9, 2+7=9, 3+6=9. The digit sum of every multiple of 9 is itself a multiple of 9. (This is a well-known divisibility rule.)
Key Takeaways
- Calculate first and second differences to classify a sequence as linear, quadratic, or exponential.
- For repeating patterns, use the remainder when dividing position by block length.
- Input–output tables reveal function rules – express the rule using n (or x).
- A recognised pattern is only a conjecture until it is proved – always verify with additional cases.
Practice Questions
- Find the next two terms and identify the type: 5, 8, 13, 20, 29, …
- Complete the input–output table and state the rule: 1→4, 2→7, 3→10, 4→?, 5→?
- A pattern repeats every 5 terms: A, B, C, D, E, A, B, … What is the 83rd term?
- Calculate first and second differences for: 2, 6, 12, 20, 30, 42. What type of sequence is it? Write the nth term.
- The units digits of powers of 2 follow a repeating pattern: 2, 4, 8, 6, 2, 4, 8, 6, … What is the units digit of 250?
You Have Completed the Logic and Reasoning Section!
Well done – you have worked through all 6 topics in the Logic and Reasoning section. Return to the Resources page to continue your mathematics journey.