Skip to main content

Section 10.3 Convergence Tests

As I discussed in Section 10.1, when working with series, the most pressing problem is convergence. I need to know if a series converges before I can do anything else with is. Therefore, mathematicians have devised many ways to test a series for convergence. I have already presented the test for divergence in Proposition 9.2.11. That test was the first of many. In this section, I will present several more ways to test a series for convergence.

Subsection 10.3.1 Comparison on Series

The first couple of tests are comparison tests. For these test, I can determine the convergence of a series by comparing it to a series that is known to converge or diverge. The most important series for comparison are the geometric series (defined in Definition 9.2.12) and the \(\zeta\) series (defined in Definition 9.2.14). There are two main types of comparison: direct and asymptotic.
In these comparisons, and in series in general, there are a comple of conventions for using infinity in comparison. In these conventions, please remember that infinity is not a number and I don’t do arithmetic with it. These conventions are, non-the-less, useful for stating the comparison theorems. The conventions simply say that for any real number, it is permissible to write \(-\infty \lt \alpha \lt \infty\text{.}\)
Here are some comparison examples using direct comparison.

Example 10.3.2.

\begin{equation*} \sum_{n=3}^\infty \frac{1}{n-2} \end{equation*}
The terms \(\frac{1}{n-2}\) are larger that \(\frac{1}{n}\) and the harmonic series \(\sum \frac{1}{n}\) is divergent, so this series is also divergent.

Example 10.3.3.

\begin{equation*} \sum_{n=1}^\infty \frac{1}{3^n + 4n + 1} \end{equation*}
The terms \(\frac{1}{3^n + 4n + 1}\) are smaller that \(\frac{1}{3^n}\text{.}\) These terms \(\frac{1}{3^n}\) are the terms of a geometric series with common ratio \(\frac{1}{3}\text{,}\) which converges. Therefore, this series converges.

Example 10.3.4.

\begin{equation*} \sum_{n=1}^\infty \frac{n+1}{n^2} \end{equation*}
The terms \(\frac{n+1}{n^2}\) are larger than \(\frac{1}{n}\text{.}\) The latter are the terms of the divergent harmonic series, so this series diverges.

Example 10.3.5.

\begin{equation*} \sum_{n=1}^\infty \frac{2^n}{n!} \end{equation*}
For \(n \geq 4\text{,}\) I can make this comparison.
\begin{equation*} \frac{2^n}{n!} = \frac{2}{1} \frac{2}{2} \frac{2}{3} \ldots \leq \frac{2}{3} \left( \frac{1}{2} \right)^{n-3} = \frac{16}{3} \frac{1}{2^n} \end{equation*}
Therefore, the terms of this series are smaller than the terms of a geometric series with common ratio \(\frac{1}{2}\text{,}\) which converges. Therefore, this series also converges (and converges to \(e^2\text{,}\) as it happens).
In Example 10.3.5, the comparison \(a_n \leq b_n\) was only true for \(n \geq 4\) instead of all \(n \in \NN\text{.}\) This is typical and perfectly acceptable; for everything involving series other than calculating the exact value, I only need to consider the long term behaviour. For comparison, it is enough that \(a_n \lt b_n\) for all \(n\) past some finite fixed value.
The second type of comparison is asymptotic comparison. I often prefer using asymptotic comparison because I don’t actually have to calculate the inequalities to apply the comparison.
In Example 10.3.2, I could have simply said that \(\frac{1}{n-2}\) is asymptotically the same order as \(\frac{1}{n}\text{.}\) The same is true for \(\frac{n+1}{n^2}\) in Example 10.3.4. I’ll do one new example as well.

Example 10.3.7.

As an example for both asymptotic comparison and conditional convergence, here are three alternating series. They are all convergent by the alternating series test. Comparison to geometric series or a \(\zeta\) series is used to check their absolute convergence.
\begin{equation*} \sum_{n=3}^\infty \frac{(-1)^n}{n^6 + n^4 - 3n - 1} \end{equation*}
This series is absolutely convergent by asymptotic comparison to \(\frac{1}{n^6}\text{.}\)
\begin{equation*} \sum_{n=1}^\infty \frac{(-1)^n \arctan n}{n^2} \end{equation*}
This series is absolutely convergent by asymptotic comparison to \(\frac{1}{n^2}\text{.}\)
\begin{equation*} \sum_{n=2}^\infty \frac{(-1)^n}{\ln n} \end{equation*}
This series is analyzed by asymptotic comparison to \(\frac{1}{\ln n}\text{.}\) This series with terms \(\frac{1}{\ln n}\) satisfies \(\frac{1}{\ln n} \gt \frac{1}{n}\text{,}\) which does that it is divergent by direct comparison. The asymptotic order of \(\frac{(-1)^n}{\ln n}\) is that of a divergent series, so the series with absolute value diverges, meaning that the series is only conditionally convergent.
This last series is a good examply of what it is necessary to assume the terms are positive in asymptotic comparison. If the terms can also be negative, then two series can have the same asymptotic order but not the same convergence behaviour: the series with terms \(\frac{(-1)^m}{\ln n}\) converges but the series with terms \(\frac{1}{\ln n}\) diverges.

