Advanced Tests for Convergence
Sarah Fix
May 8, 2019
Abstract
The primary objective of this paper is to discuss advanced tests of convergence for
infinite series. Commonly used tests for convergence that are taught to students in
early calculus classes, including the Comparison, Root, and Ratio Tests are not suffi-
cient in giving results for more complicated infinite series. These frequently used tests
are discussed in the paper, along with examples of infinite series that have interesting
properties, in order to effectively examine the more advanced Kummer’s and Raabe’s
Tests. We demonstrate some applications of these more generalized tests through ex-
amples where simpler tests fail to yield results. While the main focus of this project is
on advanced tests for convergence, we also illustrate connections between the different
tests.
Introduction
The study of infinite series began when Archimedes used the first summation of
an infinite series to find the area underneath an arc of a parabola. Long after Archimedes
wrote the first summation, some of the most famous mathematicians of all time have worked
on infinite series, including Gauss, Einstein, Euler, the Bernoulli brothers, and many more.
Throughout the centuries, the study of infinite series has led to the proofs of some absolutely
astounding results. For example, in 1734, Leonhard Euler proved that the infinite sum of
the inverse of squares is equal to
π
2
6
. This result was amazing not just because it is an
example of how adding up infinitely many numbers can give a single, numerical result but
also because the result involves a seemingly unrelated constant, π. This key observation is
one of many that demonstrate the complexity and beauty that lies in the world of infinite
series.
We begin by proving the commonly used Root and Ratio Tests. It is critical to
understand the origins and implications of these tests, especially the Ratio Test, as it is
the basis for one of our more complex tests. We also briefly mention the “strength” of a
convergence test, and prove the relationship between the Root and Ratio Tests as well as
demonstrate this idea of “strength”.
An important piece of understanding infinite series is recognizing the connection
between sequences and series. We address this connection through some examples of infinite
series that have interesting properties. These examples include proofs that show convergence
or divergence in a variety of ways, including using the Cauchy Criterion for sequences and
“telescoping sums”. In addition, we use our previous knowledge on p-series and geometric
1
series to make comparisons in order to solve problems. As a resource for understanding
these properties of sequences and specific types of series, any background knowledge that we
need and all definitions excluding the advanced tests definitions can be found in most Real
Analysis textbooks such as Real Analysis: A First Course by Russell A. Gordon. Plus, any
additional information on the commonly used tests for convergence can be found in most
calculus books.
After we have reviewed some common aspects of infinite series, we move on to
our more advanced tests of convergence, named after Ernst Eduard Kummer (1810-1893)
and Joseph Ludwig Raabe (1801-1859). Kummer was a German mathematician and Raabe
was a Swiss mathematician, both of whom did work on infinite series at about the same
time in the mid-1800s. Raabe’s Test actually preceded Kummer’s Test; the latter is just
a generalized version of the former. We prove both of these tests as well apply them to
some examples and make a connection to one of our better-known tests. We then finish
our examination of these advanced tests with examples that employ both an advanced test
and other strategies previously mentioned in the first section of the paper in order to tie
together all of the main themes of the project.
1 Review and Preliminaries
As previously mentioned, we start with the two convergence tests that are the
most common and easy to understand. While these tests and possibly even their proofs
may be familiar, it is important to truly understand these tests and where they come from
because they are the basis for some of the more advanced tests.
Theorem 1 (Ratio Test). Let
P
n=1
a
n
be an infinite series of nonzero terms and let
L = lim
n→∞
a
n+1
a
n
,
where it is assumed that the limit exists. Then
(i) if 0 L < 1, then the series
P
n=1
a
n
converges;
(ii) if 1 < L , then the series
P
n=1
a
n
diverges;
(iii) if L = 1, then the test is inconclusive and the series may either converge or diverge.
Proof. We begin by considering the case where L < 1. Let r be a number such that
L < r < 1. Because L = lim
n→∞
a
n+1
a
n
and L < r, it follows that there exists an integer N
such that
a
n+1
a
n
< r |a
n+1
| < |a
n
|r
2
for all n N . Now, if we let n be equal to N , N + 1, N + 2, and so on, we find that
|a
N+1
| < |a
N
|r
|a
N+2
| < |a
N+1
|r < |a
N
|r
2
|a
N+3
| < |a
N+2
|r < |a
N+1
|r
2
< |a
N
|r
3
.
.
.
and, in general,
|a
N+k
| < |a
N
|r
k
for all positive integers k. The series
P
k=1
|a
N
|r
k
is a geometric series with common ratio r
and because |r| < 1, the series
P
k=1
|a
N
|r
k
must converge. Thus, by the Comparison Test,
the series
P
k=N +1
|a
n
| must also converge, it follows that
P
n=1
|a
n
| converges.
Now, consider the case where L > 1. Because L = lim
n→∞
a
n+1
a
n
and L > 1, there exists
some positive integer K such that
a
n+1
a
n
> 1
for all n K. This implies that
|a
n+1
| > |a
n
| > |a
K
| > 0
for all n K. This tells us that lim
n→∞
a
n
6= 0, and we conclude that the series diverges.
Theorem 2 (Root Test). Let
P
n=1
a
n
be an infinite series of real numbers and let
ρ = lim
n→∞
n
p
|a
n
|
when the limit exists. Then
(i) if 0 ρ < 1, then the series
P
n=1
a
n
converges;
(ii) if 1 < ρ , then the series
P
n=1
a
n
diverges;
(iii) if ρ = 1, then the test is inconclusive and
P
n=1
a
n
may either converge or diverge.
Proof. We first consider the case when ρ < 1. Let r be a number such that ρ < r < 1.
Then there exists some positive integer N
1
such that
n
p
|a
n
| < r for all n N
1
. Raising
both sides of the equation to the nth power gives us |a
n
| < r
n
for all n N
1
. Thus, because
P
n=1
r
n
is a convergent geometric series, it follows that
P
n=1
|a
n
| converges by the Comparison
Test.
3
Now suppose that ρ > 1 and let r be a number such that 1 < r < ρ. Using similar
reasoning, we can see that there exists some positive integer N
2
such that for all n N
2
, we
have
n
p
|a
n
| > r. Raising both sides to the nth power gives us |a
n
| > r
n
> 1 for all n N
2
.
Because
P
n=1
r
n
is a divergent geometric series, we find that the series
P
n=1
|a
n
| diverges by
the Comparison Test.
As a preliminary, we consider the “strength” of convergence tests as part of our
discussion of the different types of tests. When referring to the “strength” of a test, we
are referring to its ability to yield a result. For one convergence test to be “stronger” than
another, the stronger test giving a result implies that the weaker test also yields a result.
It must also be true that there exists a case where the stronger convergence test works but
the weaker test does not.
Theorem 3. The Root Test is “stronger” than the Ratio Test.
Proof. Without loss of generality, let a
n
> 0 for all positive integers n. Essentially, what
we want to prove is that if lim
n→∞
a
n+1
a
n
exists, then lim
n→∞
n
a
n
also exists and is equal. This
implies that if we are able to use the Ratio Test for a series, then the Root Test works as
well.
Let L = lim
n→∞
a
n+1
a
n
where 0 < L < and let > 0. Then there exists some
integer N such that
L <
a
n+1
a
n
< L +
for all n N . It follows that
(L )a
n
< a
n+1
< (L + )a
n
(L )
2
a
n
< (L )a
n+1
< a
n+2
< (L + )a
n+1
< (L )
2
a
n
.
.
.
(L )
i
a
n
< a
n+i
< (L + )
i
a
n
.
Then for n N we have
(L )
n
·
a
N
(L )
N
< a
n
< (L + )
n
·
a
N
(L + )
N
and hence
L <
n
a
n
< L +
If the limit L exists, then because > 0 was arbitrary we can conclude that lim
n→∞
n
a
n
= L.
Therefore, we have shown that the Root Test is at least as strong as the Ratio Test.
We claim that the Root Test is stronger than the Ratio Test and we prove this
by giving an example. To demonstrate this, we will show that there exist series such that
the Root Test indicates whether the series converges or diverges but the Ratio Test is
inconclusive.
4
Example. Consider the series
P
n=1
a
n
where
a
n
=
(
1
2
n
if n is even,
1
2
n+1
if n is odd.
It follows that the ratio of consecutive terms will either be 1 or
1
4
, thus lim
n→∞
a
n+1
a
n
does not
exist. However, applying the Root Test gives us
lim
n→∞
n
a
n
= lim
n→∞
1
n
2
n
=
1
2
and lim
n→∞
n
a
n
= lim
n→∞
1
n
2
n+1
=
1
2
.
Therefore, the series converges by the Root Test while the Ratio Test is inconclusive and
thus we have shown that the Root Test is stronger than the Ratio Test.
2 Sequences and Series
The purpose of the results and examples in this section are to illustrate some
interesting findings related to series and their sequences of partial sums. One important
result that will come up often is that if the sequence of partial sums of an infinite series of
positive terms is bounded, then the series converges. (Gordon, Theorem 6.4). Therefore, if
a sequence of partial sums is not Cauchy, then the corresponding series does not converge.
Our first set of results and examples considers a convergent infinite series and its
sequence of partial sums. We demonstrate the use of sequences of partial sums to prove
convergence as well as our previous knowledge on the well known geometric and p-series.
Theorem 4. Let
P
k=1
a
k
be a convergent series of positive terms and let t
n
=
P
k=n
a
k
for each
positive integer n. The series
P
k=1
a
k
t
k
diverges but the series
P
k=1
a
k
t
k
converges.
Proof. We begin by noting that {t
n
} is a strictly decreasing sequence that converges to 0.
Therefore, given any positive integer m, there exists a positive integer n > 2m such that
t
n
<
t
m+1
2
. Then we have
n
X
k=m+1
a
k
t
k
>
n
X
k=m+1
a
k
t
m+1
=
1
t
m+1
n
X
k=m+1
(t
k
t
k+1
) >
1
t
m+1
n1
X
k=m+1
(t
k
t
k+1
) =
t
m+1
t
n
t
m+1
>
1
2
.
Hence, the sequence of partial sums for the series
P
k=1
a
k
t
k
is not a Cauchy sequence. It follows
that
P
k=1
a
k
t
k
diverges.
To show that the series
P
k=1
a
k
t
k
converges, we first note that
a
k
= t
k
t
k+1
=
t
k
+
p
t
k+1
t
k
p
t
k+1
< 2
t
k
t
k
p
t
k+1
5
and thus
a
k
t
k
< 2
t
k
p
t
k+1
for all positive integers k. Using “telescoping sums”, we have
n
X
k=1
a
k
k
<
n
X
k=1
2
t
k
p
t
k+1
= 2
t
1
p
t
n+1
< 2
t
1
.
Thus, the sequence of partial sums for the series
P
k=1
a
k
t
k
is bounded and therefore converges.
We conclude that the series
P
k=1
a
k
t
k
converges.
Example. To illustrate what we have just shown, we consider both of these series for
a
k
= 2
k
and also for a
k
= (k
2
+ k)
1
.
When a
k
=
1
2
k
, the series
P
k=1
a
k
is a geometric series so we find that t
k
=
2
2
k
. This
gives us
a
k
t
k
=
1
2
k
·
2
k
2
=
1
2
and
a
k
t
k
=
1
2
k
·
2
k
2
=
1
2
1
2
!
k
Thus the series
P
k=1
a
k
t
k
=
P
k=1
1
2
clearly diverges while the series
P
k=1
a
k
t
k
=
P
k=1
1
2
1
2
k
is a
geometric series with r =
1
2
< 1, hence the series converges.
When a
k
= (k
2
+ k)
1
, the equation for t
k
is a “telescoping sum” so we have
t
k
=
X
i=k
1
i(i + 1)
=
X
i=k
(
1
i
1
i + 1
) =
1
k
.
It follows that
a
k
t
k
=
1
k
2
+ k
· k =
1
k + 1
for all k. Since
P
k=1
1
k+1
diverges, the series
P
k=1
a
k
t
k
diverges. Then considering the series
P
k=1
a
k
t
k
, we have
a
k
t
k
=
k
k
2
+ k
=
1
k(k + 1)
<
1
k
3
2
for all k. We know that
P
k=1
1
k
3
2
is a convergent p-series since
3
2
> 1. Hence, as expected,
the series
P
k=1
a
k
t
k
converges.
6
Now we look at the case where the series
P
n=1
a
k
is divergent. Note the similarity
to the results we have just shown.
Theorem 5. Let
P
k=1
a
k
be a divergent series of positive terms and let {s
n
} be the sequence
of partial sums of this series. The series
P
k=1
a
k
s
k
diverges but the series
P
k=1
a
k
s
2
k
converges.
Proof. By the definition of s
n
, we see that a
n+1
= s
n+1
s
n
, and because the series
P
k=1
a
k
is
divergent the sequence {s
n
} is increasing and unbounded. Hence, given any positive integer
m there exists an integer n > 2m such that s
n
> 2s
m
. Thus we have
n
X
k=m+1
a
k
s
k
=
a
m+1
s
m+1
+ ···+
a
n
s
n
>
a
m+1
+ ···+ a
n
s
n
=
s
n
s
m
s
n
= 1
s
m
s
n
> 1
1
2
=
1
2
Therefore, the sequence of partial sums is not Cauchy and hence the series
P
k=1
a
k
s
k
diverges.
To show that the series
P
k=1
a
k
s
2
k
converges, we use similar reasoning as in previous
problems. Noting that that the sum
n
P
k=2
1
s
k1
1
s
k
telescopes to
1
s
1
1
s
n
we have
n
X
k=1
a
k
s
2
k
<
n
X
k=1
a
k
s
k
s
k1
=
n
X
k=1
s
k
s
k1
s
k
s
k1
=
n
X
k=1
1
s
k1
1
s
k
=
1
s
1
1
s
n
for all k > 1. Hence, the sequence of partial sums is bounded so the series
P
k=1
a
k
s
2
k
converges.
Example. Again to display the implications of this result, we consider both series for
convergence when a
k
= 1 and a
k
=
k + 1
k.
When a
k
= 1, the equation for s
k
is simply s
k
= k. We then have
X
k=1
a
k
s
k
=
X
k=1
1
k
and
X
k=1
a
k
s
2
k
=
X
k=1
1
k
2
,
where
P
k=1
1
k
is a divergent series and
P
k=1
1
k
2
is a convergent series.
Because
n
P
k=1
k + 1
k
is a “telescoping sum”, the equation for s
k
is
s
k
=
k
X
i=1
i + 1
i
=
k + 1 1.
7
It follows that
a
k
s
k
=
k + 1
k
k + 1 1
>
k + 1
k
k + 1
=
1
(k + 1) +
k
k + 1
>
1
(k + 1) +
k + 1
k + 1
=
1
2(k + 1)
for all k 1. Therefore, since
P
k=1
1
2k+2
diverges, the series
P
k=1
k+1
k
k+11
diverges by the
Comparison Test.
Next, we note that
a
k
s
2
k
=
k + 1
k
(
k + 1 1)
2
<
k + 1
k
k
2
·
k + 1 +
k
k + 1 +
k
=
1
k
2

k + 1 +
k
<
1
k
2

2
k
=
1
k
3
2
.
We know that the infinite series
P
k=1
1
k
3
2
converges because it is a p-series where p =
3
2
. Thus,
by the Comparison Test, the series
P
k=1
k+1
k
(
k+11)
2
must also converge.
The last result in this section also demonstrates the relationship between sequences
and series but instead of starting with a series and using its sequence of partial sums in our
proof, we begin with a sequence and make the connection to the corresponding series of the
terms of the sequence.
Theorem 6. Suppose the sequence {
k · a
k
} converges to a positive number. Then the
series
P
k=1
a
k
k
converges while the series
P
k=1
a
k
diverges.
Proof. Because {
k · a
k
} is a convergent sequence, this implies that it is also bounded.
Thus, there exists some number M such that |
k · a
k
| M for all k 1. Dividing both
sides of the inequality by k
3
2
yields the result
a
k
k
M
k
3
2
for all k 1. Since
P
k=1
M
k
3
2
is a convergent p-series, it follows that
P
k=1
a
k
k
converges by the
Comparison Test.
8
Since the sequence {
k · a
k
} converges to a positive number, we know that it is
eventually bounded below by some positive number α. This means that there exists some
integer K such that
0 < α
k · a
k
for all k K. Dividing both sides by
k yields the result
α
k
a
k
for all k K. Then, we know that
P
k=1
α
k
diverges and thus the series
P
k=K
a
k
diverges by
the Comparison Test. Hence, the series
P
k=1
a
k
also diverges.
3 More Advanced Tests
Now that we have covered some interesting properties of certain series, we examine
some more advanced tests for convergence. While we can see that the techniques we have
used thus far are useful and can yield intriguing results, the tests and strategies we have
just displayed do not always determine convergence and divergence for a series. In fact, it
happens often that the tests we mentioned give us no information. To illustrate this, we
consider a generic p-series and apply the Ratio and Root Tests:
Let a
n
=
1
n
p
and note that
lim
n→∞
a
n+1
a
n
!
= lim
n→∞
n
n + 1
!
p
= 1
and
lim
n→∞
n
a
n
lim
n→∞
n
r
1
n
p
= lim
n→∞
(n
p
)
1
n
= lim
n→∞
n
n
p
= 1.
We know that a p-series diverges when p 1 and converges when p > 1. Therefore, we
cannot determine whether the series converges or diverges, because both the Ratio and Root
Test gives us 1 no matter what p is. In general, these tests fail when they give a result of 1
because these tests compare the series to a geometric series with r equal to the result of the
test. When r = 1, the terms of a geometric series are constant. Even though the geometric
series would diverge in this, case as a comparison we get no information on whether the
terms of the series are going off to infinity or converging.
As we can see, the Root and Ratio Test are often not helpful in deciphering the
convergence of an infinite series. In the case of the p-series we can often use the Comparison
Test, but when we want to examine more complicated series using the Comparison Test can
get tricky. This is why we need more advanced tests like the ones that follow.
Theorem 7 (Kummer’s Test). Let
P
n=1
a
n
be a series of positive terms and let {B
n
} be a
be a sequence of positive constants. Let
L = lim
n→∞
"
B
n
a
n
a
n+1
B
n+1
#
,
9
where it is assumed that the limit exists.
(i) If L > 0, then the series
P
n=1
a
n
converges.
(ii) If L < 0 and
P
n=1
1
B
n
diverges, then the series
P
n=1
a
n
diverges.
Proof. We begin by considering the case where L > 0. Choose a number r such that
0 < r < L. Then there must exist some integer N > 0 such that
B
n
a
n
a
n+1
B
n+1
> r B
n
a
n
B
n+1
a
n+1
> r a
n+1
for all n N . Given any positive integer m, we have
B
N
a
N
B
N+1
a
N+1
> r a
N+1
B
N+1
a
N+1
B
N+2
a
N+2
> r a
N+2
B
N+2
a
N+2
B
N+3
a
N+3
> r a
N+3
.
.
.
B
N+m1
a
N+m1
B
N+m
a
N+m
> r a
N+m
And then by adding these inequalities together, we get cancellations of all of the terms on
the left side of the inequality except for the first and last. Thus we have
B
N
a
N
B
N+m
a
N+m
> r (a
N+1
+ ··· + a
N+m
) = r (S
N+m
S
N
),
where S
n
is the partial sum for
N+m
P
k=N +1
a
k
. It follows that
rS
N+m
< r S
N
+ B
N
a
N
B
N+m
a
N+m
< r S
N
+ B
N
a
N
.
Let C be the constant
(r S
N
+B
N
a
N
)
r
. The above inequality tells us that S
n
< C for all n N.
Thus, the sequence of partial sums {S
n
} of the series
P
n=1
a
n
is bounded and therefore the
series converges.
Now consider the case where L < 0. This means that there exists an integer N > 0
such that B
n
a
n
a
n+1
B
n+1
0 for all n N . Rearranging this inequality gives us
B
n
a
n
B
n+1
a
n+1
for all n N which then implies that
B
N
a
N
B
n
a
n
for all n N . Letting B
N
a
N
be a constant C, we have
a
n
C
B
n
for n N and, because
P
n=1
1
B
n
diverges, the series
P
n=1
a
n
diverges by the Comparison Test.
10
Remark. Using Kummer’s Test, if we let the sequence {B
n
} = {1}, then we get
L = lim
n→∞
"
a
n
a
n+1
1
#
.
If lim
n→∞
a
n
a
n+1
> 1, then it follows that L is positive and thus the series converges by
Kummer’s Test. This also tells us that the ratio lim
n→∞
a
n+1
a
n
< 1, and thus the series
converges by the Ratio Test. Similarly, if lim
n→∞
a
n
a
n+1
< 1 then L is negative and the series
diverges by Kummer’s Test. From this we can see that the ratio lim
n→∞
a
n+1
a
n
> 1 so we
conclude that the series also diverges by the Ratio Test. Therefore, we can conclude that
the Ratio Test is simply Kummer’s Test associated with the sequence {B
n
} = {1}
Kummer’s Test is inconclusive when L = 0, but when this happens it is possible to
refine the sequence {B
n
} to give a result, which is why the case when L = 0 is not included
in the definition of the test. But because there is no specific strategy for choosing {B
n
},
this can become a tedious and time-consuming task in order to find a sequence that yields
a result when used in Kummer’s Test. This is where Raabe’s Test comes in. Raabe’s Test
is simply a specific case of Kummer’s Test where we let B
n
= n, therefore we do not have
to go through the process of trying to find a suitable B
n
.
Theorem 8 (Raabe’s Test). Let
P
n=1
a
n
be a series with positive terms and assume that
ρ = lim
n→∞
n
a
n
a
n+1
1
!
exists. Then
(i) if ρ > 1, then the series
P
n=1
a
n
converges.
(ii) if ρ < 1, then the series
P
n=1
a
n
diverges.
(iii) if ρ = 1, then
P
n=1
a
n
may either converges or diverge and the test is inconclusive.
Proof. Items (i) and (ii) are consequences of Kummer’s Test. To demonstrate this, let
B
n
= n and compute
L = lim
n→∞
n
a
n
a
n+1
(n + 1)
!
= lim
n→∞
n
a
n
a
n+1
1
1
!
= ρ 1
If ρ > 1, then L > 0 and the series
P
n=1
a
n
converges by Kummer’s Test. Similarly, if ρ < 1,
then L < 0 and note that
P
n=1
1
n
diverges, thus the series
P
n=1
a
n
diverges by Kummer’s Test.
If the result of Raabe’s Test is ρ = 1, then the test is inconclusive.
11
Remark. Applying Raabe’s Test to the series
P
n=1
1
n
p
gives us
ρ = lim
n→∞
n
(n + 1)
p
n
p
1
= lim
n→∞
n
n + 1
n
p
n
= lim
n→∞
1 +
1
n
p
1
1
n
= p
Thus, if ρ > 1, then the series converges by Raabe’s Test. This implies that p > 1 which
indicates that the series is a convergent p-series. On the other hand, if ρ < 1 then we know
the series diverges by Raabe’s Test, and this implies that p < 1 and therefore the series is
a divergent p-series. This demonstrates that Raabe’s Test tests a series for convergence by
comparing the series to the p-series where p = ρ.
Corollary 1 (Of Raabe’s Test). In general, when ρ > 0, the sequence {a
n
} converges to 0.
Proof. When ρ > 0, there must exist some integer M such that
n
a
n
a
n+1
1
> 0
for all n M . It follows that a
n
> a
n+1
for all n M . This tells us that {a
n
} is eventually
decreasing, therefore {a
n
} converges to some number L.
To show that L = 0, we use proof by contradiction and assume that L > 0. Similar to our
above reasoning, because ρ > 0 there exists some integer N and a number > 0 such that
n
a
n
a
n+1
1
>
for all n N . From this, we see that
a
n
a
n+1
1 >
n
= a
n
a
n+1
>
n
a
n+1
>
L
n
Now, “telescoping” this difference gives us
a
n
a
m
= (a
n
a
n+1
) + (a
n+1
a
n+2
) + ··· + (a
m1
a
m
)
> L
1
n
+
1
n + 1
+ ··· +
1
m 1
whenever m > n N. Since the sequence of partial sums for the harmonic series diverges
and we know that {a
n
} converges, we have reached a contradiction. Therefore, the sequence
{a
n
} converges to 0.
12
As previously mentioned, Raabe’s Test chronilogically preceded Kummer’s Test,
so instead of considering Raabe’s Test to be a refinement of Kummer’s Test, we could also
consider Kummer’s Test to be a generalized version of Raabe’s Test. The examples that
follow require Raabe’s Test to solve as the Root Test would be difficult to calculate because
there are no powers of n, the Ratio Test fails, and the unique usage of the double factorial
makes the Comparison Test difficult to use.
4 Applications of More Advanced Tests
The double factorial of an integer n denoted by n!! is the product of all the integers from
1 up to and including n that have the same parity as n. For example, 9!! = 9·7·5·3·1 = 945.
Example. Test the series
P
n=1
(2n1)!!
(2n)!!
·
1
2n+1
for convergence.
Let a
n
represent the terms of the series. Since
lim
n→∞
a
n+1
a
n
= lim
n→∞
(2n + 1)!!
(2n + 2)!!(2n + 3)
·
(2n)!!(2n + 1)
(2n 1)!!
!
= lim
n→∞
2n + 1
2n + 2

2n + 1
2n + 3
!
= 1
the Ratio Test fails and we turn to Raabe’s Test. We find that
lim
n→∞
n
a
n
a
n+1
1
!
= lim
n→∞
n
(2n 1)!!(2n + 2)!!(2n + 3)
(2n + 1)!!(2n)!!(2n + 1)
1
!
= lim
n→∞
n
(2n + 2)(2n + 3)
(2n + 1)(2n + 1)
1
!
= lim
n→∞
n
4n
2
+ 10n + 6
4n
2
+ 4n + 1
1
!
= lim
n→∞
n
6n + 5
4n
2
+ 4n + 1
!
= lim
n→∞
6n
2
+ 5n
4n
2
+ 4n + 1
!
=
3
2
,
which shows that the series converges by Raabe’s Test.
Example. Test the series
P
n=1
(2n1)!!
(2n)!!
·
4n+3
2n+2
for convergence.
13
Let a
n
represent the terms of the series. Using the Ratio Test gives us
lim
n→∞
a
n+1
a
n
= lim
n→∞
(2n + 1)!!(4n + 7)
(2n + 2)(2n + 4)
·
(2n)!!(2n + 2)
(2n 1)!!(4n + 3)
!
= lim
n→∞
2n + 1
2n + 2

4n + 7
4n + 3

2n + 2
2n + 4
!
= 1
so again we turn to Raabe’s Test. We then have
lim
n→∞
n
a
n
a
n+1
1
!
= lim
n→∞
n
(2n 1)!!(4n + 3)
(2n)!!(2n + 2)
·
(2n + 2)!!(2n + 4)
(2n + 1)!!(4n + 7)
1
!
= lim
n→∞
n
2n + 2
2n + 1

4n + 3
4n + 7)

