Geometric Series (Sum)
Sum of the first n terms of a geometric progression.
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
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.
Write the Sum:
This is the sum of the first n terms of the geometric series.
Multiply by r:
Multiply every term by r to align terms for cancellation.
Subtract to Cancel Middle Terms:
All the middle terms cancel, leaving only the first and last terms.
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
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
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.
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
- Wikipedia: Geometric series
- Calculus by James Stewart
- Britannica: Geometric series
- Stewart Calculus: Early Transcendentals
- Standard curriculum — A-Level Pure Mathematics (Sequences)