Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. College Algebra
  2. Sum of Geometric Series

COLLEGE ALGEBRA • SEQUENCES, SERIES & FINANCIAL MATH

Sum of Geometric Series

Master the formulas that power compound interest, signal processing, and infinite convergence.

SECTION 1

Historical Context & Motivation

The idea of summing a sequence whose terms grow or shrink by a constant ratio is one of the oldest problems in mathematics, tracing back to antiquity. Ancient Greek mathematicians grappled with the paradox of adding infinitely many quantities and still obtaining a finite result—a conceptual leap that challenged the philosophical foundations of their era. The geometric series sits at the intersection of algebra, analysis, and applied mathematics, providing the algebraic machinery behind loan amortization schedules, fractal geometry, and digital signal processing. Understanding how these sums were discovered and formalized reveals not only elegant mathematics but also the practical motivations that drove their development across centuries.

~450 BCE
Zeno's Paradoxes
Zeno of Elea proposed paradoxes such as the Dichotomy, arguing that traversing a distance requires completing infinitely many half-steps. Though intended to deny motion, these paradoxes implicitly relied on the convergence of the geometric series 1/2 + 1/4 + 1/8 + ⋯ = 1.
~300 BCE
Euclid's Elements — Book IX
Euclid presented a geometric proof for summing a finite geometric progression in Proposition 35 of Book IX, establishing the result S = a(rⁿ − 1)/(r − 1) in purely geometric language without algebraic notation.
~1350
Nicole Oresme's Convergence Proof
Medieval scholar Nicole Oresme provided one of the earliest known proofs that an infinite geometric series with ratio 1/2 converges to a finite sum, anticipating ideas that would not be rigorously formalized for another four centuries.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy placed infinite series on a rigorous foundation by defining convergence via partial sums and limits. His criteria clarified exactly when an infinite geometric series converges: if and only if |r| < 1.
20th c.
Modern Applications
Geometric series became indispensable in finance (present value of annuities), computer science (algorithmic analysis), and engineering (z-transforms). Their algebraic simplicity underpins much of applied mathematics.

The central question that this lesson addresses is both elegant and practical: given a sequence whose successive terms share a constant multiplicative ratio, how can we express its sum in closed form—whether the sequence is finite or infinite? Answering this question equips you with formulas that collapse potentially hundreds of terms into a single expression, a technique whose importance in finance and the sciences can scarcely be overstated.

SECTION 2

Core Principles & Definitions

Before deriving any formulas, it is essential to establish the vocabulary and structural properties of geometric sequences and series. A geometric sequence is an ordered list of numbers in which each term after the first is obtained by multiplying the preceding term by a fixed nonzero constant called the common ratio, denoted r. The geometric series is the sum of the terms of such a sequence. The distinction between finite and infinite geometric series is critical: finite sums always exist, whereas infinite sums converge only under specific conditions on r.

1

First Term (a)

The initial term of the geometric sequence, often written a₁ or simply a. It sets the scale of the entire series and appears as a multiplicative factor in both the finite and infinite sum formulas.
2

Common Ratio (r)

The constant factor between consecutive terms: r = aₙ₊₁ / aₙ. When |r| < 1, terms decay toward zero; when |r| > 1, terms grow without bound. The sign of r determines whether terms alternate in sign.
3

Partial Sum (Sₙ)

The sum of the first n terms: Sₙ = a + ar + ar² + ⋯ + arⁿ⁻¹. This finite sum always has a closed-form expression regardless of the value of r (provided r ≠ 1).
4

Convergence Condition

An infinite geometric series converges if and only if |r| < 1. In this case, the partial sums Sₙ approach a finite limit S = a / (1 − r) as n → ∞. When |r| ≥ 1, the series diverges.
✦ KEY TAKEAWAY
Think of a geometric series like a bouncing ball. After the initial drop (the first term a), each subsequent bounce reaches a fixed fraction r of the previous height. If r < 1, the bounces eventually die out and the total distance traveled is finite—even though there are infinitely many bounces. If r ≥ 1, the ball never stops rising and the total distance is unbounded. The common ratio alone dictates whether the series 'settles down' to a finite value.
SECTION 3

