ALGEBRA 1 • EQUIVALENT EXPRESSIONS

Deriving/Applying the Geometric Series Formula

Learn how one elegant formula lets you add hundreds of terms in a geometric pattern instantly.

Historical Context & Motivation

Have you ever tried to add up a long list of numbers that keep multiplying by the same amount? Imagine you get $1 the first day, $2 the next, $4 the day after, and so on — each day doubling the amount. How much would you have after 30 days? Adding those numbers one by one would take forever. Mathematicians faced this exact challenge thousands of years ago, and their clever solution became what we now call the geometric series formula.

A geometric series is a sum of numbers where each term is found by multiplying the previous term by a fixed number called the common ratio. Throughout history, thinkers from ancient Greece to modern-day financial analysts have used this idea to solve real-world problems, from calculating the area of shapes to figuring out monthly mortgage payments.

~300 BCE
Euclid's Elements
The Greek mathematician Euclid described geometric progressions in Book IX of his famous work, showing how to sum terms that grow by a constant ratio. This was one of the earliest recorded treatments of the idea.
~1200 CE
Fibonacci & Merchants
Italian mathematician Fibonacci popularized Hindu-Arabic numerals in Europe. Merchants began using geometric growth to model compound interest and trade profits, making geometric sums essential to commerce.
1600s–1700s
Newton & Leibniz
The invention of calculus built heavily on infinite geometric series. Isaac Newton used geometric series to approximate complicated expressions, extending the finite formula into powerful new territory.
1900s–Present
Modern Finance & Technology
Today, the geometric series formula is the engine behind mortgage calculations, annuity pricing, and even digital signal processing in your phone. Any time a quantity grows or shrinks by a fixed percentage, this formula appears.

The central question this lesson answers is: How can we add up many terms of a geometric pattern quickly, without computing each term individually? By the end, you will derive the formula yourself and apply it to problems ranging from simple sums to real-life mortgage payments.

Core Principles & Definitions

Before we build the formula, let's lock in the key vocabulary. Every geometric series has three ingredients: a starting value, a multiplier, and a count of how many terms you are adding. Understanding these ingredients is the first step toward mastering the formula.

1

First Term (a₁)

The first term is the starting number of the series. In the series 3, 6, 12, 24, the first term a₁ = 3.
2

Common Ratio (r)

The common ratio is the fixed multiplier between consecutive terms. In 3, 6, 12, 24, you multiply by 2 each time, so r = 2. The ratio must not equal 1.
3

Number of Terms (n)

The variable n counts how many terms you are adding. In 3 + 6 + 12 + 24, there are n = 4 terms. A finite series always has a definite stopping point.
4

The Sum (Sₙ)

The sum of the series is the total you get when you add all n terms together. Our goal is a shortcut formula for Sₙ so we never have to add term by term.

Notice that each term in a geometric series can be written in terms of the first term and the common ratio. The second term is a₁ × r, the third term is a₁ × r², the fourth is a₁ × r³, and so on. The k-th term is a₁ × rk−1. This pattern is the key to the entire derivation.

KEY TAKEAWAY
Think of a geometric series like a chain of dominoes where each domino is bigger (or smaller) than the last by the same factor. The first term sets the size of the first domino, the common ratio decides how much each one grows or shrinks, and n tells you how many dominoes are in the chain. The formula we are about to derive lets you figure out the total weight of all dominoes without picking each one up individually.

Visualizing the Geometric Series

Let's see what a geometric series looks like as a bar chart. The diagram below shows the series with first term a₁ = 2 and common ratio r = 3 for n = 5 terms: 2, 6, 18, 54, 162. Notice how the bars grow rapidly — this is the power of repeated multiplication.

Each bar represents one term in the series. Term 1 is 2, Term 2 is 6 (which is 2 × 3), Term 3 is 18 (which is 6 × 3), and so on. The dramatic growth shows why adding terms one by one becomes impractical — and why we need a formula.

The total of all five bars is S₅ = 2 + 6 + 18 + 54 + 162 = 242. As you can see, the last term alone (162) is more than half of the entire sum. In geometric series with r > 1, the later terms dominate. When r is between 0 and 1, the opposite happens — terms shrink, and the early terms carry most of the weight.

Deriving the Geometric Series Formula

Now comes the exciting part: we will derive the formula from scratch using a clever algebraic trick called the multiply-and-subtract method. This technique creates a massive cancellation that collapses the entire sum into a simple expression.

Step-by-Step Derivation

Write the sum Sₙ with all its terms spelled out. Then multiply the entire equation by r. When you subtract the second equation from the first, almost every term cancels in pairs.

