Infinite Series Calculator — Sum of Geometric Series & Convergence Checker
Calculate the sum of an infinite geometric series instantly. Check convergence conditions, get step-by-step formula breakdowns, and compute infinite series sums online with our free calculator.
Infinite Series Calculator
Enter the first term and common ratio to find the sum of an infinite geometric series, or enter the first two terms to auto-detect the ratio.
Infinite Geometric Series Formula Explained
The sum of an infinite geometric series is given by the formula below. This formula applies when the absolute value of the common ratio is less than 1, ensuring the series converges to a finite value.
Variable Definitions
- a (or a₁) — The first term of the infinite geometric series
- r — The common ratio between consecutive terms (r = a₂/a₁ = a₃/a₂)
- S∞ — The sum of all infinitely many terms, which exists only if |r| < 1
If |r| ≥ 1, the series diverges and does not have a finite sum. The terms either grow without bound or oscillate indefinitely.
How to Calculate the Sum of an Infinite Geometric Series
Follow these steps to calculate the sum of any convergent infinite geometric series:
- Identify the first term a — This is the starting value of your series (e.g., 72 in the series 72 + 60 + 50 + …).
- Find the common ratio r — Divide any term by the previous term: r = a₂/a₁. For the example above, r = 60/72 = 5/6 ≈ 0.8333.
- Check convergence — Verify that |r| < 1. If true, the series converges to a finite sum. If |r| ≥ 1, the series diverges.
- Apply the formula — Use S∞ = a / (1 − r).
- Simplify the result — Compute the final value. For 72/(1−5/6) = 72/(1/6) = 432.
Infinite Series Calculator Examples
Example 1: Classic Geometric Series
Find the sum of the infinite series 72 + 60 + 50 + …
|r| = 0.8333 < 1 → Converges
S∞ = 72 / (1 − 5/6) = 72 / (1/6) = 432
Example 2: Series with Negative Ratio
Find the sum of 20 − 10 + 5 − 2.5 + …
|r| = 0.5 < 1 → Converges
S∞ = 20 / (1 − (−0.5)) = 20 / 1.5 ≈ 13.3333
Example 3: Divergent Series
Check the series 3 + 6 + 12 + 24 + …
|r| = 2 ≥ 1 → Diverges (no finite sum)
Real-World Infinite Series Applications
- Calculating Pi: Infinite series like the Gregory-Leibniz series (π/4 = 1 − 1/3 + 1/5 − 1/7 + …) approximate π to high precision.
- Physics & Motion: Zeno's paradox and the sum of an infinite geometric series describe motion where an object covers half the remaining distance repeatedly.
- Finance & Economics: Perpetuity formulas use infinite geometric series to value assets that pay indefinitely (e.g., preferred stock dividends).
- Fractals & Geometry: The area and perimeter of fractal shapes like the Koch snowflake are computed using infinite series.
- Signal Processing: Fourier series represent periodic signals as infinite sums of sine and cosine waves for audio, image, and data compression.
- Probability: Infinite geometric series calculate expected values in repeated trials, such as the expected number of coin flips until heads appears.
- Computer Science: Taylor series expansions approximate functions like ex, sin(x), and cos(x) for numerical computation in software.
People Also Ask About Infinite Series
Frequently Asked Questions About Infinite Series
Infinite Series Glossary
Geometric Series
A series where each term is multiplied by a constant ratio r. The infinite sum converges to a/(1−r) when |r| < 1.
Common Ratio (r)
The constant factor between consecutive terms in a geometric series: r = an+1/an.
Convergence
A series converges if its sequence of partial sums approaches a finite limit as more terms are added.
Divergence
A series diverges if its partial sums do not approach any finite limit; they may grow without bound or oscillate.
Partial Sum (Sn)
The sum of the first n terms of a series. For geometric series: Sn = a(1−rn)/(1−r).
Sigma Notation (Σ)
A compact way to write series: Σn=0∞ arn represents an infinite geometric series.
Ratio Test
A convergence test: if lim |an+1/an| < 1, the series converges absolutely; if > 1, it diverges.
Taylor Series
An infinite series that represents a function as a sum of terms calculated from its derivatives at a single point.
Editorial Review & Methodology
This infinite series calculator was built and reviewed by the NumbrWiz Editorial Team. The geometric series sum formula is a foundational concept in calculus and algebra, verified against standard mathematics curricula including AP Calculus BC, college-level calculus textbooks (Stewart, Larson), and online resources such as Wolfram MathWorld and Khan Academy.
- Formula verification: Cross-checked against multiple authoritative calculus and algebra sources including Stewart's Calculus: Early Transcendentals.
- Edge case testing: Tested with |r| close to 1, negative ratios, zero first term, and values near floating-point precision limits.
- UX review: Designed for intuitive input with clear convergence/divergence indicators and step-by-step breakdown.
Transparency note: All calculations run client-side in your browser. No data is ever collected, stored, or transmitted. Results are for educational purposes; verify critical calculations independently.