SequencesExpected Educational ResultsBloom’s TaxonomySequencesConvergence and Divergence of SequencesDefinition: Convergent SequenceDefinition: Divergent SequenceActivity 05Investigation 06Activity 07Check Your WorkUse Technology to Verify Convergence or Divergence of SequencesHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.1 – Sequences
Objective 18–01: I can classify a sequence as arithmetic, geometric, or fibonacci.
Objective 18–02: I can explain what it mean for a sequence to converge and diverge.
Objective 18–03: I can analytically (i.e., non-graphically and non-numerically) determine if a sequence converges or diverges.
Objective 18–04: I can analytically (i.e., non-graphically and non-numerically) determine if a sequence is increasing or decreasing.
Objective 18–05: I can analytically (i.e., non-graphically and non-numerically) determine if a sequence is bounded.
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.

A sequence converges if
A sequence diverges if
Let
Is
If
Does
Let
Is
If
Does
NOTE: A geometric sequence converges when
Determine if the following sequences converge or diverge. Explain.
Graphically verify your answers to Investigation 06 using the embedded DESMOS graph below:
NOTE: The use of technology in this activity is to verify convergence or divergence of sequences. On Assessments, you must show work on assessments to receive credit for all Calculus II work.
Mathematica
x1(* Example: a_n = (n+1)/(3+2n), n>=0 *)2(* Determine if a_n converges or diverges *)3
4Limit[(n+1)/(3+2n), 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 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.
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.
If Mathematica returns a real number, then the sequence diverges.
If Mathematica returns
At this time, you should be able to complete the following assignments:
Section 11.1: # 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63.
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, 10 November 2020 6:38 EDT Last Modified: Wednesday, 27 October 2021 - 07:36 (EDT)