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

Series

Activity 09

For each of the following series, use technology to

  1. n=1n+1n2+2

  2. n=1n+2n3+4

  3. n=11n

  4. n=11n2

  5. n=1n+1n+2

  6. n=1n+3n2+1

Use Technology to Find a Pattern to Convergence or Divergence of a Series

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

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 two arguments:

    1. The general nth-term, an;

    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. SumConvergence[ ] has two arguments:

    1. The general nth-term, an;

    2. n, the independent variable.

  5. 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.

  6. You may need parens, ( and ), to group multiple terms in the numerator and denominator or to group 1 when raised to n.

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

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

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

Investigation 10

From your results above, if limnan=0, then what can be said about the convergence or divergence of the series? Explain.

Theorem: Necessary Condition for Series Convergence

If the series n=0an is convergent, then a necessary condition for series convergence is limnan=0.

NOTE: The converse of this theorem is NOT true, i.e., if limnan=0, then no conclusion can be made about the convergence or divergence of the series.

Theorem: Test for Divergence

If limnan0, then the series diverges.

Investigation 11

Determine if the following series converge or diverge.

  1. n=1n22n+2n2+3n+2

  2. n=1n3+2n2+4

  3. n=1n+3n+2

  4. n=1n32n2+5n+12n3+5n1

  5. n=15n2+123n2

  6. n=1n2+1n+3

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: Wednesday, 27 October 2021 - 06:55 (EDT)