Alternating Series

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

Alternating Series

Definition: Alternating Series

An Alternating Series is a series whose terms are alternatively positive and negative, i.e., n=0[(1)nan] or n=0[(1)n+1an]

Definition: Alternating Series Test

If the Alternating Series n=0[(1)nan]=a0a1+a2a3+ for an>0 satisfies

then the series is convergent.

Explanation of Alternating Series Test

The Alternating Series Test is written as a conditional statement.

  1. There are two (2) statements to verify in the hypothesis of the conditional statement:

    1. an+1an or ddnan<0 for all n

      1. Mathematica may be used to verify the above statement – you must state that you verified this hypothesis statement

    2. "limnan=0

      1. You need to use Calculus I to evaluate this limit

  2. “then the series is convergent” is called the conclusion of the conditional statement.

    1. The conclusion is True ONLY IF the both hypothesis statements are True.

NOTE: The Alternating Series Test, can NOT be used to conclude series divergence.

Investigation 01

Determine whether the following series are convergent or divergent. Explain.

  1. n=1(1)n1n

  2. n=0(1)n2n+34n1

  3. n=0(1)n+1n23n3+2n2+5n+1

  4. n=0(1)n13nn3+1

  5. n=1(1)nln(n)n2

  6. n=1(1)ncos(πn)

  7. n=0(1)n+1n2en

Check Your Work

Use Technology to Determine if Terms are Increasing or Decreasing

NOTE: On all Assessments, you may use technology to determine if the terms of a series are increasing or decreasing without showing any 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. Reduce[ ] has at least two arguments:

    1. Two (2) pieces of code grouped with { }:

      1. The derivative of the nth-term which is set <= 0 to verify decreasing

        • Use >= 0 to verify increasing

      2. n >= 0 where 0 is the first index (label) of the series

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

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

    1. In Mathematica, execute the code: ?Reduce

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Reduce[ ] 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).

Use Technology to Verify Limits

NOTE: On all Assessments, you may use technology to verify limits. 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. Limit[ ] has at least two arguments:

    1. The nth-term of the series;

    2. n->Infinity.

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

    1. In Mathematica, execute the code: ?Limit

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Limit[ ] 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.

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:49 EDT Last Modified: Wednesday, 10 November 2021 - 05:46 (EDT)