Chapter 12
Medium

Convergence Tests

00 · Symbol Glossary

$\displaystyle\sum \frac{1}{n^p}$p-series

A series with terms 1np\dfrac{1}{n^p} for a fixed exponent pp. The series analogue of Chapter 08's p-integral 1xpdx\int_1^\infty x^{-p}\,dx — Section 02 shows the same threshold value of pp decides convergence for both.

$0\leq a_n \leq b_n$term-by-term comparison

A relationship between two series' terms, both non-negative, used in the comparison test (Section 01) to transmit convergence or divergence from one series to the other.

$\displaystyle\sum (-1)^{n-1} b_n$alternating series

A series whose terms strictly alternate in sign, with bn>0b_n>0 for every nn. The sign alternation itself can force convergence even when bn\sum b_n (without the alternating signs) diverges — Section 04's central example.

$\text{abs. conv. / cond. conv.}$absolute and conditional convergence

Two different strengths of convergence for a series with mixed-sign terms, distinguished in Section 05: whether the series of absolute values also converges, or only the original signed series does.


01 · The Comparison Test

The geometric series (Chapter 09) and p-series (Section 02) are two rare series whose convergence can be checked directly. Most other series are checked instead by comparing them, term by term, to one of these known cases.

Definition — Comparison Test

Suppose 0anbn0 \leq a_n \leq b_n for all nn beyond some starting index.

  • If bn\sum b_n converges, then an\sum a_n converges (a smaller non-negative running total, capped by a finite one, cannot itself grow without bound).
  • If an\sum a_n diverges, then bn\sum b_n diverges (a larger running total than one already growing without bound must itself grow without bound).
Example — Comparing to a known geometric series

Does n=112n+n\displaystyle\sum_{n=1}^{\infty}\frac{1}{2^n+n} converge? For every n1n\geq1: 2n+n>2n2^n+n > 2^n, so 12n+n<12n\dfrac{1}{2^n+n} < \dfrac{1}{2^n} (a larger denominator gives a smaller fraction, both sides positive).

12n=(12)n\displaystyle\sum\frac{1}{2^n} = \sum\left(\frac12\right)^n is geometric with r=12r=\frac12, r<1\lvert r\rvert<1, so it converges (Chapter 09, Section 03). Since 012n+n<12n0\leq\frac{1}{2^n+n}<\frac{1}{2^n} and the larger series converges, the comparison test gives that 12n+n\displaystyle\sum\frac{1}{2^n+n} converges too.


02 · p-Series and the Integral Test

Definition — p-Series Test
n=11np converges if p>1,diverges if p1\sum_{n=1}^{\infty} \frac{1}{n^p} \text{ converges if } p>1, \quad \text{diverges if } p\leq1
Definition — Integral Test

If f(x)f(x) is positive, continuous, and decreasing for x1x\geq1, and an=f(n)a_n=f(n), then n=1an\displaystyle\sum_{n=1}^{\infty} a_n and 1f(x)dx\displaystyle\int_1^\infty f(x)\,dx (Chapter 08) either both converge or both diverge.

Why the integral test works — geometric intuition

Drawing a rectangle of width 11 and height f(n)f(n) over each interval [n,n+1][n,n+1] produces exactly the Riemann-sum picture of Chapter 06, Section 01. Since ff is decreasing, these rectangles either all sit above the curve or all sit below it (depending on which endpoint is used), sandwiching the series' partial sums between the integral and the integral plus one extra term — so one is finite exactly when the other is.

Step-by-step — Prove the p-series test using the integral test, for p ≠ 1
1
Set f(x)=xpf(x) = x^{-p}, matching the p-series' terms an=npa_n = n^{-p}: ff is positive, continuous, and decreasing for x1x\geq1 whenever p>0p>0 (larger xx gives a smaller xpx^{-p}).
2
Apply the integral test: np\sum n^{-p} converges if and only if 1xpdx\int_1^\infty x^{-p}\,dx converges.
3
Recall Chapter 08, Section 03's p-integral result directly: 1xpdx\int_1^\infty x^{-p}\,dx converges iff p>1p>1.
4
Conclude by the integral test's equivalence (step 2): np\sum n^{-p} converges iff p>1p>1 — exactly the p-series test stated above, inherited directly from Chapter 08's already-proven p-integral result.
❌ Applying the integral test to a non-decreasing function

Attempting to test n=1nn2+1(1)n/2\displaystyle\sum_{n=1}^{\infty}\frac{n}{n^2+1}\cdot(-1)^{\lfloor n/2\rfloor}-style sign-changing terms directly with the integral test (details of the sign pattern aside) — or more simply, misapplying the test to an=sin2(n)+1a_n=\sin^2(n)+1, which does not decrease monotonically as nn grows (it oscillates).

