SeriesExpected Educational ResultsBloom’s TaxonomySeriesGeometric SeriesDefinition: Geometric SeriesTheorem: Convergent Geometric SeriesInvestigation 04Investigation 05Definition: Sum of Convergent Geometric SeriesInvestigation 06Check Your WorkUse Technology to Verify Sum of Convergent Geometric SeriesPower SeriesDefinition: Power FunctionCorollaryInvestigation 07Check Your WorkUse Technology to Solve Polynomial InequalitiesDerivation of the Sum of Convergent Geometric SeriesCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.2 – Series
Objective 19–01: I can explain the difference between a series and a sequence.
Objective 19–02: I can classify a series as geometric,
Objective 19–03: I can explain what it means for a series to converge and diverge.
Objective 19–04: I can explain why
Objective 19–05: I can use the appropriate Series Convergence Test to determine if a series converges or diverges.
Objective 19–06: I can compute the interval on which a power series converges.
Objective 19–07: I can compute the sum of a convergent geometric series.
Objective 19–08: I can compute the sum of a telescoping series.
Objective 19–09: I can use a geometric series to rewrite a repeating decimal as a rational number.
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.

Geometric series have the form
An infinite geometric series
converges if
diverges for all other
Let
Let
Let
The derivation of the sum of a convergent geometric series is shown at the bottom of this document.
For each of the following series, determine
If the series is a geometric series. Explain.
If the series is a geometric series, then find the common ratio,
If the series is a convergent or divergent. Explain.
If the series is a convergent geometric series, then find
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
1(* Example from Investigation 06-2 *)2Sum[(-1/5)^n, {n,0,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.
Sum[ ] has two arguments:
The general
For help on using the Sum[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Sum[ ] 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.
Power functions have the form
An power series,
Find all values for
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
xxxxxxxxxx21(* Example from Investigation 05-1 *)2Reduce[Abs[2x+1]<1,x,Reals]//SimplifyWarnings:
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.
Reduce[ ] has two arguments:
The absolute value inequality to be solved;
For help on using the Reduce[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Reduce[ ] 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.
NOTE: You will not be assessed on the derivation of the sum of a convergent geometric series.
Suppose the geometric series,
Multiply all terms in the above equation with
Add these two equations
which results in
Factor
Solve for
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)