0% found this document useful (0 votes)
141 views

Section 4-7: Comparison Test/Limit Comparison Test: Geometric Series

1) The comparison test can be used to determine if a series converges or diverges by comparing it to another series with simpler terms. 2) If a series with larger terms converges, then the original series must also converge. If a series with smaller terms diverges, then the original series must also diverge. 3) The terms of the two series only need to satisfy the comparison condition eventually, not for all terms. As long as they satisfy it for sufficiently large values of n, the test can be applied.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views

Section 4-7: Comparison Test/Limit Comparison Test: Geometric Series

1) The comparison test can be used to determine if a series converges or diverges by comparing it to another series with simpler terms. 2) If a series with larger terms converges, then the original series must also converge. If a series with smaller terms diverges, then the original series must also diverge. 3) The terms of the two series only need to satisfy the comparison condition eventually, not for all terms. As long as they satisfy it for sufficiently large values of n, the test can be applied.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

Section 4-7 : Comparison Test/Limit Comparison Test

In the previous section we saw how to relate a series to an improper integral to determine the
convergence of a series. While the integral test is a nice test, it does force us to do improper integrals
which aren’t always easy and, in some cases, may be impossible to determine the convergence of.

For instance, consider the following series.



1
∑3
n =0
n
+n

In order to use the Integral Test we would have to integrate



⌠ 1
 x dx
⌡0 3 + x
and we’re not even sure if it’s possible to do this integral. Nicely enough for us there is another test that
we can use on this series that will be much easier to use.

First, let’s note that the series terms are positive. As with the Integral Test that will be important in this
section. Next let’s note that we must have x > 0 since we are integrating on the interval 0 ≤ x < ∞ .
Likewise, regardless of the value of x we will always have 3x > 0 . So, if we drop the x from the
denominator the denominator will get smaller and hence the whole fraction will get larger. So,
1 1
< n
3 +n 3
n

Now,

1
∑3
n =0
n

1
is a geometric series and we know that since r= < 1 the series will converge and its value will be,
3

1 1 3
∑=
3 n =0
n
=
1− 3 2
1

Now, if we go back to our original series and write down the partial sums we get,
n
1
sn = ∑
i =0 3 +ii

Since all the terms are positive adding a new term will only make the number larger and so the
sequence of partial sums must be an increasing sequence.
n
1 n +1
1
sn = ∑ < ∑ = sn +1
=i 3 +i i 0 3 +i
0=
i i

Then since,
1 1
< n
3 +n 3
n

and because the terms in these two sequences are positive we can also say that,
n
1 n
1 ∞
1 3 3
sn=
=i 0
∑ 3 + i < ∑ 3 < ∑ 3=
i i
=i 0=i 0
n
2
⇒ sn <
2

Therefore, the sequence of partial sums is also a bounded sequence. Then from the second section on
sequences we know that a monotonic and bounded sequence is also convergent.

So, the sequence of partial sums of our series is a convergent sequence. This means that the series
itself,

1
∑3 n =0
n
+n
is also convergent.

So, what did we do here? We found a series whose terms were always larger than the original series
terms and this new series was also convergent. Then since the original series terms were positive (very
important) this meant that the original series was also convergent.

To show that a series (with only positive terms) was divergent we could go through a similar argument
and find a new divergent series whose terms are always smaller than the original series. In this case the
original series would have to take a value larger than the new series. However, since the new series is
divergent its value will be infinite. This means that the original series must also be infinite and hence
divergent.

We can summarize all this in the following test.

Comparison Test
Suppose that we have two series ∑a n and ∑b n with an , bn ≥ 0 for all n and an ≤ bn for all n.
Then,
1. If ∑b n is convergent then so is ∑a . n

2. If ∑ a n is divergent then so is ∑ b . n

In other words, we have two series of positive terms and the terms of one of the series is always larger
than the terms of the other series. Then if the larger series is convergent the smaller series must also
be convergent. Likewise, if the smaller series is divergent then the larger series must also be divergent.
Note as well that in order to apply this test we need both series to start at the same place.

A formal proof of this test is at the end of this section.

Do not misuse this test. Just because the smaller of the two series converges does not say anything
about the larger series. The larger series may still diverge. Likewise, just because we know that the
larger of two series diverges we can’t say that the smaller series will also diverge! Be very careful in
using this test

Recall that we had a similar test for improper integrals back when we were looking at integration
techniques. So, if you could use the comparison test for improper integrals you can use the comparison
test for series as they are pretty much the same idea.

Note as well that the requirement that an , bn ≥ 0 and an ≤ bn really only need to be true eventually.
In other words, if a couple of the first terms are negative or an ≤ bn for a couple of the first few terms
we’re okay. As long as we eventually reach a point where an , bn ≥ 0 and an ≤ bn for all sufficiently
large n the test will work.

