10. Infinite Sequences and Series

Comparison Tests For Convergence

Comparison Tests for Convergence

students, imagine you are trying to decide whether a giant stack of tiny numbers eventually adds up to a finite total or keeps growing forever 📚. In AP Calculus BC, comparison tests help you do exactly that. Instead of finding the sum directly, you compare a hard series to an easier one whose behavior is already known. This lesson explains how comparison tests work, when to use them, and why they are powerful tools for deciding convergence or divergence.

Why Comparison Tests Matter

A series is an expression like $\sum_{n=1}^{\infty} a_n$, which means you add infinitely many terms. Some series converge, meaning the partial sums approach a finite number. Others diverge, meaning they do not settle to one value. Because it is often impossible to compute an infinite sum directly, mathematicians use convergence tests.

The comparison tests are especially useful when the terms of a series are nonnegative. If each term is $\ge 0$, then you can compare the series to a second series whose behavior is known. The basic idea is simple: if one series is always smaller than a convergent series, then it must also converge; if one series is always larger than a divergent series, then it must also diverge. This is a powerful logic tool in calculus 🔍.

The two main forms are the Direct Comparison Test and the Limit Comparison Test. Both are used frequently on the AP Calculus BC exam because they connect new series to familiar benchmark series such as geometric series, the $p$-series, and harmonic series.

Direct Comparison Test

The Direct Comparison Test works by using inequalities. Suppose $0 \le a_n \le b_n$ for all sufficiently large $n$.

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

The logic is based on partial sums. If every term of $a_n$ is no bigger than the matching term of a convergent series $b_n$, then the total accumulated sum of $a_n$ cannot blow up. On the other hand, if $a_n$ is already large enough to force divergence, then any larger series must also diverge.

Example 1: Showing Convergence

Consider

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

For all $n \ge 1$, we have $n^2+1 \ge n^2$, so

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

Now compare to the $p$-series $\sum_{n=1}^{\infty} \frac{1}{n^2}$. Since $p=2>1$, this series converges. By the Direct Comparison Test, $\sum_{n=1}^{\infty} \frac{1}{n^2+1}$ also converges.

This kind of comparison is common when the denominator is a polynomial. The largest power usually controls the long-term behavior.

Example 2: Showing Divergence

Consider

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

For large $n$, this behaves like $\frac{1}{\sqrt{n}}$. To prove divergence with direct comparison, note that for $n \ge 1$,

$$\sqrt{n}+1 \le 2\sqrt{n},$$

so

$$\frac{1}{\sqrt{n}+1} \ge \frac{1}{2\sqrt{n}}.$$

Because

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

diverges as a $p$-series with $p=\frac{1}{2} \le 1$, the larger series

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

diverges by the Direct Comparison Test.

How to Choose the Right Benchmark Series

A comparison test is only useful if you know the behavior of the series you compare against. On AP Calculus BC, the most common benchmark series are:

  • Geometric series $\sum ar^{n}$ or $\sum ar^{n-1}$, which converge when $|r|<1$
  • $p$-series $\sum \frac{1}{n^p}$, which converge when $p>1$
  • The harmonic series $\sum \frac{1}{n}$, which diverges

When you see a rational expression, try comparing it to a $p$-series. When you see exponential terms, a geometric series may be a good match. The goal is to find a simpler series that behaves similarly for large $n$.

A helpful strategy is to focus on the dominant terms. For example:

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

For large $n$, the numerator behaves like $n^2$ and the denominator behaves like $n^4$, so the term acts like $\frac{1}{n^2}$. That suggests comparing to $\sum \frac{1}{n^2}$, which converges.

Limit Comparison Test

Sometimes direct inequalities are hard to set up. The Limit Comparison Test is often easier when two series look similar. Suppose $a_n>0$ and $b_n>0$, and consider

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

where $0<L<\infty$. Then either both series converge or both series diverge.

This test says that if the ratio of the terms approaches a positive finite number, the two series have the same convergence behavior. It is especially useful for rational functions and expressions involving roots.

Example 3: Limit Comparison with a $p$-Series

Examine

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

