sequences and series
Geometric Sequences
You should know: sequences and series
Overview
A geometric sequence is a sequence in which each term is obtained from the previous one by multiplying by a constant ratio r. Because growth is multiplicative rather than additive, geometric sequences correspond to exponential functions of the index n. When |r| < 1, the corresponding infinite geometric series converges to a finite sum — a surprising and useful fact behind everything from repeating decimals to the economics of stimulus spending.
Intuition
Where an arithmetic sequence adds the same amount each step, a geometric sequence multiplies by the same factor each step — like money compounding, a population doubling, or a ball bouncing to a fixed fraction of its previous height each time. If that fraction is less than 1, each new term shrinks, and remarkably, infinitely many shrinking terms can still add up to a finite total, because each term is geometrically dwarfed by the sum of all the ones before it.
Interactive Graph
Formal Definition
A geometric sequence has a constant common ratio r between consecutive terms:
a₁ is the first term, r is the common ratio (r≠0)
Derivation
Deriving the finite geometric sum formula by multiplying Sₙ by r and subtracting:
Write out the sum
Multiply every term by r
Subtract; all the middle terms cancel, telescoping
Solve for Sₙ (valid since r≠1)
Properties
Common ratio
Finite geometric series sum
Infinite geometric series sum
Divergence for |r|≥1
Applications
Worked Examples
Identify a₁=3 and r=2, then apply the explicit formula.
Answer: a₆ = 96
Practice Problems
Find the common ratio and the 5th term of the sequence 2, -6, 18, -54, ...
Express the repeating decimal 0.7777... as a fraction using an infinite geometric series.
Common Mistakes
Applying the infinite sum formula S=a₁/(1-r) even when |r|≥1.
The infinite geometric series only converges to a finite sum when |r|<1. If |r|≥1, the series diverges (grows without bound or oscillates), and the formula S=a₁/(1-r) is meaningless there.
Mixing up the exponent in aₙ=a₁rⁿ⁻¹, e.g. using rⁿ instead of rⁿ⁻¹.
The first term requires zero multiplications by r (a₁ = a₁·r⁰), so the correct exponent is (n-1). Check: a₁ = a₁r^(1-1) = a₁r⁰ = a₁ ✓.
Summary
- A geometric sequence has a constant common ratio r: aₙ = a₁rⁿ⁻¹.
- The finite sum is Sₙ = a₁(1-rⁿ)/(1-r), derived by the multiply-and-subtract telescoping trick.
- The infinite sum S = a₁/(1-r) exists only when |r| < 1; otherwise the series diverges.
- Geometric sequences model multiplicative (exponential) change: compound interest, bouncing-ball heights, recursive algorithm subproblem sizes.
References
- BookSullivan, M. Algebra and Trigonometry, 10th ed. Ch. 12 — Sequences, Induction, and Probability.
Mathematics