Subsection 10.3.2 The Integral Test

Now I’m going to move on to direct tests instead of convergence tests. The first test is the integral test.
Note that the integral and the resulting series will sum to different numbers: this test doesn’t calculate the value of the sum. It just tells whether the sum is convergent by comparing it to an improper integral.

Example 10.3.9.

As promised in Definition 9.2.14, the integral tests allows m to prove the that \(\zeta\) series converges if and only if \(p>1\text{.}\) Let me write the corresponding improper integral in three cases. First, when \(p=1\text{.}\) In this
\begin{equation*} \int_1^\infty \frac{1}{x} dx = \lim_{a \rightarrow \infty} \ln x \Bigg|_1^\infty = \infty \end{equation*}
This integral diverges, so the \(\zeta\) seris also diverges for \(p=1\text{.}\) Now consider any \(p \lt 1\text{.}\) When \(p \lt 1\text{,}\) \(n^p \lt m\text{,}\) so \(\frac{1}{n^p} \gt \frac{1}{n}\text{.}\) Since I already proved divergence for \(p=1\) and the terms are large here, direct comparison proves that the \(\zeta\) series diverges for \(p \lt 1\text{.}\) Finally, I’ll do the integral when \(p \gt 1\text{.}\)
\begin{equation*} \int_1^\infty \frac{1}{x^p} dx = \lim_{a \rightarrow \infty} \frac{1}{(1-p) x^{p-1}} \Bigg|_1^a = \lim_{a \rightarrow \infty} \frac{1}{(1-p)a} + \frac{1}{p-1} = \frac{1}{p-1} \end{equation*}
This integral converges, showing that the \(\zeta\) series converges when \(p \gt 1\text{.}\)

Subsection 10.3.3 The Ratio and Root Tests

There are two final test I want to introduce. These two test have very similar structure, so I’ll group them togehter.
The ratio test is useful for powers and particularly for factorials. The root test is obviously useful for powers.

Subsection 10.3.4 Testing Strategies

There are many approaches to testing the convergence of a series: looking at partial sums, testing for divergence, comparison, asymptotic comparison, the alternating series test, the integral test, the ratio test, and the root test. It is difficult to know where to start and which tests or techniques to use. Here are some pointers and strategies.
  • Looking at a series for asymptotic order is often the easiest first step. The main comparisons are with geometric series and \(\zeta\)-series.
  • Using the test for divergence is also often an easy first step. If the terms do not tend to \(0\text{,}\) the series cannot converge. Remember that this can only prove divergence, not convergence.
  • If the series is an alternating series, the alternating series test is likely the easiest approach, since the limit of the terms is the only calculation needed.
  • The integral test is often the best approach if the series involves transcendental functions, such as exponentials, logarithms or trigonometric functions. These functions can be difficult to handle with the other methods for series, which often are focused on discrete methods.
  • The ratio test is often the best approach when the terms involve factorials. It is also very useful for terms which have the index in the exponent.
  • The root test is rarely used. It also helps when the index is in the exponent, but most of those cases can also be done with the ratio test. There are a few rare cases where the root test is by far the best approach.
A final important observation is that convergence only cares about the long-term behaviour of the series. Any finite pieces at the start are negligible. This is a nice observation for many of the tests: comparisons only need to work eventually, integrals can be taken on \([a,\infty)\) for some \(a>0\text{,}\) and a series which eventually becomes an alternating series can use the alternating series test.

Example 10.3.12.

For an extreme example, consider this series.
\begin{equation*} \sum_{n=1}^{10^{300}} (n^2 +n)^{75} + \sum_{n=10^{300} + 1}^\infty \frac{1}{n^2} \end{equation*}
The first \(10^{300}\) terms of this series are enormous numbers and their sum is simply ridiculous. However, the series is eventually is a \(\zeta\)-series with \(p=2\text{,}\) which converges. Therefore, this sum is finite. The ridiculous number I get from the first \(10^{300}\) terms is very, very large, but certainly finite. Any very, very large number is negligible when asking about infinity.

