SeriesExpected Educational ResultsBloom’s TaxonomySeriesActivity 09Use Technology to Find a Pattern to Convergence or Divergence of a SeriesInvestigation 10Theorem: Necessary Condition for Series ConvergenceTheorem: Test for DivergenceInvestigation 11HomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.2 – Series
Objective 19–01: I can explain the difference between a series and a sequence.
Objective 19–02: I can classify a series as geometric,
Objective 19–03: I can explain what it means for a series to converge and diverge.
Objective 19–04: I can explain why
Objective 19–05: I can use the appropriate Series Convergence Test to determine if a series converges or diverges.
Objective 19–06: I can compute the interval on which a power series converges.
Objective 19–07: I can compute the sum of a convergent geometric series.
Objective 19–08: I can compute the sum of a telescoping series.
Objective 19–09: I can use a geometric series to rewrite a repeating decimal as a rational number.
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.

For each of the following series, use technology to
evaluate the limit at infinity, and
determine if the series converges or diverges.
NOTE: The use of technology in this activity is to quickly identify patterns. On Assessments, you must show work on assessments to receive credit for all Calculus II work.
Mathematica
x1(* Example from Investigation 09-1 *)2
3(* Limit at infinity *)4Limit[(n+1)/(n^2+2), n->Infinity]5
6(* Convergence or Divergence *)7SumConvergence[(n+1)/(n^2+2), 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.
Limit[ ] has two arguments:
The general
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.
SumConvergence[ ] has two arguments:
The general
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.
You may need parens,
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).
From your results above, if
If the series
NOTE: The converse of this theorem is NOT true, i.e., if
If
Determine if the following series converge or diverge.
At this time, you should be able to complete the following assignments:
Section 11.2: # 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 41, 57, 59.
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: Wednesday, 27 October 2021 - 06:55 (EDT)