To see why this is true let’s suppose that the series start at n = k and that the conditions of the test are
only true for for n ≥ N + 1 and for k ≤ n ≤ N at least one of the conditions is not true. If we then look
at ∑a n (the same thing could be done for ∑b n ) we get,
∞ N ∞

∑=
an
n= k
∑ an +
n= k

n= N +1
an

The first series is nothing more than a finite sum (no matter how large N is) of finite terms and so will be
finite. So, the original series will be convergent/divergent only if the second infinite series on the right is
convergent/divergent and the test can be done on the second series as it satisfies the conditions of the
test.

Let’s take a look at some examples.

Example 1 Determine if the following series is convergent or divergent.



n
∑n =1 n − cos ( n )
2 2

Solution
Since the cosine term in the denominator doesn’t get too large we can assume that the series terms
will behave like,
n 1
=
n2 n
which, as a series, will diverge. So, from this we can guess that the series will probably diverge and so
we’ll need to find a smaller series that will also diverge.

Recall that from the comparison test with improper integrals that we determined that we can make a
fraction smaller by either making the numerator smaller or the denominator larger. In this case the
two terms in the denominator are both positive. So, if we drop the cosine term we will in fact be
making the denominator larger since we will no longer be subtracting off a positive quantity.
Therefore,
n n 1
> 2 =
n − cos ( n ) n
2 2
n

Then, since

1
∑n
n =1
diverges (it’s harmonic or the p-series test) by the Comparison Test our original series must also
diverge.

Example 2 Determine if the following series is convergent or divergent.



e− n
∑n =1 n + cos ( n )
2

Solution
This example looks somewhat similar to the first one but we are going to have to be careful with it as
there are some significant differences.

First, as with the first example the cosine term in the denominator will not get very large and so it
won’t affect the behavior of the terms in any meaningful way. Therefore, the temptation at this point
is to focus in on the n in the denominator and think that because it is just an n the series will diverge.

That would be correct if we didn’t have much going on in the numerator. In this example, however,
we also have an exponential in the numerator that is going to zero very fast. In fact, it is going to zero
so fast that it will, in all likelihood, force the series to converge.

So, let’s guess that this series will converge and we’ll need to find a larger series that will also
converge.

First, because we are adding two positive numbers in the denominator we can drop the cosine term
from the denominator. This will, in turn, make the denominator smaller and so the term will get
larger or,
e− n e− n

n + cos 2 ( n ) n

Next, we know that n ≥ 1 and so if we replace the n in the denominator with its smallest possible
value (i.e. 1) the term will again get larger. Doing this gives,

e− n e− n e− n
≤ ≤ e− n
=
n + cos 2 ( n ) n 1
We can’t do much more, in a way that is useful anyway, to make this larger so let’s see if we can
determine if,

∑e n
n =1

converges or diverges.

We can notice that f ( x ) = e is always positive and it is also decreasing (you can verify that
−x

correct?) and so we can use the Integral Test on this series. Doing this gives,

e − x dx = lim ∫ e − x dx = lim ( −e − x ) = lim ( −e −t + e −1 )= e −1


∞ t t


1 t →∞ 1 t →∞ 1 t →∞


Okay, we now know that the integral is convergent and so the series ∑e n
n =1

must also be convergent.


Therefore, because ∑e nn =1

is larger than the original series we know that the original series must also

converge.

With each of the previous examples we saw that we can’t always just focus in on the denominator when
making a guess about the convergence of a series. Sometimes there is something going on in the
numerator that will change the convergence of a series from what the denominator tells us should be
happening.

We also saw in the previous example that, unlike most of the examples of the comparison test that
we’ve done (or will do) both in this section and in the Comparison Test for Improper Integrals, that it
won’t always be the denominator that is driving the convergence or divergence. Sometimes it is the
numerator that will determine if something will converge or diverge so do not get too locked into only
looking at the denominator.

One of the more common mistakes is to just focus in on the denominator and make a guess based just
on that. If we’d done that with both of the previous examples we would have guessed wrong so be
careful.

Let’s work another example of the comparison test before we move on to a different topic.

Example 3 Determine if the following series converges or diverges.



n2 + 2
∑ 4
n =1 n + 5
Solution
In this case the “+2” and the “+5” don’t really add anything to the series and so the series terms
should behave pretty much like
n2 1
=
n4 n2
which will converge as a series. Therefore, we can guess that the original series will converge and we
will need to find a larger series which also converges.

This means that we’ll either have to make the numerator larger or the denominator smaller. We can
make the denominator smaller by dropping the “+5”. Doing this gives,
n2 + 2 n2 + 2
<
n4 + 5 n4

