Growing Patterns, Arithmetic and Geometric Sequences Explained

Patterns and sequences are everywhere in mathematics — from simple counting to predicting population growth. This guide covers growing patterns, arithmetic sequences, and geometric sequences, showing you how to identify each type, find any term, and understand the formulas behind them.

Definitions at a Glance

ConceptWhat It MeansExample
Growing PatternA pattern where each step adds more elements following a rule1, 3, 6, 10 (add 2, then 3, then 4...)
SequenceAn ordered list of numbers following a rule2, 4, 6, 8, 10, ...
Arithmetic SequenceA sequence where the same number is added each time5, 9, 13, 17 (add 4)
Geometric SequenceA sequence where each term is multiplied by the same number3, 12, 48, 192 (multiply by 4)
Common DifferenceThe fixed amount added in an arithmetic sequenceIn 5, 9, 13, 17: d = 4
Common RatioThe fixed multiplier in a geometric sequenceIn 3, 12, 48, 192: r = 4

How These Concepts Connect

Growing Patterns Are the Starting Point

Growing patterns introduce the idea that quantities can change in predictable ways. Young students first see this with shapes (1 square, then 3, then 5) before moving to numerical sequences. The concept that "there is a rule governing change" is the foundation of all sequence work.

Arithmetic Sequences: Constant Addition

When a growing pattern adds the same amount each time, it becomes an arithmetic sequence. The graph of an arithmetic sequence is a straight line — each term increases by a constant step. This connects directly to linear functions: the common difference is the slope.

Geometric Sequences: Constant Multiplication

When a pattern multiplies by the same factor each time, it becomes a geometric sequence. These grow (or shrink) much faster than arithmetic sequences. The graph curves upward exponentially. This connects directly to exponential functions: the common ratio is the base of the exponent.

Concepts Students Commonly Confuse

Arithmetic vs Geometric Sequences

Arithmetic: add the same number each time (2, 5, 8, 11 — add 3). Geometric: multiply by the same number each time (2, 6, 18, 54 — multiply by 3). Quick test: subtract consecutive terms. If the differences are equal, it is arithmetic. Divide consecutive terms. If the ratios are equal, it is geometric.

Growing Pattern vs Sequence

A growing pattern often refers to visual or physical arrangements that increase in size (like adding tiles). A sequence is the numerical representation. The growing pattern 1 block, 3 blocks, 5 blocks becomes the sequence 1, 3, 5, 7, ... Growing patterns emphasize the visual "why"; sequences emphasize the numerical "what."

Common Difference vs Common Ratio

The common difference is found by subtraction (next term minus current term). The common ratio is found by division (next term divided by current term). Using the wrong operation is a frequent error. Remember: difference = subtraction, ratio = division.

Worked Examples

Example 1: Extend a Growing Pattern

Pattern: 1, 4, 9, 16, ___

Analysis: These are perfect squares: 1², 2², 3², 4². The differences are 3, 5, 7 — increasing by 2 each time, so the next difference is 9.

Answer: 16 + 9 = 25 (which is 5²). This is neither arithmetic nor geometric — it is a quadratic pattern.

Example 2: Find the 20th Term of an Arithmetic Sequence

Sequence: 7, 11, 15, 19, ...

Identify: a₁ = 7, d = 11 − 7 = 4. Formula: aₙ = a₁ + (n − 1)d.

Calculate: a₂₀ = 7 + (20 − 1)(4) = 7 + 76 = 83.

Example 3: Find the 8th Term of a Geometric Sequence

Sequence: 5, 15, 45, 135, ...

Identify: a₁ = 5, r = 15/5 = 3. Formula: aₙ = a₁ × r⁽ⁿ⁻¹⁾.

Calculate: a₈ = 5 × 3⁷ = 5 × 2187 = 10,935.

Example 4: Identify the Sequence Type

Sequence: 100, 90, 81, 72.9, ...

Test differences: 90−100 = −10, 81−90 = −9, 72.9−81 = −8.1. Not constant → not arithmetic.

