series
Series Convergence Tests
You should know: sequences and series
Overview
Given an infinite series Σaₙ, the central question is: does the sequence of partial sums converge to a finite number, or does it diverge? Directly computing the limit of partial sums is often impossible in closed form, so mathematicians developed a toolbox of convergence tests — the comparison test, ratio test, root test, integral test, alternating series test, and others — each suited to different shapes of terms. Mastering when to reach for which test is one of the most practical skills in calculus.
Intuition
A series Σaₙ converges if its partial sums approach a fixed number instead of growing without bound or oscillating forever. The tests are shortcuts that avoid computing partial sums directly: the ratio test asks 'do consecutive terms shrink geometrically?'; the comparison test asks 'is this series trapped between two series I already understand?'; the integral test asks 'does the analogous continuous area converge?'; the alternating series test exploits sign-flipping to guarantee convergence even when the terms don't shrink fast. Each test is really a different way of bounding how fast aₙ must go to zero for the infinite sum to stay finite.
Interactive Graph
Formal Definition
A series Σaₙ converges if the sequence of partial sums Sₙ has a finite limit:
The series converges iff this limit exists and is finite
The n-th term test: if aₙ does not tend to 0, the series automatically diverges (contrapositive form is the only useful direction)
Notation
| Notation | Meaning |
|---|---|
| An infinite series summing terms aₙ | |
| The n-th partial sum | |
| Limit of consecutive term ratios used in the ratio test |
Derivation
Deriving the ratio test's convergence conclusion: suppose L = lim |aₙ₊₁/aₙ| < 1. Choose r with L < r < 1. Then for n large enough, |aₙ₊₁| < r|aₙ|, so eventually the terms are bounded by a geometric sequence:
Repeated application of |aₙ₊₁| < r|aₙ| starting from index N
Since 0 < r < 1, the geometric series on the right converges
A tail bounded by a convergent geometric series forces absolute convergence
Proofs
- (Group terms into blocks of length 2^k)
- (In each block of 2^k terms, every term is at least 1 over the largest denominator in that block)
- (Same bounding argument generalizes to all blocks)
- (Summing m blocks each exceeding 1/2, plus the initial 1)
- (Partial sums are unbounded, so the series diverges despite aₙ = 1/n → 0)
Properties
Absolute convergence implies convergence
Condition: Converse is false — e.g. the alternating harmonic series converges but not absolutely (conditional convergence)
Divergence (n-th term) test
Condition: Only useful to prove divergence; aₙ→0 does NOT imply convergence (harmonic series)
Geometric series
Condition: converges iff |r| < 1
Theorems
Corollaries
Follows from Alternating Series Test
Applications
3D Visualization
Animation
Animates partial sums Sₙ as a growing bar or point on a number line for several classic series side by side (Σ1/n, Σ1/n², Σ(-1)ⁿ/n, Σ2ⁿ) — the harmonic series creeps upward without bound, 1/n² visibly flattens toward a limit, the alternating series oscillates into a limit, and 2ⁿ rockets off the screen.
Worked Examples
Set up the ratio of consecutive terms.
Take the limit as n → ∞.
Since L = 1/2 < 1, the series converges absolutely.
Answer: Converges (by the ratio test, L = 1/2)
Practice Problems
Use the ratio test to determine whether Σ 3ⁿ/n! converges.
Determine convergence of Σ n²/(n³+1) using the limit comparison test against Σ1/n.
Which test is most appropriate for Σ (2n)!/(n!)² xⁿ (a factorial-heavy series)?
Common Mistakes
Concluding a series converges because its terms aₙ → 0.
aₙ → 0 is NECESSARY but not sufficient. The harmonic series Σ1/n has terms → 0 yet diverges. You must apply an actual convergence test.
Treating the ratio/root test's L = 1 case as proof of convergence or divergence.
L = 1 means the test is inconclusive — you learn nothing and must try a different test (e.g. compare Σ1/n and Σ1/n² — both give L=1 under the ratio test, yet one diverges and one converges).
Applying the alternating series test without checking that bₙ is actually decreasing (not just positive and →0).
Both monotonic decrease AND bₙ→0 are required. A non-monotonic but shrinking-on-average sequence can break the theorem's guarantee.
Quiz
Flashcards
Historical Background
Convergence was used informally for centuries (Zeno's paradoxes, medieval summations of geometric series) before being placed on rigorous footing. Gottfried Leibniz stated what's now the alternating series test around 1682, though without a modern proof. Augustin-Louis Cauchy formalized the ratio and root tests and the general Cauchy criterion for convergence in his 1821 Cours d'Analyse, the first fully rigorous treatment of series. Niels Henrik Abel and Carl Friedrich Gauss refined finer tests in the 1810s-20s for series where the ratio test is inconclusive (e.g. Gauss's test, Raabe's test).
- c. 1350
Nicole Oresme proves the harmonic series diverges, using a grouping argument
Nicole Oresme
- 1682
Leibniz states the alternating series test
Gottfried Wilhelm Leibniz
- 1821
Cauchy's Cours d'Analyse rigorously defines convergence and gives the ratio and root tests
Augustin-Louis Cauchy
- 1837
Dirichlet and later Abel study conditional convergence and rearrangement
Peter Gustav Lejeune Dirichlet, Niels Henrik Abel
Summary
- A series converges iff its partial sums approach a finite limit; several tests shortcut checking this directly.
- n-th term test only detects divergence (aₙ ↛ 0); it can never confirm convergence.
- Ratio and root tests compare growth to a geometric series — best for factorials/exponentials; inconclusive when L=1.
- Integral test links a series to an improper integral; p-series (Σ1/n^p) converges exactly for p > 1.
- Alternating series test guarantees convergence for sign-alternating, monotonically-decreasing-to-zero terms, but convergence may only be conditional (not absolute).
References
- BookStewart, J. Calculus: Early Transcendentals, 8th ed. Ch. 11.
- BookCauchy, A.-L. (1821). Cours d'Analyse de l'École Royale Polytechnique.
Mathematics