Visual Explanation

Visualizing Partial Sums & Convergence

The following diagram illustrates the partial sums of a geometric series with first term a = 4 and common ratio r = 0.5. Each bar represents the value of the next term added, and the accumulating curve shows how the partial sum Sₙ approaches the infinite sum S = a/(1 − r) = 8 as n increases. Notice how rapidly the terms diminish and how the partial sums plateau, visually confirming convergence.

Geometric Series: a = 4, r = 0.5 — Term Values & Partial SumsValueTerm index n012468S=84122130.540.2550.1360.067S₁=4S₂=6S₃=7S₄=7.5S₅=7.75Term value arⁿ⁻¹Partial sum Sₙ
The cyan bars represent individual term values arⁿ⁻¹, which halve with each step. The violet-to-pink curve traces the running partial sum Sₙ, which rapidly approaches the horizontal dashed line at S = 8, the infinite series sum.

Several observations emerge from the diagram. First, the term values (cyan bars) decay exponentially, each bar exactly half the height of its predecessor. Second, the partial-sum curve (violet to pink) exhibits the classic diminishing-returns pattern: the biggest jump occurs between S₁ and S₂, and each subsequent increment is smaller. Third, even by n = 7, the partial sum has already captured over 99% of the infinite sum. This visual concretely demonstrates why convergent geometric series are so powerful in applications—relatively few terms suffice for excellent approximations.

SECTION 4

Mathematical Framework

Deriving the Finite Sum Formula

The derivation of the closed-form expression for a finite geometric series employs a classic algebraic trick. Write the partial sum Sₙ = a + ar + ar² + ⋯ + arⁿ⁻¹. Now multiply both sides by r to obtain rSₙ = ar + ar² + ar³ + ⋯ + arⁿ. Subtracting the second equation from the first, most terms cancel in a telescoping fashion, leaving Sₙ − rSₙ = a − arⁿ. Factoring both sides yields Sₙ(1 − r) = a(1 − rⁿ), and dividing by (1 − r) produces the closed form. This derivation requires only that r ≠ 1; when r = 1, every term equals a and the sum is simply na.

FINITE GEOMETRIC SUM
Sₙ = a(1 − rⁿ) / (1 − r), r ≠ 1
Where a = first term, r = common ratio, and n = number of terms. An equivalent form is Sₙ = a(rⁿ − 1) / (r − 1), which is often more convenient when r > 1.

From Finite to Infinite

When |r| < 1, the factor rⁿ shrinks toward zero as n → ∞. In the limit, the term rⁿ vanishes, and the finite sum formula simplifies dramatically. This is the passage from partial sum to infinite series, and it is valid only under the convergence condition |r| < 1. When |r| ≥ 1, the terms do not approach zero and the partial sums grow without bound (or oscillate without settling), so no finite sum exists.

INFINITE GEOMETRIC SUM
S = a / (1 − r), |r| < 1
This formula gives the sum of infinitely many terms. It arises as lim(n→∞) Sₙ where rⁿ → 0. The condition |r| < 1 is both necessary and sufficient for convergence.
GENERAL TERM
aₙ = a · rⁿ⁻¹
The n-th term of the geometric sequence. This formula is used to find any individual term and is essential for identifying a and r from given data.
💡 Alternate Form for r > 1
When r > 1, many textbooks prefer Sₙ = a(rⁿ − 1) / (r − 1) to avoid negative numerators and denominators. Both forms are algebraically equivalent—choose whichever keeps the arithmetic cleaner for your particular problem.
SECTION 5

Convergence vs. Divergence

The behavior of a geometric series hinges entirely on the magnitude of the common ratio. This section classifies the possible scenarios and provides a visual comparison. When |r| < 1, the terms decay exponentially and the partial sums approach a finite limit. When |r| > 1, the terms grow in absolute value and the partial sums diverge. The boundary case r = 1 gives a constant sequence whose partial sums grow linearly, while r = −1 produces an oscillating sequence whose partial sums alternate between a and 0.

