Fiveable

๐Ÿ“Honors Pre-Calculus Unit 11 Review

QR code for Honors Pre-Calculus practice questions

11.3 Geometric Sequences

11.3 Geometric Sequences

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“Honors Pre-Calculus
Unit & Topic Study Guides
Pep mascot

Geometric Sequences

Geometric sequences are built on a simple idea: you get each term by multiplying the previous one by the same constant factor. That constant factor, called the common ratio, controls everything about how the sequence behaves. These sequences show up whenever you're modeling exponential growth or decay, from compound interest to radioactive half-lives.

Pep mascot
more resources to help you study

Common Ratio in Geometric Sequences

The common ratio (rr) is the constant factor you multiply by to move from one term to the next. You can find it by dividing any term by the one before it:

r=an+1anr = \frac{a_{n+1}}{a_n}

This works for any consecutive pair of terms in the sequence. If the ratio isn't the same between every pair, you're not dealing with a geometric sequence.

The value of rr tells you exactly how the sequence will behave:

  • โˆฃrโˆฃ>1|r| > 1: The terms grow exponentially. For example, r=3r = 3 gives you 2, 6, 18, 54, ...
  • 0<โˆฃrโˆฃ<10 < |r| < 1: The terms shrink toward zero (exponential decay). For example, r=12r = \frac{1}{2} gives you 8, 4, 2, 1, 0.5, ...
  • r=1r = 1: Every term is the same. The sequence is constant.
  • r=โˆ’1r = -1: The terms alternate between two values, like 5, -5, 5, -5, ...
  • r<โˆ’1r < -1 or โˆ’1<r<0-1 < r < 0: The terms alternate in sign and grow or decay in magnitude. For instance, r=โˆ’2r = -2 gives 1, -2, 4, -8, 16, ... (alternating and growing), while r=โˆ’12r = -\frac{1}{2} gives 8, -4, 2, -1, ... (alternating and decaying).
Common ratio in geometric sequences, Geometric Sequences and Series ยท Intermediate Algebra

Generating Geometric Sequence Terms

Start with the first term a1a_1 and multiply by rr repeatedly:

  • Second term: a2=a1โ‹…ra_2 = a_1 \cdot r
  • Third term: a3=a1โ‹…r2a_3 = a_1 \cdot r^2
  • Fourth term: a4=a1โ‹…r3a_4 = a_1 \cdot r^3

Notice the pattern: the exponent on rr is always one less than the term number. This gives us the general formula for the nnth term:

an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}

That exponent being nโˆ’1n - 1 (not nn) is a common source of errors on tests. The first term has r0=1r^0 = 1, so a1a_1 stays unchanged, which makes sense.

Common ratio in geometric sequences, Exponential Growth and Decay | College Algebra

Recursive Formulas for Geometric Sequences

A recursive formula defines each term using the previous term:

an+1=anโ‹…r,nโ‰ฅ1a_{n+1} = a_n \cdot r, \quad n \geq 1

To use this, you need two pieces of information: the first term a1a_1 and the common ratio rr. Then you build the sequence one term at a time.

Example: Given a1=3a_1 = 3 and r=2r = 2, find a2,a3,a4a_2, a_3, a_4.

  1. a2=a1โ‹…r=3โ‹…2=6a_2 = a_1 \cdot r = 3 \cdot 2 = 6
  2. a3=a2โ‹…r=6โ‹…2=12a_3 = a_2 \cdot r = 6 \cdot 2 = 12
  3. a4=a3โ‹…r=12โ‹…2=24a_4 = a_3 \cdot r = 12 \cdot 2 = 24

Recursive formulas are great when you're extending a sequence term by term, but they're slow if you need, say, the 50th term. That's where explicit formulas come in.

Explicit Formulas for Sequence Terms

The explicit formula lets you jump directly to any term without computing all the ones before it:

an=a1โ‹…rnโˆ’1a_n = a_1 \cdot r^{n-1}

You need three things: the first term a1a_1, the common ratio rr, and the position nn of the term you want.

Example: Find the 10th term of a geometric sequence with a1=2a_1 = 2 and r=3r = 3.

a10=2โ‹…310โˆ’1=2โ‹…39=2โ‹…19,683=39,366a_{10} = 2 \cdot 3^{10-1} = 2 \cdot 3^9 = 2 \cdot 19{,}683 = 39{,}366

Try doing that recursively and you'll see why the explicit formula is so useful for large nn.

Sequence Behavior and Series

Convergence vs. Divergence describes what happens to the terms as nn gets very large:

  • When โˆฃrโˆฃ<1|r| < 1, the terms shrink toward zero. The sequence converges.
  • When โˆฃrโˆฃโ‰ฅ1|r| \geq 1, the terms either grow without bound or keep oscillating with constant/increasing magnitude. The sequence diverges.

Partial sums add up a finite number of terms. The formula for the sum of the first nn terms is:

Sn=a1โ‹…1โˆ’rn1โˆ’r,rโ‰ 1S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \quad r \neq 1

Infinite geometric series add up all the terms in the sequence. This only produces a finite answer when the sequence converges (โˆฃrโˆฃ<1|r| < 1). In that case:

Sโˆž=a11โˆ’rS_{\infty} = \frac{a_1}{1 - r}

If โˆฃrโˆฃโ‰ฅ1|r| \geq 1, the infinite series diverges and has no finite sum.

Geometric vs. Arithmetic: Don't confuse these two. Arithmetic sequences add a constant difference between terms; geometric sequences multiply by a constant ratio. The formulas look different, and they model very different types of growth.