Convergence Tests

For most of the series that we'll see, we won't actually find what they converge to, but we'll simply get a yes/no answer about whether or not they converge. The tests in this section are how we get those answers (as well as what we've already seen concerning geometric series and others).

Divergence Test (nth Term Test)

The terms must get smaller (approach 0,0, to be precise) in order for the series to have any hope of converging. If limnan0, then n=1an is divergent.\textrm{If } \lim_{n\to \infty} a_n \neq 0 \textrm{, then } \sum_{n=1}^{\infty} a_n \textrm{ is divergent.}

Be careful with this test: it doesn't say that if the terms are going to 0,0, the series is convergent (e.g. the harmonic series). In fact, the divergence test can never conclude that a series converges; it can only ever conclude that a series diverges. For most of the series that we'll see, this test will be inconclusive, but it's an easy one to try, and when it does work, it makes life easy.

Divergence Test

Determine whether or not the following series converges. n=1sinn\sum_{n=1}^{\infty} \sin n

Solution

Since limnsinn0\displaystyle\lim_{n \to \infty} \sin n \neq 0 (this limit doesn't exist) n=1sinn is divergent, based on the Divergence Test.\ans{\sum_{n=1}^{\infty} \sin n \textrm{ is divergent, based on the Divergence Test.}}

Divergence Test

Use the Divergence Test to analyze the following series. n=11n2\sum_{n=1}^{\infty} \dfrac{1}{n^2}

Solution

Since limn1n2=0\displaystyle\lim_{n \to \infty} \dfrac{1}{n^2}=0

the Divergence Test is inconclusive.\ans{\textrm{the Divergence Test is inconclusive.}}

We need a different test to check this one.

Integral Test

If f(x)f(x) is continuous, positive, and decreasing for all x1,x \geq 1, and f(n)=anf(n)=a_n for all positive integers n,n, then n=1an\sum_{n=1}^{\infty} a_n and 1f(x) dx\int_1^\infty f(x)\ dx converge or diverge together.

Integral Test

Use the Integral Test to determine whether the following series converges. n=1n+2n2+4n\sum_{n=1}^{\infty} \dfrac{n+2}{n^2+4n}

Solution

Start by transitioning to the corresponding function: f(x)=x+2x2+4x.f(x)=\dfrac{x+2}{x^2+4x}.

This is necessary so that we can integrate. We have to show that this function is continuous, positive, and decreasing:

Continuous?

The two discontinuities in this function occur at x=0,4,x=0,−4, both of which are outside the interval over which we'll be integrating, so we're fine there.

Positive?

For all x1,x \geq 1, the numerator is positive, and the denominator is positive, so the function as a whole is positive.

Decreasing?

To prove that it's decreasing, take the derivative (using the Quotient Rule): f(x)=x212x8(x2+4x)2f′(x)=\dfrac{−x^2−12x−8}{(x^2+4x)^2} Since the numerator is negative whenever x1,x \geq 1, and the denominator is always positive, the derivative is negative, meaning that the function is decreasing.

Therefore, this function meets all three criteria, so we can proceed with the Integral Test.

This is an improper integral, and it requires u-substitution. I'll skip some of the details, but you should be able to fill them in. 1x+2x2+4x dx=limt1tx+2x2+4x dx=limt12lnx2+4x1t=limt[12lnt2+4t12ln1+4]=\begin{aligned} \int_1^{\infty} \dfrac{x+2}{x^2+4x}\ dx &= \lim_{t \to \infty} \int_1^t \dfrac{x+2}{x^2+4x}\ dx\ &= \lim_{t \to \infty} \dfrac{1}{2} \ln \bigg|x^2+4x\bigg|1^t\ &= \lim{t \to \infty} \left[\dfrac{1}{2} \ln |t^2+4t| - \dfrac{1}{2}\ln |1+4|\right] = \infty \end{aligned}

Therefore by the Integral Test, this series is divergent.\ans{\textrm{by the Integral Test, this series is divergent.}}

  1. Use the Integral Test to determine whether the following series converges. n=1lnnn\sum_{n=1}^{\infty} \dfrac{\ln n}{n}

  2. This series diverges.

p-Series

A p-series is a series of the form n=11np.\sum_{n=1}^{\infty} \dfrac{1}{n^p}. A p-series is convergent if p>1,p>1, and it is divergent if p1p \leq 1 (this can be proven using the Integral Test).

p-Series

The harmonic series is an example of a divergent p-series, where p=1.p=1.

p-Series

The series n=11n2\sum_{n=1}^{\infty} \dfrac{1}{n^2} is a convergent p-series, where p=2.p=2.

p-Series

The series n=1n=n=11n1/2\sum_{n=1}^{\infty} \sqrt{n} = \sum_{n=1}^{\infty} \dfrac{1}{n^{−1/2}} is a divergent p-series, where p=1/2.p=−1/2.

Direct Comparison Test

If we can compare an unknown series to one that we do know about, we may be able to tell whether or not it converges.

Direct Comparison Test

Suppose that 0<anbn0<a_n \leq b_n for all n1.n \geq 1.

  1. If n=1bn\displaystyle\sum_{n=1}^{\infty} b_n converges, then n=1an\displaystyle\sum_{n=1}^{\infty} a_n converges.
  2. If n=1an\displaystyle\sum_{n=1}^{\infty} a_n diverges, then n=1bn\displaystyle\sum_{n=1}^{\infty} b_n ******diverges.

Intuitively, this is similar to the squeeze theorem; if someone in the left lane takes an exit (in the US, at least, where exits are on the right), the person in the right lane is going to be forced to take the exit as well.

This test is most useful when we can compare it to a relatively simple series, like a geometric series or a p-series.

Direct Comparison Test

Use the Direct Comparison Test to determine whether the following series converges. n=11n2+4\sum_{n=1}^{\infty} \dfrac{1}{n^2+4}

Solution

This series looks like n=11n2,\sum_{n=1}^{\infty} \dfrac{1}{n^2}, which is a convergent p-series. Therefore, for the direct comparison test to be conclusive, we need to show that 1n2+41n2.\dfrac{1}{n^2+4} \leq \dfrac{1}{n^2}.

Since n2+4>n2,n^2+4>n^2, it follows that 1n2+4<1n2.\dfrac{1}{n^2+4}<\dfrac{1}{n^2}. Therefore, since the series in question is bounded above by a convergent series, n=11n2+4 is convergent, based on the Direct Comparison Test.\ans{\sum_{n=1}^{\infty} \dfrac{1}{n^2+4} \textrm{ is convergent, based on the Direct Comparison Test.}}

Direct Comparison Test

Use the Direct Comparison Test to determine whether the following series converges. n=13n2n1\sum_{n=1}^{\infty} \dfrac{3^n}{2^n−1}

Solution

This series looks like n=13n2n=n=1(32)n,\sum_{n=1}^{\infty} \dfrac{3^n}{2^n} = \sum_{n=1}^{\infty} \left(\dfrac{3}{2}\right)^n, which is a divergent geometric series, since r=3/2>1.r=3/2>1. Therefore, for the direct comparison test to be conclusive, we need to show that 3n2n13n2n.\dfrac{3^n}{2^n−1} \geq \dfrac{3^n}{2^n}.

Since the numerators are equal and 2n1<2n,2^n−1<2n, it follows that 3n2n1>3n2n.\dfrac{3^n}{2^n−1}>\dfrac{3^n}{2^n}. Therefore, since the series in question is bounded below by a divergent series, n=13n2n1 is divergent, based on the Direct Comparison Test.\ans{\sum_{n=1}^{\infty} \dfrac{3^n}{2^n−1} \textrm{ is divergent, based on the Direct Comparison Test.}}

Limit Comparison Test

What if that last example had been n=13n2n+1\sum_{n=1}^{\infty} \dfrac{3^n}{2^n+1} instead? In that case, the Direct Comparison Test would be inconclusive, since this series would be below a divergent series, about which the DCT makes no claim. For something like that, we would need to use the Limit Comparison Test instead.

If n=1an\displaystyle\sum_{n=1}^{\infty} a_n and n=1bn\displaystyle\sum_{n=1}^{\infty} b_n are series with positive terms and limnanbn=L,\lim_{n \to \infty} \dfrac{a_n}{b_n}=L, where LL is finite and nonzero, then n=1an\displaystyle\sum_{n=1}^{\infty} a_n and n=1bn\displaystyle\sum_{n=1}^{\infty} b_n converge or diverge together.

Essentially, if this limit is finite and nonzero, the two series track along together, so what one does, the other does. If the limit were infinite, the upper series would be infinitely larger than the lower, and if the limit were zero, the lower series would be infinitely larger than the upper.

Limit Comparison Test

Use the Limit Comparison Test to determine whether the following series converges. n=1n3+2nn46n2\sum_{n=1}^{\infty} \dfrac{n^3+2n}{n^4−6n^2}

Solution

This series looks like n=1n3n4=n=11n,\sum_{n=1}^{\infty} \dfrac{n^3}{n^4} = \sum_{n=1}^{\infty} \dfrac{1}{n}, since the highest-order terms will ultimately dominate the behavior of the series. limnn3+2nn46n21n=limnn3+2nn46n2n1=limnn4+2n2n46n2=1\begin{aligned} \lim_{n \to \infty} \dfrac{\dfrac{n^3+2n}{n^4-6n^2}}{\dfrac{1}{n}} &= \lim_{n \to \infty} \dfrac{n^3+2n}{n^4-6n^2} \cdot \dfrac{n}{1}\ &= \lim_{n \to \infty} \dfrac{n^4+2n^2}{n^4-6n^2}\ &= 1 \end{aligned}

Since this limit is finite and nonzero, both series do the same thing. Furthermore, since n=11n\displaystyle\sum_{n=1}^{\infty} \dfrac{1}{n} is the harmonic series, and thus a divergent p-series, n=1n3+2nn46n2 is divergent, based on the Limit Comparison Test.\ans{\sum_{n=1}^{\infty} \dfrac{n^3+2n}{n^4−6n^2} \textrm{ is divergent, based on the Limit Comparison Test.}}

Any time you see a rational expression like this one, the Limit Comparison Test is a good place to start.

Ratio Test

The Ratio Test is one of the most important tests, especially for what will come in the following sections, when we deal with Power Series.

For a series n=1an,\displaystyle\sum_{n=1}^{\infty} a_n, look at the ratio of subsequent terms p=limnan+1an.p=\lim_{n \to \infty} \bigg|\dfrac{a_{n+1}}{a_n}\bigg|.

  1. If p<1,p<1, the series is convergent.
  2. If p>1,p>1, the series is divergent.
  3. If p=1,p=1, the Ratio Test is inconclusive.

Ratio Test

Use the Ratio Test to determine whether the following series converges. n=12nn!\sum_{n=1}^{\infty} \dfrac{2^n}{n!}

Solution

p=limnan+1an=limn2n+1(n+1)!2nn!=limn2n+1(n+1)!n!2n=limn2n+1=0<1\begin{aligned} p &= \lim_{n \to \infty} \bigg|\dfrac{a_{n+1}}{a_n} \bigg|\ &= \lim_{n \to \infty} \left|\dfrac{\dfrac{2^{n+1}}{(n+1)!}}{\dfrac{2^n}{n!}}\right|\ &= \lim_{n \to \infty} \left|\dfrac{2^{n+1}}{(n+1)!} \cdot \dfrac{n!}{2^n}\right|\ &= \lim_{n \to \infty} \left|\dfrac{2}{n+1}\right|\ &= 0 < 1 \end{aligned}

Since p<1,p<1, n=12nn! is convergent, based on the Ratio Test.\ans{\sum_{n=1}^{\infty} \dfrac{2^n}{n!} \textrm{ is convergent, based on the Ratio Test.}}

Root Test

The Root Test looks similar to the Ratio Test, but we won't use it as much in this course. It mainly comes in handy when we have an expression raised to the nth power in a series.

For a series n=1an,\displaystyle\sum_{n=1}^{\infty} a_n, look at p=limnann.p=\lim_{n \to \infty} \sqrt[n]{|a_n|}.

  1. If p<1,p<1, the series is convergent.
  2. If p>1,p>1, the series is divergent.
  3. If p=1,p=1, the Root Test is inconclusive.

Root Test

Use the Root Test to determine whether the following series converges. n=2(1lnn)n\sum_{n=2}^{\infty} \left(\dfrac{1}{\ln n}\right)^n

Solution

p=limnann=limn1lnn=0<1\begin{aligned} p &= \lim_{n \to \infty} \sqrt[n]{|a_n|}\ &= \lim_{n \to \infty} \dfrac{1}{\ln n}\ &= 0 < 1 \end{aligned}

Since p<1,p<1, n=2(1lnn)n is convergent, based on the Root Test.\ans{\sum_{n=2}^{\infty} \left(\dfrac{1}{\ln n}\right)^n \textrm{ is convergent, based on the Root Test.}}

Alternating Series Test

If a series is an alternating series of the form n=1(1)nan\sum_{n=1}^{\infty}(−1)^n a_n

then the series converges if both of the following conditions are met:

  1. limnan=0\displaystyle\lim_{n \to \infty} a_n=0 (otherwise the series would fail the Divergence Test)
  2. an+1ana_{n+1} \leq a_n for all nn greater than some integer M.M. In other words, these terms need to go to 00 monotonically.

Alternating Series Test

Use the Alternating Series Test to determine whether the following series converges. n=1(1)nn+1n2\sum_{n=1}^{\infty} (−1)^n \cdot \dfrac{n+1}{n^2}

Solution

Notice that without the alternating part, this series would be divergent (use the Limit Comparison Test with the harmonic series to check that). But since it is alternating, we can show that this one converges, by verifying the two conditions. In fact, the alternating harmonic series converges, even though the basic harmonic series diverges.

  1. limnan=0\displaystyle\lim_{n \to \infty} a_n=0? It should be clear that n+1n20\dfrac{n+1}{n^2} \to 0 as n.n \to \infty.
  2. an+1ana_{n+1} \leq a_n for all nn? Similarly, since the denominator has n2n^2 in it, you should be able to tell that as nn increases, the whole expression decreases. To prove this, you can set up the inequality and simplify until you get an obviously true statement.

Since both conditions are met, n=1(1)nn+1n2 is convergent, based on the Alternating Series Test.\ans{\sum_{n=1}^{\infty} (−1)^n \cdot \dfrac{n+1}{n^2} \textrm{ is convergent, based on the Alternating Series Test.}}

Deciding Which Test to Use

So there you have it: there are eight tests in our toolbox, and when you get to a problem and you have to determine whether or not a series is convergent, how do you decide what to do? Of course, you could try all eight tests and see what works, but that would be horribly tedious. So here I give you some guidelines about what to try first; of course, more than one test may work on a specific problem, but at least if you have somewhere to start, you can potentially save yourself a few trips down a blind alley.

  1. Determine whether the following series converges or diverges. n=12n2+3nn3+4\sum_{n=1}^{\infty} \dfrac{2n^2+3n}{n^3+4}

  2. Divergent, by the Limit Comparison Test (compare to the harmonic series).

  3. Determine whether the following series converges or diverges. n=11n5\sum_{n=1}^{\infty} \dfrac{1}{\sqrt[5]{n}}

  4. Divergent p-series.

  5. Determine whether the following series converges or diverges. n=19n13n\sum_{n=1}^{\infty} \dfrac{9^n}{13^n}

  6. Convergent geometric series (could also use the Root Test).

  7. Determine whether the following series converges or diverges. n=1n2 2n1(5)n\sum_{n=1}^{\infty} \dfrac{n^2\ 2^{n-1}}{(-5)^n}

  8. Convergent, by the Ratio Test.

  9. Determine whether the following series converges or diverges. n=1n2n3+1\sum_{n=1}^{\infty} \dfrac{n^2}{n^3+1}

  10. Divergent, by the Limit Comparison Test (compare to the harmonic series).

  11. Determine whether the following series converges or diverges. n=11n+6\sum_{n=1}^{\infty} \dfrac{1}{\sqrt{n+6}}

  12. Divergent, by the Limit Comparison Test (compared to n=11n\displaystyle\sum_{n=1}^{\infty} \dfrac{1}{\sqrt{n}}) or the Integral Test.

  13. Determine whether the following series converges or diverges. n=11n1n+3\sum_{n=1}^{\infty} \dfrac{1}{n} - \dfrac{1}{n+3}

  14. Convergent Telescoping Series.

  15. Determine whether the following series converges or diverges. n=112n+3\sum_{n=1}^{\infty} \dfrac{1}{2n+3}

  16. Divergent, by the Limit Comparison Test (compare to the harmonic series) or the Integral Test.

  17. Determine whether the following series converges or diverges. n=16nn!\sum_{n=1}^{\infty} \dfrac{6^n}{n!}

  18. Convergent, by the Ratio Test.

  19. Determine whether the following series converges or diverges. n=13n+42n\sum_{n=1}^{\infty} \dfrac{3^n+4}{2^n}

  20. Divergent: it is the sum of two geometric series, one of which is divergent.

  21. Determine whether the following series converges or diverges. n=1(1)nnn2+1\sum_{n=1}^{\infty} (-1)^n \cdot \dfrac{n}{n^2+1}

  22. Convergent, by the Alternating Series Test.

  23. Determine whether the following series converges or diverges. n=1(2n3n+7)n\sum_{n=1}^{\infty} \left(\dfrac{2n}{3n+7}\right)^n

  24. Convergent, by the Root Test.

  25. Determine whether the following series converges or diverges. n=13n n2n!\sum_{n=1}^{\infty} \dfrac{3^n\ n^2}{n!}

  26. Convergent, by the Ratio Test.

  27. Determine whether the following series converges or diverges. n=11n4\sum_{n=1}^{\infty} \dfrac{1}{n^4}

  28. Convergent p-series.

  29. Determine whether the following series converges or diverges. n=1n210n212\sum_{n=1}^{\infty} \dfrac{n^2}{10n^2-12}

  30. Divergent, by the Divergence Test.

  31. Determine whether the following series converges or diverges. n=11n(lnn)2\sum_{n=1}^{\infty} \dfrac{1}{n(\ln n)^2}

  32. Divergent, by the Integral Test.