MathematicsSeriesA-Level
CISCEEdexcelWJECAQAIBAbiturAPBaccalauréat Général

Geometric Series (Sum)

Sum of the first n terms of a geometric progression.

Understand the formulaSee the free derivationOpen the full walkthrough

This public page keeps the free explanation visible and leaves premium worked solving, advanced walkthroughs, and saved study tools inside the app.

Core idea

Overview

This formula calculates the sum of a finite sequence where each successive term is generated by multiplying the previous term by a constant factor known as the common ratio. It serves as a mathematical tool for aggregating exponential growth or decay over a specific number of intervals.

When to use: Use this formula when you need to find the total sum of a sequence where the ratio between any two consecutive terms is constant. It is applicable only when the common ratio is not equal to one and the series has a definite, finite number of terms.

Why it matters: This equation is fundamental in finance for calculating the future value of annuities and loan amortizations. It is also used in physics to model wave dampening and in computer science to determine the time complexity of divide-and-conquer algorithms.

Symbols

Variables

S_n = Sum, a = First Term, r = Common Ratio, n = Num Terms

Sum
First Term
Common Ratio
Num Terms

Walkthrough

Derivation

Derivation of the Sum of a Geometric Series

This formula sums the first n terms of a geometric series, where each term is multiplied by a constant ratio r.

  • First term is a.
  • Common ratio r is not 1.
1

Write the Sum:

This is the sum of the first n terms of the geometric series.

2

Multiply by r:

Multiply every term by r to align terms for cancellation.

3

Subtract to Cancel Middle Terms:

All the middle terms cancel, leaving only the first and last terms.

4

Factor and Solve:

Divide both sides by to get the standard formula.

Result

Source: Standard curriculum — A-Level Pure Mathematics (Sequences)

Visual intuition

Graph

The graph of the sum S against the number of terms n is an exponential curve that grows or decays depending on the common ratio r. Because n appears as an exponent, the sum changes at an increasing rate, approaching a horizontal asymptote if |r| < 1 or diverging rapidly if |r| > 1.

Graph type: exponential

Why it behaves this way

Intuition

Imagine a sequence of contributions or values, each growing or shrinking by a constant percentage, and this formula calculates the total accumulated amount over a specified number of these steps, like tracking compound

The total accumulated value or sum of all terms in the sequence up to the nth term.
Represents the aggregate outcome of a process over a finite number of steps, such as total interest earned or total distance covered.
a
The initial value or the first term of the sequence.
Sets the baseline or starting point from which the geometric progression begins to grow or decay.
r
The constant factor by which each term is multiplied to get the next term.
Determines the rate and direction of change (growth if r > 1, decay if 0 < r < 1, oscillation if r < 0) for each step in the sequence.
n
The number of terms included in the sum.
Defines the duration or extent over which the accumulation or progression is calculated.

Signs and relationships

  • 1-r: This term in the denominator ensures the formula is only applicable when the common ratio 'r' is not equal to 1. If r=1, the denominator would be zero, indicating a special case where the sum is simply 'n*a'.
  • 1-r^n: This term in the numerator arises from the algebraic derivation of the sum, representing the difference between the first term and the (n+1)th term in the expanded series when multiplied by (1-r).

Free study cues

Insight

Canonical usage

The sum of a geometric series, , will always have the same units as the first term, a, provided the common ratio, r, is dimensionless.

Common confusion

A common mistake is to assign units to the common ratio 'r' or the number of terms 'n'. Both are dimensionless. Another confusion arises if 'a' is dimensionless, then '' will also be dimensionless.

Dimension note

The common ratio 'r' and the number of terms 'n' are dimensionless quantities. The sum '' will have the same dimension as the first term 'a'.

Unit systems

Any consistent unit (e.g., currency, length, mass) · The dimension of the first term 'a' directly determines the dimension of the sum 'S_n'.
Dimensionless · The common ratio 'r' must be a pure number, typically derived from dividing two consecutive terms that possess identical units.
Dimensionless · The number of terms 'n' is a count and is inherently dimensionless.
Same unit as 'a' · The sum 'S_n' inherits its dimension directly from the first term 'a'.

One free problem

Practice Problem

Calculate the sum of the first 5 terms of a geometric progression where the first term is 10 and the common ratio is 2.

First Term10
Common Ratio2
Num Terms5

Solve for:

Hint: Calculate 2 to the power of 5 first, then substitute all values into the numerator and denominator.

The full worked solution stays in the interactive walkthrough.

Where it shows up

Real-World Context

Compound interest balance.

Study smarter

Tips

  • Confirm the first term 'a' and the common ratio 'r' before starting calculations.
  • If the ratio 'r' is negative, the sum will involve alternating signs between terms.
  • Ensure 'n' represents the total count of terms, which may differ from the power of the final term.
  • The formula is invalid if r = 1; in that case, the sum is simply the product of 'a' and 'n'.

Avoid these traps

Common Mistakes

  • Using n-1 instead of n in power.
  • Assuming infinite sum.

Common questions

Frequently Asked Questions

This formula sums the first n terms of a geometric series, where each term is multiplied by a constant ratio r.

Use this formula when you need to find the total sum of a sequence where the ratio between any two consecutive terms is constant. It is applicable only when the common ratio is not equal to one and the series has a definite, finite number of terms.

This equation is fundamental in finance for calculating the future value of annuities and loan amortizations. It is also used in physics to model wave dampening and in computer science to determine the time complexity of divide-and-conquer algorithms.

Using n-1 instead of n in power. Assuming infinite sum.

Compound interest balance.

Confirm the first term 'a' and the common ratio 'r' before starting calculations. If the ratio 'r' is negative, the sum will involve alternating signs between terms. Ensure 'n' represents the total count of terms, which may differ from the power of the final term. The formula is invalid if r = 1; in that case, the sum is simply the product of 'a' and 'n'.

References

Sources

  1. Wikipedia: Geometric series
  2. Calculus by James Stewart
  3. Britannica: Geometric series
  4. Stewart Calculus: Early Transcendentals
  5. Standard curriculum — A-Level Pure Mathematics (Sequences)