Geometric Series Calculator
Geometric Series Calculator. Free online calculator with formula, examples and step-by-step guide.
Geometric Series Calculator: Master Exponential Growth and Decay
The Geometric Series calculator computes the sum and nth term of any geometric progression. Unlike arithmetic sequences that grow by addition, geometric sequences grow by multiplication, leading to the exponential growth patterns that power compound interest, population dynamics, and radioactive decay calculations. From investors projecting retirement savings to scientists modeling bacterial growth, geometric series are essential tools for understanding multiplicative change.
Geometric Series Formulas
nth Term: an = a1 × r(n−1)
Sum of n Terms: Sn = a1(1 − rn) / (1 − r)
Infinite Sum (|r| < 1): S∞ = a1 / (1 − r)
Where a1 is the first term, r is the common ratio (the factor by which each term is multiplied to get the next), and n is the number of terms. The common ratio can be positive (consistent direction), negative (alternating signs), greater than 1 (growth), between 0 and 1 (decay), or zero (finite extinction after one term).
The geometric series formula is one of the most important in all of mathematics because it bridges discrete sequences and continuous functions. When the common ratio is less than 1 in absolute value, the infinite series converges to a finite value, making it the foundation of many mathematical models from physics to finance. The convergent infinite series is also the basis for understanding repeating decimals, where 0.333... = 0.3 + 0.03 + 0.003 + ... = 1/3.
Worked Examples
Example 1: Compound Interest Growth
An investor deposits $10,000 in an account earning 7% annual interest compounded yearly. What is the account balance after 10 years, and what is the total interest earned?
Given: a0 = $10,000, r = 1.07, n = 10
Balance after 10 years: a10 = 10,000 × 1.0710 = 10,000 × 1.967 = $19,671.51
Total interest earned: $19,671.51 − $10,000 = $9,671.51
Notice that the interest in the tenth year alone ($19,671.51 − $18,383.19 = $1,288.32) is larger than the interest in the first year ($700). This accelerating growth is the hallmark of geometric progression and why Albert Einstein reportedly called compound interest the "eighth wonder of the world." Over 30 years at the same rate, the balance would grow to over $76,000.
Example 2: Radioactive Decay
A laboratory starts with 500 grams of a radioactive isotope that decays by 12% each day. How much remains after 30 days, and what is the total amount of radiation emitted over the entire decay period if the isotope decays to zero effectively?
Given: a0 = 500g, r = 0.88 (100% − 12%), n = 30
Remaining after 30 days: a30 = 500 × 0.8830 = 500 × 0.0216 = 10.8 grams
Total decayed mass (finite sum): 500 × (1 − 0.8830) / (1 − 0.88) = 500 × (1 − 0.0216) / 0.12 = 500 × 0.9784 / 0.12 = 4,076.7 gram-days
After 30 days, only about 11 grams of the original 500 remain. The half-life (time to reach 250 grams) is approximately 5.4 days. The infinite sum of the series (if decay continued forever) would be 500 / 0.12 = 4,166.7 gram-days, very close to the 30-day sum since most decay happens early.
Common Uses
- Calculating compound interest growth for investments, retirement accounts, and savings projections
- Modeling population growth and bacterial colony expansion in biology and ecology
- Computing radioactive decay and carbon-14 dating in physics and archaeology
- Determining asset depreciation and residual value for accounting and tax planning
- Analyzing installment loan payments and amortization schedules with fixed periodic payments
- Evaluating the convergence of infinite series in calculus and mathematical analysis
Common Mistakes
- Confusing the common ratio with the common difference — a geometric sequence multiplies by r each step, it does not add d; using addition instead of multiplication yields completely different results
- Reversing the sign convention in the sum formula — the formula S = a(1-r^n)/(1-r) assumes r is not 1; using S = a(r^n-1)/(r-1) is algebraically equivalent but changes the sign convention
- Applying the infinite sum formula when |r| >= 1 — the infinite sum converges only for |r| < 1; for |r| >= 1, the series diverges and the formula gives nonsensical negative values
- Forgetting that n represents terms, not the exponent — a geometric series with 5 terms has the exponent n-1 = 4 on the common ratio for the last term; using n instead of n-1 gives the sixth term
Pro Tip
The single most powerful application of geometric series is the "Rule of 72" for quick mental estimates. Divide 72 by your annual compound growth rate to approximate the doubling time. For example, at 8% growth, 72/8 = 9 years to double. This works because (1 + r)^t = 2, and solving for t gives approximately t = ln(2)/ln(1+r) which the Rule of 72 approximates by 0.72/r. The rule is most accurate for interest rates between 4% and 20%. For inflation at 3%, prices double every 24 years. For a 10% investment return, money doubles every 7.2 years. This geometric series property makes the rule invaluable for quick financial projections without a calculator.
Frequently Asked Questions
A geometric series has a constant ratio between terms (multiplication), while arithmetic has a constant difference (addition). Example: 2, 6, 18, 54 is geometric with ratio 3; 2, 4, 6, 8 is arithmetic with difference 2.
An infinite geometric series converges only when |r| < 1. The sum to infinity is S = a / (1 - r). If |r| >= 1, the series diverges and does not have a finite sum.
Compound interest follows a geometric progression because each period multiplies the previous balance by (1 + rate). The future value of periodic investments is the sum of a geometric series with ratio (1 + rate).
Compound interest, population growth, radioactive decay, asset depreciation, installment loans, fractal geometry, music theory (octaves), and binary search algorithm analysis. The paradox of Achilles and the tortoise is a famous ancient example.