2n + 4
2n + 2
1
!
= lim
n→∞
n
8n
2
+ 22n + 12
8n
2
+ 18n + 7
1
!
= lim
n→∞
4n
2
+ 5n
8n
2
+ 18n + 7
!
=
1
2
.
Thus the series diverges by Raabe’s Test.
While it does not have a name, the following version of Kummer’s Test, where
we let B
n
= n ln n, is similar to Raabe’s and is helpful when Raabe’s Test fails as in the
example that follows.
Theorem 9. Let
P
n=1
a
n
be a series with positive terms and assume that
δ = lim
n→∞
ln n
"
n
a
n
a
n+1
1
1
#
exists. Then,
(i) if δ > 1, then the series
P
n=1
a
n
converges.
(ii) if δ < 1, then the series
P
n=1
a
n
diverges.
(iii) if δ = 1, then
P
n=1
a
n
may either converge or diverge and the test is inconclusive.
14
Proof. To begin, we refer to Kummer’s Test and let B
n
= n ln n. Note that the series
P
n=1
1
n ln n
diverges. Then we have
L = lim
n→∞
"
n ln n
a
n
a
n+1
(n + 1) ln (n + 1)
#
= lim
n→∞
"
n ln n
a
n
a
n+1
(n + 1) ln n (n + 1) ln
1 +
1
n
#
= lim
n→∞
"
ln n
n
a
n
a
n+1
(n + 1)
!
(n + 1) ln
1 +
1
n
#
= lim
n→∞
"
ln n
n
a
n
a
n+1
1
1
n ln
1 +
1
n
ln
1 +
1
n
#
= lim
n→∞
"
ln n
n
a
n
a
n+1
1
1
ln
1 +
1
n
n
ln
1 +
1
n
#
Since lim
n→∞
1 +
1
n
n
= e, it follows that lim
n→∞
ln
1 +
1
n
n
= 1 and lim
n→∞
ln
1 +
1
n
= 0.
Thus we can see that L = δ 1. This tells us that if δ > 1 then L > 0 and the series
converges by Kummer’s Test. Similarly, if δ < 1, then L < 0 and the series diverges. If
δ = 1 this means that L = 0 and the test is inconclusive, therefore a refinement of Kummer’s
Test is necessary to get a result.
Example. Test the series
P
n=1
h
(2n1)!!
(2n)!!
i
p
for convergence.
Let a
n
represent the terms of the series. The Ratio Test gives us
lim
n→∞
a
n+1
a
n
= lim
n→∞
(2n + 1)!!(2n)!!
(2n 1)!!(2n + 2)!!
p
= lim
n→∞
(2n + 1)
(2n + 2)
p
= 1
Once again, we turn to Raabe’s Test and we find that
lim
n→∞
n
a
n
a
n+1
1
!
= lim
n→∞
n
2n + 2
2n + 1
p
1
!
.
Letting x =
1
2n+1
, it follows that n =
1x
2x
and thus because x approaches 0 as n approaches
infinity we have
lim
n→∞
n
2n + 2
2n + 1
p
1
!
= lim
x0
1 x
2x
·
(1 + x)
p
1
!
= lim
x0
1 x
2
·
(1 + x)
p
1
x
!
15
Using the product rule for limits, because both limits exist we can divide up the limit of
the product into the product of the limits of each fraction. Then we have
lim
x0
1 x
2
!
· lim
x0
(1 + x)
p
1
x
!
=
1
2
· p =
p
2
.
Therefore we can see that if p > 2, the series converges and the series diverges when p < 2.
However, when p = 2 both the Ratio Test and Raabe’s Test fail. We use the previously
stated refinement of Raabe’s Test which gives us
lim
n→∞
ln n
"
n
a
n
a
n+1
1
1
#
= lim
n→∞
ln n
"
n

