Skip to content

3.1 Definitions and Convergence

A series n=1an\sum_{n=1}^{\infty} a_n converges if the sequence of partial sums SN=n=1NanS_N = \sum_{n=1}^{N} a_n Converges. The limit is the sum of the series.

If an0a_n \geq 0 for all nnThe series of partial sums is increasing, so by the monotone convergence Theorem, an\sum a_n converges if and only if (SN)(S_N) is bounded above.

3.2 Convergence Tests

Theorem 3.1 (Comparison Test). If 0anbn0 \leq a_n \leq b_n for all nnThen:

  • If bn\sum b_n converges, then an\sum a_n converges.
  • If an\sum a_n diverges, then bn\sum b_n diverges.

Theorem 3.2 (Limit Comparison Test). If an>0a_n > 0, bn>0b_n > 0And limnan/bn=L\lim_{n \to \infty} a_n / b_n = L where 0<L<0 \lt L \lt \inftyThen an\sum a_n converges if and only if bn\sum b_n converges.

Theorem 3.3 (Ratio Test). If limnan+1/an=L\lim_{n \to \infty} |a_{n+1}/a_n| = LThen:

  • If L<1L \lt 1, an\sum a_n converges absolutely.
  • If L>1L > 1, an\sum a_n diverges.
  • If L=1L = 1The test is inconclusive.

Theorem 3.4 (Root Test). If lim supnann=L\limsup_{n \to \infty} \sqrt[n]{|a_n|} = LThen:

  • If L<1L \lt 1, an\sum a_n converges absolutely.
  • If L>1L > 1, an\sum a_n diverges.
  • If L=1L = 1The test is inconclusive.

Proof. If L<1L \lt 1Choose rr with L<r<1L \lt r \lt 1. By definition of lim sup\limsupThere exists NN such that ann<r\sqrt[n]{|a_n|} \lt r for all nNn \geq NI.e., an<rn|a_n| \lt r^n. Since rn\sum r^n converges (geometric series with r<1r \lt 1), the comparison test gives absolute convergence.

If L>1L > 1Then for infinitely many nn: ann>1\sqrt[n]{|a_n|} > 1So an>1|a_n| > 1. Hence an↛0a_n \not\to 0 And the series diverges. \blacksquare

Theorem 3.5 (Integral Test). If f:[1,)[0,)f : [1, \infty) \to [0, \infty) is positive, continuous, and Decreasing, then n=1f(n)\sum_{n=1}^{\infty} f(n) converges if and only if 1f(x)dx\int_1^{\infty} f(x)\, dx converges.

Proof. Since ff is decreasing, for kxk+1k \leq x \leq k+1: f(k+1)f(x)f(k)f(k+1) \leq f(x) \leq f(k). Integrating:

f(k+1)=kk+1f(k+1)dxkk+1f(x)dxkk+1f(k)dx=f(k)f(k+1) = \int_k^{k+1} f(k+1)\, dx \leq \int_k^{k+1} f(x)\, dx \leq \int_k^{k+1} f(k)\, dx = f(k)

Summing from k=1k = 1 to N1N - 1:

k=2Nf(k)1Nf(x)dxk=1N1f(k)\sum_{k=2}^{N} f(k) \leq \int_1^N f(x)\, dx \leq \sum_{k=1}^{N-1} f(k)

If 1f\int_1^{\infty} f converges, the left inequality shows f(k)\sum f(k) is bounded above, hence converges. If 1f\int_1^{\infty} f diverges, the right inequality shows f(k)\sum f(k) is unbounded, hence diverges. \blacksquare

Theorem 3.6 (Alternating Series Test). If an>0a_n > 0, ana_n decreases, and an0a_n \to 0Then n=1(1)n+1an\sum_{n=1}^{\infty} (-1)^{n+1} a_n converges.

Proof. The partial sums of the even-indexed subsequence satisfy S2n=S2n2a2n1+a2nS_{2n} = S_{2n-2} - a_{2n-1} + a_{2n}. Since a2n1a2na_{2n-1} \geq a_{2n}We have S2nS2n2S_{2n} \leq S_{2n-2}So (S2n)(S_{2n}) is decreasing. Similarly, (S2n+1)(S_{2n+1}) is increasing. Also S2n+1=S2n+a2n+1S2nS_{2n+1} = S_{2n} + a_{2n+1} \geq S_{2n}. Both sequences are bounded (since (S2n)(S_{2n}) is decreasing and bounded below by S1S_1And (S2n+1)(S_{2n+1}) is increasing and bounded Above by S2S_2). Hence both converge. Since a2n+10a_{2n+1} \to 0Their limits coincide. \blacksquare

