Geometric sequences are number patterns where each term is found by multiplying the previous term by a fixed number called the common ratio. They show up whenever something grows or shrinks by a constant percentage, which makes them the foundation for modeling compound interest, population growth, and depreciation.
This section covers how to identify geometric sequences, calculate any term using the general formula, find sums of both finite and infinite geometric series, and apply these tools to real-world problems.
Geometric Sequences
Identifying Geometric Sequences
A geometric sequence is a sequence where each term equals the previous term multiplied by a fixed, non-zero number called the common ratio (). For example: 2, 6, 18, 54, ... has a common ratio of 3.
To confirm a sequence is geometric, divide any term by the one before it. If you get the same value every time, that's your common ratio:
The behavior of the sequence depends entirely on :
- If , terms grow in magnitude: 2, 8, 32, 128, ...
- If , terms shrink toward zero: 1, , , , ...
- If , terms alternate between positive and negative: 1, -2, 4, -8, ...
A geometric sequence can also be defined recursively, where each term is given in terms of the previous one: .
General Term Calculation
The formula for the nth term of a geometric sequence is:
- = the nth term you're looking for
- = the first term
- = the common ratio
- = the term number
Notice the exponent is , not . That's because the first term () has the ratio applied zero times.
Example: Find the 7th term of the sequence 4, 12, 36, 108, ...
- Identify
- Find the common ratio:
- Plug into the formula with :
Geometric mean: If you know two terms in a geometric sequence and need the term between them, the geometric mean gives you that middle value. For two positive numbers and , the geometric mean is .

Finite Sequence Sums
To add up the first terms of a geometric sequence, use the partial sum formula:
- = sum of the first terms
- = first term
- = common ratio
- = number of terms
Example: Find the sum of the first 5 terms of 3, 9, 27, 81, ...
- Identify , ,
- Substitute into the formula:
A common mistake here is forgetting that both the numerator and denominator are negative when , so the negatives cancel and the sum is positive.
Infinite Series Evaluation
An infinite geometric series adds up all the terms forever:
This only produces a finite sum when the terms shrink toward zero, which happens when . In that case, the series converges and the sum is:
If , the terms don't shrink, so the series diverges (no finite sum exists).
Example: Find the sum of the infinite series 5, 2, 0.8, 0.32, ...
- Identify and
- Since , the series converges
- Apply the formula:
This means no matter how many terms you add, the total will never exceed .

Real-World Applications
Each application below is really just the geometric sequence formula dressed up for a specific context. The key is recognizing that the "common ratio" takes a different form in each scenario.
-
Compound interest:
- = principal (initial investment)
- = interest rate per compounding period (as a decimal)
- = number of compounding periods
- = final amount
- Example: $1,000 at 5% annual interest for 3 years gives
-
Population growth:
- = initial population
- = growth rate per period (as a decimal)
- = number of periods
- Here the common ratio is , which is greater than 1 for a growing population
-
Depreciation:
- = initial value
- = depreciation rate per period (as a decimal)
- = number of periods
- The common ratio is , which is between 0 and 1, so the value decreases over time
Related Concepts
- Arithmetic sequences have a constant difference between terms (add the same number each time), while geometric sequences have a constant ratio (multiply by the same number each time). Mixing these up is one of the most common errors on exams.
- Recursive definitions express each term using the previous term: . This is useful when you're building a sequence term by term rather than jumping straight to the nth term.