Test ratios: 90/100 = 0.9, 81/90 = 0.9, 72.9/81 = 0.9. Constant → geometric (r = 0.9).

Want to check your understanding?

Our interaction checks test whether you truly understand a concept — not just whether you can repeat a procedure.

Try an interaction check

Common Mistakes

Using subtraction to find a common ratio

Students sometimes subtract terms in a geometric sequence and wonder why they do not get a constant. For geometric sequences, you must divide consecutive terms. If the sequence is 4, 12, 36, the differences are 8 and 24 (not constant), but the ratios are 3 and 3 (constant — geometric with r = 3).

Assuming all growing patterns are linear

Many students see a pattern like 1, 4, 9, 16 and assume the differences should be constant. But this is a quadratic pattern (perfect squares). Always check: if the first differences are not constant, check if the second differences are constant (quadratic), or check ratios (geometric). Not every pattern is arithmetic.

Off-by-one errors in the nth term formula

The formula aₙ = a₁ + (n − 1)d uses (n − 1), not n. The first term is a₁ = a₁ + 0d. The second term is a₂ = a₁ + 1d. A common error is computing a₁₀ as a₁ + 10d instead of a₁ + 9d. Always subtract 1 from the term number.

Next Steps: Explore Each Concept

Related Guides

Frequently Asked Questions

What is a growing pattern in math?

A growing pattern is a sequence where each term increases by a consistent rule. For example, 2, 5, 8, 11 is a growing pattern that adds 3 each time. Growing patterns can also involve multiplication (2, 6, 18, 54 — multiply by 3) or more complex rules. The key feature is that the pattern grows — each term is larger than the one before (for positive growth rates).

What is the difference between arithmetic and geometric sequences?

An arithmetic sequence adds the same number each time (common difference). A geometric sequence multiplies by the same number each time (common ratio). Example: 3, 7, 11, 15 is arithmetic (add 4). 3, 6, 12, 24 is geometric (multiply by 2). To identify which type: check if the difference between terms is constant (arithmetic) or the ratio between terms is constant (geometric).

How do you find the common difference?

Subtract any term from the next term. In the sequence 5, 12, 19, 26: 12 − 5 = 7, 19 − 12 = 7, 26 − 19 = 7. The common difference is 7. If the differences are not all equal, the sequence is not arithmetic. The common difference can be negative (for decreasing sequences like 20, 17, 14, 11 with d = −3).

How do you find the nth term of an arithmetic sequence?

Use the formula: aₙ = a₁ + (n − 1)d, where a₁ is the first term and d is the common difference. For example, if the sequence is 3, 7, 11, 15 (a₁ = 3, d = 4), the 10th term is a₁₀ = 3 + (10 − 1)(4) = 3 + 36 = 39.

What is a common ratio in a geometric sequence?

The common ratio is the number you multiply each term by to get the next term. Find it by dividing any term by the previous term. In 2, 10, 50, 250: 10/2 = 5, 50/10 = 5, 250/50 = 5. The common ratio is 5. If the ratio is between 0 and 1 (like ½), the sequence decreases.

Can a sequence be both arithmetic and geometric?

Only a constant sequence (like 5, 5, 5, 5) is both arithmetic (common difference 0) and geometric (common ratio 1). In practice, any sequence with varying terms is one or the other (or neither). Some sequences are neither arithmetic nor geometric, like 1, 1, 2, 3, 5, 8 (the Fibonacci sequence).

About Sense of Study

Sense of Study is a concept-first learning platform that helps students build deep understanding in math, physics, chemistry, statistics, and computational thinking. Our approach maps prerequisite relationships between concepts so students master foundations before moving forward — eliminating the gaps that cause confusion later.

With 800+ interconnected concepts and mastery tracking, we help students and parents see exactly where understanding breaks down and how to fix it.

Start Your Concept Mastery Journey

Explore 800+ interconnected concepts with prerequisite maps, mastery tracking, and interaction checks that build real understanding.