Convergence TestsPractice 04Use Technology to Verify Convergence or Divergence of a SeriesHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.7 – Strategy for Testing Series
Determine if the following series are convergent or divergent. Explain.
NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.
Mathematica
1(* Example from Practice 04-12 *)2SumConvergence[(-1)^(n+1) 3^n/2^(n+2), n]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.
SumConvergence[ ] has at least two arguments:
The
For help on using the SumConvergence[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.
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.
Mathematica will return “True” (series converges) or “False” (series diverges).
At this time, you should be able to complete the following assignments:
Section 11.7: # 1, 3, 5, 7, 9, 11, 13, 14, 18, 23, 25.
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, 17 November 2020 7:25 EDT Last Modified: Tuesday, 30 May 2023 – 23:08 (EDT)