Additional Convergence Tests

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

Root Test

Definition: Root Test

Investigation 03

Determine if the following series are convergent or divergent. Explain.

  1. n=0(3n+75n+1)n

  2. n=0(n2+33n2+2n+1)2n

  3. n=1(4n+53n+2)n

Use Technology to Verify Convergence or Divergence of a Series

NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related 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. SumConvergence[ ] has at least two arguments:

    1. The nth-term of the series;

    2. n where n is the index variable of the series.

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

    1. In Mathematica, execute the code: ?SumConvergence

    2. Click on near the bottom-left of output

    3. Click on local

    4. Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.

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

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

  6. Mathematica will return “True” (series converges) or “False” (series diverges).

Homework

At this time, you should be able to complete the following assignments:

\vfill

\newpage

\section{Strategy for Testing Series}

\subsection{Homework} %\vspace{-1em} At this time, you should be able to complete the following assignments: %\vspace{-1em} \begin{itemize} \item[] \textbf{Section 11.7}: # 1, 3, 5, 7, 9, 11, 13, 14, 18, 23, 25. \end{itemize}

 

\vfill

\input{CC_license}

\end{document}