Skip to main content
\(\newcommand{\dollar}{\$} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\arctanh}{arctanh} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section7.4Comparison Tests

Motivating Questions
  • How can we use series which are known to converge or diverge to test for convergence of more complicated series?

In Section7.3, we encountered more infinite series and began discussing how to test for convergence or divergence using the \(n\)th term and integral tests. But what can we do when presented with series that are similar to simpler series that we know converge or diverge, such as \(p\)-series, but that we are unable to apply a different test to? In this section, we will consider two tests which involve comparing the convergence or divergence of two series -- the direct comparison test and the limit comparison test.

SubsectionThe Direct Comparison Test

The Integral Test in the previous section allows us to determine the convergence of an entire family of series: the \(p\)-series. However, we have seen that it is often difficult to integrate functions, so the Integral Test is not one that we can use all of the time. In fact, even for a relatively simple series such as \(\sum \frac{k^2+1}{k^4+2k+2}\text{,}\) the Integral Test is not an option. In what follows we develop a test that applies to series of rational functions by comparing their behavior to that of other series whose convergence behavior we know.

The Direct Comparison Test

Suppose that \(0 \leq a_n \leq b_n \) for all \(n\) beyond a certain value.

  • If \(\sum b_n \) converges, then \(\sum a_n \) converges.

  • If \(\sum a_n \) diverges, then \(\sum b_n \) diverges.

The idea behind the Direct Comparison Test is very intuitive. If a series \(\sum a_n\) has terms that are all (beyond a certain \(n\)) smaller than the corresponding terms in a series \(\sum b_n\) that we know converges, then the unknown series \(\sum a_n \) must also converge, because it is "smaller" than something finite. Thus, we can use the first bullet point above to prove that a series \(\left( \sum a_n \right)\) converges.

On the other hand, if a series \(\sum b_n \) has terms that are all (beyond a certain \(n\)) larger than the corresponding terms in a series \(\sum a_n \) that we know diverges, then the series \(\sum b_n \) must also diverge, because it is "larger" than something infinite. Thus, we can use the second bullet point to prove that a series \(\left(\sum b_n \right)\) diverges.

Example7.28
  1. Consider the series

    \begin{equation*} \sum_{n=1}^\infty \frac{n-2}{n^4+1}. \end{equation*}

    Since the convergence or divergence of a series only depends on the behavior of the series for large values of \(n \text{,}\) we might examine the terms of this series more closely as \(n\) gets large. By computing the value of \(\frac{n-2}{n^4+1} \) for \(n=100 \) and \(n=1000\text{,}\) explain why the terms \(\frac{n-2}{n^4+1} \) are essentially \(\frac{n}{n^4} \) when \(n\) is large.

  2. This gives us the sense that the series \(\sum \frac{n-2}{n^4+1} \) should behave the same way that \(\sum \frac{n}{n^4} = \sum \frac{1}{n^3}\) behaves. Does \(\sum \frac{1}{n^3} \) converge or diverge? Why?

  3. Show that for all \(n\geq 2\text{,}\) \(0 \leq \frac{n-2}{n^4+1} \leq \frac{n}{n^4} = \frac{1}{n^3}.\) You can then use the direct comparison test to argue that

    \begin{equation*} \sum_{n=1}^\infty \frac{n-2}{n^4+1} \end{equation*}

    converges.

  4. Use a similar method to the parts above to determine whether

    \begin{equation*} \sum_{n=1}^\infty \frac{3n+2}{4n^2-3} \end{equation*}

    converges or diverges.

