Menu

Math Lesson 12.4.4 - The Comparison Test of Convergence

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 1 Votes ]

Welcome to our Math lesson on The Comparison Test of Convergence, this is the fourth lesson of our suite of math lessons covering the topic of Infinite Series Explained, you can find links to the other lessons within this tutorial and access additional Math learning resources below this lesson.

Understanding the Comparison Test of Convergence

Let's consider two infinite series with non-negative term

n = 1xn and n = 1yn

If xn ≤ yn for sufficiently large values of n, then

  1. If n = 1yn converges, then n = 1xn converges too, and
  2. If n = 1xn diverges, then n = 1yn diverges too.

The above rule is not only true for geometric series but for all infinite series. However, for now we will illustrate this convergence test with infinite geometric series only, as we have not explained yet the other infinite series.

For example, if we consider the infinite geometric series

S(n) = n = 11/2n

it is easy to see that this is a converging series, as the first terms are

x1 = 1/21 = 1/2
x2 = 1/22 = 1/4
x2 = 1/23 = 1/8

and so on. Therefore, it is easy to see that this series is identical to that discussed in the first example in theory (the one with the figure), the sum of which, was equal to 1.

Therefore, the other infinite geometric series

S(n) = n = 11/3n

is also convergent, as

1/3n < 1/2n

for any positive integer n.

Indeed,

S(n) = n = 11/3n = 1/31 + 1/32 + 1/33 + ⋯
= 1/3 + 1/9 + 1/27 + ⋯

Thus, we have x1 = 1/3 and R = 1/3 too. Hence, from the formula for the calculation of the sum of an infinite geometric series, we have

S = x1/1 - R
= 1/3/1 - 1/3
= 1/3/3/3 - 1/3
= 1/3/2/3
= 1/33/2
= 3/6
= 1/2

Let's consider now two diverging geometric series

S1 (n) = n = 14 ∙ 2n and S2 (n) = n = 15 ∙ 3n

where the general term of S1(n) is xn = 4 · 2n and that of S2(n) is yn = 5 · 3n.

The first series is diverging, as the more the value of n increases, the more S1(n) increases too. Therefore, this is a diverging geometric series, as when n points to infinity, so does S1(n) as well.

Obviously, when comparing the general terms we obtain

4 ∙ 2n < 5 ∙ 3n

for all positive integers n. Hence, if we prove that S1(n) is divergent, it is not necessary to prove that S2(n) is divergent, as this is implied from the above rule. Let's check the convergence of S1(n). In simple words, a series is convergent when the difference between two consecutive terms decreases by the increase of n, as the terms' values tend to increase less and less until they converge at a fixed value.

The sum of the first terms of S1(n) is

S1 (n) = n = 14 ∙ 2n
= 4 ∙ 21 + 4 ∙ 22 + 4 ∙ 23 + 4 ∙ 24
= 4 ∙ 1 + 4 ∙ 4 + 4 ∙ 8 + 4 ∙ 16 + ⋯
= 4 + 16 + 32 + 64 + ⋯

It is obvious that the difference between two consecutive terms increases more and more, as

x2 - x1 = 16 - 4 = 12
x3 - x2 = 32 - 16 = 16
x4 - x3 = 64 - 32 = 32

and so on. Therefore, S1(x) is divergent. Based on the above rule, so must be S2(x) as well. Indeed,

S2 (n) = n = 15 ∙ 3n
= 5 ∙ 31 + 5 ∙ 32 + 5 ∙ 33 + 5 ∙ 34
= 5 ∙ 3 + 5 ∙ 9 + 5 ∙ 27 + 5 ∙ 81 + ⋯
= 15 + 45 + 135 + 405 + ⋯

It is obvious that the difference between two consecutive terms increases more and more, as

x2 - x1 = 45 - 15 = 30
x3 - x2 = 135 - 45 = 90
x4 - x3 = 405 - 135 = 270

and so on. Therefore, S2(x) is divergent.

Example 3

Check whether the following series are convergent or divergent by comparing them with a known series.

  1. S1 (n) = n = 11/2 ∙ (3/4)n
  2. S2 (n) = n = 17 ∙ 3n

