Sequences

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

Sequences

Increasing, Decreasing, and Monotonic Sequences

Definition: Increasing Sequence

A sequence increases if

Definition: Decreasing Sequence

A sequence decreases if

Definition: Monotonic Sequence

A sequence is monotonic if the sequence is increasing or decreasing for all n.

Investigation 08

Determine if the following sequences increasing, decreasing, or not monotonic. Explain.

  1. an=n+1n, n1.

  2. an=3n2+1n+2, n0.

  3. an=nen, n1.

  4. an=nn23n+2, n3.

  5. an=n+1, n0.

Activity 09

Graphically verify your answers to Investigation 08 using the embedded DESMOS graph below:

Check Your Work

Use Technology to Verify if Sequences are Increasing or Decreasing

NOTE: The use of technology in this activity is to verify intervals of increase or decrease of sequences. 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. Reduce[ ] has two arguments:

    1. The derivative of the general nth-term, an and set to <=0 [for decreasing] You can use >=0 to test for increasing sequences.

    2. The independent variable, n.

  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. You may need parens, ( and ), to group multiple terms in the numerator and denominator or to group 1 when raised to n.

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

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

  7. Since Mathematica returns FALSE for the last line of code, then the sequence never decreases.

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, 10 November 2020 6:38 EDT Last Modified: Wednesday, 27 October 2021 - 07:46 (EDT)