Series Convergence Calculator — Free Convergence & Divergence Test 2026 | AllInOneTools
Σ Free Calculator

Series Convergence Calculator

Test infinite series for convergence or divergence. Partial sums graph, step-by-step convergence tests, and comprehensive reference table.

Convergence Tester
Series Type:
Σ
SERIES
Σ a·rⁿ (n=0 to ∞)
GEOMETRIC
First Term (a)
a
Common Ratio (r)
r
RESULT
Convergence Verdict
Geo: a/(1−r)| p: Σ1/nᵖ| Ratio: |aₙ₊₁/aₙ|
--
--
Result
--
Sum / Limit
--
S₁₀
--
S₅₀
--
Test Used
--
a₁
--
Partial Sums Table
naₙSₙ (Partial Sum)Δ (Change)
💡 Insight

Related Math Tools

Series Convergence: The Complete Guide

What Is an Infinite Series?

An infinite series is the sum of infinitely many terms: S = a₁ + a₂ + a₃ + ... = Σaₙ. The key question is whether this sum approaches a finite number (converges) or grows without bound (diverges). The partial sum Sₙ = a₁ + a₂ + ... + aₙ gives the sum of the first n terms. If the sequence of partial sums {S₁, S₂, S₃, ...} approaches a finite limit L, the series converges to L. Otherwise, it diverges.

Sₙ = Σ(k=1 to n) aₖ = a₁ + a₂ + ... + aₙ
Series converges if lim(n→∞) Sₙ = L (finite)
Series diverges if lim(n→∞) Sₙ = ±∞ or DNE

Geometric Series

A geometric series has the form Σarⁿ where a is the first term and r is the common ratio. This is one of the few series with a simple closed-form sum. It converges if |r| < 1 with sum S = a/(1−r). It diverges if |r| ≥ 1. Geometric series appear in compound interest, probability, fractals, and signal processing. For example, the series 1 + 1/2 + 1/4 + 1/8 + ... (a=1, r=1/2) converges to 2.

Example
Σ 3·(0.4)ⁿ from n=0 to ∞: a = 3, r = 0.4. Since |0.4| < 1, it converges.
Sum = 3/(1−0.4) = 3/0.6 = 5.

p-Series and Harmonic Series

The p-series Σ(1/nᵖ) converges if and only if p > 1. The boundary case p = 1 gives the harmonic series Σ(1/n) = 1 + 1/2 + 1/3 + 1/4 + ..., which diverges — albeit very slowly. This is a famous result: even though the terms approach zero, the partial sums grow without bound (reaching 10 after about 12,367 terms and 20 after about 272 million terms). For p = 2, the series converges to the remarkable value π²/6 ≈ 1.6449 (the Basel problem, solved by Euler in 1735).

The Ratio and Root Tests

The ratio test examines L = lim|aₙ₊₁/aₙ|. If L < 1, the series converges absolutely; if L > 1, it diverges; if L = 1, the test is inconclusive. The root test computes L = lim(|aₙ|^(1/n)). Same decision criteria apply. The ratio test works especially well for series involving factorials, exponentials, and products, while the root test excels for series of the form (f(n))ⁿ. Neither test can resolve p-series (both give L = 1).

Ratio Test: L = lim |aₙ₊₁ / aₙ|
Root Test: L = lim |aₙ|^(1/n)

L < 1 → Converges absolutely
L > 1 → Diverges
L = 1 → Inconclusive

Alternating Series Test (Leibniz Test)

An alternating series has terms that alternate in sign: Σ(−1)ⁿbₙ. The alternating series test says it converges if (1) bₙ is eventually decreasing and (2) lim bₙ = 0. The alternating harmonic series Σ(−1)ⁿ⁺¹/n = 1 − 1/2 + 1/3 − 1/4 + ... converges to ln(2) ≈ 0.6931, even though the harmonic series itself diverges. The error after n terms is bounded by |aₙ₊₁|, giving a useful approximation guarantee.

Telescoping Series

