5. Series

Convergence Tests

Convergence Tests for Series

students, imagine you are watching a line of stacked dominoes. If every domino falls in a way that leads to the next one, the outcome is clear. In real analysis, a series works a little like that: we ask whether the endless sum of terms settles down to a single value or keeps wandering forever. 📘

In this lesson, you will learn the main ideas behind convergence tests, how to use them, and why they matter for infinite series. By the end, you should be able to:

  • explain what it means for a series to converge or diverge,
  • recognize when a convergence test is appropriate,
  • apply several standard tests to real examples,
  • connect convergence tests to absolute and conditional convergence,
  • understand how these ideas fit into the bigger study of series.

What a Series Is and Why Convergence Matters

A series is the sum of the terms of a sequence. If $\{a_n\}$ is a sequence, then the associated infinite series is written as

$$\sum_{n=1}^{\infty} a_n.$$

This notation does not mean we literally finish adding infinitely many numbers. Instead, we look at the sequence of partial sums

$$s_N = \sum_{n=1}^{N} a_n.$$

The series $\sum_{n=1}^{\infty} a_n$ converges if the sequence $\{s_N\}$ has a finite limit as $N \to \infty$; otherwise, it diverges.

This is the central idea behind convergence tests: they help us determine whether the partial sums settle to a real number. Without such tests, every new series would require building the limit from scratch. Convergence tests give us a toolbox for making that process faster and more reliable.

A simple example is the geometric series

$$\sum_{n=0}^{\infty} r^n.$$

It converges when $|r|<1$ and diverges when $|r|\ge 1$. For example,

$$1 + \frac{1}{2} + \frac{1}{4} + \frac{1}{8} + \cdots$$

converges to $2$, while

$$1 + 2 + 4 + 8 + \cdots$$

diverges quickly. Convergence tests generalize this kind of reasoning to many other series. 🌱

The First Check: The Term Test for Divergence

The easiest test to remember is the term test, also called the nth-term test. It says:

If

$$\lim_{n\to\infty} a_n \ne 0,$$

then the series $\sum_{n=1}^{\infty} a_n$ diverges.

If the limit of the terms is not $0$, the series cannot possibly converge. Why? Because if the partial sums $s_N$ converged to a finite value, then the differences $s_N - s_{N-1} = a_N$ would have to approach $0$.

Important warning: if

$$\lim_{n\to\infty} a_n = 0,$$

that does not guarantee convergence. It only means the series might converge, so we must use a stronger test.

Example:

$$\sum_{n=1}^{\infty} \frac{1}{n}$$

has terms $\frac{1}{n} \to 0$, but the harmonic series still diverges. This is a major lesson in analysis: terms going to zero is necessary, but not sufficient. ⚠️

Comparison Tests: Matching a Series to a Known One

Comparison tests are useful when a series looks like another series whose behavior we already know. These tests work best for series with nonnegative terms.

Direct Comparison Test

Suppose $0 \le a_n \le b_n$ for all large $n$.

  • If $\sum b_n$ converges, then $\sum a_n$ also converges.
  • If $\sum a_n$ diverges, then $\sum b_n$ also diverges.

This makes sense because a smaller positive series cannot grow faster than a larger one that already converges.

Example:

$$\sum_{n=1}^{\infty} \frac{1}{n^2+3}$$

Since

$$0 \le \frac{1}{n^2+3} \le \frac{1}{n^2},$$

and the $p$-series

$$\sum_{n=1}^{\infty} \frac{1}{n^2}$$

converges because $p=2>1$, the given series also converges.

Limit Comparison Test

If $a_n>0$ and $b_n>0$, and

$$\lim_{n\to\infty} \frac{a_n}{b_n} = c$$

with $0<c<\infty$, then $\sum a_n$ and $\sum b_n$ either both converge or both diverge.

This test is especially helpful when two series have the same leading growth behavior. For example,

$$\sum_{n=1}^{\infty} \frac{3n+1}{n^2+5}$$

can be compared with

$$\sum_{n=1}^{\infty} \frac{1}{n}.$$

Since

