Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\markedPivot}[1]{\boxed{#1}}
\newcommand{\IR}{\mathbb{R}}
\newcommand{\IC}{\mathbb{C}}
\renewcommand{\P}{\mathcal{P}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\RREF}{\operatorname{RREF}}
\newcommand{\vspan}{\operatorname{span}}
\newcommand{\setList}[1]{\left\{#1\right\}}
\newcommand{\setBuilder}[2]{\left\{#1\,\middle|\,#2\right\}}
\newcommand{\unknown}{\,{\color{gray}?}\,}
\newcommand{\drawtruss}[2][1]{
\begin{tikzpicture}[scale=#1, every node/.style={scale=#1}]
\draw (0,0) node[left,magenta]{C} --
(1,1.71) node[left,magenta]{A} --
(2,0) node[above,magenta]{D} -- cycle;
\draw (2,0) --
(3,1.71) node[right,magenta]{B} --
(1,1.71) -- cycle;
\draw (3,1.71) -- (4,0) node[right,magenta]{E} -- (2,0) -- cycle;
\draw[blue] (0,0) -- (0.25,-0.425) -- (-0.25,-0.425) -- cycle;
\draw[blue] (4,0) -- (4.25,-0.425) -- (3.75,-0.425) -- cycle;
\draw[thick,red,->] (2,0) -- (2,-0.75);
#2
\end{tikzpicture}
}
\newcommand{\trussNormalForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, blue,->] (4,0) -- (3.5,0.5);
}
\newcommand{\trussCompletion}{
\trussNormalForces
\draw [thick, magenta,<->] (0.4,0.684) -- (0.6,1.026);
\draw [thick, magenta,<->] (3.4,1.026) -- (3.6,0.684);
\draw [thick, magenta,<->] (1.8,1.71) -- (2.2,1.71);
\draw [thick, magenta,->] (1.6,0.684) -- (1.5,0.855);
\draw [thick, magenta,<-] (1.5,0.855) -- (1.4,1.026);
\draw [thick, magenta,->] (2.4,0.684) -- (2.5,0.855);
\draw [thick, magenta,<-] (2.5,0.855) -- (2.6,1.026);
}
\newcommand{\trussCForces}{
\draw [thick, blue,->] (0,0) -- (0.5,0.5);
\draw [thick, magenta,->] (0,0) -- (0.4,0.684);
\draw [thick, magenta,->] (0,0) -- (0.5,0);
}
\newcommand{\trussStrutVariables}{
\node[above] at (2,1.71) {\(x_1\)};
\node[left] at (0.5,0.866) {\(x_2\)};
\node[left] at (1.5,0.866) {\(x_3\)};
\node[right] at (2.5,0.866) {\(x_4\)};
\node[right] at (3.5,0.866) {\(x_5\)};
\node[below] at (1,0) {\(x_6\)};
\node[below] at (3,0) {\(x_7\)};
}
\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\DeclareMathOperator{\arcsec}{arcsec}
\DeclareMathOperator{\arccot}{arccot}
\DeclareMathOperator{\arccsc}{arccsc}
\newcommand{\tuple}[1]{\left\langle#1\right\rangle}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Section 8.9 Series Convergence Strategy (SQ9)
Learning Outcomes
Identify appropriate convergence tests for various series.
Subsection 8.9.1 Activities
Activity 8.9.1 .
Which test for convergence is the best first test to apply to any series
\(\displaystyle \sum_{k=1}^\infty a_k\text{?}\)
Activity 8.9.2 .
In which of the following scenarios can we successfully apply the Direct Comparison Test to determine the convergence of the series
\(\displaystyle \sum a_k\text{?}\)
When we find a convergent series
\(\displaystyle \sum b_k\) where
\(0\leq a_k\leq b_k\)
When we find a divergent series
\(\displaystyle \sum b_k\) where
\(0\leq a_k\leq b_k\)
When we find a convergent series
\(\displaystyle \sum b_k\) where
\(0\leq b_k\leq a_k\)
When we find a divergent series
\(\displaystyle \sum b_k\) where
\(0\leq b_k\leq a_k\)
Activity 8.9.3 .
Which test(s) for convergence would we use for a series
\(\displaystyle \sum a_k\) where
\(a_k\) involves
\(k^{th}\) powers?
Activity 8.9.4 .
Activity 8.9.5 .
Which test(s) for convergence would we use for a series
\(\displaystyle \sum a_k\) where
\(a_k\) involves factorials and powers?
Activity 8.9.6 .
Which test(s) for convergence would we use for a series
\(\displaystyle \sum a_k\) where
\(a_k\) is a rational function?
Activity 8.9.7 .
Fact 8.9.8 .
Here is a strategy checklist when dealing with series:
The divergence test: unless
\(a_n\rightarrow 0\text{,}\) \(\displaystyle \sum a_n\) diverges
Geometric Series:
\(\displaystyle \sum ar^k\) converges if
\(-1<r<1\) and diverges otherwise
\(p\) -series:
\(\displaystyle \sum \frac{1}{n^p}\) converges if
\(p>1\) and diverges otherwise
Series with no negative terms: try the ratio test, root test, integral test, or try to compare to a known series with the comparison test or limit comparison test
Series with some negative terms: check for absolute convergence
Alternating series: use the alternating series test (Leibniz’s Theorem)
Anything else: consider the sequence of partial sums, possibly rewriting the series in a different form, hope for the best
Activity 8.9.9 .
Consider the series
\(\displaystyle \sum_{k=3}^\infty \frac{2}{\sqrt{k-2}}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.10 .
Consider the series
\(\displaystyle \sum_{k=1}^\infty \frac{k}{1+2k}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.11 .
Consider the series
\(\displaystyle \sum_{k=0}^\infty \frac{2k^2+1}{k^3+k+1}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.12 .
Consider the series
\(\displaystyle \sum_{k=0}^\infty \frac{100^k}{k!}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.13 .
Consider the series
\(\displaystyle \sum_{k=1}^\infty \frac{2^k}{5^k}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.14 .
Consider the series
\(\displaystyle \sum_{k=1}^\infty \frac{k^3-1}{k^5+1}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.15 .
Consider the series
\(\displaystyle \sum_{k=2}^\infty \frac{3^{k-1}}{7^k}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.16 .
Consider the series
\(\displaystyle \sum_{k=2}^\infty \frac{1}{k^k}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.17 .
Consider the series
\(\displaystyle \sum_{k=1}^\infty \frac{(-1)^{k+1}}{\sqrt{k+1}}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.18 .
Consider the series
\(\displaystyle \sum_{k=2}^\infty \frac{1}{k\ln(k)}\text{.}\)
(a)
Which test(s) seem like the most appropriate one(s) to test for convergence or divergence?
(b)
Apply an appropriate test to determine the convergence of this series.
This series is convergent.
This series is divergent.
Activity 8.9.19 .
Determine which of the following series is
convergent and which is
divergent . Justify both choices with an appropriate test.
(a)
\(\displaystyle \sum_{n=1}^\infty \frac{4 \, \left(-1\right)^{n + 1} n^{2}}{2 \, n^{3} + 4 \, n^{2} + 5}.\) (b)
\(\displaystyle \sum_{n=1}^\infty \frac{n!}{3 \cdot 3^{n} n^{4}}.\)
Subsection 8.9.2 Videos
Figure 186. Video: Identify appropriate convergence tests for various series
Subsection 8.9.3 Exercises