The leading terms suggest comparison with $\frac{2n^2}{n^3}=\frac{2}{n}$, so use $b_n=\frac{1}{n}$.

Compute

$$\lim_{n\to\infty} \frac{\frac{2n^2+1}{n^3-4}}{\frac{1}{n}} = \lim_{n\to\infty} \frac{n(2n^2+1)}{n^3-4} = \lim_{n\to\infty} \frac{2n^3+n}{n^3-4} = 2.$$

Because the limit is a positive finite number, the two series behave the same. Since

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

diverges, the given series also diverges.

Example 4: Another Limit Comparison

Consider

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

For large $n$, this term behaves like

$$\frac{\sqrt{n}}{n^2}=\frac{1}{n^{3/2}}.$$

Let $b_n=\frac{1}{n^{3/2}}$. Then

$$\lim_{n\to\infty} \frac{\frac{\sqrt{n}}{n^2+5}}{\frac{1}{n^{3/2}}} = \lim_{n\to\infty} \frac{n^2}{n^2+5} = 1.$$

Since $\sum \frac{1}{n^{3/2}}$ converges because $\frac{3}{2}>1$, the original series converges too.

Common Mistakes to Avoid

students, comparison tests are reliable when used carefully, but a few mistakes come up often:

  • Comparing to the wrong benchmark series. Always check whether your comparison series is convergent or divergent.
  • Forgetting that the Direct Comparison Test requires inequalities that work for all sufficiently large $n$.
  • Using comparison tests on series with negative terms without first rewriting or analyzing the signs. The standard comparison tests are for nonnegative terms.
  • Choosing a limit comparison series $b_n$ that does not match the dominant behavior of $a_n$.

Another important idea is that if a series has mixed signs, you may need a different test, such as the Alternating Series Test, before using comparison ideas. Comparison tests are most natural when every term is positive or at least nonnegative.

Connection to the Bigger Picture

Comparison tests are part of the larger AP Calculus BC toolkit for infinite sequences and series. They help determine whether a series converges, which is essential before studying more advanced topics such as power series and Taylor series. For example, when finding the interval of convergence of a power series, you may use the Ratio Test first, but comparison ideas still appear in special cases and in reasoning about end behavior.

Comparison tests also reinforce the concept that not all infinite sums are equal. Some, like geometric series with $|r|<1$, converge to a finite value. Others, like the harmonic series, diverge. The comparison tests let you place unfamiliar series into one of these categories by linking them to known examples.

Conclusion

Comparison tests are a smart way to analyze infinite series when direct summation is impossible. The Direct Comparison Test uses inequalities, while the Limit Comparison Test uses the ratio of terms. Both rely on known benchmark series, especially geometric series, $p$-series, and the harmonic series. On the AP Calculus BC exam, students, these tests help you justify whether a series converges or diverges using clear mathematical evidence 📘. If you can recognize dominant terms and match them to a known series, comparison tests become one of your strongest tools.

Study Notes

  • A series is $\sum_{n=1}^{\infty} a_n$; it converges if the partial sums approach a finite limit.
  • Comparison tests are usually used for series with nonnegative terms.
  • Direct Comparison Test:
  • If $0 \le a_n \le b_n$ and $\sum b_n$ converges, then $\sum a_n$ converges.
  • If $0 \le b_n \le a_n$ and $\sum b_n$ diverges, then $\sum a_n$ diverges.
  • Limit Comparison Test:
  • If $a_n>0$, $b_n>0$, and $\lim_{n\to\infty} \frac{a_n}{b_n}=L$ where $0<L<\infty$, then both series converge or both diverge.
  • Common benchmark series include geometric series, $p$-series, and the harmonic series.
  • For rational expressions, compare leading powers to choose a $p$-series.
  • For terms with roots or radicals, rewrite to see the dominant power of $n$.
  • Always verify whether your comparison series converges or diverges before drawing a conclusion.
  • Comparison tests connect directly to the broader study of convergence in infinite sequences and series.

Practice Quiz

5 questions to test your understanding

Comparison Tests For Convergence — AP Calculus BC | A-Warded