Comparison Tests

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Comparison Tests

Comparison Test

Definition: Comparison Test

Suppose an and bn are series with positive terms.

Explanation of Comparison Test

The Limit Comparison Test is written as a conditional statement.

  1. “Suppose an and bn are series with positive terms” is a requirement in order to use the Comparison Test.

    1. This requirement states all an must be positive and all bn must be positive.

  2. First conditional statement:

    1. “If bn is convergent and anbn for all n​" is called the hypothesis of the conditional statement. You need to verify the hypothesis is true:

      1. bn must be convergent, and;

      2. anbn for all n.

    2. “[then] the an​ is also convergent” is called the conclusion of the conditional statement.

      1. The conclusion is True ONLY IF the hypothesis is True.

  3. Second conditional statement:

    1. “If bn is divergent and anbn for all n​" is called the hypothesis of the conditional statement. You need to verify the hypothesis is true:

      1. bn must be divergent, and;

      2. anbn for all n.

    2. “[then] the an​ is also divergent” is called the conclusion of the conditional statement.

      1. The conclusion is True ONLY IF the hypothesis is True.

NOTE: You must verify an>0 and bn>0 before using the comparison tests. You must show work or an explanation on all Assessments.

NOTE: The Limit Comparison Test is typically much easier than the Comparison Test.

Example 02: Determine if n=1an=n=11nen converges or diverges using n=1bn=n=11en

Solution:

Check the requirements:

an: When n1, en1nen11nen1>0

bn: When n1, en11en1>0

So, the requirements are true.

Check the conditions:

  1. If the comparison is being made to n=1bn=n=11en, we know n=1bn=n=1(1e)n which is a geometric series with r=1e. Since 1<r<1, bn converges.

  2. We need to show anbn:

1nen1en

Multiply both sides of the inequality by en which is always positive so it does not change the inequality:

en1nenen1en1n1n1n1nn1 which is a true statement from the index of the series.

Thus, anbn

Make the conclusion:

Both conditions of the Comparison Test are True, thus an is convergent by the Comparison Test.

Investigation 02

Use the given series, bn, to determine if the following series, an, are convergent or divergent. Explain.

  1. Determine if n=1an=n=1sin2(n)n2 converges or diverges using n=1bn=n=11n2

  2. Determine if n=3an=n=3ln(n)n converges or diverges using n=3bn=n=31n

  3. Determine if n=1an=n=121/nn3 converges or diverges using n=1bn=n=11n3

  4. Determine if n=1an=n=1n22n converges or diverges using n=1bn=n=112n

  5. Determine if n=1an=n=1n1n2n+1 converges or diverges using n=1bn=n=11n3/2

  6. Determine if n=4an=n=41n3 converges or diverges using n=4bn=n=41n

  7. Determine if n=1an=n=11n4+en converges or diverges using n=1bn=n=11n4

  8. Determine if n=1an=n=11n4+en converges or diverges using n=1bn=n=11en

  9. Determine if n=1an=n=12n+1n2n1 converges or diverges using n=1bn=n=11n

Use Technology to Verify Convergence or Divergence of a Series

NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. SumConvergence[ ] has at least two arguments:

    1. The nth-term of the series;

    2. n where n is the index variable of the series.

  3. For help on using the SumConvergence[ ] function:

    1. In Mathematica, execute the code: ?SumConvergence

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.

  4. Remember, correct Mathematica code will be all black except for variables.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

  6. Mathematica will return “True” (series converges) or “False” (series diverges).

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Tuesday, 17 November 2020 6:03 EDT Last Modified: Monday, 20 June 2022 - 12:16 (EDT)