At this point, notice that we can’t drop the “+2” from the numerator since this would make the term
smaller and that’s not what we want. However, this is actually the furthest that we need to go. Let’s
take a look at the following series.
n2 + 2 ∞ n2 ∞ 2

=

n 1
= ∑ n4 + ∑
n 4=n 1 = n 1 n
4


1 ∞
2
= ∑ 2 +∑ 4
= n
n 1= n 1 n

As shown, we can write the series as a sum of two series and both of these series are convergent by
the p-series test. Therefore, since each of these series are convergent we know that the sum,

n2 + 2

n =1 n4
is also a convergent series. Recall that the sum of two convergent series will also be convergent.

Now, since the terms of this series are larger than the terms of the original series we know that the
original series must also be convergent by the Comparison Test.

The comparison test is a nice test that allows us to do problems that either we couldn’t have done with
the integral test or at the best would have been very difficult to do with the integral test. That doesn’t
mean that it doesn’t have problems of its own.

Consider the following series.



1
∑3
n =0
n
−n

This is not much different from the first series that we looked at. The original series converged because
the 3n gets very large very fast and will be significantly larger than the n. Therefore, the n doesn’t really
affect the convergence of the series in that case. The fact that we are now subtracting the n off instead
of adding the n on really shouldn’t change the convergence. We can say this because the 3n gets very
large very fast and the fact that we’re subtracting n off won’t really change the size of this term for all
sufficiently large values of n.

So, we would expect this series to converge. However, the comparison test won’t work with this series.
To use the comparison test on this series we would need to find a larger series that we could easily
determine the convergence of. In this case we can’t do what we did with the original series. If we drop
the n we will make the denominator larger (since the n was subtracted off) and so the fraction will get
smaller and just like when we looked at the comparison test for improper integrals knowing that the
smaller of two series converges does not mean that the larger of the two will also converge.

So, we will need something else to do help us determine the convergence of this series. The following
variant of the comparison test will allow us to determine the convergence of this series.

Limit Comparison Test


Suppose that we have two series ∑a n and ∑b n with an ≥ 0, bn > 0 for all n. Define,
an
c = lim
n →∞ b
n
If c is positive (i.e. c > 0 ) and is finite (i.e. c < ∞ ) then either both series converge or both series
diverge.

The proof of this test is at the end of this section.

Note that it doesn’t really matter which series term is in the numerator for this test, we could just have
easily defined c as,
bn
c = lim
n →∞ a
n
and we would get the same results. To see why this is, consider the following two definitions.
an b
=c lim
= c lim n
n →∞ b n →∞ a
n n

Start with the first definition and rewrite it as follows, then take the limit.
an 1 1 1
=c lim
= lim= =
n →∞ b n →∞ b b
n n
lim n c
an n →∞ a
n

In other words, if c is positive and finite then so is c and if c is positive and finite then so is c. Likewise
if c = 0 then c = ∞ and if c = ∞ then c = 0 . Both definitions will give the same results from the test
so don’t worry about which series terms should be in the numerator and which should be in the
denominator. Choose this to make the limit easy to compute.
Also, this really is a comparison test in some ways. If c is positive and finite this is saying that both of the
series terms will behave in generally the same fashion and so we can expect the series themselves to
also behave in a similar fashion. If c = 0 or c = ∞ we can’t say this and so the test fails to give any
information.

The limit in this test will often be written as,


1
=c lim an ⋅
n →∞ bn
since often both terms will be fractions and this will make the limit easier to deal with.

Let’s see how this test works.

Example 4 Determine if the following series converges or diverges.



1

n =0 3 − n
n

Solution
To use the limit comparison test we need to find a second series that we can determine the
convergence of easily and has what we assume is the same convergence as the given series. On top
of that we will need to choose the new series in such a way as to give us an easy limit to compute for
c.

We’ve already guessed that this series converges and since it’s vaguely geometric let’s use

1
∑3
n =0
n

as the second series. We know that this series converges and there is a chance that since both series
have the 3n in it the limit won’t be too bad.

Here’s the limit.


1 3n − n
c = lim
n →∞ 3n 1
n
= lim1 − n
n →∞ 3

Now, we’ll need to use L’Hospital’s Rule on the second term in order to actually evaluate this limit.
1
c = 1 − lim
n →∞ 3 ln ( 3)
n

=1

So, c is positive and finite so by the Comparison Test both series must converge since

1
∑3
n =0
n

converges.

Example 5 Determine if the following series converges or diverges.



