Mathematics.

series

Series Convergence Tests

Calculus II50 minDifficulty6 out of 10

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

Watch partial sums of different series converge, diverge, or oscillate

Loading visualization…

Formal Definition

Definition

A series Σaₙ converges if the sequence of partial sums Sₙ has a finite limit:

Sn=k=1nak,n=1an=limnSnS_n = \sum_{k=1}^{n} a_k, \qquad \sum_{n=1}^{\infty} a_n = \lim_{n \to \infty} S_n

The series converges iff this limit exists and is finite

(Necessary condition)an converges    limnan=0\text{(Necessary condition)} \quad \sum a_n \text{ converges} \implies \lim_{n\to\infty} a_n = 0

The n-th term test: if aₙ does not tend to 0, the series automatically diverges (contrapositive form is the only useful direction)

Notation

NotationMeaning
n=1an\sum_{n=1}^{\infty} a_nAn infinite series summing terms aₙ
Sn=k=1nakS_n = \sum_{k=1}^n a_kThe n-th partial sum
L=limnan+1anL = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|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:

aN+k<rkaN for k=1,2,3,|a_{N+k}| < r^k |a_N| \text{ for } k = 1, 2, 3, \ldots

Repeated application of |aₙ₊₁| < r|aₙ| starting from index N

k=1aN+k<aNk=1rk=aNr1r<\sum_{k=1}^{\infty} |a_{N+k}| < |a_N| \sum_{k=1}^{\infty} r^k = |a_N|\frac{r}{1-r} < \infty

Since 0 < r < 1, the geometric series on the right converges

an converges (by comparison)    an converges absolutely\therefore \sum |a_n| \text{ converges (by comparison)} \implies \sum a_n \text{ converges absolutely}

A tail bounded by a convergent geometric series forces absolute convergence

Proofs

