Skip to content
MathAnvil
§ Patterns

Growing Patterns

§ Patterns

Growing Patterns

NO.LK20.43 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

What comes next? 1, 5, 9, 13, 17, ?

Answer: 21

  1. Find the difference between consecutive terms 5 - 1 = 4 Each number increases by 4.
  2. Add the difference to the last term 17 + 4 = 21 The next number is 17 + 4 = 21.
Easy§ 02

What comes next? 1, 3, 6, 10, ?

Answer: 15

  1. Find the differences between consecutive terms 2, 3, 4 The differences are 2, 3, 4. They increase by 1 each time.
  2. Find the next difference and add it 10 + 5 = 15 The next difference is 5. So 10 + 5 = 15. These are triangular numbers.
Medium§ 03

What comes next? 4, 6, 9, 13, 18, ?

Answer: 24

  1. Calculate the differences between terms 2, 3, 4, 5 The differences are 2, 3, 4, 5. Each difference increases by 1.
  2. Find the next difference and add it 18 + 6 = 24 The next difference is 6. So 18 + 6 = 24.
§ 04

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.
§ 05

Frequently asked questions

What is the difference between arithmetic and geometric growing patterns?
Arithmetic patterns add the same amount each time (like 5, 8, 11, 14 adding 3), while geometric patterns multiply by the same factor (like 2, 6, 18, 54 multiplying by 3). Arithmetic patterns have constant differences between consecutive terms, whereas geometric patterns have constant ratios.
How do you identify the rule in a growing pattern?
Calculate the differences between consecutive terms first. If differences are constant, the pattern is arithmetic. If differences change in a pattern themselves, look for second differences or other relationships. For example, in 1, 4, 9, 16, the first differences are 3, 5, 7, with second differences of 2, indicating a quadratic pattern.
Can growing patterns decrease or only increase?
Growing patterns specifically refer to sequences that increase over time. Decreasing sequences are called shrinking or declining patterns. However, some patterns can alternate between growing and shrinking phases, like 1, 4, 2, 5, 3, 6, where the overall trend increases despite temporary decreases.
What are triangular numbers and why are they important?
Triangular numbers follow the pattern 1, 3, 6, 10, 15, representing the number of dots needed to form triangular arrangements. Each term equals n(n+1)/2 where n is the position. They appear frequently in combinatorics, geometry, and represent the sum of consecutive integers starting from 1.
How do you extend a pattern backwards?
Apply the rule in reverse to find earlier terms. For arithmetic patterns like 7, 11, 15, 19 (adding 4), subtract 4 to get the previous term: 3 comes before 7. For more complex patterns, use the identified rule formula or reverse the operation that creates each new term.
§ 06

See also

§ 06

Related topics

Share this article