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

Definition: Infinite Series (or Series)

The sum of all the terms of an infinite sequence, denoted

i=0ai=a0+a1+a2++ai1+ai+ai+1+.

Partial Sums of a Series

Definition: Partial Sum of a Series, Sn

Sn=i=0nai=a0+a1++an1+an.

In other words,

S0=a0S1=a0+a1=S0+a1S2=a0+a1+a2=S1+a2S3=a0+a1+a2+a3=S2+a3

Investigation 03

Compute the first three partial sums, i.e., S0, S1, and S2 of the following series.

  1. an=nn2+1, n1

  2. an=1n+1, n0

  3. an=(1)n1n3+1, n0

Check Your Work

Use Technology to Verify Partial Sums

DESMOS

Mathematica

NOTE: The use of technology in this activity is to compute partial sums. On Assessments, you may use technology to compute partial sums without showing work.

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

    1. The general nth-term, an;

    2. {n,a,b}, where

      1. n is the index (i.e., label for the terms);

      2. a is the initial label;

      3. b is the upper label.

  3. For help on using the Sum[ ] function:

    1. In Mathematica, execute the code: ?Sum

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the Sum[ ] 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.

Convergent Series

Definition: Convergent Series

A series is convergent if the sequence of partial sums, {Sn}, is convergent, then n=0an=S, where S is the [convergent] sum of the series.

NOTE: Using partial sums to determine if a series is convergent is algebraically-intense and time-consuming. Thus, we will use generalized rules, called convergence tests, to determine convergence of series.

Definition: Divergent Series

A series is divergent if the sequence of partial sums, {Sn}, is divergent.

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:14 (EDT)