LECTURE 20: SERIES (II)
Let’s continue our series extravaganza! Today’s goal is to prove the
celebrated Ratio and Root Tests and to compare them.
1. The Root Test
Video: Root Test Proof
Among all the convergence tests, the root test is the best one, or at
least better than the ratio test. Let me remind you how it works:
Example 1:
Use the root test to figure out if the following series converges:
∞
X n
n=0
3n
n
Let an = 3n , then the root test tells you to look at:
1 1 1
1 n n nn n n n→∞ 1
|an | = n
n = = → =α<1
3 n( n1 ) 3 3
3
P
Therefore an converges absolutely.
1
Since limn→∞ |an | n doesn’t always exist, we need to replace this with
1
lim supn→∞ |an | n , which always exists. Therefore, we obtain the root
Date: Wednesday, May 13, 2020.
1
2 LECTURE 20: SERIES (II)
test:
Root Test
P
Consider an and let
1
α = lim sup |an | n
n→∞
P P
(1) If α < 1, then an converges absolutely (that is |an |
converges)
P
(2) If α > 1, then an diverges
(3) If α = 1, then the root test is inconclusive, meaning that
you’d have to use another test
Proof of (1): (α < 1 ⇒ converges absolutely)
1
Main Idea: Since lim supn→∞ |an | n = α < 1, then for large n we will
1
have |an | n ≤ α. So |an | ≤ αn and therefore |an | ≤ αn , which is a
P P
geometric series that converges, since α < 1.
However, keep in mind that this is just an (incorrect) idea, which we’ll
have to make precise below.
The proof itself is similar to the Pre-Ratio Test in section 12.
Since α < 1, let > 0 be such that α < α + < 1. This is because
we need a little bit of wiggle room between α and 1 (it also shows why
the case α = 1 doesn’t work).
LECTURE 20: SERIES (II) 3
Now by definition of lim sup, we have
1
n 1
o
lim sup |an | = lim sup |an | | n > N = α
n n
n→∞ N →∞
Hence, by definition of a limit with as above, there is N1 such that if
N > N1 , then
n 1
o
sup |an | | n > N − α <
n
Upshot: Since the above is true for all N > N1 , it is in particular
true for some N (> N1 ).
Analogy: If everyone passes a class, then at least some student passes
the class
With that N , we then get:
4 LECTURE 20: SERIES (II)
n 1
o
sup |an | | n > N − α <
n
n 1
o
⇒ sup |an | | n > N − α <
n
n 1
o
⇒ sup |an | | n > N <α +
n
But then, by definition of sup (think of it like a max), we get that for
all n > N (so n ≥ N + 1) we have:
1
|an | n < α + ⇒ |an | < (α + )n
And, in particular:
∞
X ∞
X ∞
X
n
|an | ≤ (α + ) = rn
n=N +1 n=N +1 n=1
Where r = α + < 1. But the latter is just a geometric series with
|r| < 1 and therefore converges. Hence, by the comparison test,
∞
X
|an | converges
n=N +1
And therefore:
∞
X ∞
X
|an | = |a1 | + |a2 | + · · · + |aN | + |an | converges
| {z }
n=1 Finitely many terms n=N +1
| {z }
Converges
P
Here an converges absolutely X
Proof of (2): (α > 1 ⇒ diverges)
LECTURE 20: SERIES (II) 5
Even easier! Remember that for any sequence (sn ), there is a subse-
quence (snk ) converging to lim supn→∞ sn .
1 1
Therefore here there is a subsequence |ank | nk of |an | n converging to
1
lim supn→∞ |an | n = α > 1
But this means that for all k large enough, we must have1
1
|ank | nk > 1 ⇒ |ank | > 1nk = 1
Now if an → 0, then in particular for the subsequence ank above, we
must have ank → 0. But for this cannot happen since |ank | > 1 for
every k ⇒⇐
1Here’s a proof if you want: Let = α − 1, then since |a | n1k → α, there is K such that if
nk
1 1
k > K, then |ank | nk − α < = α − 1, and therefore in particular |ank | nk − α > −(α − 1) = 1 − α
1
and therefore for k > K, we have |ank | nk > 1
6 LECTURE 20: SERIES (II)
(In the picture above, (an ) cannot converge to 0 because (ank ) (in red)
doesn’t even get close to 0.
P
Therefore an 9 0, and so an diverges by the divergence test. X
Proof of (3): All we need to do is find two series with α = 1, one of
which converges absolutely, and the other one diverges.
P∞ 1
Consider n=1 n . Then
n1
1 1 1 1
|an | =
n = 1 → =1
n nn 1
1 P∞ 1
So α = lim supn→∞ |an | n = 1 but n=1 n diverges (because it’s a
1−series)
Now consider ∞ 1
P
n=1 n2 . Then
LECTURE 20: SERIES (II) 7
12
1 1 n 1 1 1
|an | =
n2 = 2 = 2 → = 1
n nn 1 1
nn
1
So α = lim supn→∞ |an | n = 1 but ∞ 1
P
n=1 n2 converges (because it’s a
2−series)
Therefore, even though α = 1 in both case, in the first case the series
diverges, and in the second case case, the series converges (absolutely)
X
2. The Ratio Test
Video: Ratio Test Proof
Now, on the other side of the spectrum is the ratio test:
Example 2:
Use the ratio test to figure out if the following series converges:
∞
X n
n=0
3n
This time look at ratios of successive terms:
n+1
3n
an+1 3n+1 n+1 1 n+1 1
= n = = → <1
an 3n 3n+1 n 3 n 3
Therefore the series converges absolutely.
1
P
Note: The ratio test is excellent for series involving n!, like n! for
instance.
8 LECTURE 20: SERIES (II)
Here again, since limn→∞ aan+1
n
might not exist, we need to replace the
limit with lim sup and lim inf:
Ratio Test:
P
Consider an . Then:
an+1 P
(1) If lim supn→∞ an < 1, then an converges absolutely.
an+1 P
(2) If lim inf n→∞ an > 1, then an diverges
(3) If lim inf n→∞ aan+1
n
≤ 1 ≤ lim supn→∞ an+1
an , then the ratio
test is inconclusive.
Note: Think of lim sup as the worst possible limit and lim inf as the
best possible limit. In (1) we’re saying that the worst possible limit
is < 1, so not bad at all, in which case the series converges. In (2),
the best possible limit is > 1, which is already bad, in which case the
series diverges. In, (3), we can’t really say anything: The best possible
LECTURE 20: SERIES (II) 9
limit is good (≤ 1) and the worst possible limit is bad (≥ 1), which is
pretty typical.
Proof: Muuuuuch easier than the proof of the root test, because we’ve
already done the hard part in section 12 ,
Recall: Pre-Ratio Test
an+1 1 1 an+1
lim inf ≤ lim inf |an | n ≤ lim sup |an | n ≤ lim sup
n→∞ an n→∞ n→∞ n→∞ an
an+1
(1) If lim supn→∞ an < 1, then, in the above, we get
1 an+1
lim sup |an | n ≤ lim sup <1
n→∞ n→∞ an
So
1
α =: lim sup |an | n < 1
n→∞
P
And therefore by the root test, we conclude that an con-
verges absolutely X
an+1
(2) If lim inf n→∞ an > 1, then, in the above, we get:
1 1 an+1
lim sup |an | n ≥ lim inf |an | n ≥ lim inf >1
n→∞ n→∞ n→∞ an
Therefore:
10 LECTURE 20: SERIES (II)
1
α =: lim sup |an | n > 1
n→∞
P
And hence by the root test, an diverges. X
P
(3) Finally, just as before, we need to find two series an with
an+1 an+1
lim inf n→∞ an ≤ 1 ≤ lim supn→∞ an and such that the first
series is divergent and the second series is absolutely convergent.
P1
Consider n, then
1
an+1 n+1 n
= 1 = →1
an n
n+1
Therefore
an+1 an+1
lim inf = 1 ≤ 1 ≤ 1 = lim inf
n→∞ an n→∞ an
P1
But n diverges (because it’s a 1−series)
1
P
Now consider n2 , then
1 2
n2
an+1 (n+1)2 n
= 1 = = →1
an n2
(n + 1)2 n+1
Therefore
an+1 an+1
lim inf = 1 ≤ 1 ≤ 1 = lim inf
n→∞ an n→∞ an
LECTURE 20: SERIES (II) 11
1
P
But n2 converges absolutely (because it’s a 2−series) X
Note: Already in the proof above we can see that the root test is more
powerful than the ratio test, because we used the root test to prove
the ratio test!
P
In fact, notice that the above proof shows that if a series an con-
verges (or diverges) using the ratio test, then it must converge (or
diverge) using the root test as well, so the root test is more general
and powerful than the ratio test.
3. Root Test > Ratio Test
Video: Ratio Test Vs Root Test
As another illustration of why the root test is better than the ratio
test, consider the following:
Example 3:
Does the following series converge?
∞
X n
−n 1 1 1 1
2(−1) =2+ + + + + ...
n=0
4 2 16 8
This is what I’d like to call the stock market series, or the Not Stonks
series:
12 LECTURE 20: SERIES (II)
Let’s try to apply both the ratio test and the root test to this series,
in order to see who wins.
Ratio Test:
n+1
an+1 2(−1) −(n+1)
=
an 2(−1)n −n
n+1
n−1−(−1)n +
−
=2(−1) n
n
−(−1)n −1
=2−(−1)
n
+(−1)n +1)
=2−((−1)
n
=2−(2(−1) +1)
1 1 1
= , 2, , 2, , 2, . . .
8 8 8
LECTURE 20: SERIES (II) 13
an+1 1 an+1
Therefore lim inf n→∞ an = 8 and lim supn→∞ an = 2 and so:
an+1 an+1
lim inf ≤ 1 ≤ lim sup
n→∞ an n→∞ an
So we are in the third case of the ratio test (the typical case, neither
good nor bad), and so the ratio test is inconclusive.
Root Test:
1
n1 (−1)n 1
(−1)n −n n −1
|an | = 2
n =2 → 20−1 = 2−1 = <1
2
n
(Here we used (−1)
n → 0 by the squeeze theorem, since it is squeezed
1 1
between − n and n )
Hence
14 LECTURE 20: SERIES (II)
1 1
lim sup |an | n = < 1
n→∞ 2
P
And therefore by the root test, an converges absolutely.
Summary:
The Root test is strictly better than the ratio test:
P
If an converges (or diverges) by the ratio test, then it converges
(or diverges) by the root test as well.
But there are examples of series (like the above) which converge
(or diverge) by the root test, but for which the ratio test is incon-
clusive.
4. Root Test Pitfall
LECTURE 20: SERIES (II) 15
Video: Root Test Pitfall
That said, don’t get too overexcited, the root test doesn’t always work.
In particular, don’t think that just because you see something to the
power of n, you have to apply the root test!
Example 4:
Does the following series converge?
∞ n
X 2
n=0
(−1)n − 3
First try: Let’s try using the root test:
1 2 1 1
|an | =
n = 1, , 1, , . . .
(−1)n − 3 2 2
Careful: Just because it alternates it doesn’t necessarily mean that
the root test is inconclusive! You really have to look at the limsup to
figure out if it’s inconclusive or not:
1
α = lim sup |an | n = 1
n→∞
16 LECTURE 20: SERIES (II)
Therefore the root test is inconclusive, and we’ll have to try another
method.
Note: The ratio test would also be inconclusive (by the pre-ratio test),
so we’ll have to try to find another way of doing this:
Second try: Look at the sequence (an ) itself!
n 5 7 !
2 1 1 1 1
an = = 1, − , 1, − , 1, − , 1, − , 1, . . .
(−1)n − 3 2 8 2 2
LECTURE 20: SERIES (II) 17
Notice
P that every other term of an is 1, hence an 9 0, and therefore
an diverges by the divergence test.