2n + 2
2n + 1
2
1
1
#
= lim
n→∞
ln n
"
n
4n
2
+ 8n + 4
4n
2
+ 4n + 1
1
1
#
= lim
n→∞
ln n
"
n
4n + 3
4n
2
+ 4n + 1
1
#
= lim
n→∞
ln n
"
4n
2
+ 3n
4n
2
+ 4n + 1
1
#
= lim
n→∞
ln n
"
n 1
4n
2
+ 4n + 1
#
and because lim
n→∞
ln n
n1
4n
2
+4n+1
= 0 < 1, the series diverges when p = 2.
Our final examples will require us to use both Raabe’s Test and what we know
about some other common types of series; Power Series and Alternating Series.
Example. Find the interval of convergence for the power series
P
k=1
1·4·7···· ·(3k2)
k!
x
k
.
To begin, we use the Ratio Test to determine the radius of convergence for the
series. The Ratio Test yields the result
lim
k→∞
1 · 4 · 7 · ··· · (3k + 1)
(k + 1)!
x
k+1
·
k!
1 · 4 · 7 · ··· · (3k 2) · x
k
= lim
k→∞
(3k + 1)
(k + 1)
· x
= 3|x|.
This tells us that the series converges when |3x| < 1. This means that the series converges
when the inequality
1
3
< x <
1
3
is true. Now we must test the endpoints of this interval
for convergence at these points.
First, we consider when x =
1
3
. This results in
X
k=1
1 · 4 · 7 · ··· · (3k 2)
k!
·
1
3
k
.
16
Letting a
k
=
1·4·7···· ·(3k2)
k!·3
k
and applying Raabe’s Test we then have
lim
k→∞
k
a
k
a
k+1
1
= lim
k→∞
k
(k + 1)
(3k + 1)
· (3) 1
= lim
k→∞
k
3k + 3
3k + 1
1
= lim
k→∞
k
2
3k + 1
= lim
k→∞
2k
3k + 1
=
2
3
.
Therefore the series diverges when x =
1
3
by Raabe’s Test.
Now we consider the case where x =
1
3
. The series
P
k=1
a
k
(1)
k
has negative terms,
so we cannot use Raabe’s Test. We now turn to the Alternating Series Test where a
k
is
the same as above. The Alternating Series Test tells us that if {a
k
} is decreasing and the
terms go to 0 then the series converges. In our above results, ρ =
2
3
> 0 so by Corollary 1,
the sequence {a
k
} goes to 0. Additionally, a
k
is always positive and so the sequence must
be decreasing. Therefore, the series
P
k=1
1··4·7·...·(3k2)
k!
·
1
3
k
converges by the Alternating
Series Test. Hence, the interval of convergence for the power series
P
k=1
1·4·7·...·(3k2)
k!
x
k
is
1
3
,
1
3
.
So far, our discussion on infinite series has only touched on tests that give us
information on whether the series converges or not. If we find that a series converges, these
tests do not give us a good indication as to what the sum of the series is. However, in our
last example we will illustrate how we can use the information that Raabe’s Test gives us
to find the sum of a series.
Example. Find the sum of the series
P
k=1
2·4·6···· ·(2k)
5·7·9···· ·(2k+5)
.
We begin by letting
a
k
=
2 · 4 · 6 · ··· · (2k)
5 · 7 · 9 · ··· · (2k + 5)
and b
k
=
2 · 4 · 6 · ··· · (2k)
3 · 5 · 7 · ··· · (2k + 3)
.
It follows that
a
k
=
3
2k + 2
b
k+1
and b
k
=
2k + 5
2k + 2
b
k+1
.
From here, we apply Raabe’s Test to the series
P
k=1
b
k
which give us
lim
k→∞
k
b
k
b
k+1
1
= lim
k→∞
k
(2k + 5)
(2k + 2)
1
= lim
k→∞
3k
2k + 2
=
3
2
.
17
Thus the series
P
k=1
b
k
converges by Raabe’s Test.
Then, we observe that
b
k
a
k
=
2k + 5
2k + 2
b
k+1
3
2k + 2
b
k+1
=
2k + 2
2k + 2
b
k+1
= b
k+1
.
We can use this result to conclude that
X
k=1
a
k
= lim
n→∞
n
X
k=1
a
k
= lim
n→∞
n
X
k=1
(b
k
b
k+1
) = lim
n→∞
(b
1
b
n+1
) = b
1
=
2
15
.
Thus, the sum of the series
P
k=1
2·4·6···· ·(2k)
5·7·9···· ·(2k+5)
is
2
15
.
Conclusion
The scope of this project merely skims the surface of what has been done in the
field of infinite series and tests of convergence. Beyond Kummer’s Test and Raabe’s Test,
there are many more tests including Bertrand’s, Gauss’s, and Dirichlet’s which are all useful
in their own way. Tests for convergence are important to the study of infinite series because
it is often the case where knowing the property of the series is imperative to a proof or the
solution to a problem as shown in our last example.
In mathematics, some of the most useful applications of infinite series are in inte-
gration and differential equations. We also use specific infinite series such as Taylor Series
to show that calculations involving functions such as e
x
and sin x can be computed us-
ing addition, subtraction, multiplication, and division. Aside from mathematics, infinite
series are also useful in a wide range of fields including physics, engineering, chemistry,
computer science, and finance. In physics they are used to solve the pendulum differential
equation while in finance they are used to calculate fiscal multipliers. Infinite series also
have a wide range of uses in computer science as they are often used in generating functions.
Without infinite series and the tests we use to determine convergence, we would not be able
to advance and solve important problems in many areas of study.
In this project we were able to show some very interesting results involving infinite
series and their partial sums as well as draw some connections between series and sequences.
We introduced two advanced tests of convergence and demonstrated their usefulness as well
as their applications and relationships to one another. Further inquiry into this topic would
include the examination of other advanced tests such as the ones just mentioned and a
more rigorous investigation into the results and implications of the tests we discussed. In
conclusion, the study of infinite series and tests of convergence is not only extensive, but it
is intriguing and beautiful.
18
Acknowledgements
The author would like to thank Professor Russell A. Gordon not only for his time
and effort that he put into this paper but also for his continuous work with the author that
made this project possible. She would also like to thank Sarah Vesneske for proof-reading
and editing this paper time and time again.
19
References
[1] John M. H. (John Meigs Hubbell) Olmsted. Real Variables, an Introduction to the
Theory of Functions. Appleton-Century-Crofts, New York, 1959.
[2] Russell A. Gordon. Real Analysis: A First Course. 2nd ed. Boston: Addison-Wesley,
2002.
[3] Walter Rudin. Principles of Mathematical Analysis. Third ed. International Series in
Pure and Applied Mathematics. New York: McGraw-Hill, 1976.
[4] Brian S. Thomson, Judith B. Bruckner, and Andrew M. Bruckner. Elementary Real
Analysis. Second ed. Prentice Hall (Pearson), 2001.
[5] Robert Gardner Bartle. The Elements of Real Analysis. 2d ed. New York: Wiley, 1976.
[6] I. I. Hirschman. Infinite Series. Athena Series. New York: Holt, Rinehart and Winston,
1962.
[7] James Stewart. Calculus : Early Transcendentals. 7th ed. Belmont, Cal.: Brooks/Cole,
Cengage Learning, 2012.
20