$$\lim_{n\to\infty} \frac{\frac{3n+1}{n^2+5}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{n(3n+1)}{n^2+5} = 3,$$

the two series have the same behavior. Because the harmonic series diverges, this series diverges too.

Comparison tests are like checking whether two runners are moving at the same speed over time. If one is known to finish and the other stays close enough, their outcomes match. 🏃

Integral Test and the Idea of Continuous Approximation

The integral test connects discrete sums with continuous areas. Suppose $f$ is positive, continuous, and decreasing for $x\ge N$, and

$$a_n = f(n).$$

Then the series

$$\sum_{n=N}^{\infty} a_n$$

and the improper integral

$$\int_N^{\infty} f(x)\,dx$$

either both converge or both diverge.

This test is powerful when the series has a clean formula that behaves like a decreasing function.

Example:

$$\sum_{n=2}^{\infty} \frac{1}{n\ln n}$$

corresponds to

$$f(x)=\frac{1}{x\ln x}.$$

Since

$$\int_2^{\infty} \frac{1}{x\ln x}\,dx = \infty,$$

the series diverges.

The integral test shows that sometimes asking about a sum is easier after turning it into an area problem. This is a useful bridge between sequences, series, and calculus. 📏

Ratio Test and Root Test: Growth and Exponential Behavior

Some series involve factorials, powers, or exponentials. For these, the ratio test and root test are often the best choices.

Ratio Test

For a series $\sum a_n$ with $a_n \ne 0$, consider

$$L = \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|.$$

  • If $L<1$, the series converges absolutely.
  • If $L>1$ or $L=\infty$, the series diverges.
  • If $L=1$, the test is inconclusive.

Example:

$$\sum_{n=1}^{\infty} \frac{n}{2^n}$$

has

$$\left|\frac{a_{n+1}}{a_n}\right| = \frac{n+1}{2^{n+1}}\cdot \frac{2^n}{n} = \frac{n+1}{2n} \to \frac{1}{2}.$$

Because $\frac{1}{2}<1$, the series converges absolutely.

Root Test

For a series $\sum a_n$, look at

$$L = \limsup_{n\to\infty} \sqrt[n]{|a_n|}.$$

  • If $L<1$, the series converges absolutely.
  • If $L>1$, the series diverges.
  • If $L=1$, the test is inconclusive.

The root test is often best when $a_n$ contains something raised to the $n$th power, such as

$$a_n = \left(\frac{3n}{4n+1}\right)^n.$$

Then

$$\sqrt[n]{|a_n|} = \frac{3n}{4n+1} \to \frac{3}{4},$$

so the series converges absolutely.

These tests are especially effective for series with complicated exponential patterns. 🔍

Absolute and Conditional Convergence

A series $\sum a_n$ converges absolutely if

$$\sum |a_n|$$

converges.

If $\sum a_n$ converges but $\sum |a_n|$ diverges, then the series converges conditionally.

Absolute convergence is stronger. In fact, if a series converges absolutely, then it converges. This is very useful because many tests, such as the ratio test and root test, often prove absolute convergence directly.

Example of conditional convergence:

$$\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$$

is the alternating harmonic series. Its terms decrease in size to $0$, so by the alternating series test it converges. But

$$\sum_{n=1}^{\infty} \left|\frac{(-1)^{n+1}}{n}\right| = \sum_{n=1}^{\infty} \frac{1}{n}$$

diverges. So this series converges conditionally.

This distinction matters because absolute convergence gives stronger control over a series and usually makes later results easier to use.

How to Choose a Convergence Test

When you meet a new series, students, a good strategy is to ask a few questions:

  1. Do the terms even go to $0$? If not, use the term test.
  2. Are the terms positive and simple enough to compare with a known series?
  3. Does the series look like a rational function, logarithmic expression, or power of $n$? Consider comparison or integral tests.
  4. Does it involve factorials or exponentials? Try the ratio test.
  5. Does each term look like something raised to the $n$th power? Try the root test.
  6. Is the series alternating in sign? Then think about the alternating series test and also check absolute convergence.

Example workflow:

$$\sum_{n=1}^{\infty} \frac{(-1)^n}{n^2+1}$$

First, check absolute convergence:

$$\sum_{n=1}^{\infty} \left|\frac{(-1)^n}{n^2+1}\right| = \sum_{n=1}^{\infty} \frac{1}{n^2+1}.$$

Since

$$\frac{1}{n^2+1} \le \frac{1}{n^2},$$

the absolute series converges by comparison. Therefore the original series converges absolutely.

Good test selection is part pattern recognition, part proof technique. With practice, it becomes much faster. 🧠

Conclusion

Convergence tests are the main tools for deciding whether an infinite series settles to a finite sum. Some tests, like the term test, give quick rejection. Others, like comparison, integral, ratio, and root tests, help prove convergence or divergence by linking a difficult series to one with known behavior. Absolute convergence gives a stronger result than ordinary convergence, while conditional convergence shows that a series can converge even when its absolute values do not.

Together, these ideas form a major part of the study of series in real analysis. They let you move from raw formulas to rigorous conclusions, which is exactly what analysis is about.

Study Notes

  • A series $\sum_{n=1}^{\infty} a_n$ converges if the partial sums $s_N=\sum_{n=1}^{N} a_n$ have a finite limit.
  • The term test says that if $\lim_{n\to\infty} a_n \ne 0$, then $\sum a_n$ diverges.
  • If $\lim_{n\to\infty} a_n = 0$, the series may still diverge.
  • Direct comparison uses inequalities like $0 \le a_n \le b_n$ to transfer convergence or divergence.
  • Limit comparison uses $\lim_{n\to\infty} \frac{a_n}{b_n} = c$ with $0<c<\infty$.
  • The integral test compares $\sum a_n$ to $\int_N^{\infty} f(x)\,dx$ for positive, continuous, decreasing functions.
  • The ratio test uses $\lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|$ and is useful for factorials and exponentials.
  • The root test uses $\limsup_{n\to\infty} \sqrt[n]{|a_n|}$ and is useful when terms are raised to the $n$th power.
  • Absolute convergence means $\sum |a_n|$ converges; conditional convergence means $\sum a_n$ converges but $\sum |a_n|$ does not.
  • A strong habit in real analysis is to choose the test that matches the structure of the terms.

Practice Quiz

5 questions to test your understanding