WRITE THE SUM
Sₙ = a₁ + a₁r + a₁r² + a₁r³ + … + a₁rⁿ⁻¹
This is just every term listed out. The last (nth) term has exponent n − 1 because the first term has exponent 0.
MULTIPLY BOTH SIDES BY r
r × Sₙ = a₁r + a₁r² + a₁r³ + … + a₁rⁿ
Every exponent increased by 1. Notice that the terms a₁r through a₁rⁿ⁻¹ appear in both equations.
SUBTRACT: Sₙ − rSₙ
Sₙ − rSₙ = a₁ − a₁rⁿ
All the middle terms cancel! On the left, only Sₙ(1 − r) remains. On the right, only the first term from the first equation (a₁) and the last term from the second equation (−a₁rⁿ) survive.
THE GEOMETRIC SERIES FORMULA
Sₙ = a₁ × (1 − rⁿ) / (1 − r), where r ≠ 1
Divide both sides by (1 − r). This is the final formula. Sₙ = sum of n terms, a₁ = first term, r = common ratio, n = number of terms.
⚠️ Why can't r equal 1?
If r = 1, then every term equals a₁ and the denominator (1 − r) becomes 0, which means division is undefined. When r = 1, the sum is simply Sₙ = n × a₁. That's just adding the same number n times — no special formula needed!

The Multiply-and-Subtract Trick — Visualized

The derivation's cancellation is so neat that it deserves its own diagram. The image below lines up the two equations — Sₙ and rSₙ — term by term, so you can see exactly which pieces cancel and which survive.

The green-circled a₁ from the first equation and the yellow-circled a₁rⁿ from the second equation are the only survivors after subtraction. Every purple term in between cancels with its match.

This is one of the most satisfying proofs in algebra. Out of potentially hundreds of terms, all but two cancel — leaving a beautifully compact formula. This telescoping cancellation is the heart of why the geometric series formula works so well.

💡 Alternate Form
Some textbooks write the formula as Sₙ = a₁(rⁿ − 1) / (r − 1). This is the same formula — both numerator and denominator have been multiplied by −1. Use whichever version your teacher prefers; they always give the same answer.

Worked Example — Monthly Savings & Mortgage Payments

Example 1: Simple Geometric Sum

Find the sum of the first 6 terms of the geometric series where a₁ = 5 and r = 2.

Worked Example 1: Sum of 6 Terms
1
Step 1 — Identify the valuesWe have a₁ = 5, r = 2, and n = 6. These are the three inputs we need for the formula.
2
Step 2 — Write the formulaSₙ = a₁ × (1 − rⁿ) / (1 − r)
3
Step 3 — SubstituteS₆ = 5 × (1 − 2⁶) / (1 − 2) = 5 × (1 − 64) / (1 − 2)
4
Step 4 — Simplify the numerator and denominatorS₆ = 5 × (−63) / (−1). A negative divided by a negative gives a positive.
5
Step 5 — Compute the final answerS₆ = 5 × 63 = 315
S₆ = 315

You can verify: 5 + 10 + 20 + 40 + 80 + 160 = 315. ✓ The formula saved us from adding six numbers individually — and the savings grow even larger when n is big.

Example 2: Monthly Mortgage Payment

