Geometric Sequence Formulas
Find the nth term and sum of a geometric sequence.
Formulas: aₙ = a₁ × r^(n-1) and S = a₁(1-rⁿ)/(1-r) with worked examples.
The Formulas
nth term: aₙ = a₁ × r^(n-1)
Sum of n terms: S = a₁ × (1 - rⁿ) / (1 - r) (when r ≠ 1)
A geometric sequence is a list of numbers where each term is multiplied by the same fixed amount.
That fixed amount is called the common ratio.
Variables
| Symbol | Meaning |
|---|---|
| aₙ | The nth term in the sequence |
| a₁ | The first term in the sequence |
| n | The position of the term |
| r | The common ratio between consecutive terms |
| S | The sum of the first n terms |
Example 1
Find the 8th term of the sequence: 3, 6, 12, 24, ...
a₁ = 3, r = 6 / 3 = 2, n = 8
aₙ = a₁ × r^(n-1)
a₈ = 3 × 2^(8-1) = 3 × 2⁷ = 3 × 128
a₈ = 384
Example 2
Find the sum of the first 5 terms of: 4, 12, 36, 108, ...
a₁ = 4, r = 12 / 4 = 3, n = 5
S = a₁ × (1 - rⁿ) / (1 - r)
S = 4 × (1 - 3⁵) / (1 - 3) = 4 × (1 - 243) / (-2)
S = 4 × (-242) / (-2) = 4 × 121
S = 484
When to Use It
Use geometric sequence formulas when:
- Each term is a fixed multiple of the previous one (doubling, tripling, halving, etc.)
- Calculating compound interest or exponential growth
- Working with population growth or radioactive decay
- Solving problems involving repeated percentage increases or decreases
Key Notes
- nth term: aₙ = a₁ × rⁿ⁻¹: Each term is the previous one multiplied by the common ratio r. If r > 1: growing sequence; 0 < r < 1: decreasing toward zero; r < 0: alternating signs. The ratio r is constant between any two consecutive terms.
- Sum of n terms: Sₙ = a₁(rⁿ − 1)/(r − 1) for r ≠ 1: When r = 1, every term equals a₁ and Sₙ = n × a₁. This formula gives the total of a finite geometric series — used in compound interest, geometric series probability, and signal analysis.
- Infinite sum: S∞ = a₁/(1 − r) for |r| < 1: When |r| < 1, terms shrink to zero and the infinite series converges. For |r| ≥ 1, the series diverges. Example: 1 + 1/2 + 1/4 + 1/8 + … = 1/(1 − 0.5) = 2.
- Geometric vs exponential: Geometric sequences are the discrete-time version of continuous exponential functions. aₙ = a₁rⁿ⁻¹ corresponds to f(t) = a₁e^(kt). Compound interest is geometric; continuous compounding is exponential.
- Applications: Geometric sequences model compound interest, radioactive decay by equal time periods, bouncing ball heights (each bounce is a fixed fraction of the previous), population growth, and the geometric series underpins the present value of annuities and perpetuities.