Preface: Calculus II
Preface: Calculus II
. Define,
1
lim
n
n
n
a
L
a
+
=
Then,
1. if 1 L < the series is absolutely convergent (and hence convergent).
2. if 1 L > the series is divergent.
3. if 1 L = the series may be divergent, conditionally convergent, or absolutely convergent.
A proof of this test is at the end of the section.
Notice that in the case of 1 L = the ratio test is pretty much worthless and we would need to
resort to a different test to determine the convergence of the series.
Also, the absolute value bars in the definition of L are absolutely required. If they are not there it
will be possible for us to get the incorrect answer.
Lets take a look at some examples.
Example 1 Determine if the following series is convergent or divergent.
( )
( )
2 1
1
10
4 1
n
n
n
n
+
=
-
+
Solution
With this first example lets be a little careful and make sure that we have everything down
correctly. Here are the series terms a
n
.
( )
( )
2 1
10
4 1
n
n n
a
n
+
-
=
+
Recall that to compute a
n+1
all that we need to do is substitute n+1 for all the ns in a
n
.
( )
( )
( ) ( )
( )
( )
1 1
1 2 3 2 1 1
10 10
4 2 4 1 1
n n
n n n
a
n n
+ +
+ + + +
- -
= =
+ + +
Now, to define L we will use,
1
1
lim
n
n
n
L a
a
+
=
since this will be a little easier when dealing with fractions as weve got here. So,
Calculus II
2007 Paul Dawkins 5 http://tutorial.math.lamar.edu/terms.aspx
( )
( )
( )
( )
( )
( )
1
2 1
2 3
2
10 4 1
lim
4 2
10
10 1
lim
4 2
10 1
lim
16 2
10
1
16
n
n
n n
n
n
n
n
L
n
n
n
n
n
+
+
+
- +
=
+
-
- +
=
+
+
=
+
= <
So, 1 L < and so by the Ratio Test the series converges absolutely and hence will converge.
As seen in the previous example there is usually a lot of canceling that will happen in these.
Make sure that you do this canceling. If you dont do this kind of canceling it can make the limit
fairly difficult.
Example 2 Determine if the following series is convergent or divergent.
0
!
5
n
n
n
Solution
Now that weve worked one in detail we wont go into quite the detail with the rest of these.
Here is the limit.
( ) ( )
1
1 ! 1 ! 5
lim lim
5 ! 5 !
n
n
n n
n n
L
n n
+
+ +
= =
In order to do this limit we will need to eliminate the factorials. We simply cant do the limit
with the factorials in it. To eliminate the factorials we will recall from our discussion on
factorials above that we can always strip out terms from a factorial. If we do that with the
numerator (in this case because its the larger of the two) we get,
( ) 1 !
lim
5 !
n
n n
L
n
+
=
at which point we can cancel the n! for the numerator an denominator to get,
( ) 1
lim 1
5
n
n
L
+
= = >
So, by the Ratio Test this series diverges.
Example 3 Determine if the following series is convergent or divergent.
( )
2
2
2 1 !
n
n
n
=
-
Solution
In this case be careful in dealing with the factorials.
Calculus II
2007 Paul Dawkins 6 http://tutorial.math.lamar.edu/terms.aspx
( )
( ) ( )
( )
( )
( )
( )
( )
( ) ( ) ( )
( )
( )
( ) ( ) ( )
2
2
2
2
2
2
2
2
1 2 1 !
lim
2 1 1 !
1 2 1 !
lim
2 1 !
1 2 1 !
lim
2 1 2 2 1 !
1
lim
2 1 2
0 1
n
n
n
n
n n
L
n n
n n
n n
n n
n n n n
n
n n n
+ -
=
+ -
+ -
=
+
+ -
=
+ -
+
=
+
= <
So, by the Ratio Test this series converges absolutely and so converges.
Example 4 Determine if the following series is convergent or divergent.
( )
1
1
9
2
n
n
n n
+
= -
Solution
Do not mistake this for a geometric series. The n in the denominator means that this isnt a
geometric series. So, lets compute the limit.
( ) ( )
( )
( ) ( )
1
1
2
2 9
lim
9
2 1
9
lim
2 1
9
lim
2 1
9
1
2
n
n
n n
n
n
n
n
L
n
n
n
n
n
+
+
+
-
=
- +
=
- +
=
+
= >
Therefore, by the Ratio Test this series is divergent.
In the previous example the absolute value bars were required to get the correct answer. If we
hadnt used them we would have gotten
9
2
1 L = - < which would have implied a convergent
series!
Now, lets take a look at a couple of examples to see what happens when we get 1 L = . Recall
that the ratio test will not tell us anything about the convergence of these series. In both of these
examples we will first verify that we get 1 L = and then use other tests to determine the
convergence.
Calculus II
2007 Paul Dawkins 7 http://tutorial.math.lamar.edu/terms.aspx
Example 5 Determine if the following series is convergent or divergent.
( )
2
0
1
1
n
n
n
=
-
+
Solution
Lets first get L.
( )
( ) ( ) ( )
1
2 2
2 2
1
1 1
lim lim 1
1 1 1 1 1
n
n
n n
n n
L
n n
+
-
+ +
= = =
+ + - + +
So, as implied earlier we get 1 L = which means the ratio test is no good for determining the
convergence of this series. We will need to resort to another test for this series. This series is an
alternating series and so lets check the two conditions from that test.
2
1
lim lim 0
1
n
n n
b
n
= =
+
( )
1 2 2
1 1
1
1 1
n n
b b
n
n
+
= > =
+
+ +
The two conditions are met and so by the Alternating Series Test this series is convergent. Well
leave it to you to verify this series is also absolutely convergent.
Example 6 Determine if the following series is convergent or divergent.
0
2
2 7
n
n
n
=
+
+
Solution
Heres the limit.
( )
( )( )
( )( )
3 2 7
3 2 7
lim lim 1
2 1 7 2 2 9 2
n n
n n
n n
L
n n n n
+ +
+ +
= = =
+ + + + +
Again, the ratio test tells us nothing here. We can however, quickly use the divergence test on
this. In fact that probably should have been our first choice on this one anyway.
2 1
lim 0
2 7 2
n
n
n
+
=
+
By the Divergence Test this series is divergent.
So, as we saw in the previous two examples if we get 1 L = from the ratio test the series can be
either convergent or divergent.
There is one more thing that we should note about the ratio test before we move onto the next
section. The last series was a polynomial divided by a polynomial and we saw that we got 1 L =
from the ratio test. This will always happen with rational expression involving only polynomials
or polynomials under radicals. So, in the future it isnt even worth it to try the ratio test on these
kinds of problems since we now know that we will get 1 L = .
Calculus II
2007 Paul Dawkins 8 http://tutorial.math.lamar.edu/terms.aspx
Also, in the second to last example we saw an example of an alternating series in which the
positive term was a rational expression involving polynomials and again we will always get
1 L = in these cases.
Lets close the section out with a proof of the Ratio Test.
Proof of Ratio Test
First note that we can assume without loss of generality that the series will start at 1 n = as weve
done for all our series test proofs.
Lets start off the proof here by assuming that 1 L < and well need to show that
n
a
is
absolutely convergent. To do this lets first note that because 1 L < there is some number r such
that 1 L r < < .
Now, recall that,
1
lim
n
n
n
a
L
a
+
=
and because we also have chosen r such that L r < there is some N such that if n N we will
have,
1
1
n
n n
n
a
r a r a
a
+
+
< <
Next, consider the following,
1
2
2 1
3
3 2
1
N N
N N N
N N N
k
N k N k N
a r a
a r a r a
a r a r a
a r a r a
+
+ +
+ +
+ + -
<
< <
< <
< <
M
So, for 1, 2, 3, k = K we have
k
N k N
a r a
+
< . Just why is this important? Well we can now
look at the following series.
0
k
N
k
a r
This is a geometric series and because 0 1 r < < we in fact know that it is a convergent series.
Also because
k
N k N
a r a
+
< by the Comparison test the series
1 1
n N k
n N k
a a
+
= + =
=
is convergent. However since,
1 1 1
N
n n n
n n n N
a a a
= = = +
= +
Calculus II
2007 Paul Dawkins 9 http://tutorial.math.lamar.edu/terms.aspx
we know that
1
n
n
a
is also convergent since the first term on the right is a finite sum of finite
terms and hence finite. Therefore
1
n
n
a
is absolutely convergent.
Next, we need to assume that 1 L > and well need to show that
n
a
is divergent. Recalling
that,
1
lim
n
n
n
a
L
a
+
=
and because 1 L > we know that there must be some N such that if n N we will have,
1
1
1
n
n n
n
a
a a
a
+
+
> >
However, if
1 n n
a a
+
> for all n N then we know that,
lim 0
n
n
a
because the terms are getting larger and guaranteed to not be negative. This in turn means that,
lim 0
n
n
a
Therefore, by the Divergence Test
n
a
is divergent.
Finally, we need to assume that 1 L = and show that we could get a series that has any of the
three possibilities. To do this we just need a series for each case. Well leave the details of
checking to you but all three of the following series have 1 L = and each one exhibits one of the
possibilities.
( )
2
1
1
1
1
absolutely convergent
1
conditionally convergent
1
divergent
n
n
n
n
n
n
n
=
-