Interactive Calculator
Choose a classic infinite series type, enter parameters, and compute a partial sum SN with a convergence verdict.
What this convergent series calculator does
This tool helps you analyze common infinite series by computing a finite partial sum and checking whether the full infinite series converges. It is useful for students in calculus, real analysis, physics, engineering, and quantitative finance.
For each supported series, the calculator provides:
- The mathematical form of the series
- The partial sum SN using your chosen number of terms
- A convergence verdict (convergent, divergent, or conditional)
- Known exact infinite sums when available
- Error information or bounds for approximation quality
Supported series and convergence rules
1) Geometric series
Form: ∑ a·rn−1, starting at n = 1. This converges if and only if |r| < 1. When it converges, the infinite sum is a/(1−r).
2) p-series
Form: ∑ 1/np. This converges when p > 1 and diverges for p ≤ 1. A classic special case is p = 2, where the exact sum is π²/6.
3) Alternating p-series
Form: ∑ (−1)n−1/np. This converges for p > 0 by the alternating series test. It is:
- Absolutely convergent if p > 1
- Conditionally convergent if 0 < p ≤ 1
- Divergent if p ≤ 0
4) Telescoping series
Form: ∑ 1/[n(n+1)]. This simplifies term-by-term and converges to 1. Partial sums are exact: SN = 1 − 1/(N+1).
5) Factorial reciprocal series
Form: ∑ 1/n!. This converges rapidly and equals e − 1. It is one of the fastest-converging series in basic calculus.
How to use the calculator effectively
- Select the series type from the dropdown.
- Enter required parameters (a, r, or p).
- Pick a term count N.
- Click Calculate.
- Compare SN with the known/estimated infinite sum and error output.
Why convergence matters
Infinite sums appear across science and technology. A convergent series gives a stable finite value, while a divergent series does not settle to a single number. This distinction affects numerical methods, signal processing, stochastic modeling, and perturbation expansions in physics.
Practical tips
- If your series converges slowly (for example p just above 1), increase N significantly.
- Alternating series often produce usable approximations with fewer terms.
- If terms do not approach zero, the series cannot converge.
- Use this tool for numeric intuition; formal proofs still require proper convergence tests.
Frequently asked questions
Does this calculator prove convergence?
It applies known rules for supported families and provides numerical evidence via partial sums. For arbitrary custom series, formal proof needs separate analysis.
Why can a partial sum be finite even for a divergent series?
Every partial sum SN is finite for finite N. Divergence means the sequence of partial sums does not approach a single finite limit as N grows.
Can I use this for homework checks?
Yes—great for verification and intuition. Just make sure to show your analytic steps if your course requires proofs.