Alternating SeriesExpected Educational ResultsBloom’s TaxonomyAlternating SeriesDefinition: Alternating SeriesDefinition: Alternating Series TestExplanation of Alternating Series TestInvestigation 01Check Your WorkUse Technology to Determine if Terms are Increasing or DecreasingUse Technology to Verify LimitsUse Technology to Verify Convergence or Divergence of a SeriesHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.5 – Alternating Series
Objective 22–01: I can analytically (i.e., not graphically and not numerically) verify all conditions needed to use the Alternating Series Test for a given series.
Objective 22–02: I can use the Alternating Series Test to determine if a series converges or diverge.
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.

An Alternating Series is a series whose terms are alternatively positive and negative, i.e.,
If the Alternating Series
then the series is convergent.
The Alternating Series Test is written as a conditional statement.
There are two (2) statements to verify in the hypothesis of the conditional statement:
“
Mathematica may be used to verify the above statement – you must state that you verified this hypothesis statement
"
You need to use Calculus I to evaluate this limit
“then the series is convergent” is called the conclusion of the conditional statement.
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.
Determine whether the following series are convergent or divergent. Explain.
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
x1(* Example from Investigation 01-3 *)2
3(* Determine terms are decreasing *)4(* To determine the interval on which a_n decreases, *)5(* i.e., when the derivative is negative and n>=0 *)6Reduce[{D[n^2/(3n^3+2n^2+5n+1), n] <= 0, n >= 0}, n]Warnings:
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.
Reduce[ ] has at least two arguments:
Two (2) pieces of code grouped with
The derivative of the
Use
For help on using the Reduce[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Reduce[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica will return “True” (series converges) or “False” (series diverges).
NOTE: On all Assessments, you may use technology to verify limits. You must show all Calculus II related work.
Mathematica
xxxxxxxxxx41(* Example from Investigation 01-3 *)2
3(* Verify limit at infinity is 0 *)4Limit[n^2/(3n^3+2n^2+5n+1), n->Infinity]Warnings:
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.
Limit[ ] has at least two arguments:
The
For help on using the Limit[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Limit[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.
Mathematica
xxxxxxxxxx41(* Example from Investigation 01-3 *)2
3(* Verify convergence *)4SumConvergence[(-1)^(n+1) n^2/(3n^3+2n^2+5n+1), n]Warnings:
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.
SumConvergence[ ] has at least two arguments:
The
For help on using the SumConvergence[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica will return “True” (series converges) or “False” (series diverges).
At this time, you should be able to complete the following assignments:
Section 11.5: # 3, 5, 7, 11, 13, 15, 17, 23, 25.
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)