Fiveable

💯Math for Non-Math Majors Unit 3 Review

QR code for Math for Non-Math Majors practice questions

3.11 Geometric Sequences

3.11 Geometric Sequences

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
💯Math for Non-Math Majors
Unit & Topic Study Guides

Geometric sequences are like mathematical dominos, each number falling into place by multiplying the previous one by a fixed ratio. They're everywhere, from compound interest to population growth, showing how small changes can lead to big results over time.

Understanding geometric sequences unlocks powerful tools for predicting future values and calculating sums. Whether finite or infinite, these sequences help us model real-world scenarios where consistent growth or decay occurs, making complex patterns more manageable.

Geometric Sequences

Geometric sequences and common ratios

  • A sequence of numbers where each term is found by multiplying the previous term by a fixed, non-zero number called the common ratio
  • To find the common ratio, divide any term by the previous term and the ratio will be the same for any pair of consecutive terms (2, 6, 18, 54, ... has a common ratio of 3)
  • Formula for the common ratio: r=an+1anr = \frac{a_{n+1}}{a_n}
    • ana_n is the nnth term of the sequence
  • The recursive definition of a geometric sequence is an=ran1a_n = r \cdot a_{n-1}, where a1a_1 is the first term
Geometric sequences and common ratios, Geometric Sequences · Algebra and Trigonometry

Formula for nth term

  • The nnth term of a geometric sequence can be found using the formula: an=a1rn1a_n = a_1 \cdot r^{n-1}
    • ana_n is the nnth term
    • a1a_1 is the first term
    • rr is the common ratio
    • nn is the position of the term
  • To find the nnth term, substitute the values for a1a_1, rr, and nn into the formula and simplify
  • In the sequence 2, 6, 18, 54, ..., to find the 10th term:
    1. Identify a1=2a_1 = 2, r=3r = 3, n=10n = 10
    2. Substitute into the formula: a10=23101=239a_{10} = 2 \cdot 3^{10-1} = 2 \cdot 3^9
    3. Simplify: a10=39,366a_{10} = 39,366
Geometric sequences and common ratios, Geometric Sequences | College Algebra

Sums of finite geometric sequences

  • The sum of a finite geometric sequence can be found using the formula: Sn=a1(1rn)1rS_n = \frac{a_1(1-r^n)}{1-r}
    • SnS_n is the sum of the first nn terms (also called the partial sum)
    • a1a_1 is the first term
    • rr is the common ratio
    • nn is the number of terms
  • To find the sum, substitute the values for a1a_1, rr, and nn into the formula and simplify
  • Real-world applications include:
    • Compound interest: balance of an account earning compound interest grows by a fixed percentage each period, forming a geometric sequence
    • Population growth: if a population grows by a fixed percentage each year, the population values form a geometric sequence (bacteria doubling every hour)
    • Depreciation: value of an asset that depreciates by a fixed percentage each year forms a geometric sequence (car losing 10% of its value annually)

Infinite Geometric Sequences and Series

  • A geometric sequence can be infinite if it continues indefinitely
  • An infinite geometric sequence can be convergent or divergent
    • A convergent sequence approaches a finite limit as n approaches infinity
    • A divergent sequence (such as 2, 4, 8, 16, ...) does not approach a finite limit
  • The geometric series is the sum of terms in a geometric sequence
  • For an infinite geometric series with |r| < 1, the sum can be calculated using the formula: S=a11rS_{\infty} = \frac{a_1}{1-r}
    • This formula represents the limit of the partial sums as n approaches infinity