Infinite Sum Calculator for Geometric Series


Infinite Sum Calculator

This calculator computes the sum of an infinite geometric series, a fundamental concept in mathematics. For the sum to exist, the series must be convergent.

Calculate the Sum of an Infinite Geometric Series


The initial value in the series. This can be any real number.


The constant factor between consecutive terms. Must be between -1 and 1 (i.e., |r| < 1) for the sum to converge.
The absolute value of the common ratio must be less than 1 for the series to converge.


Calculation Results

The infinite sum of the series is:

20.00

Intermediate Values

Denominator (1 – r): 0.5

Visualization of the first 10 terms of the geometric series. This chart shows how quickly the terms approach zero when the series converges.

What is an Infinite Sum Calculator?

An infinite sum calculator is a tool designed to compute the sum of all the terms in an infinite geometric series. An infinite geometric series is a sequence of numbers where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio. For the sum to have a finite value, the series must be “convergent”. This calculator specifically handles these types of series.

This tool is invaluable for students, engineers, and scientists who encounter concepts of convergence and series in fields like calculus, physics, and finance. It provides a quick way to verify calculations or explore how changes in the first term or common ratio affect the total sum.

The Infinite Sum Formula and Explanation

The sum of an infinite geometric series can be calculated only if the absolute value of the common ratio, `|r|`, is less than 1. When this condition is met, the series converges to a finite sum. The formula is elegantly simple:

S = a / (1 – r)

Where `S` is the sum of the series, `a` is the first term, and `r` is the common ratio. If `|r|` is greater than or equal to 1, the terms of the series do not decrease sufficiently, and the sum does not approach a finite value; this is known as a divergent series.

Description of variables used in the infinite sum formula.
Variable Meaning Unit Typical Range
S The infinite sum of the series Unitless (or same as ‘a’) Any real number
a The first term in the series Unitless / numerical value Any real number
r The common ratio Unitless -1 < r < 1 (for convergence)

For more advanced topics, see our page on the Taylor series calculator.

Practical Examples

Understanding the concept is easier with real numbers. Here are a couple of examples demonstrating how the infinite sum calculator works.

Example 1: A simple converging series

  • Inputs:
    • First Term (a): 10
    • Common Ratio (r): 0.5
  • Calculation:
    • S = 10 / (1 – 0.5)
    • S = 10 / 0.5
  • Result: S = 20

This series (10, 5, 2.5, 1.25, …) gets smaller and smaller, eventually summing up to exactly 20.

Example 2: A series with a negative ratio

  • Inputs:
    • First Term (a): 8
    • Common Ratio (r): -0.25
  • Calculation:
    • S = 8 / (1 – (-0.25))
    • S = 8 / 1.25
  • Result: S = 6.4

This alternating series (8, -2, 0.5, -0.125, …) converges to 6.4. Check out our geometric series calculator for more examples.

How to Use This Infinite Sum Calculator

Using this calculator is straightforward. Follow these steps:

  1. Enter the First Term (a): Input the starting number of your series into the first field.
  2. Enter the Common Ratio (r): Input the common ratio. The calculator will automatically check if `|r| < 1` and show an error if the series diverges.
  3. Review the Results: The calculator instantly provides the total sum (S) and the value of the denominator (1 – r).
  4. Analyze the Chart: The chart below the calculator visualizes the first 10 terms, giving you an intuitive feel for how the series converges.

Key Factors That Affect the Infinite Sum

Several factors determine the outcome of an infinite sum calculation:

  • The Common Ratio (r): This is the most critical factor. If `|r| >= 1`, the series diverges, and the concept of a finite sum is meaningless. A ratio closer to 0 leads to faster convergence.
  • The First Term (a): This value acts as a scalar. It sets the initial magnitude of the series and directly scales the final sum.
  • The Sign of ‘a’ and ‘r’: The signs determine if the sum is positive or negative and whether the series terms alternate.
  • Numerical Precision: While the formula is exact, computational tools may have precision limits for very small or large numbers.
  • Convergence vs. Divergence: Understanding whether a series converges is the first step. Our guide on limits can help.
  • Series Type: This calculator is for geometric series. Other types, like arithmetic or harmonic series, have different properties. An arithmetic series never has a finite infinite sum.

Frequently Asked Questions (FAQ)

What is a convergent series?
A convergent series is an infinite series whose sequence of partial sums approaches a finite limit. For a geometric series, this happens when the absolute value of the common ratio is less than 1.
What is a divergent series?
A divergent series is one where the partial sums do not approach a finite limit. They might go to infinity, negative infinity, or oscillate without settling. This occurs in geometric series if |r| ≥ 1.
Can the first term ‘a’ be zero?
Yes. If ‘a’ is 0, every term in the series is 0, and the sum is trivially 0.
Why is the common ratio ‘r’ restricted to |r| < 1?
If |r| ≥ 1, each term is either the same size or larger than the previous one, so adding them up will not lead to a finite number. The terms must get progressively smaller for the sum to converge.
What are the applications of infinite series?
Infinite series are used in physics, engineering, computer science, and finance. They are used to model repeating processes, calculate probabilities, approximate complex functions (as seen in a power series calculator), and understand phenomena like radioactive decay.
Can I use this calculator for a finite series?
No, this calculator is specifically for infinite series. For a finite number of terms, you should use a finite geometric series calculator.
What is the sum of the harmonic series?
The harmonic series (1 + 1/2 + 1/3 + 1/4 + …) is a famous example of a divergent series, even though its terms approach zero. Therefore, it does not have a finite sum.
How does this relate to Zeno’s Paradoxes?
Zeno’s paradox of motion can be modeled as an infinite geometric series. For example, to cross a room, you must first cross half the room, then half the remaining distance, and so on. This creates a series like 1/2 + 1/4 + 1/8 + …, which converges to 1, demonstrating that an infinite number of tasks can be completed in a finite time.

Related Tools and Internal Resources

Explore more concepts in sequences and series with our other calculators and articles:

© 2026 Your Website. All Rights Reserved. This calculator is for educational purposes only.



Leave a Reply

Your email address will not be published. Required fields are marked *