A telescoping series has terms that cancel in pairs when written as partial fractions. The classic example Σ 1/(n(n+1)) = 1/(1·2) + 1/(2·3) + 1/(3·4) + ... telescopes because 1/(n(n+1)) = 1/n − 1/(n+1). The partial sum collapses to Sₙ = 1 − 1/(n+1), so the series converges to 1. Telescoping series are powerful because they yield exact sums, not just convergence verdicts.

Pro Tip
When you suspect a series might telescope, try partial fraction decomposition. If aₙ = f(n) − f(n+1) for some function f, the partial sum simplifies to Sₙ = f(1) − f(n+1), and convergence reduces to checking lim f(n+1).

Comparison and Integral Tests

The comparison test compares a series to a known benchmark: if 0 ≤ aₙ ≤ bₙ and Σbₙ converges, then Σaₙ converges. If aₙ ≥ bₙ ≥ 0 and Σbₙ diverges, then Σaₙ diverges. The limit comparison test checks lim(aₙ/bₙ): if this limit is positive and finite, both series share the same convergence behavior. The integral test connects series to improper integrals: if f(n) = aₙ where f is positive, continuous, and decreasing, then Σaₙ and ∫f(x)dx both converge or both diverge.

Absolute vs Conditional Convergence

A series converges absolutely if Σ|aₙ| converges. It converges conditionally if Σaₙ converges but Σ|aₙ| diverges. Absolute convergence is stronger: any absolutely convergent series is convergent, but not vice versa. The alternating harmonic series converges conditionally (it converges, but the harmonic series diverges). Remarkably, the Riemann rearrangement theorem shows that a conditionally convergent series can be rearranged to converge to any desired value, or to diverge — a fascinating and counterintuitive result.

Series in Science and Engineering

Infinite series are foundational in applied mathematics. Taylor series represent functions as infinite polynomials: eˣ = Σxⁿ/n!, sin(x) = Σ(−1)ⁿx²ⁿ⁺¹/(2n+1)!. Fourier series decompose periodic signals into sine and cosine waves, essential in signal processing, acoustics, and image compression (JPEG uses the discrete cosine transform). In physics, perturbation theory uses series expansions to approximate solutions to complex equations. In finance, geometric series underpin present value calculations, annuity pricing, and perpetuity valuations.

How to Use This Calculator

Select a series type: Geometric (Σarⁿ), p-Series (Σ1/nᵖ), Alternating (Σ(−1)ⁿ/nᵖ), Telescoping (Σ1/(n(n+k))), Exponential (Σxⁿ/n!), or Power·Ratio (Σnᵃ·rⁿ). Enter the required parameters and click "Test Convergence." The calculator displays the verdict (converges/diverges), the exact or approximate sum, a partial sums graph showing the series behavior, step-by-step test application, and a partial sums table for the first 30 terms.

Common Mistake
Students often assume that if aₙ → 0, the series converges. This is WRONG. The condition aₙ → 0 is necessary but not sufficient. The harmonic series Σ(1/n) has terms approaching zero but diverges. Always apply a proper convergence test — never rely on the terms alone.

Frequently Asked Questions

What does it mean for a series to converge?
A series converges if the sequence of partial sums Sₙ = a₁ + a₂ + ... + aₙ approaches a finite limit L as n → ∞. For example, 1/2 + 1/4 + 1/8 + ... converges to 1.
What is the ratio test?
Compute L = lim|aₙ₊₁/aₙ|. If L < 1, the series converges absolutely. If L > 1, it diverges. If L = 1, the test is inconclusive and you need another test.
Does the harmonic series converge?
No. Σ(1/n) diverges despite terms approaching 0. It is the p-series with p=1, and p-series only converge when p > 1.
What is a geometric series?
A geometric series Σarⁿ has constant ratio r between consecutive terms. It converges if |r| < 1, with sum a/(1−r). If |r| ≥ 1, it diverges.
When does a p-series converge?
Σ(1/nᵖ) converges if and only if p > 1. p=2 gives π²/6 ≈ 1.6449. p=4 gives π⁴/90 ≈ 1.0823. p=1 is the divergent harmonic series.