Why it breaks: the integral test's hypothesis explicitly requires ff to be decreasing (in addition to positive and continuous) for every xx beyond the starting point. Without that, the rectangle-sandwiching argument in the note above breaks down — the rectangles are no longer guaranteed to lie entirely above or entirely below the curve, so the integral and the series need not converge or diverge together.

Consequence: any series with non-monotonic or sign-changing terms needs a different test — the comparison test (Section 01), the alternating series test (Section 04), or the ratio test (Chapter 10) — never the integral test, which is only valid for positive, continuous, eventually-decreasing terms.


03 · The Limit Comparison Test

Direct term-by-term comparison (Section 01) requires finding an inequality that holds for every nn — sometimes awkward to set up. The limit comparison test replaces that inequality with a single limit computation.

Definition — Limit Comparison Test

Suppose an,bn>0a_n, b_n > 0 for all nn, and limnanbn=L\displaystyle\lim_{n\to\infty}\frac{a_n}{b_n} = L where 0<L<0<L<\infty (a finite, positive number). Then an\sum a_n and bn\sum b_n either both converge or both diverge.

Step-by-step — Determine convergence of $\displaystyle\sum_{n=1}^{\infty}\frac{3n^2+1}{n^4+2n}$
1
Identify the dominant behavior for large nn: the numerator behaves like 3n23n^2 and the denominator like n4n^4 for large nn, so ana_n behaves like 3n2n4=3n2\dfrac{3n^2}{n^4}=\dfrac{3}{n^2}.
2
**Choose bn=1n2b_n = \dfrac{1}{n^2}, a p-series with p=2>1p=2>1 (Section 02: converges).
3
Compute the limit comparison: limnanbn=limn(3n2+1)/(n4+2n)1/n2=limnn2(3n2+1)n4+2n=limn3n4+n2n4+2n\displaystyle\lim_{n\to\infty}\frac{a_n}{b_n} = \lim_{n\to\infty}\frac{(3n^2+1)/(n^4+2n)}{1/n^2} = \lim_{n\to\infty}\frac{n^2(3n^2+1)}{n^4+2n} = \lim_{n\to\infty}\frac{3n^4+n^2}{n^4+2n}.
4
Divide numerator and denominator by n4n^4: 3+1/n21+2/n33+01+0=3\dfrac{3+1/n^2}{1+2/n^3} \to \dfrac{3+0}{1+0}=3 as nn\to\infty.
5
Conclude: L=3L=3, finite and positive. Since bn=1n2\sum b_n=\sum\frac{1}{n^2} converges (step 2), the limit comparison test gives that 3n2+1n4+2n\displaystyle\sum\frac{3n^2+1}{n^4+2n} converges too.

04 · The Alternating Series Test

Every test so far required non-negative terms. Series whose terms alternate in sign behave differently — the sign changes themselves can produce convergence.

Definition — Alternating Series Test

For n=1(1)n1bn\displaystyle\sum_{n=1}^{\infty}(-1)^{n-1}b_n with bn>0b_n>0: if (1) bn+1bnb_{n+1}\leq b_n for all nn (terms shrink, or stay equal) and (2) limnbn=0\displaystyle\lim_{n\to\infty}b_n=0, then the series converges.

Example — The alternating harmonic series converges