Subsection 10.3.5 Testing Examples

Now that I have all the tools at my disposal, here are a bunch of examples.

Example 10.3.13.

\begin{equation*} \sum_{n=1}^\infty n^{-\frac{2}{3}} \end{equation*}
The terms are \(\frac{1}{n^{\frac{2}{3}}}\text{,}\) so this is a \(\zeta\) series. Since \(\frac{2}{3} \lt 1\text{,}\) this diverges.

Example 10.3.14.

\begin{equation*} \sum_{k=1}^\infty \frac{2^k}{e^k} \end{equation*}
The terms are \(\left( \frac{2}{e} \right)^k\text{,}\) so this is a geometric series. \(\frac{2}{e} \lt 1\) so the series converges.

Example 10.3.15.

\begin{equation*} \sum_{k=2}^\infty \frac{(-1)^k}{k^2-1} \end{equation*}
This is an alternating series. The limit of the terms is zero, so the series converges using the alternating series test.

Example 10.3.16.

\begin{equation*} \sum_{n=1}^\infty \sin \left( \frac{n^2+1}{n} \right) \end{equation*}
The terms do not tend to zero, so the series is divergent by the test for divergence.

Example 10.3.17.

\begin{equation*} \sum_{k=2}^\infty \frac{1}{k^2-1} \end{equation*}
The terms are asymptotically the same as \(\frac{1}{k^2}\text{.}\) Those terms are from a convergent \(\zeta\) series (with \(p=2\)). Therefore, the series converges by asymptotic comparison.

Example 10.3.18.

\begin{equation*} \sum_{k=1}^\infty \frac{(-1)^k k}{e^k} \end{equation*}
This is an alternating series. The limit of the terms is zero, so the series converges by the alternating series test.

Example 10.3.19.

\begin{equation*} \sum_{n=1}^\infty \frac{3}{2 + e^n} \end{equation*}
The terms are asymptotically equivalent to \(\frac{1}{e^n}\text{.}\) There are the terms of a geometric series with common ratio \(\frac{1}{e}\text{,}\) which is a convergence geometric series. Therefore, the series converges by asymptotic comparison.

Example 10.3.20.

\begin{equation*} \sum_{k=1}^\infty \frac{k\sqrt{k}}{k^3} \end{equation*}
The term are asymptotically equivalent to \(\frac{1}{k^{\frac{3}{2}}}\text{.}\) These are the terms of a \(\zeta\) series with \(p = \frac{3}{2}\text{,}\) which is a convergent \(\zeta\) series. Therefore, this series converges by asymptotic comparison.

Example 10.3.21.

\begin{equation*} \sum_{n=1}^\infty \frac{(-1)^n n}{n^3+4} \end{equation*}
This is an alternating series. The limit of the terms is zero, so the alternating series test gives convergence. In addition, the absolute value of the terms is \(\frac{n}{n^3+4}\) which is asymptotically equivalent to \(\frac{1}{n^2}\text{.}\) These are the terms of a \(\zeta\) series with \(p=2\text{,}\) which is a convergent \(\zeta\) series. Therefore, the series is also absolutely convergnet by asymptotic analysis.

Example 10.3.22.

\begin{equation*} \sum_{k=1}^\infty \frac{2^k k!}{k^k} \end{equation*}
The factorial suggests that the ratio test is the best approach. I’ll calculate the limit of the ratio of the terms.
\begin{align*} \lim_{k \rightarrow \infty} \left| \frac{a_{k+1}}{a_k} \right| \amp = \lim_{k \rightarrow \infty} \frac{2^{k+1} (k+1)! k^k}{2^k k! (k+1)^{k+1}} = \lim_{k \rightarrow \infty} 2 (k+1) \left( \frac{k}{k+1} \right)^k \frac{1}{k+1}\\ \amp = \lim_{k \rightarrow \infty} 2 \left( \frac{k}{k+1} \right)^k = \frac{2}{e} \lt 1 \end{align*}
By the ratio test, since the limit is less than one, the series is convergent.

Example 10.3.23.