Solution
  1. When \(n\) is very large, the constant 2 in the numerator is negligible when compared to \(n\text{,}\) and the constant 1 in the denominator is negligible when compared to \(n^4\text{.}\) So for large \(n\text{,}\) the numerator looks like \(n\) and the denominator looks like \(n^4\text{.}\) Thus, the fraction \(\frac{n-2}{n^4+1}\) looks like \(\frac{n}{n^4}\) for large \(n\text{.}\)

  2. We know that \(\sum \frac{1}{n^3} \) is a \(p\)-series with \(p=3\text{,}\) so it is a convergent series. Thus, we expect that \(\sum \frac{n-2}{n^4+1} \) will converge too.

  3. Since we expect \(\sum \frac{n-2}{n^4+1}\) to converge, we'll want to use the first bullet point from the test, so we need to complete the inequality

    \begin{equation*} 0 \leq \frac{n-2}{n^4+1} \leq \cdots \end{equation*}

    until we get to a series we know converges. Since a fraction increases if we make the numerator larger or if we make the denominator smaller, we can do the following:

    \begin{equation*} 0 \leq \frac{n-2}{n^4+1} \leq \frac{n}{n^4+1} \leq \frac{n}{n^4} = \frac{1}{n^3} \end{equation*}

    for all \(n \geq 1 \text{.}\) Now since \(\sum \frac{1}{n^3} \) converges, then \(\sum \frac{n-2}{n^4+1} \) also converges by the Direct Comparison Test.

  4. We similarly first get a feel for what we expect the series to do. For very large \(n\text{,}\) \(\frac{3n+2}{4n^2-3}\) behaves like \(\frac{3n}{4n^2} = \frac{3}{4n} = \frac{3}{4} \cdot \frac{1}{n}\text{.}\) Since \(\sum \frac{1}{n} \) diverges, then \(\sum \frac{3}{4n} \) also diverges, so we expect \(\sum \frac{3n+2}{4n^2-3} \) to diverge as well.

    Thus, this time we'll use the second bullet point and build the inequality

    \begin{equation*} \frac{3n+2}{4n^2-3} \geq \cdots \geq 0 \end{equation*}

    where the middle is filled in with a series whose convergence behavior we know. To make a fraction smaller, we should decrease the numerator and increase the denominator. So we can do

    \begin{equation*} \frac{3n+2}{4n^2-3} \geq \frac{3n}{4n^2-3} \geq \frac{3n}{4n^2} = \frac{3}{4n} \geq 0. \end{equation*}

    Now since \(\sum \frac{3}{4n} \) diverges, then \(\sum \frac{3n+2}{4n^2-3}\) also diverges by the Direct Comparison Test.

In order to use the direct comparison test, we have to be able to set up the inequalities requried by the test, which can sometimes be difficult. The following example illustrates this.

Example7.29

Consider the series \(\sum \frac{k+1}{k^3+2}\text{.}\)

  1. For large \(k\text{,}\) what \(p\)-series does \(\sum \frac{k+1}{k^3+2}\) behave like? Using this, do you expect \(\sum \frac{k+1}{k^3+2}\) to converge or diverge?

  2. Set up an inequality to apply the direct comparison test to prove that the series converges or diverges. What makes this challenging?

Solution
  1. For large \(k\text{,}\) \(\frac{k+1}{k^3+2} \) behaves like \(\frac{k}{k^3} = \frac{1}{k^2}\text{.}\) Since \(\sum \frac{1}{k^2}\) is a \(p\)-series with \(p=2\text{,}\) then \(\sum \frac{1}{k^2}\) converges, so we expect \(\frac{k+1}{k^3+2}\) to converge as well.

  2. We need to find a series whose \(k\)th term is larger than \(\frac{k+1}{k^3+2}\text{.}\) We can begin as in the previous example with:

    \begin{equation*} 0 \leq \frac{k+1}{k^3+2} \leq \frac{k+1}{k^3} \end{equation*}

    for all \(k \geq 1\text{.}\) However, \(\frac{k}{k^3}\) is smaller than \(\frac{k+1}{k^3}\text{,}\) not larger. Thus, we have to make more of an effort to find a useful inequality. For example:

    \begin{equation*} 0 \leq \frac{k+1}{k^3+2} \leq \frac{k+1}{k^3} \leq \frac{k+k}{k^3} = \frac{2k}{k^3} \text{.} \end{equation*}

    This works because in the numerator, \(k+1 \leq k+k\) for \(k\geq 1\text{.}\) Now \(\frac{2k}{k^3}=2\left(\frac{1}{k^2}\right)\text{,}\) which yields a convergent \(p\)-series. Therefore, by the direct comparison test, \(\sum\frac{k+1}{k^3+2} \) also converges.

SubsectionThe Limit Comparison Test

The limit comparison test is another test that can be used to determine series convergence and works in many of the same situations that the direct comparison test is used. However, the limit comparison test does not require any inequalities between the series you are comparing, so in some cases it can be easier to use than the direct comparison test.

Example7.30