4n 2 + n
∑ 3
n=2 n 7 + n3
Solution
Fractions involving only polynomials or polynomials under radicals will behave in the same way as the
largest power of n will behave in the limit. So, the terms in this series should behave as,
n2 n2 1
= = 7 1
3 7
n n 3
n3
and as a series this will diverge by the p-series test. In fact, this would make a nice choice for our
second series in the limit comparison test so let’s use it.
1 7 4
4n 2 + n n 3 4n 3 + n 3
lim = lim
n + n3 1 n→∞
n →∞ 3 7
 1 
3 n7 1 + 4 
 n 
7
 1
n 4+  3
n
= lim 7 
n →∞ 1
n3 3 1+ 4
n
4
= 3 = 4= c
1

So, c is positive and finite and so both limits will diverge since

1

n=2
1
n3
diverges.

Finally, to see why we need c to be positive and finite (i.e. c ≠ 0 and c ≠ ∞ ) consider the following two
series.
1 ∞
1 ∞

=
∑ n
n 1=

n 1 n
2
The first diverges and the second converges.

Now compute each of the following limits.


1 n2 1 n 1
lim  = lim n =
∞ lim 2  =lim = 0
n →∞ n 1 n →∞ n →∞ n 1 n →∞ n

In the first case the limit from the limit comparison test yields c = ∞ and in the second case the limit
yields c = 0 . Clearly, both series do not have the same convergence.

Note however, that just because we get c = 0 or c = ∞ doesn’t mean that the series will have the
opposite convergence. To see this consider the series,

1 ∞
1
=
3
n 1= n 1
∑n ∑n 2

Both of these series converge and here are the two possible limits that the limit comparison test uses.
1 n2 1 1 n3
lim  = lim = 0 lim  = lim n = ∞
n →∞ n 3 1 n →∞ n n →∞ n 2 1 n →∞

So, even though both series had the same convergence we got both c = 0 and c = ∞ .

The point of all of this is to remind us that if we get c = 0 or c = ∞ from the limit comparison test we
will know that we have chosen the second series incorrectly and we’ll need to find a different choice in
order to get any information about the convergence of the series.

We’ll close out this section with proofs of the two tests.

Proof of Comparison Test


The test statement did not specify where each series should start. We only need to require that they
start at the same place so to help with the proof we’ll assume that the series start at n = 1 . If the
series don’t start at n = 1 the proof can be redone in exactly the same manner or you could use an
index shift to start the series at n = 1 and then this proof will apply.

We’ll start off with the partial sums of each series.


n n
=sn
=i 1 =i 1

= ai tn ∑b i

Let’s notice a couple of nice facts about these two partial sums. First, because an , bn ≥ 0 we know
that,
n n +1
sn ≤ sn + an +1 =
i n +1
=i 1 =i 1
∑a + a = ∑a i = sn +1 ⇒ sn ≤ sn +1
n n +1
tn ≤ tn + bn +1 =
=i 1 =i 1
∑ bi + bn+1 = ∑b = i tn +1 ⇒ tn ≤ tn +1

So, both partial sums form increasing sequences.

Also, because an ≤ bn for all n we know that we must have sn ≤ tn for all n.

With these preliminary facts out of the way we can proceed with the proof of the test itself.


Let’s start out by assuming that ∑b
n =1
n is a convergent series. Since bn ≥ 0 we know that,

n ∞
tn
= ∑ bi ≤ ∑ bi
=i 1 =i 1

However, we also have established that sn ≤ tn for all n and so for all n we also have,

sn ≤ ∑ bi
i =1


Finally, since ∑b
n =1
n is a convergent series it must have a finite value and so the partial sums, sn are

bounded above. Therefore, from the second section on sequences we know that a monotonic and

bounded sequence is also convergent and so {sn }n =1 is a convergent sequence and so ∑a

n is
n =1

convergent.


Next, let’s assume that ∑a
n =1
n is divergent. Because an ≥ 0 we then know that we must have

sn → ∞ as n → ∞ . However, we also know that for all n we have sn ≤ tn and therefore we also
know that tn → ∞ as n → ∞ .


So, {tn }n =1 is a divergent sequence and so ∑b

n is divergent.
n =1

Proof of Limit Comparison Test


Because 0 < c < ∞ we can find two positive and finite numbers, m and M, such that m < c < M .
an a
Now, because c = lim we know that for large enough n the quotient n must be close to c and
n →∞ b bn
n

so there must be a positive integer N such that if n > N we also have,


an
m< <M
bn
Multiplying through by bn gives,
mbn < an < Mbn
provided n > N .

Now, if ∑b n diverges then so does ∑ mb n and so since mbn < an for all sufficiently large n by the
Comparison Test ∑a n also diverges.

Likewise, if ∑b n converges then so does ∑ Mb n and since an < Mbn for all sufficiently large n by
the Comparison Test ∑a n also converges.

You might also like