Geometric & Numeric Patterns
Geometric and numeric patterns are sequences of numbers that follow predictable rules. An arithmetic sequence maintains a constant difference between consecutive terms, such as 3, 7, 11, 15 where each term increases by 4. A geometric sequence maintains a constant ratio between consecutive terms, such as 2, 6, 18, 54 where each term is multiplied by 3.
Why it matters
Pattern recognition appears throughout mathematics and real-world applications. Compound interest follows geometric patterns, where an initial investment of $1,000 at 5% annually becomes $1,050, then $1,102.50, then $1,157.63. Population growth models use geometric sequences to predict how a city of 50,000 people might grow to 55,000, then 60,500. Arithmetic patterns model linear relationships like hourly wages, where earning $15 per hour results in $30 for 2 hours, $45 for 3 hours. These concepts form the foundation for algebra, calculus, and mathematical modeling. Students encounter pattern recognition in standardized tests and use it to solve complex problems involving exponential growth, decay rates, and financial planning throughout high school and college mathematics.
How to solve geometric & numeric patterns
Geometric & Numeric Patterns
- Look at how each term relates to the previous: add, subtract, multiply, or divide?
- For an arithmetic pattern, the difference between consecutive terms is constant.
- For a geometric pattern, the ratio between consecutive terms is constant.
- Write the rule, then use it to find the next terms.
Example: 2, 4, 8, 16, ... is geometric with ratio 2. Next term: 32.
Worked examples
Is the sequence 2, 4, 8, 16, 32 arithmetic or geometric?
Answer: geometric
- Check differences between consecutive terms → 2, 4, 8, 16 — Differences: 2, 4, 8, 16. These are not constant.
- Check ratios between consecutive terms → 2, 2, 2, 2 — Ratios: 2, 2, 2, 2. These are constant, so it is geometric.
- State the answer → geometric (common ratio r = 2) — The sequence is geometric with common ratio r = 2.
In the sequence 1, 3, 9, 27, 81, what is the common ratio?
Answer: 3
- Divide the second term by the first term → 3 ÷ 1 = 3 — 3 ÷ 1 = 3.
- Verify with another pair of terms → 9 ÷ 3 = 3 — 9 ÷ 3 = 3. The ratio is constant.
- State the common ratio → r = 3 — The common ratio is 3. Each term is multiplied by 3.
A geometric sequence starts 4, 8, 16, ... What is the 5th term?
Answer: 64
- Identify a₁ and r → a₁ = 4, r = 2 — The first term is 4. The common ratio is 8 ÷ 4 = 2.
- Write the nth term formula → aₙ = a₁ × rⁿ⁻¹ — The nth term of a geometric sequence is aₙ = a₁ × r^(n-1).
- Substitute n = 5 → a⁵ = 4 × 2⁴ = 4 × 16 = 64 — a_5 = 4 × 2⁴ = 4 × 16 = 64.
Common mistakes
- Confusing arithmetic and geometric patterns when the sequence 2, 4, 8, 16 is identified as arithmetic with a difference of 2 instead of geometric with a ratio of 2.
- Calculating the wrong common ratio by subtracting instead of dividing, such as finding the ratio of 3, 9, 27 as 6 instead of 3.
- Using the wrong formula position, calculating the 4th term of 5, 10, 20 as 5 × 2³ = 40 instead of 5 × 2⁴⁻¹ = 5 × 2³ = 40.
- Mixing up first term and common ratio in the formula, computing the 3rd term of 4, 12, 36 as 12 × 4² = 192 instead of 4 × 3² = 36.