Overview

Geometric sequences multiply by a constant ratio. These are the foundations of exponential growth and infinite series, shown in many AMC Problems.

Key Ideas

  • gn=g1rn1g_n = g_1 r^{n-1}.
  • For finite sums, Sn=g1(1rn)/(1r)S_n = g_1(1-r^n)/(1-r). For infinite sums, one must find that r<1|r| < 1.
  • Infinite sums converge only when r<1|r| < 1.

The General Term

For a geometric sequence with first term g1g_1 and common ratio rr,

gn=g1rn1.g_n = g_1 \cdot r^{n-1}.

The ratio is always r=gk+1/gkr = g_{k+1}/g_k for any consecutive pair.

For non-consecutive terms gmg_m and gng_n,

rnm=gngm    r=(gngm) ⁣1nm.r^{n-m} = \frac{g_n}{g_m} \implies r = \left(\frac{g_n}{g_m}\right)^{\!\frac{1}{n-m}}.

The Finite Sum

Sn=g11rn1r,r1.S_n = g_1 \cdot \frac{1-r^n}{1-r}, \quad r \ne 1.

When r=1r = 1: Sn=ng1S_n = n \cdot g_1. We can derive this by multiplying the sum by rr, and subtracting. Most terms cancel out, and we obtain S(1r)=g1(1rn)S(1-r) = g_1(1-r^n).

The Infinite Sum

When r<1|r| < 1 the terms shrink to zero and the series converges:

S=g11r,r<1.S_\infty = \frac{g_1}{1-r}, \quad |r| < 1.

When r1|r| \geq 1 the series diverges, and thus cannot apply this formula.

Geometric Mean

Three numbers a,b,ca, b, c are in geometric progression if and only if b2=acb^2 = ac. The number bb is the geometric mean of aa and cc.

Hence for positive numbers, the geometric mean of aa and cc is ac\sqrt{ac}.

Symmetric Substitution

For problems giving the sum and product of three terms in GP, we write them as a/r, a, ara/r,\ a,\ ar.

QuantityResult
Producta3a^3
Suma(1/r+1+r)a(1/r + 1 + r)
Sum of squaresa2(1/r2+1+r2)a^2(1/r^2 + 1 + r^2)

The product is shown through a3a^3, so aa can be found. Thus, we know that the sum gives a quadratic in rr.

Worked Example

Find 1+13+19+1 + \frac{1}{3} + \frac{1}{9} + \cdots.

This is geometric with g1=1g_1 = 1 and r=13r = \frac{1}{3}. Since r<1|r| < 1, S=1113=32S_\infty = \frac{1}{1-\frac{1}{3}} = \frac{3}{2}.

More Examples

Example 1: Using the Term Formula, Basic

If g1=6g_1=6 and r=2r=2, find g5g_5.

g5=624=96g_5 = 6\cdot 2^4 = 96.

Example 2: Finite Sum Equation, (Must memorize for Foundational Skill)

Find the sum of the first 6 terms of 3,6,12,3,6,12,\ldots.

S6=3(126)/(12)=3(63)=189S_6 = 3\cdot (1-2^6)/(1-2) = 3(63) = 189.

Example 3: Using Convergence

Does 52.5+1.255 - 2.5 + 1.25 - \cdots converge? If so, find the sum.

r=1/2r=-1/2 so r<1|r|<1 and S=5/(1+1/2)=10/3S_\infty = 5/(1+1/2)=10/3.

Example 4: Using Geometric Roots and applying to Vieta's Formulas

The roots of x314x2+56x64=0x^3 - 14x^2 + 56x - 64 = 0 are in GP, find these roots.

Let roots be a/r, a, ara/r,\ a,\ ar. By Vieta's formulas, we know that the product: a3=64    a=4a^3 = 64 \implies a = 4, and the sum is equivalent to 4(1/r+1+r)=14    r+1/r=5/2    2r25r+2=0    r=24(1/r + 1 + r) = 14 \implies r + 1/r = 5/2 \implies 2r^2 - 5r + 2 = 0 \implies r = 2 or r=1/2r = 1/2. Roots: 2,4,8\mathbf{2, 4, 8}

Strategy Checklist

  • Compute the ratio from consecutive terms for accuracy.
  • Decide whether the sum is finite or infinite at first.
  • Check r<1|r|<1 before using the infinite formula.
  • Keep powers as rn1r^{n-1}, for convenience and less error (Highly recommended in more complex problems)

Common Pitfalls

  • A common mistake is applying the infinite sum formula when r1|r| \ge 1.
  • Mixing up rnr^n vs. rn1r^{n-1} in the term formula can lead to error.
  • Using rr from non-consecutive terms without checking consistency.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 12AEasy
Show TagsAlgebra, Geometric Sequences
AMC 10AMedium-Easy
Show TagsAlgebra, Geometric Sequences, Logarithms
AJHSMEEasy
Show TagsSequences, Working Backwards
AJHSMEHard
Show TagsArea Scaling, Fractals
AJHSMEEasy
Show TagsGrowth, Percents
AJHSMEEasy
Show TagsEstimation, Exponential Growth
AJHSMENormal
Show TagsEstimation, Exponential Growth
AJHSMENormal
Show TagsCarrying Capacity, Exponential Growth
AJHSMEHard
Show TagsArea, Fractals, Iterative Processes
AMC 8Hard
Show TagsArea, Infinite Series, Similar Triangles
AMC 8Easy
Show TagsExponential Decay
AMC 8Easy
Show TagsPowers of 2, Unit Conversion
AMC 8Easy
Show TagsExponential Decay, Temperature
AMC 8Normal
Show TagsFractions, Infinite Geometric Series

Module Progress:

Join the AoPS Community!

Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.