Solution 3

  1. We can write
    S1 (n) = n = 11/2 ∙ (3/4)n
    = 1/2 n = 1(3/4)n
    = 1/2 S(n)
    We can check the convergence of the known geometric series
    S(n) = n = 1(3/4)n
    to see whether S1(n) is converging or not. We can write
    S(n) = n = 1(3/4)n
    = (3/4)1 + (3/4)2 + (3/4)3 + ⋯
    = (3/4) + (3/4) ∙ (3/4) + (3/4) ∙ (3/4)2 + ⋯
    Thus, x1 = 3/4 and R = 3/4. Therefore, since S(n) is an infinite series, we have
    S(n) = x1/1 - R
    = 3/4/1 - 3/4
    = 3/4/4/4 - 3/4
    = 3/4/1/4
    = 3/44/1
    = 12/4
    = 3
    Given that, this series is convergent, S1(n) is convergent too, as
    S1 (n) = 1/2 S(n)
    hence, it meets the first condition of the convergence rule.
  2. We can write
    S2 (n) = n = 17 ∙ 3n
    = 7 ∙ n = 13n
    = 7S(n)
    Let's check the convergence of the series
    S(n) = n = 13n
    = 31 + 32 + 33 + ⋯
    = 3 + 3 ∙ 3 + 3 ∙ 32 + ⋯
    = 3 + 9 + 27 + ⋯
    In this infinite geometric series, x1 = 3 and R = 3. Hence, we cannot apply the convergence formula
    S(n) = x1/1 - R
    because it is true only for series where -1 < R < 1. Indeed, it is evident that the terms increase more and more, as
    x2 - x1 = 9 - 3 = 6
    x3 - x2 = 27 - 9 = 18
    and so on. Therefore, the series S(n) is diverging. This means that since S1(n) = 7Sn, then the original series S1(n) is diverging too.

More Infinite Series Explained Lessons and Learning Resources

Sequences and Series Learning Material
Tutorial IDMath Tutorial TitleTutorialVideo
Tutorial
Revision
Notes
Revision
Questions
12.4Infinite Series Explained
Lesson IDMath Lesson TitleLessonVideo
Lesson
12.4.1Infinite and Finite Number Series
12.4.2Converging and Diverging Infinite Series
12.4.3Calculating an Infinite Geometric Series
12.4.4The Comparison Test of Convergence
12.4.5The Special Types of Infinite Series
12.4.6The Ratio Convergence Test
12.4.7The Root Convergence Test

Whats next?

Enjoy the "The Comparison Test of Convergence" math lesson? People who liked the "Infinite Series Explained lesson found the following resources useful:

  1. Convergence Comparison Test Feedback. Helps other - Leave a rating for this convergence comparison test (see below)
  2. Sequences and Series Math tutorial: Infinite Series Explained. Read the Infinite Series Explained math tutorial and build your math knowledge of Sequences and Series
  3. Sequences and Series Video tutorial: Infinite Series Explained. Watch or listen to the Infinite Series Explained video tutorial, a useful way to help you revise when travelling to and from school/college
  4. Sequences and Series Revision Notes: Infinite Series Explained. Print the notes so you can revise the key points covered in the math tutorial for Infinite Series Explained
  5. Sequences and Series Practice Questions: Infinite Series Explained. Test and improve your knowledge of Infinite Series Explained with example questins and answers
  6. Check your calculations for Sequences and Series questions with our excellent Sequences and Series calculators which contain full equations and calculations clearly displayed line by line. See the Sequences and Series Calculators by iCalculator™ below.
  7. Continuing learning sequences and series - read our next math tutorial: Working with Term-to-Term Rules in Sequences

Help others Learning Math just like you

Please provide a rating, it takes seconds and helps us to keep this resource free for all to use

[ 1 Votes ]

We hope you found this Math tutorial "Infinite Series Explained" useful. If you did it would be great if you could spare the time to rate this math tutorial (simply click on the number of stars that match your assessment of this math learning aide) and/or share on social media, this helps us identify popular tutorials and calculators and expand our free learning resources to support our users around the world have free access to expand their knowledge of math and other disciplines.

Sequences and Series Calculators by iCalculator™