Growing Patterns
A growing pattern is a sequence of numbers that increases according to a specific rule, where each term builds upon the previous ones in a predictable way. These patterns can follow simple arithmetic progressions like 2, 4, 6, 8 (adding 2 each time) or more complex structures like triangular numbers 1, 3, 6, 10, 15 (where differences increase by 1). Identifying the underlying rule allows mathematicians to predict any term in the sequence without calculating all preceding values.
Why it matters
Growing patterns appear throughout mathematics and real-world applications, from calculating compound interest rates to predicting population growth. In architecture, contractors use growing patterns to estimate materials needed for structures with varying dimensions, such as staircases where each step requires 3 more tiles than the previous one. Computer programmers rely on pattern recognition to optimize algorithms and predict processing times. Financial analysts use growing patterns to model investment returns over time, where a $1,000 initial investment growing by $150 annually follows the pattern 1000, 1150, 1300, 1450. Understanding these patterns forms the foundation for algebra, calculus, and advanced mathematical modeling in fields like physics, economics, and engineering.
How to solve growing patterns
Pattern Structures
- A pattern has a rule. Find what stays the same and what changes.
- Describe the rule in words first, then in symbols or numbers.
- Test the rule on the next term: does it predict correctly?
- Extend the pattern both forwards and backwards to check.
Example: 1, 4, 9, 16, ... The rule is square the position: 1², 2², 3², 4². Next: 5² = 25.
Worked examples
What comes next? 1, 5, 9, 13, 17, ?
Answer: 21
- Find the difference between consecutive terms → 5 - 1 = 4 — Each number increases by 4.
- Add the difference to the last term → 17 + 4 = 21 — The next number is 17 + 4 = 21.
What comes next? 1, 3, 6, 10, ?
Answer: 15
- Find the differences between consecutive terms → 2, 3, 4 — The differences are 2, 3, 4. They increase by 1 each time.
- Find the next difference and add it → 10 + 5 = 15 — The next difference is 5. So 10 + 5 = 15. These are triangular numbers.
What comes next? 4, 6, 9, 13, 18, ?
Answer: 24
- Calculate the differences between terms → 2, 3, 4, 5 — The differences are 2, 3, 4, 5. Each difference increases by 1.
- Find the next difference and add it → 18 + 6 = 24 — The next difference is 6. So 18 + 6 = 24.
Common mistakes
- A common error occurs when identifying differences in sequences like 2, 5, 9, 14, where the pattern shows differences of 3, 4, 5, yet someone might incorrectly assume the next difference is 5 again, yielding 19 instead of the correct answer 20.
- Another frequent mistake involves confusing arithmetic and geometric patterns, such as treating 3, 6, 12, 24 as adding 3 each time to get 27, when the actual rule is multiplying by 2 to get 48.
- Many overlook increasing difference patterns like 1, 4, 9, 16, assuming a constant difference and predicting 21 instead of recognizing the square number pattern that gives 25.