The harmonic series Σ1/n diverges (Oresme's grouping argument)
  1. n=11n=1+12+(13+14)+(15+16+17+18)+\sum_{n=1}^{\infty}\frac{1}{n} = 1 + \frac{1}{2} + \left(\frac{1}{3}+\frac{1}{4}\right) + \left(\frac{1}{5}+\frac{1}{6}+\frac{1}{7}+\frac{1}{8}\right) + \cdots(Group terms into blocks of length 2^k)
  2. 13+14>14+14=12,15++18>418=12\frac{1}{3}+\frac{1}{4} > \frac{1}{4}+\frac{1}{4} = \frac{1}{2}, \qquad \frac{1}{5}+\cdots+\frac{1}{8} > 4\cdot\frac{1}{8} = \frac{1}{2}(In each block of 2^k terms, every term is at least 1 over the largest denominator in that block)
  3. Every block of length 2k sums to more than 12\text{Every block of length } 2^k \text{ sums to more than } \tfrac{1}{2}(Same bounding argument generalizes to all blocks)
  4. S2m>1+m2S_{2^m} > 1 + \frac{m}{2}(Summing m blocks each exceeding 1/2, plus the initial 1)
  5. As m, 1+m2    Sn\text{As } m \to \infty, \ 1+\tfrac{m}{2}\to\infty \implies S_n \to \infty(Partial sums are unbounded, so the series diverges despite aₙ = 1/n → 0)

Properties

Absolute convergence implies convergence

an<    an converges\sum |a_n| < \infty \implies \sum a_n \text{ converges}

Condition: Converse is false — e.g. the alternating harmonic series converges but not absolutely (conditional convergence)

Divergence (n-th term) test

limnan0    an diverges\lim_{n\to\infty} a_n \neq 0 \implies \sum a_n \text{ diverges}

Condition: Only useful to prove divergence; aₙ→0 does NOT imply convergence (harmonic series)

Geometric series

n=0arn=a1r\sum_{n=0}^{\infty} ar^n = \frac{a}{1-r}

Condition: converges iff |r| < 1

Theorems

Theorem 1: Ratio Test
Let L=limnan+1an. If L<1 series converges absolutely; if L>1 (or ) it diverges; if L=1 the test is inconclusive.\text{Let } L=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|. \text{ If } L<1 \text{ series converges absolutely; if } L>1 \text{ (or } \infty\text{) it diverges; if } L=1 \text{ the test is inconclusive.}
Theorem 2: Root Test
Let L=limnann. If L<1 series converges absolutely; if L>1 it diverges; if L=1 inconclusive.\text{Let } L=\lim_{n\to\infty}\sqrt[n]{|a_n|}. \text{ If } L<1 \text{ series converges absolutely; if } L>1 \text{ it diverges; if } L=1 \text{ inconclusive.}
Theorem 3: Integral Test
If f is positive, continuous, decreasing on [1,) and an=f(n), then n=1an converges    1f(x)dx converges\text{If } f \text{ is positive, continuous, decreasing on } [1,\infty) \text{ and } a_n=f(n), \text{ then } \sum_{n=1}^\infty a_n \text{ converges} \iff \int_1^\infty f(x)\,dx \text{ converges}
Theorem 4: Alternating Series Test (Leibniz)
If bn>0, bn+1bn, and bn0, then n=1(1)nbn converges\text{If } b_n>0, \ b_{n+1}\le b_n, \text{ and } b_n\to 0, \text{ then } \sum_{n=1}^\infty(-1)^n b_n \text{ converges}
Theorem 5: p-Series Test
n=11np converges    p>1\sum_{n=1}^{\infty}\frac{1}{n^p} \text{ converges} \iff p>1
Theorem 6: Limit Comparison Test
If an,bn>0 and limnanbn=c(0,), then an and bn either both converge or both diverge\text{If } a_n,b_n>0 \text{ and } \lim_{n\to\infty}\frac{a_n}{b_n}=c \in (0,\infty), \text{ then } \sum a_n \text{ and } \sum b_n \text{ either both converge or both diverge}

Corollaries

Follows from Alternating Series Test

Theerrorfromtruncatinganalternatingseriesafterntermsisboundedbythefirstomittedterm:SSnbn+1.The error from truncating an alternating series after n terms is bounded by the first omitted term: |S − Sₙ| ≤ bₙ₊₁.

Applications

Determining whether an iterative algorithm's error terms form a convergent series is how numerical analysts prove an approximation method actually converges to the true answer.

3D Visualization

Compare partial-sum behavior across p-series with varying p

Loading 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

  1. Set up the ratio of consecutive terms.

    an+1an=(n+1)/2n+1n/2n=n+12n\left|\frac{a_{n+1}}{a_n}\right| = \frac{(n+1)/2^{n+1}}{n/2^n} = \frac{n+1}{2n}
  2. Take the limit as n → ∞.

    L=limnn+12n=12L = \lim_{n\to\infty}\frac{n+1}{2n} = \frac{1}{2}
  3. Since L = 1/2 < 1, the series converges absolutely.

    L<1    convergesL < 1 \implies \text{converges}

Answer: Converges (by the ratio test, L = 1/2)

Practice Problems

Difficulty 5/10

Use the ratio test to determine whether Σ 3ⁿ/n! converges.

Difficulty 6/10

Determine convergence of Σ n²/(n³+1) using the limit comparison test against Σ1/n.

Difficulty 4/10

Which test is most appropriate for Σ (2n)!/(n!)² xⁿ (a factorial-heavy series)?

Common Mistakes

Common Mistake

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.

Common Mistake

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).

Common Mistake

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

Σ1/n^p converges when:
If lim|aₙ₊₁/aₙ| = 1, what does the ratio test tell you?

Flashcards

1 / 4

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).

  1. c. 1350

    Nicole Oresme proves the harmonic series diverges, using a grouping argument

    Nicole Oresme

  2. 1682

    Leibniz states the alternating series test

    Gottfried Wilhelm Leibniz

  3. 1821

    Cauchy's Cours d'Analyse rigorously defines convergence and gives the ratio and root tests

    Augustin-Louis Cauchy

  4. 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

  1. BookStewart, J. Calculus: Early Transcendentals, 8th ed. Ch. 11.
  2. BookCauchy, A.-L. (1821). Cours d'Analyse de l'École Royale Polytechnique.