Convergence Classification by Common Ratio rr0−11CONVERGES−1 < r < 1, S = a/(1−r)DIVERGESr < −1DIVERGESr > 1OSCILLATESr = −1DIVERGESr = 1Terms decay, e.g.r = 0.5: 4, 2, 1, 0.5, …Terms alternate & decayr = −0.5: 4, −2, 1, …
The number line for r partitions all geometric series into convergent (green, |r| < 1), divergent (red, |r| > 1), and boundary cases (amber, |r| = 1). Only within the green region does the infinite sum formula S = a/(1 − r) apply.
Summary of convergence behavior by common ratio
Condition on rTerm BehaviorSeries BehaviorInfinite Sum
0 < r < 1Positive, decreasing toward 0Converges (monotone increasing partial sums)S = a / (1 − r)
−1 < r < 0Alternating sign, |aₙ| → 0Converges (oscillating partial sums)S = a / (1 − r)
r = 1Constant: every term = aDiverges (Sₙ = na → ∞)Does not exist
r = −1Alternates ±aDiverges (Sₙ oscillates a, 0, a, 0, …)Does not exist
|r| > 1|aₙ| grows without boundDivergesDoes not exist
SECTION 6

Worked Example

Example 1 — Finite Sum

Find the sum of the first 8 terms of the geometric series 3 + 6 + 12 + 24 + ⋯

Finite Geometric Sum — S₈

Step 1 — Identify a and r

The first term is a = 3. The common ratio is r = 6/3 = 2. Verify: 12/6 = 2, 24/12 = 2. Confirmed: r = 2.
a = 3, r = 2

Step 2 — Choose the appropriate formula

Since we want a finite sum and r ≠ 1, we use Sₙ = a(rⁿ − 1) / (r − 1). We prefer the (rⁿ − 1)/(r − 1) form because r > 1, keeping all quantities positive.
Sₙ = a(rⁿ − 1) / (r − 1)

Step 3 — Substitute values

S₈ = 3(2⁸ − 1) / (2 − 1) = 3(256 − 1) / 1 = 3 × 255.
S₈ = 3 × 255

Step 4 — Compute the result

S₈ = 765. We can verify by summing the first few terms: 3 + 6 + 12 + 24 + 48 + 96 + 192 + 384 = 765 ✓
S₈ = 765

Example 2 — Infinite Sum

Find the sum of the infinite series 12 + 4 + 4/3 + 4/9 + ⋯

Infinite Geometric Sum

Step 1 — Identify a and r

The first term is a = 12. The common ratio is r = 4/12 = 1/3. Since |1/3| < 1, the series converges.
a = 12, r = 1/3

Step 2 — Apply the infinite sum formula

S = a / (1 − r) = 12 / (1 − 1/3) = 12 / (2/3).
S = 12 / (2/3)

Step 3 — Simplify

Dividing by a fraction is equivalent to multiplying by its reciprocal: S = 12 × (3/2) = 18.
S = 18
SECTION 7

Geometric vs. Arithmetic Series

Students often confuse geometric and arithmetic series because both involve summing sequences with a simple recursive pattern. However, the growth behaviors and resulting sum formulas are fundamentally different. An arithmetic series adds a constant difference between terms (linear growth), while a geometric series multiplies by a constant ratio (exponential growth or decay). This distinction is critical when modeling real-world phenomena: salaries that increase by a fixed dollar amount each year are arithmetic, while investments earning a fixed percentage yield are geometric.

Side-by-side comparison of arithmetic and geometric series
FeatureArithmetic SeriesGeometric Series
PatternAdd constant d: a, a + d, a + 2d, …Multiply constant r: a, ar, ar², …
Growth typeLinearExponential
Finite sum formulaSₙ = n(a₁ + aₙ) / 2Sₙ = a(1 − rⁿ) / (1 − r)
Infinite sumAlways diverges (unless d = 0)Converges iff |r| < 1
Typical applicationFixed raises, seating in rowsCompound interest, depreciation
✦ KEY TAKEAWAY
The key diagnostic question is: is the change between successive terms additive or multiplicative? If you subtract consecutive terms and get a constant, you have an arithmetic series. If you divide consecutive terms and get a constant, you have a geometric series. In financial mathematics this distinction maps directly onto simple interest (arithmetic) versus compound interest (geometric).
SECTION 8

