Loading…

Series Sum Calculator

Math Algebra • Sequences and Series

View all topics
4. Series Sum Calculator
Compute finite/infinite sums for geometric, arithmetic, p-series (plus telescoping presets). Shows closed form when available, numeric partial sums, convergence/divergence, and a partial-sum plot.
Parameters
Ready
Partial sum plot
x-axis: n (upper index) • y-axis: Sₙ (partial sum). Drag to pan • wheel/pinch to zoom.
n: 0, Sₙ: 0 sx: 60, sy: 35
Click Calculate to get the closed form (when available), convergence/divergence, and partial sums.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do I find the sum of a geometric series?

A geometric series has terms t_k = a r^(k-m). For a finite sum with N = n - m + 1, the sum is a(1 - r^N)/(1 - r) when r != 1; for an infinite sum it converges to a/(1 - r) only when |r| < 1.

What is the formula for the sum of an arithmetic series?

An arithmetic series has terms t_k = a + (k-m)d. With N = n - m + 1 terms, the finite sum is N/2 (2a + (N-1)d).

When does a p-series converge?

A p-series has the form sum_{k=m to infinity} A/k^p with m >= 1. It converges if p > 1 and diverges if p <= 1.

What makes a series telescoping in this calculator?

The telescoping preset uses terms of the form A/(k(k+1)), which can be rewritten as A(1/k - 1/(k+1)). This creates cancellations in partial sums and yields a simple closed form.