Fiveable

๐Ÿ“˜Intermediate Algebra Unit 12 Review

QR code for Intermediate Algebra practice questions

12.3 Geometric Sequences and Series

12.3 Geometric Sequences and Series

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐Ÿ“˜Intermediate Algebra
Unit & Topic Study Guides

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 (rr). 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:

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

The behavior of the sequence depends entirely on rr:

  • If โˆฃrโˆฃ>1|r| > 1, terms grow in magnitude: 2, 8, 32, 128, ...
  • If 0<โˆฃrโˆฃ<10 < |r| < 1, terms shrink toward zero: 1, 12\frac{1}{2}, 14\frac{1}{4}, 18\frac{1}{8}, ...
  • If r<0r < 0, 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: an+1=anโ‹…ra_{n+1} = a_n \cdot r.

General Term Calculation

The formula for the nth term of a geometric sequence is:

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

  • ana_n = the nth term you're looking for
  • a1a_1 = the first term
  • rr = the common ratio
  • nn = the term number

Notice the exponent is nโˆ’1n - 1, not nn. That's because the first term (n=1n = 1) has the ratio applied zero times.

Example: Find the 7th term of the sequence 4, 12, 36, 108, ...

  1. Identify a1=4a_1 = 4
  2. Find the common ratio: r=124=3r = \frac{12}{4} = 3
  3. Plug into the formula with n=7n = 7: a7=4โ‹…37โˆ’1=4โ‹…36=4โ‹…729=2,916a_7 = 4 \cdot 3^{7-1} = 4 \cdot 3^6 = 4 \cdot 729 = 2{,}916

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 aa and bb, the geometric mean is aโ‹…b\sqrt{a \cdot b}.

Geometric sequences identification, Geometric Sequences | College Algebra

Finite Sequence Sums

To add up the first nn terms of a geometric sequence, use the partial sum formula:

Sn=a1(1โˆ’rn)1โˆ’r,rโ‰ 1S_n = \frac{a_1(1 - r^n)}{1 - r}, \quad r \neq 1

  • SnS_n = sum of the first nn terms
  • a1a_1 = first term
  • rr = common ratio
  • nn = number of terms

Example: Find the sum of the first 5 terms of 3, 9, 27, 81, ...

  1. Identify a1=3a_1 = 3, r=3r = 3, n=5n = 5
  2. Substitute into the formula:

S5=3(1โˆ’35)1โˆ’3=3(1โˆ’243)โˆ’2=3(โˆ’242)โˆ’2=โˆ’726โˆ’2=363S_5 = \frac{3(1 - 3^5)}{1 - 3} = \frac{3(1 - 243)}{-2} = \frac{3(-242)}{-2} = \frac{-726}{-2} = 363

A common mistake here is forgetting that both the numerator and denominator are negative when r>1r > 1, so the negatives cancel and the sum is positive.

Infinite Series Evaluation

An infinite geometric series adds up all the terms forever: a1+a1r+a1r2+a1r3+โ‹ฏa_1 + a_1 r + a_1 r^2 + a_1 r^3 + \cdots

This only produces a finite sum when the terms shrink toward zero, which happens when โˆฃrโˆฃ<1|r| < 1. In that case, the series converges and the sum is:

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

If โˆฃrโˆฃโ‰ฅ1|r| \geq 1, 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, ...

  1. Identify a1=5a_1 = 5 and r=25=0.4r = \frac{2}{5} = 0.4
  2. Since โˆฃ0.4โˆฃ<1|0.4| < 1, the series converges
  3. Apply the formula: Sโˆž=51โˆ’0.4=50.6=253โ‰ˆ8.33S_\infty = \frac{5}{1 - 0.4} = \frac{5}{0.6} = \frac{25}{3} \approx 8.33

This means no matter how many terms you add, the total will never exceed 253\frac{25}{3}.

Geometric sequences identification, Geometric Sequences and Series ยท Intermediate Algebra

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.

  1. Compound interest: A=P(1+r)nA = P(1 + r)^n

    • PP = principal (initial investment)
    • rr = interest rate per compounding period (as a decimal)
    • nn = number of compounding periods
    • AA = final amount
    • Example: $1,000 at 5% annual interest for 3 years gives A=1000(1.05)3=$1,157.63A = 1000(1.05)^3 = \$1{,}157.63
  2. Population growth: Pn=P0(1+r)nP_n = P_0(1 + r)^n

    • P0P_0 = initial population
    • rr = growth rate per period (as a decimal)
    • nn = number of periods
    • Here the common ratio is (1+r)(1 + r), which is greater than 1 for a growing population
  3. Depreciation: Vn=V0(1โˆ’r)nV_n = V_0(1 - r)^n

    • V0V_0 = initial value
    • rr = depreciation rate per period (as a decimal)
    • nn = number of periods
    • The common ratio is (1โˆ’r)(1 - r), which is between 0 and 1, so the value decreases over time
  • 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: an+1=rโ‹…ana_{n+1} = r \cdot a_n. This is useful when you're building a sequence term by term rather than jumping straight to the nth term.