Section 11.6
Absolute and Conditional Convergence, Root and Ratio Tests
In this chapter we have seen several examples of convergence tests that only apply to series whose
terms are nonnegative. In this section, we will learn a test that will in some cases allow us to use
the same tools for series with positive and negative terms. We begin by recording a definition:
Definition. A series
P
a
n
converges absolutely if the series of absolute values
P
|a
n
| converges.
A series converges conditionally if
P
a
n
converges but
P
|a
n
| does not converge.
We have already seen that the alternating harmonic series
X
n=1
(1)
n1
1
n
= 1
1
2
+
1
3
1
4
+ . . .
converges, but the harmonic series
X
n=1
(1)
n1
1
n
=
X
n=1
|(1)
n1
|
1
n
=
X
n=1
1
n
= 1 +
1
2
+
1
3
+
1
4
+ . . .
does not. Since the alternating harmonic series converges, but the series we get when we change all of
its terms to positives does not, we say that the alternating harmonic series converges conditionally.
On the other hand, the series
X
n=1
(1)
n
2
3
n
converges absolutely since the series of absolute values
X
n=1
(1)
n
2
3
n
=
X
n=1
2
3
n
is geometric with r =
2
3
< 1.
It turns out that any series that is absolutely convergent must be convergent itself:
Absolute Convergence Test. If
X
n=1
|a
n
| converges, then
X
n=1
a
n
does as well.
In other words, if the new series we get from
P
a
n
by making all of its terms positive is a
convergent series, then the original series converges as well. This seems plausible–it is more likely
that a series with both positive and negative terms will converge (since many of the terms will
effectively cancel), so if the series with all positive terms converges, so must the original series.
1
Section 11.6
There are several important points to note here: first of all, the theorem is helpful since we
already have several tests for series that have positive terms. To test a series that doesn’t have all
positive terms, we can take absolute values and use one of the previously studied convergence tests
that apply to series with positive terms; if the series of absolute values converges, then the original
series does too.
If the series is not absolutely convergent, it may still be conditionally convergent, or it may
diverge after all. To check, try the Alternating Series Test (if the original series was alternating)
or the nth term test.
Example. Determine if each of the following series converges absolutely, conditionally, or diverges.
X
n=1
(1)
n
tan(
1
n
)
n
2
To determine if the series converges absolutely, we need to determine if
X
n=1
(1)
n
tan(
1
n
)
n
2
=
X
n=1
tan(
1
n
)
n
2
=
X
n=1
tan(
1
n
)
n
2
converges or diverges.
Let’s try the limit comparison test. For large n,
1
n
0 so that tan(
1
n
) 0. It seems that the
function tan(
1
n
) behaves similarly to
1
n
, so we will replace the numerator with
1
n
. We compare
tan(
1
n
)
n
2
to
1
n
n
2
=
1
n
3
:
lim
n→∞
tan(
1
n
)
n
2
1
n
3
= lim
n→∞
n
3
tan(
1
n
)
n
2
= lim
n→∞
n tan(
1
n
).
Notice that the last limit above has indeterminate form 0 · ; thus we rewrite it so that
L’Hopital’s Rule applies:
lim
n→∞
n tan(
1
n
) = lim
n→∞
tan(
1
n
)
1
n
LR
= lim
n→∞
sec
2
(
1
n
)
n
2
1
n
2
= lim
n→∞
sec
2
(
1
n
)
= sec
2
0
= 1.
2
Section 11.6
The comparison series
1
n
3
converges since it is a p-series with p = 3; since the limit of the
quotient of the terms is 1,
X
n=1
tan(
1
n
)
n
2
converges as well by the limit comparison test.
Since the series of absolute values converges (i.e. is the original series converges absolutely), we
conclude that
X
n=1
(1)
n
tan(
1
n
)
n
2
converges as well, this time by the absolute comparison test.
Example. Determine whether the series
X
n=1
(1)
n
n
n 1
converges absolutely, converges conditionally, or diverges.
It is easy to see that the series does not converge absolutely by the nth term test:
lim
n→∞
(1)
n
n
n 1
= lim
n→∞
n
n 1
= lim
n→∞
n
1
2
n
1
2
1
= lim
n→∞
n
1
2
n
1
2
n
1
2
n
1
2
1
n
1
2
= lim
n→∞
1
1
1
n
1
2
= 1.
Since the limit of the terms is non-zero, the series of absolute values diverges.
The original series may still converge (i.e., the series might converge conditionally), or it may
diverge; however, the result of the previous test indicate that we should try the nth term test on
the original terms. If n is even, we already know that
lim
n→∞
(1)
n
n
n 1
= lim
n→∞
n
n 1
= 1.
3
Section 11.6
If n is odd, then
lim
n→∞
(1)
n
n
n 1
= lim
n→∞
n
n 1
= 1.
Thus the general limit does not exist, so that the series fails the nth term test, and diverges.
Example. Determine whether the series
X
n=2
(1)
n
1
ln n
n
converges absolutely, converges conditionally, or diverges.
Let’s start by testing for absolute convergence; we need to look at the series
X
n=2
(1)
n
1
ln n
n
=
X
n=2
1
ln n
n
=
X
n=2
1
n ln n
.
We know that we can integrate
1
n ln n
by u-substitution, so we try the integral test. Setting
u = ln n, so that du =
1
n
dn,
we have
Z
1
n ln n
dn =
Z
1
u
du
= ln u + C
= ln(ln n) + C.
So
Z
2
1
n ln n
dn = lim
b→∞
Z
b
2
1
n ln n
dn
= lim
b→∞
(ln(ln n)
b
2
)
= lim
b→∞
(ln(ln b) ln(ln 2))
= .
4
Section 11.6
Since the improper integral diverges, the series of absolute values does too. Thus the original
series is not absolutely convergent, but might still be conditionally convergent. To check, let’s try
using the Alternating Series Test. We have
a
n
=
1
ln n
n
=
1
n ln n
;
each term a
n
is nonnegative, and it is clear that
1
(n + 1) ln(n + 1)
<
1
n ln n
since (n + 1) ln(n + 1) > n ln n.
Finally, we note that
lim
n→∞
1
n ln n
= 0.
Since the limit is 0, the original series
X
n=2
(1)
n
1
ln n
n
converges by the alternating seres test. Since it does not converge absolutely, we specify that the
series converges conditionally.
Root and Ratio Tests
The Ratio Test is a convergence test that can be particularly helpful when the series at hand has
terms involving factorials or nth powers:
Ratio Test. Let
P
a
n
be a series so that
lim
n→∞
a
n+1
a
n
= ρ.
1. If ρ > 1 or ρ = , the series
P
a
n
diverges.
2. If ρ < 1, the series
P
a
n
converges absolutely (i.e.,
P
a
n
and
P
|a
n
| converge).
3. If ρ = 1, the test is inconclusive.
The Root Test is generally helpful if terms of the series involve nth powers; it is not usually
helpful when there are factorials involved.
Root Test. Let
P
a
n
be a series, and suppose that
lim
n→∞
n
p
|a
n
| = ρ.
5
Section 11.6
1. If ρ > 1 or if ρ = , the series
P
a
n
diverges.
2. If ρ < 1, the series converges absolutely.
3. If ρ = 1, the test is inconclusive.
Example. Determine whether the sereies
X
n=1
n
3
2
n
converges or diverges.
The nth power in the fraction above indicates that the root test could be a good way to proceed.
As we evaluate the limit, recall that
lim
n→∞
n
1/n
= 1.
lim
n→∞
n
s
n
3
2
n
= lim
n→∞
n
1
n
3
2
=
3
2
lim
n→∞
n
1
n
=
3
2
.
Since the limit is greater than 1, the series diverges by the root test.
Notice that the integral test would not be helpful in this example, since we do not know how
to integrate a function of the form f(x) = x(
3
2
)
x
.
Example. Determine whether the series
X
n=1
n!
e
n
2
converges or diverges.
The terms of the series have a factorial in them, so the ratio test seems like a good place to
start. Since all of the terms are positive, we can ignore the absolute value signs, and evaluate the
limit
6
Section 11.6
lim
n→∞
a
n+1
a
n
= lim
n→∞
(n+1)!
e
(n+1)
2
n!
e
n
2
= lim
n→∞
(n + 1)!e
n
2
n!e
(n+1)
2
.
Now the fraction above may be rewritten; since
(n + 1)!
n!
=
(n + 1) · n · (n 1) · . . . · 2 · 1
n · (n 1) · . . . · 2 · 1
= n + 1,
we have
lim
n→∞
(n + 1)!e
n
2
n!e
(n+1)
2
= lim
n→∞
(n + 1)e
n
2
e
n
2
+2n+1
= lim
n→∞
(n + 1)
e
n
2
+2n+1n
2
= lim
n→∞
(n + 1)
e
2n+1
LR
= lim
n→∞
1
2e
2n+1
= 0
since
lim
n→∞
2e
2n+1
= .
Since the limit is 0, the series converges by the ratio test.
Example. Determine if the series
X
n=1
n!
n
n
converges or diverges.
It seems reasonable to guess that either the root test or the ratio test will be appropriate for
this example. Notice that if we try the root test, we will need to handle terms of the form
n
n!,
which will not readily simplify. Thus our best choice here is probably the ratio test. We need to
evaluate
7
Section 11.6
lim
n→∞
a
n+1
a
n
= lim
n→∞
(n+1)!
(n+1)
n+1
n!
n
n
= lim
n→∞
n
n
(n + 1)!
n!(n + 1)
n+1
= lim
n→∞
n
n
(n + 1)
(n + 1)
n+1
= lim
n→∞
n
n
(n + 1)
n
= lim
n→∞
n
n + 1
n
.
The limit looks unfathomable, but a simple trick will help us evaluate it:
lim
n→∞
n
n + 1
n
= lim
n→∞
1
(
n+1
n
)
n
= lim
n→∞
1
(1 +
1
n
)
n
=
1
e
since
lim
n→∞
1 +
1
n
n
= e,
as we saw in section 11.1.
Since e > 1, we know that
1
e
< 1; so the series converges by the ratio test.
8