n=1(1)n1n=112+1314+\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n} = 1-\frac12+\frac13-\frac14+\cdots. Here bn=1nb_n=\dfrac1n: it is decreasing (bn+1=1n+1<1n=bnb_{n+1}=\frac{1}{n+1}<\frac1n=b_n) and bn0b_n\to0 (Chapter 09, Section 01's example). Both alternating series test conditions hold, so this series converges.

This is the single most important contrast in the whole topic: Chapter 09, Section 05 proved the plain harmonic series 1n\sum\frac1n diverges — but inserting alternating signs on the exact same terms converges. The sign pattern itself is doing real work.

❌ Dropping the 'decreasing' condition of the alternating series test

Consider n=1(1)n1bn\displaystyle\sum_{n=1}^{\infty}(-1)^{n-1}b_n where bn=2+(1)nnb_n = \dfrac{2+(-1)^n}{n} — so bnb_n takes the values 1n\frac1n and 3n\frac3n alternately, and bn0b_n\to0 is still true, but bnb_n does not decrease monotonically (it bounces between roughly 1n\frac1n and 3n\frac3n instead of shrinking every single step).

Why it breaks: the alternating series test's proof (not derived in full here) relies on the partial sums oscillating with strictly shrinking amplitude — if bnb_n fails to decrease, that oscillating-and-shrinking structure is not guaranteed, and the test's conclusion no longer follows from its hypotheses.

Consequence: bn0b_n\to0 alone is not sufficient — both conditions of the alternating series test must hold together. (This particular series happens to still converge by a more delicate argument, but the alternating series test itself does not certify it, since one of its two hypotheses fails; a test only proves what its hypotheses actually guarantee.)


05 · Absolute vs. Conditional Convergence

Section 04 showed that a series can converge only because of its alternating signs. This motivates classifying series with mixed-sign terms by a stronger question: does the series still converge if every term is made positive?

Definition — Absolute and Conditional Convergence

an\sum a_n converges absolutely if an\sum\lvert a_n\rvert converges (a stronger condition — this is Chapter 10's "converges absolutely" language, made precise here).

an\sum a_n converges conditionally if an\sum a_n converges but an\sum \lvert a_n\rvert diverges.

Absolute convergence implies convergence — if an\sum\lvert a_n\rvert converges, then an\sum a_n converges too (proof omitted, but consistent with the comparison test: ananan-\lvert a_n\rvert \leq a_n \leq \lvert a_n\rvert sandwiches ana_n between two pieces built from the convergent an\sum\lvert a_n\rvert).

Example — Classifying the alternating harmonic series

(1)n1n\displaystyle\sum\frac{(-1)^{n-1}}{n} converges (Section 04). Taking absolute values: (1)n1n=1n\sum\left\lvert\frac{(-1)^{n-1}}{n}\right\rvert = \sum\frac1n, the plain harmonic series, which diverges (Chapter 09, Section 05).

The original series converges, but the absolute-value version diverges — so (1)n1n\sum\frac{(-1)^{n-1}}{n} converges conditionally, not absolutely.


06 · Choosing a Test

Definition — Test Selection Checklist
  1. Do the terms fail to approach 00? → test for divergence (Chapter 09) settles it immediately.
  2. Is it a geometric series or p-series? → apply the known formula/threshold directly (Chapter 09, Section 02 above).
  3. Do the terms resemble a known series (geometric or p-series) after ignoring lower-order behavior? → comparison test or limit comparison test.
  4. Are the terms f(n)f(n) for a positive, continuous, decreasing ff, with no elementary antiderivative comparison available? → integral test.
  5. Do the signs strictly alternate? → alternating series test, then classify absolute vs. conditional.
  6. Does the term involve a factorial, a fixed base raised to the nn-th power, or resemble a power series? → ratio test (Chapter 10).

07 · Exercises

EXERCISE 12.1

Bound the given series' terms above (or below) by a p-series or geometric series whose convergence is already known.

n=11n3+1\displaystyle\sum_{n=1}^{\infty}\frac{1}{n^3+1}: for all n1n\geq1, n3+1>n3n^3+1>n^3, so 1n3+1<1n3\dfrac{1}{n^3+1}<\dfrac{1}{n^3}. 1n3\sum\frac{1}{n^3} is a p-series with p=3>1p=3>1, converges (Section 02). By the comparison test, 1n3+1\sum\frac{1}{n^3+1} converges too.

Use the comparison test to determine whether n=11n3+1\displaystyle\sum_{n=1}^{\infty}\dfrac{1}{n^3+1} converges.

EXERCISE 12.2

Identify the dominant terms in the numerator and denominator for large nn, and choose a comparison series matching that behavior.

n=15n+2n31\displaystyle\sum_{n=1}^{\infty}\frac{5n+2}{n^3-1} behaves like 5nn3=5n2\frac{5n}{n^3}=\frac5{n^2} for large nn. Choose bn=1n2b_n=\frac1{n^2} (p-series, p=2>1p=2>1, converges). limnanbn=limn2(5n+2)n31=lim5n3+2n2n31=5\lim_{n\to\infty}\dfrac{a_n}{b_n} = \lim\dfrac{n^2(5n+2)}{n^3-1} = \lim\dfrac{5n^3+2n^2}{n^3-1} = 5 (dividing by n3n^3). L=5L=5, finite and positive, so by the limit comparison test, 5n+2n31\sum\frac{5n+2}{n^3-1} converges.

Use the limit comparison test to determine whether n=15n+2n31\displaystyle\sum_{n=1}^{\infty}\dfrac{5n+2}{n^3-1} converges.

EXERCISE 12.3

Check that the integral test's three hypotheses (positive, continuous, decreasing) hold, then evaluate the corresponding improper integral using Chapter 08's tools.

n=11n(lnn)2\displaystyle\sum_{n=1}^{\infty}\frac{1}{n(\ln n)^2} (for n2n\geq2, since ln1=0\ln1=0): let f(x)=1x(lnx)2f(x)=\dfrac{1}{x(\ln x)^2}, positive, continuous, and decreasing for x2x\geq2. 2dxx(lnx)2\int_2^\infty \dfrac{dx}{x(\ln x)^2}: substitute u=lnxu=\ln x, du=dxxdu=\dfrac{dx}{x} (Chapter 07 u-substitution), giving duu2=1u+C=1lnx+C\int \dfrac{du}{u^2} = -\dfrac1u+C = -\dfrac{1}{\ln x}+C. Evaluate: limt[1lnx]2t=limt(1lnt+1ln2)=0+1ln2=1ln2\lim_{t\to\infty}\left[-\dfrac{1}{\ln x}\right]_2^t = \lim_{t\to\infty}\left(-\dfrac{1}{\ln t}+\dfrac{1}{\ln2}\right) = 0+\dfrac{1}{\ln2} = \dfrac{1}{\ln2}, finite. The integral converges, so by the integral test, the series converges too.

Use the integral test to determine whether n=21n(lnn)2\displaystyle\sum_{n=2}^{\infty}\dfrac{1}{n(\ln n)^2} converges.

EXERCISE 12.4

Check both alternating series test conditions (decreasing terms, terms shrinking to zero), then separately check convergence of the absolute-value series.

n=1(1)n1n2\displaystyle\sum_{n=1}^{\infty}\frac{(-1)^{n-1}}{n^2}: bn=1n2b_n=\frac1{n^2} is decreasing and 0\to0, so by the alternating series test the series converges. Absolute values: 1n2\sum\frac{1}{n^2}, a p-series with p=2>1p=2>1, which converges. Since the absolute-value series also converges, the original series converges absolutely, not merely conditionally.

Show that n=1(1)n1n2\displaystyle\sum_{n=1}^{\infty}\dfrac{(-1)^{n-1}}{n^2} converges, and determine whether it converges absolutely or only conditionally.

EXERCISE 12.5

The presence of a factorial in the terms is the strongest signal to reach for the ratio test rather than a comparison-style test.

n=1n!2n\displaystyle\sum_{n=1}^{\infty}\frac{n!}{2^n}: ratio test, an+1an=(n+1)!2n+12nn!=n+12\left\lvert\dfrac{a_{n+1}}{a_n}\right\rvert = \dfrac{(n+1)!}{2^{n+1}}\cdot\dfrac{2^n}{n!} = \dfrac{n+1}{2} \to \infty as nn\to\infty. Since ρ=>1\rho=\infty>1, the series diverges by the ratio test (Chapter 10) — factorial growth in the numerator overwhelms the exponential denominator.

Use the ratio test to determine whether n=1n!2n\displaystyle\sum_{n=1}^{\infty}\dfrac{n!}{2^n} converges.

EXERCISE 12.6

A stream of alternating gains and losses, shrinking in size and tending to zero, is exactly the setup for the alternating series test.

A trading strategy's realized monthly P&L follows pn=(1)n11000np_n = (-1)^{n-1}\dfrac{1000}{n} dollars in month nn (alternating gains and losses, shrinking in size). Total realized P&L across all months: n=1(1)n11000n=1000(1)n11n\sum_{n=1}^\infty (-1)^{n-1}\dfrac{1000}{n} = 1000\sum(-1)^{n-1}\dfrac1n. Since bn=1nb_n=\frac1n is decreasing and 0\to0, the alternating series test gives convergence — the infinite stream of P&L sums to a finite total, even though the un-signed magnitudes 1000n\sum\frac{1000}{n} (the harmonic series scaled by 1000) would diverge. This is a conditionally convergent total: it depends on the exact alternating order of gains and losses, not just their sizes.

A trading strategy's monthly P&L is modeled by pn=(1)n11000np_n = (-1)^{n-1}\dfrac{1000}{n} dollars in month nn. Determine whether the total P&L over infinitely many months converges, and state whether it does so absolutely or conditionally.


08 · Chapter Summary

ConceptFormula / Rule
Comparison test0anbn0\leq a_n\leq b_n: bnb_n converges an\Rightarrow a_n converges; ana_n diverges bn\Rightarrow b_n diverges
p-series1/np\sum 1/n^p converges iff p>1p>1
Integral testan=f(n)a_n=f(n), ff positive/continuous/decreasing: series and 1fdx\int_1^\infty f\,dx share convergence
Limit comparison testliman/bn=L(0,)\lim a_n/b_n = L\in(0,\infty): both converge or both diverge
Alternating series testbnb_n decreasing, bn0b_n\to0 (1)n1bn\Rightarrow \sum(-1)^{n-1}b_n converges
Absolute convergencean\sum\lvert a_n\rvert converges an\Rightarrow \sum a_n converges
Conditional convergencean\sum a_n converges but an\sum\lvert a_n\rvert diverges
Ratio testRecap from Chapter 10 — best for factorials, fixed bases to the nn

Next: Chapter 13 — Parametric Equations and Polar Coordinates, which describes curves that cannot be written as a single function y=f(x)y=f(x).