Geometric Series Calculator

Last updated: 2026-09-01

Geometric Series Calculator — Geometric Series Calculator. Free online calculator with formula, examples and step-by-step guide.
Inputs
Result
Enter values and press Calculate
Common Examples — Click to Fill
A1RNumber of sides
Caso basico 0.40.84
Caso tipico 0.71.47
Caso medio 1210
Caso avanzado 1.5315
Caso extremo 2.5525

TL;DR: To calculate a geometric series, use the formula Sₙ = a₁(1 - rⁿ) / (1 - r) for a finite sum or S∞ = a₁ / (1 - r) for an infinite convergent sum, where a₁ is the first term, r is the common ratio, and n is the number of terms — and our calculator handles both automatically.

What Is the Geometric Series Calculator?

A geometric series is the sum of the terms in a geometric sequence, where each term is found by multiplying the previous term by a constant value called the common ratio (r). For example, the sequence 2, 6, 18, 54 has a common ratio of 3 because each term is triple the previous one. The sum of these terms — 2 + 6 + 18 + 54 = 80 — is the geometric series.

Our Geometric Series Calculator is designed for students, educators, financial analysts, and engineers who need quick, accurate sums without manual iteration. Whether you are calculating compound interest over multiple periods, estimating the total distance traveled by a bouncing ball, or solving a textbook problem on sequences, this tool eliminates the risk of arithmetic errors. It accepts your first term, common ratio, and number of terms, then instantly returns both the finite sum and, when applicable, the infinite sum.

The calculator is particularly valuable in contexts where the ratio is a decimal or fraction. Manual multiplication becomes tedious and error-prone with values like r = 0.85 or r = 1.5. This tool applies the formula exactly, preserving precision and giving you confidence in the result for exams, reports, or engineering calculations.

How to Use the Calculator

Using the calculator requires three inputs. Follow this step-by-step process to obtain your results:

  1. Enter the first term (a₁): Type the value of the initial term of your geometric sequence into the field labeled 'First Term (a₁)'. This can be any real number including fractions or decimals. For example, enter '3' or '0.5'.
  2. Enter the common ratio (r): Input the constant multiplier between consecutive terms into the 'Common Ratio (r)' field. This value can be positive, negative, or a fraction. For instance, enter '2' for doubling or '0.1' for a 90% reduction each step.
  3. Enter the number of terms (n): Specify how many terms you want to include in the sum. This must be a positive integer. For example, enter '10' if you want the sum of the first ten terms.
  4. Click 'Calculate': Press the calculate button. The calculator processes your inputs and displays two outputs: the finite sum (Sₙ) and, if |r| < 1, the infinite sum (S∞).
  5. Review the results: The finite sum represents the total of the first n terms you specified. The infinite sum, shown only when the series converges, represents what the total would approach if you kept adding terms forever.

Formula and Calculation Method

The geometric series calculator uses two standard formulas. The first formula calculates the sum of a finite number of terms (Sₙ). The second calculates the sum of an infinite series (S∞) when the series converges.

Finite Geometric Series Formula:

Sₙ = a₁ × (1 − rⁿ) / (1 − r)

Infinite Geometric Series Formula (valid when |r| < 1):

S∞ = a₁ / (1 − r)

In both formulas, a₁ is the first term, r is the common ratio, and n is the total number of terms. The finite formula works for any real r except r = 1 (which would create a division by zero). When r = 1, the sum is simply a₁ × n because every term is identical.

Worked Example: Let’s calculate the sum of the first 5 terms of the sequence where a₁ = 4 and r = 3. The terms are 4, 12, 36, 108, 324. Their sum is 4 + 12 + 36 + 108 + 324 = 484. Using the formula: S₅ = 4 × (1 − 3⁵) / (1 − 3) = 4 × (1 − 243) / (−2) = 4 × (−242) / (−2) = 4 × 121 = 484. The calculator performs this exact calculation instantly, avoiding the need to list each term.

Practical Examples

The geometric series calculator is useful across multiple disciplines. Here are three realistic scenarios showing varied inputs and their implications.

Scenario First Term (a₁) Common Ratio (r) Number of Terms (n) Finite Sum (Sₙ) Infinite Sum (S∞)
Bank savings with fixed interest $1000 1.05 10 $12,577.89 Not applicable (r > 1)
Bouncing ball height loss 5 meters 0.6 8 12.35 meters 12.5 meters
Population decay in a sample 2000 0.9 15 15,861.21 20,000

In the first scenario, the series models compound interest. Starting with $1000 and growing by 5% each period, the sum of all contributions and interest after 10 periods is $12,577.89. The infinite sum does not exist because the terms grow without bound.

In the second scenario, a ball dropped from 5 meters rebounds to 60% of its previous height. The total distance traveled after 8 bounces is 12.35 meters. Interestingly, the infinite sum is 12.5 meters, meaning the ball travels only 0.15 meters more across all future bounces — a physical reality of geometric decay.

In the third scenario, a population of 2000 decreases by 10% each year. The total number of individuals observed over 15 years, including all generations, is 15,861.21. The infinite sum of 20,000 represents the theoretical total if the decay continued forever, which helps demographers estimate long-term carrying capacity.

