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

Geometric Series

Definition: Geometric Series

Geometric series have the form i=0crn, where c is a constant and r is the common ratio.

Theorem: Convergent Geometric Series

An infinite geometric series

Investigation 04

Let r=1, find the sum of Partial Sums of the series, i=01n. What do you notice? Explain.

Investigation 05

Let r=1, find the sum of Partial Sums of the series, i=0(1)n. What do you notice? Explain.

Definition: Sum of Convergent Geometric Series

Let ai be the first term of a convergent geometric series. Then the sum, S, of the convergent geometric series is

S=ai1r

The derivation of the sum of a convergent geometric series is shown at the bottom of this document.

Investigation 06

For each of the following series, determine

  1. n=05(37)n+1

  2. n=243(15)n

  3. n=03(43)n

  4. n=0(15)n

  5. n=0(23)n

  6. n=0(52)n

Check Your Work

Use Technology to Verify Sum of Convergent Geometric Series

NOTE: The use of technology in this activity is to verify, i.e., check, your computation of of the sum of a convergent geometric series. 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. 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.

Power Series

Definition: Power Function

Power functions have the form xr, which is a form of a geometric series.

Corollary

An power series, n=0(axb)n, converges, by the Geometric Series Test, if |axb|<1.

Investigation 07

Find all values for x so that the series converges. Explain.

  1. n=03(2x+1)n

  2. n=153(x12)n

  3. n=0(2x13)n+1

Check Your Work

Use Technology to Solve Polynomial Inequalities

NOTE: The use of technology in this activity is to solve polynomial inequalities. On Assessments, you may use technology to solve polynomial inequalities without showing 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 absolute value inequality to be solved;

    2. x, the independent variable;

    3. Reals to force Mathematica to show only Real-valued solutions.

  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.

Derivation of the Sum of Convergent Geometric Series

NOTE: You will not be assessed on the derivation of the sum of a convergent geometric series.

Suppose the geometric series, n=0arn, converges. In other words, the total sum of the series is a Real number, S. Thus,

S=a+ar+ar2+ar3+ar4+ar5+

Multiply all terms in the above equation with r:

rS=arar2ar3ar4ar5

Add these two equations

xxlxS=ax+ar+ar2+ar3+ar4+ar5++(rS=xxarar2ar3ar4ar5)

which results in

SrS=a

Factor S from the two terms in the left-side of the above equation:

S(1r)=aS=a1r

Solve for S:

S=a1r

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, 26 October 2021 - 18:33 (EDT)