\begin{equation*} \sum_{k=1}^\infty k^5 e^{-k} \end{equation*}
The index is in the exponent, so I’ll try the ratio test. I calcualte the limit of the ratio of the terms.
\begin{equation*} \lim_{k \rightarrow \infty} \left| \frac{a_{k+1}}{a_k} \right| = \lim_{k \rightarrow \infty} \frac{(k+1)^5 e^k}{k^5 e^{k+1}} = \lim_{k \rightarrow \infty} \frac{1}{e} \left( \frac{k+1}{k} \right)^5 = \lim_{k \rightarrow \infty} \frac{1}{e} \left( 1 + \frac{1}{k} \right)^5 = \frac{1}{e} \lt 1 \end{equation*}
By the ratio test, since the limit is less than 1, this series is convergent.

Example 10.3.24.

\begin{equation*} \sum_{n=1}^\infty \frac{\ln n^2}{n^2} \end{equation*}
This involves a logarithm, so I’ll try integral test. The resulting integral uses a substitution with \(u = ln x\text{.}\)
\begin{align*} \int_1^\infty \frac{\ln x^2}{x^2} dx \amp = 2 \int_1^\infty \frac{\ln x}{x^2} dx = 2 \int_0^\infty u e^{-u} du = \left. - ue^{-u} \right|_1^\infty + 2 \int_0^\infty e^{-u} \\ \amp = 0 - \left. e^{-u} \right|_1^\infty = \lim_{a \rightarrow \infty} -e^{-a} + e^1 = e \end{align*}
By the integral test, since the matching improper integral converges, the series is convergent. Remember that the value of the series is not \(e\text{,}\) just that the convergence behaviours are the same.

Example 10.3.25.

