Skip to content
MathAnvil
§ Expressions & Algebra

Sequences

§ Expressions & Algebra

Sequences

CCSS.HSF.BFCCSS.HSF.LE3 min read

A sequence is an ordered list of numbers that follow a specific pattern or rule. Arithmetic sequences increase by a constant difference between consecutive terms, while geometric sequences multiply by a constant ratio. The sequence 2, 5, 8, 11 adds 3 each time, making it arithmetic with a common difference of 3.

§ 01

Why it matters

Sequences appear throughout mathematics and real-world applications. In finance, compound interest follows geometric sequences where money grows by a constant percentage each year — $1000 at 5% annual interest becomes $1050, $1102.50, $1157.63. Population growth models use geometric sequences to predict changes over time. In physics, objects in free fall follow arithmetic sequences for velocity — dropping 9.8 m/s faster each second. Sequences form the foundation for calculus series and appear in computer algorithms. Architecture uses arithmetic sequences in step designs and geometric sequences in spiral structures. Understanding sequences is essential for CCSS.HSF.BF and CCSS.HSF.LE standards, preparing students for advanced topics like limits, derivatives, and mathematical modeling in college-level courses.

§ 02

How to solve sequences

Sequences

  • Arithmetic sequence: constant difference (d) between terms. aₙ = a₁ + (n−1)d.
  • Geometric sequence: constant ratio (r) between terms. aₙ = a₁ × rn−1.
  • To identify: check differences first, then ratios.
  • Sum of arithmetic series: S = n/2 × (first + last).

Example: 2, 6, 18, 54: ratio = 3, geometric. a₅ = 2 × 3⁴ = 162.

§ 03

Worked examples

Beginner§ 01

Write the next 3 terms: 9, 19, 29, __, __, __

Answer: 39, 49, 59

  1. Find the common difference d = 10 19 − 9 = 10. Each term increases by 10.
  2. Continue the pattern 39, 49, 59 29 + 10 = 39, 39 + 10 = 49, 49 + 10 = 59.
Easy§ 02

Find the 12th term of: 7, 10, 13, 16, ...

Answer: 40

  1. Identify first term and common difference a₁ = 7, d = 3 First term is 7. Difference: 10 − 7 = 3.
  2. Use the nth term formula aₙ = a₁ + (n − 1)d The nth term of an arithmetic sequence is a₁ + (n − 1)d.
  3. Substitute a_12 = 7 + (12 − 1) × 3 Replace a₁ with 7, n with 12, d with 3.
  4. Calculate 40 7 + 11 × 3 = 7 + 33 = 40.
Medium§ 03

Find the common difference and the 20th term: 2, 8, 14, 20, ...

Answer: d = 6, 20th term = 116

  1. Find the common difference d = 8 − 2 = 6 Subtract consecutive terms: 8 − 2 = 6.
  2. Use the nth term formula a₂₀ = 2 + (20 − 1) × 6 aₙ = a₁ + (n − 1)d with n = 20.
  3. Calculate 116 2 + 19 × 6 = 2 + 114 = 116.
§ 04

Common mistakes

  • Confusing arithmetic and geometric patterns leads to errors like treating 2, 6, 18, 54 as arithmetic (difference of 4, 12, 36) instead of geometric (ratio of 3).
  • Incorrect formula application produces wrong answers such as calculating the 8th term of 3, 7, 11, 15 as 3 + 8 × 4 = 35 instead of 3 + (8-1) × 4 = 31.
  • Misidentifying the first term results in errors like using a₁ = 5 for the sequence 2, 5, 8, 11 instead of a₁ = 2, leading to incorrect calculations.
§ 05

Frequently asked questions

What is the difference between arithmetic and geometric sequences?
Arithmetic sequences add the same number each time (like 3, 7, 11, 15 adding 4), while geometric sequences multiply by the same number each time (like 2, 6, 18, 54 multiplying by 3). Check differences first, then ratios to identify the type.
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, n is the position, and d is the common difference. For sequence 5, 9, 13, 17, the 10th term is 5 + (10-1) × 4 = 41.
How do you identify if a sequence is arithmetic or geometric?
Calculate differences between consecutive terms first. If they're equal, it's arithmetic. If not, calculate ratios by dividing each term by the previous one. Equal ratios indicate a geometric sequence. Some sequences are neither type.
What is the sum formula for arithmetic series?
The sum of n terms in an arithmetic series is S = n/2 × (first term + last term) or S = n/2 × (2a₁ + (n-1)d). For the first 10 terms of 3, 7, 11, 15, the sum is 10/2 × (3 + 39) = 210.
Can a sequence have negative terms or fractions?
Yes, sequences can contain negative numbers, fractions, or decimals. The sequence -5, -2, 1, 4 is arithmetic with d = 3. The sequence 1/2, 1, 2, 4 is geometric with r = 2. The pattern rules remain the same regardless of number type.
§ 06

See also

§ 06

Where to next?

Share this article