Sum of Infinite Series Calculator (Geometric)
Easily calculate the sum of an infinite geometric series using our sum of infinite series calculator. Enter the first term (a) and the common ratio (r) to find the sum if the series converges.
Infinite Geometric Series Calculator
Partial Sums and Convergence
| Term (n) | Term Value (a*r^(n-1)) | Partial Sum (S_n) |
|---|
Chart showing individual term values and partial sums approaching the limit (if convergent).
What is a Sum of Infinite Series Calculator?
A sum of infinite series calculator, specifically for geometric series as presented here, is a tool designed to find the sum of an infinite sequence of numbers that follow a geometric progression, provided the series converges. A geometric series is one where each term after the first is found by multiplying the previous one by a fixed, non-zero number called the common ratio (r). The calculator determines if the series converges (i.e., its sum approaches a finite value) and, if so, calculates this sum.
This calculator is useful for students studying calculus and series, engineers, physicists, and anyone dealing with problems involving geometric progressions that extend indefinitely but have a finite sum.
Common misconceptions include believing all infinite series have a finite sum (they don’t; only convergent series do) or that the formula S = a / (1 – r) applies to all infinite series (it only applies to geometric series where |r| < 1).
Sum of Infinite Geometric Series Formula and Mathematical Explanation
An infinite geometric series is given by:
a + ar + ar2 + ar3 + … + arn-1 + …
The sum of the first n terms (the nth partial sum, Sn) is given by:
Sn = a(1 – rn) / (1 – r)
For the sum of an infinite geometric series to exist (i.e., for the series to converge), the absolute value of the common ratio, |r|, must be less than 1 (|r| < 1). If |r| < 1, then as n approaches infinity (n → ∞), rn approaches 0. In this case, the sum S of the infinite series is the limit of Sn as n → ∞:
S = limn→∞ [a(1 – rn) / (1 – r)] = a(1 – 0) / (1 – r) = a / (1 – r)
So, the formula for the sum of a convergent infinite geometric series is:
S = a / (1 – r), where |r| < 1.
If |r| ≥ 1, the series diverges, meaning the sum does not approach a finite value (it either goes to infinity or oscillates).
Variables Explained
| Variable | Meaning | Unit | Typical Range |
|---|---|---|---|
| S | Sum of the infinite series | Same as ‘a’ | Depends on ‘a’ and ‘r’ |
| a | The first term of the series | Varies | Any real number |
| r | The common ratio | Dimensionless | -1 < r < 1 for convergence |
| n | Term number (for partial sums) | Integer | 1, 2, 3, … |
| Sn | Sum of the first n terms (partial sum) | Same as ‘a’ | Varies |
Practical Examples (Real-World Use Cases)
Example 1: Repeating Decimals
Consider the repeating decimal 0.3333… This can be written as an infinite geometric series:
0.3 + 0.03 + 0.003 + …
Here, the first term a = 0.3, and the common ratio r = 0.03 / 0.3 = 0.1. Since |r| = 0.1 < 1, the series converges.
Using the sum of infinite series calculator or formula: S = a / (1 – r) = 0.3 / (1 – 0.1) = 0.3 / 0.9 = 3/9 = 1/3.
Example 2: Bouncing Ball
A ball is dropped from a height of 10 meters. Each time it bounces, it reaches 60% (0.6) of its previous height. What is the total vertical distance traveled by the ball before it comes to rest?
The distance traveled downwards is: 10 + 10(0.6) + 10(0.6)2 + …
This is a geometric series with a = 10, r = 0.6. Sum downwards = 10 / (1 – 0.6) = 10 / 0.4 = 25 meters.
The distance traveled upwards is: 10(0.6) + 10(0.6)2 + … (starts from the first bounce upwards)
This is a geometric series with a = 10(0.6) = 6, r = 0.6. Sum upwards = 6 / (1 – 0.6) = 6 / 0.4 = 15 meters.
Total distance = Sum downwards + Sum upwards = 25 + 15 = 40 meters. Alternatively, it’s 10 (initial drop) + 2 * (sum of upward bounces) = 10 + 2 * 15 = 40m, because each bounce up is followed by a drop of the same height before the next bounce.
How to Use This Sum of Infinite Series Calculator
- Enter the First Term (a): Input the initial value of your geometric series into the “First Term (a)” field.
- Enter the Common Ratio (r): Input the common ratio of your series into the “Common Ratio (r)” field. Remember, for a finite sum to exist, the absolute value of ‘r’ must be less than 1.
- Calculate: The calculator automatically updates as you type, or you can click “Calculate Sum”.
- View Results:
- The “Primary Result” will show the sum ‘S’ if |r| < 1, or indicate that the series diverges if |r| ≥ 1.
- “Intermediate Results” show whether the series converges and the value of (1-r).
- The table and chart below visualize the partial sums and how they approach the limit.
- Reset: Click “Reset” to clear the fields to their default values.
- Copy: Click “Copy Results” to copy the main sum and conditions to your clipboard.
Understanding the results: If the calculator shows a finite sum, it means the infinite terms add up to that specific value. If it says “diverges,” the sum is either infinite or does not settle to a single value. This sum of infinite series calculator focuses on geometric series, so the divergence condition is |r| >= 1.
Key Factors That Affect the Sum of an Infinite Geometric Series
- First Term (a): The starting value of the series. The sum S is directly proportional to ‘a’. If ‘a’ doubles, the sum ‘S’ also doubles, assuming ‘r’ remains constant and |r|<1.
- Common Ratio (r): This is the most critical factor.
- If |r| < 1, the series converges, and the sum is finite (S = a/(1-r)). The closer |r| is to 1 (but still less than 1), the larger the magnitude of the sum will be (as 1-r becomes smaller). The closer |r| is to 0, the faster the terms decrease, and the sum gets closer to 'a'.
- If |r| ≥ 1, the series diverges, and the sum is not finite (unless a=0). Our sum of infinite series calculator will indicate this.
- Sign of ‘a’ and ‘r’: The signs of ‘a’ and ‘r’ determine the sign of the sum and whether the terms alternate in sign.
- Magnitude of ‘r’ close to 1: When |r| is very close to 1 (e.g., 0.99 or -0.99), the denominator (1-r) is very small, leading to a sum with a large magnitude. The convergence is also slower.
- Magnitude of ‘r’ close to 0: When |r| is very close to 0, the terms decrease very rapidly, and the sum is close to ‘a’. Convergence is fast.
- Starting point (a=0): If the first term ‘a’ is 0, the sum of the series is always 0, regardless of ‘r’.
Frequently Asked Questions (FAQ)
- What is an infinite series?
- An infinite series is the sum of an infinite sequence of numbers. Not all infinite series have a finite sum.
- When does an infinite geometric series have a finite sum?
- An infinite geometric series has a finite sum (converges) if and only if the absolute value of its common ratio ‘r’ is less than 1 (i.e., -1 < r < 1). Our sum of infinite series calculator checks this.
- What happens if |r| = 1?
- If r = 1 (and a ≠ 0), the series is a + a + a + …, which diverges to infinity (or -infinity if a < 0). If r = -1 (and a ≠ 0), the series is a - a + a - a + ..., which oscillates between a and 0, and thus diverges.
- What happens if |r| > 1?
- If |r| > 1, the terms of the series grow larger in magnitude, and the sum diverges to infinity or oscillates with increasing amplitude.
- Can this calculator handle other types of infinite series?
- No, this sum of infinite series calculator is specifically designed for geometric series. Other series (like p-series, alternating series, etc.) require different convergence tests and sum formulas (if a closed-form sum exists).
- What is a partial sum?
- A partial sum (Sn) is the sum of the first ‘n’ terms of the series. The table in our calculator shows partial sums.
- How is the sum of an infinite series related to partial sums?
- The sum of a convergent infinite series is the limit of its sequence of partial sums as the number of terms ‘n’ approaches infinity.
- Why is the condition |r| < 1 important?
- Because if |r| < 1, the term rn approaches 0 as n goes to infinity, allowing the formula Sn = a(1-rn)/(1-r) to simplify to S = a/(1-r).