Series Sum Calculator
Math Algebra • Sequences and Series
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.