Tips for Accurate Results

  • Verify the common ratio is not equal to 1: If you enter r = 1, the finite formula hits division by zero. In this case, every term equals the first term, so the sum is simply a₁ × n. Our calculator will not display a valid result for the standard formula, so double-check your ratio before entering it.
  • Distinguish between ratio and difference: A common ratio is multiplicative, while a common difference is additive (used in arithmetic series). If you mistakenly enter an additive difference as a ratio, your results will be wildly inaccurate. For a sequence like 5, 10, 15, the common difference is 5, but the common ratio is 2 — these are fundamentally different calculations.
  • Check convergence for infinite sums: The infinite sum formula is only valid when the absolute value of the ratio is less than 1 (|r| < 1). If you request an infinite sum with |r| ≥ 1, the series diverges, meaning no finite total exists. The calculator will not show an infinite sum in that case; do not interpret a blank field as an error — it is mathematically correct.
  • Use the absolute value rule: For convergence, always check |r|, not just r. A ratio of −0.5 converges because its absolute value is 0.5, even though the terms alternate in sign. Conversely, a ratio of −1.2 diverges because its absolute value exceeds 1.
  • Enter decimals or fractions correctly: If your ratio is a repeating decimal like 0.3333, enter it with sufficient precision (e.g., 0.3333) or use the fraction form 1/3 if supported. Small rounding errors in r can amplify significantly when raised to the power n.
  • Confirm the number of terms: A common mistake is confusing the number of terms with the exponent. For n = 5 terms, the highest exponent is 4 because you start counting from the first term. Ensure your n represents the count of terms you actually want summed.

Frequently Asked Questions

What is the difference between an arithmetic series and a geometric series?

An arithmetic series adds a constant difference (d) to each term (e.g., 2, 5, 8, 11 — adding 3 each time), and its sum uses the formula Sₙ = n/2 × (2a₁ + (n−1)d). A geometric series multiplies each term by a constant ratio (r) (e.g., 2, 6, 18, 54 — multiplying by 3), and its sum uses the formula Sₙ = a₁(1−rⁿ)/(1−r). The key distinction is additive versus multiplicative growth. In finance, arithmetic series model linear savings, while geometric series model compound interest or exponential decay.

When does a geometric series converge, and what does convergence mean?

A geometric series converges (has a finite infinite sum) only when the absolute value of the common ratio is less than 1, meaning |r| < 1. Convergence means that as you add more and more terms, the total approaches a fixed number without ever exceeding it. For example, the series 1 + 0.5 + 0.25 + 0.125 + ... converges to 2 because each term is half the previous one. The infinite sum formula S∞ = a₁ / (1 − r) gives this limit exactly. If |r| ≥ 1, the series diverges — the sum either grows without bound (r > 1) or oscillates without settling (r ≤ −1).

Can the geometric series formula handle negative ratios?

Yes, the formula works perfectly with negative ratios as long as you follow the algebra. For example, take a₁ = 10 and r = −0.5. The terms are 10, −5, 2.5, −1.25, and so on. The finite sum for 4 terms is 10 + (−5) + 2.5 + (−1.25) = 6.25. Using the formula: S₄ = 10 × (1 − (−0.5)⁴) / (1 − (−0.5)) = 10 × (1 − 0.0625) / 1.5 = 10 × 0.9375 / 1.5 = 6.25. The infinite sum exists because |−0.5| = 0.5 < 1, and S∞ = 10 / (1 − (−0.5)) = 10 / 1.5 ≈ 6.667. Negative ratios cause the series to alternate between positive and negative terms, but the formula handles this naturally.

FAQ

What is a geometric series and how does the Geometric Series Calculator handle it?

A geometric series is a sequence of numbers where each term after the first is found by multiplying the previous term by a constant called the common ratio. This calculator allows you to input the first term, the common ratio, and the number of terms, and it instantly computes both the partial sum and the sum to infinity (if applicable) with high precision.

Can the calculator find the sum to infinity, and under what conditions?

Yes, the calculator can find the sum to infinity, but this is only valid when the absolute value of the common ratio is less than 1 (|r| < 1). In such cases, the infinite series converges, and the calculator uses the formula S∞ = a / (1 - r), where 'a' is the first term, to provide the exact limiting sum.

What should I do if my common ratio is larger than 1 in absolute value?

If the absolute value of the common ratio is greater than or equal to 1, the geometric series diverges, meaning the sum grows without bound and no finite sum to infinity exists. The calculator will still compute the sum for a specific finite number of terms you enter, but it will clearly warn you that the infinite series does not converge and no sum to infinity is provided.

Does the calculator support fractional, negative, or decimal values for the first term and ratio?

Absolutely, the calculator accepts all real numbers, including positive and negative integers, fractions, decimals, and even irrational values like π. You can enter values such as -2.5, 1/3, or 0.75 as the first term or common ratio, and the calculator will perform the arithmetic accurately, handling both positive and negative signs correctly in the summation process.