For your convenience, I'm going to restate all of the convergence tests here.
Divergence Test
Theorem (divergence test)
Let {an} be a sequence. If n→∞liman does not exist or if it exists and is not 0, then n=0∑∞an diverges.
This should always be the first thing you try. Most of the time, it'll be inconclusive, though.
Direct Comparison Test
Theorem (direct comparison test)
Suppose 0≤an≤bn for n≥M for some M>0. Then:
If n=0∑∞an diverges, then n=0∑∞bn diverges as well.
If n=0∑∞bn converges, then n=0∑∞an converges as well.
Limit Comparison Test
Theorem (limit comparison test)
Suppose an≥0 and bn≥0 for n≥M for some M>0. Let L=n→∞limbnan.
If L∈(0,∞), then n=0∑∞an converges if and only if n=0∑∞bn converges.
If L=0 and n=0∑∞bn converges, then n=0∑∞an converges as well.
If L=∞ and n=0∑∞an converges, then n=0∑∞bn converges as well.
The case when L=(0,∞) is when this is most useful, in my experience. If L=0 or L=∞, you can usually use direct comparison instead.
Ratio Test
Theorem (ratio test)
Let L=n→∞lim∣∣anan+1∣∣.
If L<1, then n=1∑∞an converges absolutely.
If L>1, then n=1∑∞an diverges.
If L=1, then the ratio test is inconclusive.
Root Test
Theorem (root test)
Let L=n→∞lim∣an∣1/n.
If L<1, then n=1∑∞an converges absolutely.
If L>1, then n=1∑∞an diverges.
If L=1, then the root test is inconclusive.
The ratio test and root test are pretty similar in that if one is inconclusive, the other one probably will be, too. They also "measure" how fast the terms an converge to 0.
If L<1, then the terms converge fast enough that the whole series converges.
If L>1, then the terms converge too slow so the series diverges.
If L=1, the rate is somewhere in between too fast and too slow, which is why they're inconclusive.
Alternating Series Test
Theorem (alternating series test)
Let {an} be a sequence of the form an=(−1)nbn, where bn≥0, is decreasing, and n→∞limbn=0. Then n=0∑∞an converges.
Examples
The best way to really learn these tests is to practice using them.
Example 1.
Determine whether n=1∑∞2n+3n1 converges.
Solution.
If I remove 3n from the denominator, I get something bigger:
2n+3n1≤2n1.
All the terms are non-negative, and ∑n=1∞2n1 converges because it's a geometric series with ∣r∣=21<1. So, by direct comparison, I get that ∑n=1∞2n+3n1 also converges.
Example 2.
Determine whether n=1∑∞n3+n2+7n converges.
Solution.
Intuitively, when n is very large, the main terms that matter are the leading terms:
n3+n2+7n≈n3n=n21,
so intuitively, this should converge. The limit test makes this rigorous:
∑n=1∞n21 converges because it's a p-series with p=2>1, so by the limit comparison test, ∑n=1∞n3+n2+7n converges also.
Example 3.
Determine whether n=0∑∞n!22n converges.
Solution.
As a rule of thumb, if you ever see exponentials and/or factorials, the root or ratio test will do the trick. In this problem, the limit in the ratio test is easier to calculate:
0 is smaller than 1, so the ratio test tells us that our series converges.
Example 4.
Determine whether n=1∑∞(−1)nn1 converges.
Solution.
Whenever you see something like (−1)n, chances are, you will want to use the alternating series test. To use it, there're just three things to check:
n1≥0
n1 is decreasing
limn→∞n1=0
These are all clear because of the properties of n, so by the alternating series test, the series converges.
Example 5.
Determine whether n=1∑∞(−1)n2n2−1n2 converges.
Solution.
It might be tempting to immediately try the alternating series test, but it won't work for this problem. You should always start with the divergence test: in this problem,
n→∞limdiverges(−1)nconverges to 212n2−1n2=DNE.
So, the divergence test tells us that the series diverges.
Example 6.
Determine whether n=1∑∞sin(n21) converges.
Solution.
To solve this, you'll want to remember this limit:
x→0limxsinx=1.
Heuristically, this tells you that if x≈0, then
xsinx≈1⟹sinx≈x.
In our problem, if n is really large, then n21≈0, so
sin(n21)≈n21.
This tells us what to use with limit comparison:
n→∞lim∣∣n21sin(n21)∣∣=1,
and because ∑n=1∞n21 is a p-series with p=2>1, it converges. Thus, by the limit comparison test, ∑n=1∞sin(n21) converges (absolutely).
Example 7.
True or false:
If n∑an and n∑bn both converge, then n∑anbn converges.
Solution.
This is false. For example, if an=bn=(−1)nn1, then both ∑nan,∑nbn converge by Example 4, but