\begin{equation*} \sum_{n=1}^\infty \frac{(n!)^2}{(2n+4)!} \end{equation*}
The presence of a factorial means that ratio test is probably the best. I’ll calculate the limit of the ratio of the tersm.
\begin{align*} \lim_{n \rightarrow \infty} \left| \frac{a_{n+1}}{a_n} \right| \amp = \lim_{n \rightarrow \infty} \frac{\frac{((n+1)!)^2}{(2(n+1)+4)!}}{\frac{(n!)^2}{(2(n)+4)!}} = \lim_{n \rightarrow \infty} \frac{(n+1)^2}{(2n+5)(2n+6}\\ \amp = \lim_{n \rightarrow \infty} \frac{n^2+2n+1}{4n^2+ 22n + 30} = \frac{1}{4} \lt 1 \end{align*}
The limit is less than 1, so the series is convergent.

Example 10.3.26.

\begin{equation*} \sum_{n=1}^\infty \frac{n!}{e^{n^2}} \end{equation*}
There are factorials again, so ratio test is likely the best choice.
\begin{align*} \lim_{n \rightarrow \infty} \left| \frac{a_{n+1}}{a_n} \right| \amp = \lim_{n \rightarrow \infty} \frac{\frac{(n+1)!}{e^{(n+1)^2}}}{\frac{n!}{e^{n^2}}} = \lim_{n \rightarrow \infty} \frac{(n+1)e^{n^2}}{e^{n^2+2n+1}}\\ \amp = \lim_{n \rightarrow \infty} \frac{(n+1)e^{n^2}}{e^{n^2} e^{2n} e} = \lim_{n \rightarrow \infty} \frac{n+1}{e^{2n+1}} = 0 \end{align*}
The limit is less than 1, so the series is convergent.

Example 10.3.27.

\begin{equation*} \sum_{n=1}^\infty \frac{\ln n}{\sqrt[3]{n}} \end{equation*}
With the logarithm and the square root functions involved, the integral test is most appropriate here. However, the resulting integral is still difficult. I’ll use integration by parts.
\begin{align*} \int_1^\infty \frac{\ln x}{\sqrt[3]{x}} \amp = \int_1^\infty \ln x x^{\frac{-1}{3}} dx\\ f \amp = \ln x \implies f^\prime = \frac{1}{x}\\ g^\prime \amp = x^\frac{-1}{3} \implies g = \frac{3x^{\frac{2}{3}}}{2}\\ \amp = \left. \frac{3x^{\frac{2}{3}}}{2} \ln x \right|_1^\infty - \int_1^\infty \frac{3x^{\frac{2}{3}}}{2} \frac{1}{x} dx \\ \amp = \lim_{a \rightarrow \infty} \left[ \frac{3a^{\frac{2}{3}} \ln a}{2} - \frac{3}{2} 1^{\frac{3}{2}} \ln 1 - \frac{3}{2} \int_1^a x^{-\frac{1}{3}} dx \right]\\ \amp = \lim_{a \rightarrow \infty} \frac{3}{2} \left[ a^{\frac{2}{3}} \ln a - \left. \frac{3x^{\frac{2}{3}}}{2} \right|_1^a \right] = \lim_{a \rightarrow \infty} \frac{3}{2}\left[ a^{\frac{2}{3}} \ln a - \frac{3a^{\frac{2}{3}}}{2} + \frac{3}{2} \right]\\ \amp = \lim_{a \rightarrow \infty} \frac{3}{2} \left[ a^{\frac{2}{3}} \left( \ln a - \frac{3}{2} \right) + \frac{3}{2} \right] = \infty \end{align*}
The integral diverges, so the series must as well.

Example 10.3.28.

\begin{equation*} \sum_{n=2}^\infty \frac{1}{n \ln n} \end{equation*}
I use the integral text again. In the integral, I use the substitution \(u = \ln x\text{.}\)
\begin{equation*} \int_2^\infty \frac{1}{x \ln x} dx = \int_{\ln 2}^\infty \frac{1}{u} du = \ln u \Big|_{\ln 2}^\infty = \infty \end{equation*}
The integral is divergent, so the sum is divergent as well. Also, note the following inequality.
\begin{equation*} \frac{1}{n} > \frac{1}{n \ln n} > \frac{1}{n^p} \end{equation*}
It seems that comparison should be helpful with a series of this type. However, the inequality shows that this series is asymptotically between the harmonic series and the other convergent \(p\) series. In comparison, it’s slightly larger than a convergent series and slightly smaller than a divergent series, which is entirely unhelpful. This frustration is not uncommon with comparison; often, the trickiest examples are those that fall unhelpfully right between the standard comparison series.

Example 10.3.29.

\begin{equation*} \sum_{n=1}^\infty ne^{-n^2} \end{equation*}
I use the integral test again. In the integral, I use the substitution \(u =x^2\text{.}\)
\begin{equation*} \int_1^\infty x e^{-x^2} dx = \frac{1}{2} \int_1^\infty e^{-u} du = \left. \frac{-1}{2} e^{-u} \right|_1^\infty = \frac{e}{2} \lt \infty \end{equation*}
The integral converges, so the sum does as well. Note, again, that the sum does not have the value \(\frac{e}{2}\text{.}\)

Example 10.3.30.

\begin{equation*} \sum_{n=1}^\infty (-1)^n 3^{\frac{1}{n}} \end{equation*}
The root test is good for exponents, so let me try that test. I calculate the limit of the \(n\)th root of the term.
\begin{equation*} \lim_{n \rightarrow \infty} \sqrt[n]{3^{\frac{1}{n}}} = \lim_{n \rightarrow \infty} 3^{\frac{1}{2n}} = 1 \end{equation*}
This limit is 1, so the test is inconclusive. Instead of using the root test, I could look at the limit of the terms. That limit is \(\pm 1\text{,}\) which is not zero, so the series must diverge by the test for divergence.

Example 10.3.31.

\begin{equation*} \sum_{n=1}^\infty \left( \frac{n}{n+1} \right)^{n^2} \end{equation*}
I use the root test again. I take the limit of the \(n\) roots of the terms.
\begin{align*} \lim_{n \rightarrow \infty} \sqrt[n]{|a_n|} \amp = \lim_{n \rightarrow \infty} \sqrt[n]{\left( \frac{n}{n+1}\right)^{n^2} } = \lim_{n \rightarrow \infty} \left( \frac{n}{n+1} \right)^n = \frac{1}{\lim_{n \rightarrow \infty} \left( \frac{n+1}{n} \right)^n}\\ \amp = \frac{1}{\lim_{n \rightarrow \infty} \left( 1 + \frac{1}{n} \right)^n} = \frac{1}{e} \lt 1 \end{align*}
The limit is less than 1, so the series converges.

Example 10.3.32.

\begin{equation*} \sum_{n=1}^\infty \tan \left( \frac{1}{n} \right) \end{equation*}
There is an interesting comparison argument which I can use to tackle this difficult example. The derivative of tangent is \(\sec^2 x\text{.}\) Since \(\sec x\) is always \(>1\) or \(\lt -1\text{,}\) I can conclude that \(\sec^2x > 1\text{.}\) That is, the slope of tangent is always larger than 1. Since \(\tan 0 = 0\text{,}\) that means that near the origin, \(\tan x > x\text{.}\) Equivalently, for large \(n\text{,}\) \(\tan \frac{1}{n} > \frac{1}{n}\text{.}\) This allows me to compare the series to the harmonic series: the terms are larger than the harmonic series and the harmonic series diverges, so this series also diverges.