Connections to Finance & Advanced Topics

Geometric series are not merely an abstract algebraic exercise; they form the backbone of several critical real-world and advanced mathematical frameworks. In finance, the present value of an ordinary annuity — a stream of equal payments received at regular intervals — is computed by summing a geometric series whose common ratio involves the discount factor 1/(1 + i). In calculus and analysis, geometric series provide the foundation for power series and the representation of functions as Taylor or Maclaurin series. The geometric series 1/(1 − x) = 1 + x + x² + x³ + ⋯ for |x| < 1 is the prototype for all power series expansions.

Cross-disciplinary applications of geometric series
Application DomainHow Geometric Series AppearsAdvanced Extension
FinancePresent/future value of annuities; mortgage calculations with ratio 1/(1 + i)Continuous compounding, stochastic interest rate models
Calculus1/(1 − x) = Σxⁿ as the fundamental power seriesTaylor series, radius of convergence, analytic continuation
ProbabilityGeometric distribution: P(X = k) = p(1−p)^(k−1)Moment-generating functions, renewal theory
Signal Processingz-Transform sums geometric sequences of sampled signalsDigital filter design, stability analysis
Fractal GeometryTotal length/area of self-similar fractals (e.g., Koch snowflake perimeter)Hausdorff dimension, iterated function systems

As you advance through calculus, linear algebra, and differential equations, you will encounter geometric series in increasingly sophisticated guises. The algebraic techniques you develop here — identifying the first term, the common ratio, and checking convergence — transfer directly to these higher-level settings. Recognizing a geometric series 'in the wild' often reduces an otherwise formidable problem to a simple formula application.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
Explain why the infinite geometric series 5 + 5(1.02) + 5(1.02)² + 5(1.02)³ + ⋯ does not have a finite sum, even though each term is only slightly larger than the previous one. In your explanation, reference the convergence condition and describe what happens to the partial sums as n increases.
PROBLEM 2 — BASIC CALCULATION
Find the sum of the first 6 terms of the geometric series 10 + 5 + 5/2 + 5/4 + ⋯
PROBLEM 3 — INTERMEDIATE
A geometric series has a third term of 18 and a sixth term of 486. Find the common ratio r, the first term a, and the sum of the first 10 terms.
PROBLEM 4 — APPLIED
A pharmaceutical drug has a half-life such that the body eliminates 30% of the drug between doses. A patient takes 200 mg every day. Immediately after the n-th dose, the total drug amount in the body is the sum of what remains from all previous doses plus the new dose. Write this as a geometric series and find the long-run steady-state drug level (i.e., the amount right after a dose as n → ∞).
PROBLEM 5 — CRITICAL THINKING
Prove that the repeating decimal 0.̄9 (i.e., 0.999…) equals exactly 1 by expressing it as an infinite geometric series and evaluating the sum. Then discuss: does this result depend on how we define the 'sum' of an infinite series, or is it a consequence of the decimal representation system?
SUMMARY

Summary & Review

A geometric series is the sum of terms in a geometric sequence, where each term is obtained by multiplying the previous term by a fixed common ratio r. The finite sum of n terms is given by Sₙ = a(1 − rⁿ) / (1 − r) for r ≠ 1, where a is the first term. When |r| < 1, the infinite sum converges to S = a / (1 − r). When |r| ≥ 1, the infinite series diverges.

The derivation uses a multiply-and-subtract technique that telescopes most terms, yielding a compact closed form. Geometric series appear throughout financial mathematics (annuities, mortgage payments, compound interest), calculus (power series, Taylor expansions), and applied sciences (signal processing, pharmacokinetics, fractal geometry). The essential skill is recognizing the first term a and common ratio r, checking convergence conditions when needed, and applying the appropriate formula.

Varsity Tutors • College Algebra • Sum of Geometric Series