Once again, consider the series \(\sum \frac{k+1}{k^3+2}\text{.}\)

  1. Recall that for large \(k\text{,}\) \(\frac{k+1}{k^3+2}\) looks like \(\frac{k}{k^3}\text{.}\) Let's formalize this observation a bit more. Let \(a_k = \frac{k+1}{k^3+2}\) and \(b_k = \frac{k}{k^3}\text{.}\) Calculate

    \begin{equation*} \lim_{k \to \infty} \frac{a_k}{b_k}\text{.} \end{equation*}

    What does the value of the limit tell you about \(a_k\) and \(b_k\) for large values of \(k\text{?}\) Compare your response from part (a).

  2. What do you think that this tells us about the convergence or divergence of the series \(\sum \frac{k+1}{k^3+2}\text{,}\) based on the convergence of \(\sum \frac{k}{k^3}\text{?}\) Explain.

Answer
  1. \(\lim_{k \to \infty} \frac{a_k}{b_k} = 1\) so \(a_k \approx b_k\) for large values of \(k\text{.}\)

  2. \(\sum \frac{k+1}{k^3+2}\) converges.

Solution
  1. Note that

    \begin{align*} \lim_{k \to \infty} \frac{a_k}{b_k} \amp = \lim_{k \to \infty} \frac{ \frac{k+1}{k^3+2} }{ \frac{k}{k^3} }\\ \amp = \lim_{k \to \infty} \frac{(k+1)k^3}{k(k^3+2)}\\ \amp = \lim_{k \to \infty} \frac{1+\frac{1}{k}}{1+\frac{2}{k}}\\ \amp = 1\text{.} \end{align*}

    This tells us that \(a_k \approx b_k\) for large values of \(k\text{,}\) formally (before, we were only building intuition and hadn't proved this).

  2. Since \(\frac{k}{k^3} = \frac{1}{k^2}\text{,}\) the series \(\sum \frac{k}{k^3}\) is a \(p\)-series with \(p=2\) and so converges. Since \(a_k \approx b_k\) for large values of \(k\text{,}\) it seems reasonable to expect that \(\sum a_k \approx \sum b_k\text{.}\) Since \(\sum a_k\) is finite, we should then conclude that \(\sum b_k\) is also finite. So \(\sum \frac{k+1}{k^3+2}\) should be a convergent series.

Example7.30 illustrates how we can compare one series with positive terms to another whose convergence status we know. Suppose we have two series \(\sum a_k\) and \(\sum b_k\) with positive terms and we know the convergence status of the series \(\sum a_k\text{.}\) Recall that the convergence or divergence of a series depends only on the terms of the series for large values of \(k\text{,}\) so if we know that \(a_k\) and \(b_k\) are proportional for large \(k\text{,}\) then the two series \(\sum a_k\) and \(\sum b_k\) should behave the same way. In other words, if there is a positive finite constant \(c\) such that

\begin{equation*} \lim_{k \to \infty} \frac{b_k}{a_k} = c\text{,} \end{equation*}

then \(b_k \approx ca_k\) for large values of \(k\text{.}\) So

\begin{equation*} \sum b_k \approx \sum ca_k = c \sum a_k\text{.} \end{equation*}

Since multiplying by a nonzero constant does not affect the convergence or divergence of a series, it follows that the series \(\sum a_k\) and \(\sum b_k\) either both converge or both diverge. The formal statement of this fact is called the Limit Comparison Test.

The Limit Comparison Test

Let \(\sum a_k\) and \(\sum b_k\) be series with positive terms. If

\begin{equation*} \lim_{k \to \infty} \frac{b_k}{a_k} = c \end{equation*}

for some positive (finite) constant \(c\text{,}\) then \(\sum a_k\) and \(\sum b_k\) either both converge or both diverge.

The Limit Comparison Test shows that if we have a series \(\sum \frac{p(k)}{q(k)}\) of rational functions where \(p(k)\) is a polynomial of degree \(m\) and \(q(k)\) a polynomial of degree \(l\text{,}\) then the series \(\sum \frac{p(k)}{q(k)}\) will behave like the series \(\sum \frac{k^m}{k^l}\text{.}\) So this test allows us to determine the convergence or divergence of series whose terms are rational functions.

Example7.31

Use the Limit Comparison Test to determine the convergence or divergence of the series

\begin{equation*} \sum \frac{3k^2+1}{5k^4+2k+2}\text{.} \end{equation*}

by comparing it to the series \(\sum \frac{1}{k^2}\text{.}\)

Answer

\(\sum \frac{k^2+1}{k^4+2k+2}\) converges.

Solution

Let \(b_k = \frac{k^2+1}{k^4+2k+2}\) and \(a_k = \frac{1}{k^2}\text{.}\) Then

\begin{align*} \lim_{k \to \infty} \frac{b_k}{a_k} \amp = \lim_{k \to \infty} \frac{\frac{k^2+1}{k^4+2k+2}}{\frac{1}{k^2}}\\ \amp = \lim_{k \to \infty} \frac{k^4+k^2}{k^4+2k+2}\\ \amp = \lim_{k \to \infty} \frac{1+\frac{1}{k^2}}{1+\frac{2}{k^3}+\frac{2}{k^4}}\\ \amp = 1\text{.} \end{align*}

Since \(\lim_{k \to \infty} \frac{b_k}{a_k}\) is a finite positive constant, the Limit Comparison Test shows that \(\sum \frac{1}{k^2}\) and \(\sum \frac{k^2+1}{k^4+2k+2}\) either both converge or both diverge. We know that \(\sum \frac{1}{k^2}\) is a \(p\)-series with \(p > 1\) and so \(\sum \frac{1}{k^2}\) converges. Therefore, the series \(\sum \frac{k^2+1}{k^4+2k+2}\) also converges.

SubsectionSummary

  • Applying the integral test can be difficult due to the difficulty of integration. We can in many cases instead use the direct comparison test to compare the convergence of a challenging series with a much simpler \(p\)-series. In particular, if \(0 \leq a_n \leq b_n \) for all \(n\text{,}\) then

    • If \(\sum b_n\) converges, then \(\sum a_n\) also converges.
    • If \(\sum a_n\) diverges, then \(\sum b_n\) also diverges.
  • The limit comparison test applies in many of the same situations as the comparison test, but does not require showing any inequality relationship between the two series. If \(\lim\limits_{k \to \infty} \frac{b_k}{a_k} = c\) for some positive (finite) constant \(c\text{,}\) then \(\sum a_k\) and \(\sum b_k\) either both converge or both diverge.

SubsectionExercises

In this exercise we look at why the Direct Comparison Test works.

  1. Consider the series

    \begin{equation*} \sum \frac{1}{k^2} \text{ and } \sum \frac{1}{k^2+k}\text{.} \end{equation*}

    We know that the series \(\sum \frac{1}{k^2}\) is a \(p\)-series with \(p = 2 \gt 1\) and so \(\sum \frac{1}{k^2}\) converges. In this part of the exercise we will see how to use information about \(\sum \frac{1}{k^2}\) to determine information about \(\sum \frac{1}{k^2+k}\text{.}\) Let \(a_k = \frac{1}{k^2}\) and \(b_k = \frac{1}{k^2+k}\text{.}\)

    1. Let \(S_n\) be the \(n\)th partial sum of \(\sum \frac{1}{k^2}\) and \(T_n\) the \(n\)th partial sum of \(\sum \frac{1}{k^2+k}\text{.}\) Which is larger, \(S_1\) or \(T_1\text{?}\) Why?

    2. Recall that

      \begin{equation*} S_2 = S_1 + a_2 \text{ and } T_2 = T_1 + b_2\text{.} \end{equation*}

      Which is larger, \(a_2\) or \(b_2\text{?}\) Based on that answer, which is larger, \(S_2\) or \(T_2\text{?}\)

    3. Recall that

      \begin{equation*} S_3 = S_2 + a_3 \text{ and } T_3 = T_2 + b_3\text{.} \end{equation*}

      Which is larger, \(a_3\) or \(b_3\text{?}\) Based on that answer, which is larger, \(S_3\) or \(T_3\text{?}\)

    4. Which is larger, \(a_n\) or \(b_n\text{?}\) Explain. Based on that answer, which is larger, \(S_n\) or \(T_n\text{?}\)

    5. Based on your response to the previous part of this exercise, what relationship do you expect there to be between \(\sum \frac{1}{k^2}\) and \(\sum \frac{1}{k^2+k}\text{?}\) Do you expect \(\sum \frac{1}{k^2+k}\) to converge or diverge? Why?