A homeowner borrows $200,000 at a monthly interest rate of 0.5% (that's 6% annual ÷ 12 months) for 30 years (360 months). Each month, the bank expects a fixed payment P. The present value of all 360 payments must equal $200,000. The present value of a payment made k months from now is P / (1.005)k. Adding all 360 present values gives a geometric series with a₁ = P / 1.005, r = 1 / 1.005, and n = 360.

Worked Example 2: Finding the Monthly Payment
1
Step 1 — Set up the equationThe loan amount equals the sum of the present values of all payments: 200,000 = P × [(1 − (1/1.005)³⁶⁰) / (1 − 1/1.005)]. Here a₁ = P / 1.005, r = 1/1.005 ≈ 0.99502, and n = 360.
2
Step 2 — Compute rⁿ(1/1.005)³⁶⁰ = (0.99502)³⁶⁰ ≈ 0.16604. This means a dollar paid 360 months from now is worth only about 16.6 cents today.
3
Step 3 — Compute the series factorThe geometric sum factor = (1 − 0.16604) / (1 − 0.99502) = 0.83396 / 0.00498 ≈ 167.46. Including the a₁ factor of 1/1.005, the full multiplier on P is 167.46 / 1.005 ≈ 166.79.
4
Step 4 — Solve for P200,000 = P × 166.79, so P = 200,000 / 166.79 ≈ 1,199.10.
Monthly payment ≈ $1,199.10

This is exactly how banks calculate mortgage payments. Over 30 years, the homeowner pays about $431,676 total — more than double the original loan — because of interest. The geometric series formula makes this calculation possible.

Strengths, Limitations & Common Mistakes

The geometric series formula is powerful but comes with conditions. Knowing when it works — and when it doesn't — will save you from errors on tests and in real life.

Quick reference: what the formula can and cannot do
StrengthsLimitationsCommon Mistakes
Works for any common ratio r ≠ 1, including fractions, negatives, and decimals.Does NOT apply when r = 1 (use Sₙ = n × a₁ instead).Forgetting that the exponent in rⁿ is n, not n − 1. The nth term uses rⁿ⁻¹, but the formula's exponent is n.
Reduces hundreds of additions to one calculation with three inputs.Only works for geometric patterns — not arithmetic (constant addition) sequences.Mixing up the geometric and arithmetic series formulas.
Extends naturally to infinite series when |r| < 1.For very large rⁿ, calculator overflow can be an issue.Sign errors in (1 − r) when r is negative. Always use parentheses around r.
KEY TAKEAWAY
The geometric series formula is like a calculator shortcut on your phone — it gives you the answer instantly, but you need to enter the right inputs. Make sure you correctly identify a₁, r, and n before plugging in. If the sequence isn't geometric (meaning the ratio between terms isn't constant), you need a different tool entirely.

Connection to Infinite Geometric Series

What happens if you let n grow without bound — that is, you add up infinitely many terms? If the common ratio's absolute value is less than 1 (written |r| < 1), the terms shrink toward zero and the sum approaches a finite limit. This is the infinite geometric series, studied in more advanced courses like Precalculus and Calculus.

Finite vs. Infinite Geometric Series
FeatureFinite Geometric Series (this lesson)Infinite Geometric Series (preview)
Number of termsn terms (you choose when to stop)Infinitely many terms (n → ∞)
Restriction on rr ≠ 1|r| < 1 (the series diverges otherwise)
FormulaSₙ = a₁(1 − rⁿ) / (1 − r)S = a₁ / (1 − r)
Key idearⁿ is computed exactlyrⁿ → 0 as n → ∞, so the rⁿ term disappears

Notice how the infinite formula is just the finite formula with the rⁿ gone. For example, 1 + ½ + ¼ + ⅛ + … equals a₁ / (1 − r) = 1 / (1 − 0.5) = 2. The finite series you learned today is the foundation for this more advanced concept, and the derivation you mastered in Section 4 carries over directly.

Practice Problems

Test your understanding with these five problems. They start simple and build to real-world applications. Try each one on your own before checking the answer.

PROBLEM 1CONCEPTUAL
In the derivation, we wrote Sₙ and then rSₙ, and subtracted. Why do almost all the terms cancel? In your own words, explain what happens to the 'middle' terms.
PROBLEM 2BASIC CALCULATION
Find the sum of the first 5 terms of the geometric series with a₁ = 3 and r = 4.
PROBLEM 3INTERMEDIATE
A ball is dropped from 80 feet. Each time it bounces, it reaches ¾ of its previous height. What is the total downward distance the ball travels during the initial drop and the first 7 bounces?
PROBLEM 4APPLIED
You deposit $500 into a savings account at the end of each year for 10 years. The account earns 3% annual interest. How much will be in the account right after the 10th deposit? (Hint: the first deposit earns interest for 9 years, the second for 8 years, …, the last deposit earns no interest.)
PROBLEM 5CRITICAL THINKING
A student claims: 'If I double the common ratio from r = 3 to r = 6, the sum of the series also doubles.' Is this true or false? Justify your answer using the formula and a specific example with a₁ = 1 and n = 4.

Lesson Summary

A geometric series is the sum of terms that each increase or decrease by a fixed common ratio r. Using the multiply-and-subtract derivation, we showed that almost every term cancels, leaving the elegant formula Sₙ = a₁(1 − rⁿ) / (1 − r), valid for any r ≠ 1. The three inputs are the first term a₁, the common ratio r, and the number of terms n.

This formula powers real-world applications from mortgage payments to compound savings calculations. When |r| < 1 and n → ∞, the formula simplifies to S = a₁ / (1 − r) for infinite series — a preview of concepts explored in Precalculus and Calculus. Mastering the finite version now gives you the algebraic foundation for all of these future topics.

Varsity Tutors • Algebra 1 • Deriving/Applying the Geometric Series Formula