3.3 Absolute and Conditional Convergence

A series an\sum a_n converges absolutely if an\sum |a_n| converges. It converges conditionally If an\sum a_n converges but an\sum |a_n| diverges.

Theorem 3.7. If an\sum a_n converges absolutely, then an\sum a_n converges.

Proof. Since an\sum |a_n| converges, the partial sums of an\sum |a_n| satisfy the Cauchy criterion. Given ε>0\varepsilon > 0There exists NN such that for m>nNm > n \geq N: k=n+1mak<ε\sum_{k=n+1}^{m} |a_k| \lt \varepsilon. Then k=n+1makk=n+1mak<ε\left|\sum_{k=n+1}^{m} a_k\right| \leq \sum_{k=n+1}^{m} |a_k| \lt \varepsilonSo an\sum a_n satisfies The Cauchy criterion and converges. \blacksquare

3.4 The Alternating Series Estimation Theorem

Theorem 3.8 (Alternating Series Estimation). If S=n=1(1)n+1anS = \sum_{n=1}^{\infty} (-1)^{n+1} a_n satisfies the Hypotheses of the alternating series test, then the error after NN terms satisfies:

SSNaN+1|S - S_N| \leq a_{N+1}

Proof. We have S2nSS2n+1=S2n+a2n+1S_{2n} \leq S \leq S_{2n+1} = S_{2n} + a_{2n+1} and S2n1SS2n=S2n1a2nS_{2n-1} \geq S \geq S_{2n} = S_{2n-1} - a_{2n}. In both cases SSNaN+1|S - S_N| \leq a_{N+1}. \blacksquare

3.5 Cauchy Condensation Test

Theorem 3.8b (Cauchy Condensation Test). If (an)(a_n) is a non-negative, decreasing sequence, then n=1an\sum_{n=1}^{\infty} a_n converges if and only if k=02ka2k\sum_{k=0}^{\infty} 2^k a_{2^k} converges.

Proof. Group the terms of an\sum a_n. For the lower bound, note:

a1+(a2+a3)+(a4+a5+a6+a7)+a1+2a2+4a4+8a8+=k=02ka2ka_1 + (a_2 + a_3) + (a_4 + a_5 + a_6 + a_7) + \cdots \geq a_1 + 2a_2 + 4a_4 + 8a_8 + \cdots = \sum_{k=0}^{\infty} 2^k a_{2^k}

Since each group (a2k++a2k+11)(a_{2^k} + \cdots + a_{2^{k+1}-1}) has 2k2^k terms, each a2k\geq a_{2^k}. For the upper Bound:

a1+a2+(a3+a4)+(a5+a6+a7+a8)+a1+a2+2a4+4a8+a1+2k=12k1a2ka_1 + a_2 + (a_3 + a_4) + (a_5 + a_6 + a_7 + a_8) + \cdots \leq a_1 + a_2 + 2a_4 + 4a_8 + \cdots \leq a_1 + 2\sum_{k=1}^{\infty} 2^{k-1} a_{2^k}

If 2ka2k\sum 2^k a_{2^k} converges, the upper bound shows an\sum a_n converges. If an\sum a_n Converges, the lower bound shows 2ka2k\sum 2^k a_{2^k} converges. \blacksquare

Corollary. n=11/np\sum_{n=1}^{\infty} 1/n^p converges if and only if p>1p > 1. Apply the condensation Test: 2k1/(2k)p=2k(1p)\sum 2^k \cdot 1/(2^k)^p = \sum 2^{k(1-p)}A geometric series with ratio 21p2^{1-p} Which converges iff 1p<01 - p \lt 0I.e., p>1p > 1.

3.6 Rearrangement of Series

Theorem 3.9 (Riemann Rearrangement Theorem). If an\sum a_n converges conditionally, then for any LRL \in \mathbb{R} (or ±\pm\infty), there exists a rearrangement σ:NN\sigma : \mathbb{N} \to \mathbb{N} such That n=1aσ(n)=L\sum_{n=1}^{\infty} a_{\sigma(n)} = L.

Proof (outline). Let P={n:an>0}P = \{n : a_n > 0\} and N={n:an<0}N = \{n : a_n \lt 0\}. Since an\sum a_n converges Conditionally, both nPan=+\sum_{n \in P} a_n = +\infty and nNan=\sum_{n \in N} a_n = -\infty.

To achieve sum LRL \in \mathbb{R}: take positive terms in order until the partial sum exceeds LL Then take negative terms until it falls below LLThen positive terms again, and so on. Since both The positive and negative subseries diverge, this process can always continue. The terms tend to Zero (since the series converges), so the oscillations around LL shrink to zero. \blacksquare

Remark. By contrast, every rearrangement of an absolutely convergent series converges to the same sum.

3.7 Worked Examples

Problem. Determine whether n=1n2n\sum_{n=1}^{\infty} \frac{n}{2^n} converges.

Solution. Apply the ratio test:

limnan+1an=limn(n+1)/2n+1n/2n=limnn+12n=12<1\lim_{n \to \infty} \frac{a_{n+1}}{a_n} = \lim_{n \to \infty} \frac{(n+1)/2^{n+1}}{n/2^n} = \lim_{n \to \infty} \frac{n+1}{2n} = \frac{1}{2} \lt 1

By the ratio test, the series converges absolutely. \blacksquare

Worked Example: Determine convergence of $\sum_{n=1}^{\infty} \frac{1}{n^2 + n}$

Solution. Note that 1n2+n=1n(n+1)=1n1n+1\frac{1}{n^2 + n} = \frac{1}{n(n+1)} = \frac{1}{n} - \frac{1}{n+1}. This is a Telescoping series. The NN-th partial sum is:

SN=n=1N(1n1n+1)=11N+1S_N = \sum_{n=1}^{N} \left(\frac{1}{n} - \frac{1}{n+1}\right) = 1 - \frac{1}{N+1}

Therefore limNSN=1\lim_{N \to \infty} S_N = 1And the series converges to 11. \blacksquare

Worked Example: Does $\sum_{n=2}^{\infty} \frac{1}{n \ln n}$ converge?

Solution. Apply the integral test with f(x)=1/(xlnx)f(x) = 1/(x \ln x) on [2,)[2, \infty). The function is positive, Continuous, and decreasing. Compute:

21xlnxdx=limb2b1xlnxdx=limb[ln(lnx)]2b=limbln(lnb)ln(ln2)=\int_2^{\infty} \frac{1}{x \ln x}\, dx = \lim_{b \to \infty} \int_2^{b} \frac{1}{x \ln x}\, dx = \lim_{b \to \infty} \left[\ln(\ln x)\right]_2^b = \lim_{b \to \infty} \ln(\ln b) - \ln(\ln 2) = \infty

The integral diverges, so by the integral test, the series diverges. \blacksquare

Worked Example: Approximate $\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$ to within $0.01$

Solution. This is the alternating harmonic series, with an=1/na_n = 1/n. By the alternating series Estimation theorem, SSNaN+1=1/(N+1)|S - S_N| \leq a_{N+1} = 1/(N+1). We need 1/(N+1)0.011/(N+1) \leq 0.01So N+1100N + 1 \geq 100I.e., N99N \geq 99.

So S99=n=199(1)n+1nS_{99} = \sum_{n=1}^{99} \frac{(-1)^{n+1}}{n} approximates ln2\ln 2 to within 0.010.01. (The exact sum is ln20.6931\ln 2 \approx 0.6931.) \blacksquare

Worked Example: Determine convergence of $\sum_{n=1}^{\infty} \frac{1}{n^2 + 1}$

Solution. Since 1n2+11n2\frac{1}{n^2 + 1} \leq \frac{1}{n^2} for all nnAnd 1/n2\sum 1/n^2 converges (pp-series with p=2>1p = 2 > 1), the comparison test implies 1n2+1\sum \frac{1}{n^2 + 1} converges. \blacksquare

Worked Example: Use the condensation test for $\sum_{n=2}^{\infty} \frac{1}{n (\ln n) (\ln \ln n)}$

Solution. Let an=1n(lnn)(lnlnn)a_n = \frac{1}{n (\ln n)(\ln \ln n)} for n3n \geq 3. This is positive and decreasing. By the condensation test, an\sum a_n converges iff 2ka2k\sum 2^k a_{2^k} converges. Compute:

2ka2k=2k2kkln2ln(kln2)=1kln2ln(kln2)1klnk2^k a_{2^k} = \frac{2^k}{2^k \cdot k \ln 2 \cdot \ln(k \ln 2)} = \frac{1}{k \ln 2 \cdot \ln(k \ln 2)} \approx \frac{1}{k \ln k}

The series 1klnk\sum \frac{1}{k \ln k} diverges (integral test, analogous to 1nlnn\sum \frac{1}{n \ln n}). Therefore an\sum a_n diverges. \blacksquare

If you get this wrong, revise: Section 3.5 (Cauchy Condensation Test).

:::caution Common Pitfall The ratio and root tests are inconclusive when the limit equals 1. In such cases, try the comparison Test, integral test, or other methods. For example, 1/n\sum 1/n diverges (harmonic series) and 1/n2\sum 1/n^2 converges, but both give a ratio test limit of 1.

:::