Skip to main content
Logo image

APEX Calculus

Section 9.2 Infinite Series

Figure 9.2.1. Video introduction to Section 9.2
Given the sequence \(\{a_n\} = \{1/2^n\} = 1/2,\, 1/4,\, 1/8,\, \ldots\text{,}\) consider the following sums:
\begin{align*} a_1 \amp= 1/2 \amp = \amp 1/2\\ a_1+a_2\amp = 1/2+1/4 \amp = \amp 3/4 \\ a_1+a_2+a_3 \amp = 1/2+1/4+1/8 \amp =\amp 7/8\\ a_1+a_2+a_3+a_4 \amp= 1/2+1/4+1/8+1/16 \amp = \amp 15/16 \end{align*}
In general, we can show that
\begin{equation*} a_1+a_2+a_3+\cdots +a_n = \frac{2^n-1}{2^n} = 1-\frac{1}{2^n}\text{.} \end{equation*}
Let \(S_n\) be the sum of the first \(n\) terms of the sequence \(\{1/2^n\}\text{.}\) From the above, we see that \(S_1=1/2\text{,}\) \(S_2 = 3/4\text{,}\) etc. Our formula at the end shows that \(S_n = 1-1/2^n\text{.}\)
Now consider the following limit: \(\lim\limits_{n\to\infty}S_n = \lim_{n\to\infty}\big(1-1/2^n\big) = 1\text{.}\) This limit can be interpreted as saying something amazing: the sum of all the terms of the sequence \(\{1/2^n\}\) is 1.
This example illustrates some interesting concepts that we explore in this section. We begin this exploration with some definitions.

Subsection 9.2.1 Convergence of sequences

Definition 9.2.2. Infinite Series, \(n\)th Partial Sums, Convergence, Divergence.

Let \(\{a_n\}\) be a sequence, beginning at some index value \(n=k\text{.}\)
  1. The sum \(\ds \sum_{n=k}^\infty a_n\) is called an infinite series (or, simply series).
  2. Let \(S_n\) denote the sum of the first \(n\) terms in the sequence \(\{a_n\}\text{,}\) known as the \(n\)th partial sum of the sequence. We can then define the sequence \(\{S_n\}\) of partial sums of \(\{a_n\}\text{.}\)
  3. If the sequence \(\{S_n\}\) converges to \(L\text{,}\) we say the series \(\ds \sum_{n=k}^\infty a_n\) converges to \(L\text{,}\) and we write \(\ds \sum_{n=k}^\infty a_n = L\text{.}\)
  4. If the sequence \(\{S_n\}\) diverges, the series \(\ds \sum_{n=k}^\infty a_n\) diverges.
Using our new terminology, we can state that the series \(\ds \infser 1/2^n\) converges, and \(\ds \infser 1/2^n = 1\text{.}\)
Note that in the definition above, we do not necessarily assume that our sum begins with \(n=1\text{.}\) In fact, it is quite common to have a series beginning at \(n=0\text{,}\) and in some cases we may need to consider other values as well. The \(n\)th partial sum \(S_n\) will always denote the sum of the first \(n\) terms: For example, \(\infser 1/n\) has
\begin{equation*} S_n = \overbrace{1+\frac12+\cdots + \frac1n}^{n \text{ terms}}\text{,} \end{equation*}
while \(\sum_{n=0}^\infty 3^{-n}\) has
\begin{equation*} S_n = \overbrace{1+\frac13+\cdots + \frac{1}{3^{n-1}}}^{n \text{ terms}}\text{,} \end{equation*}
and \(\sum_{n=3}^\infty \frac{1}{n^2-2n}\) has
\begin{equation*} S_n = \overbrace{\frac{1}{3}+\frac{1}{8}+\cdots + \frac{1}{(n+2)^2-2(n+2)}}^{n \text{ terms}}\text{.} \end{equation*}
In general, for the series \(\ds\sum_{n=k}^\infty a_n\text{,}\) the \(n\)th partial sum will be \(\ds S_n = \sum_{i=k}^{k+n-1}a_i\text{.}\)
We will explore a variety of series in this section. We start with two series that diverge, showing how we might discern divergence.

Example 9.2.3. Showing series diverge.

  1. Let \(\{a_n\} = \{n^2\}\text{.}\) Show \(\ds \infser a_n\) diverges.
  2. Let \(\{b_n\} = \{(-1)^{n+1}\}\text{.}\) Show \(\ds \infser b_n\) diverges.
Solution 1. Video solution
Solution 2.
  1. Consider \(S_n\text{,}\) the \(n\)th partial sum.
    \begin{align*} S_n \amp = a_1+a_2+a_3+\cdots+a_n\\ \amp = 1^2+2^2+3^2\cdots + n^2.\\ \end{align*}

    By Theorem 5.3.9, this is

    \begin{align*} \amp = \frac{n(n+1)(2n+1)}{6}\text{.} \end{align*}
    Since \(\lim\limits_{n\to\infty}S_n = \infty\text{,}\) we conclude that the series \(\ds \infser n^2\) diverges. It is instructive to write \(\ds \infser n^2=\infty\) for this tells us how the series diverges: it grows without bound. A scatter plot of the sequences \(\{a_n\}\) and \(\{S_n\}\) is given in Figure 9.2.4.(a). The terms of \(\{a_n\}\) are growing, so the terms of the partial sums \(\{S_n\}\) are growing even faster, illustrating that the series diverges.
  2. The sequence \(\{b_n\}\) starts with 1, \(-1\text{,}\) 1, \(-1\text{,}\) \(\ldots\text{.}\) Consider some of the partial sums \(S_n\) of \(\{b_n\}\text{:}\)
    \begin{align*} S_1 \amp = 1\\ S_2 \amp = 0\\ S_3 \amp = 1\\ S_4 \amp = 0 \end{align*}
    This pattern repeats; we find that \(S_n = \begin{cases} 1 \amp n\, \text{ is odd } \\, 0 \amp n\, \text{ is even } \end{cases}\text{.}\) As \(\{S_n\}\) oscillates, repeating 1, 0, 1, 0, \(\ldots\text{,}\) we conclude that \(\lim\limits_{n\to\infty}S_n\) does not exist, hence \(\ds\infser (-1)^{n+1}\) diverges. A scatter plot of the sequence \(\{b_n\}\) and the partial sums \(\{S_n\}\) is given in Figure 9.2.4.(b). When \(n\) is odd, \(b_n = S_n\) so the marks for \(b_n\) are drawn oversized to show they coincide.
    (a)
    (b)
    Figure 9.2.4. Scatter plots relating to Example 9.2.3
While it is important to recognize when a series diverges, we are generally more interested in the series that converge. In this section we will demonstrate a few general techniques for determining convergence; later sections will delve deeper into this topic.

Subsection 9.2.2 Geometric Series

One important type of series is a geometric series.

Definition 9.2.5. Geometric Series.

A geometric series is a series of the form
\begin{equation*} \infser[0] r^n = 1+r+r^2+r^3+\cdots+r^n+\cdots \end{equation*}
Note that the index starts at \(n=0\text{,}\) not \(n=1\text{.}\)
We started this section with a geometric series, although we dropped the first term of \(1\text{.}\) One reason geometric series are important is that they have nice convergence properties.

Proof.

We begin by proving the formula for the simplied form for the partial sums. Consider the \(n\)th partial sum of the geometric series, \(S_n=\sum_{i=0}^n r^i\text{:}\)
\begin{align*} S_n \amp = 1+r+r^2+\cdots+r^{n-2}+r^{n-1}\\ \end{align*}

Multiply both sides by \(r\text{:}\)

\begin{align*} r\cdot S_n \amp = r+r^2+r^3+\dots+r^{n-1}+r^{n}\\ \end{align*}

Now subtract the second line from the first and solve for \(S_n\text{:}\)

\begin{align*} S_n-r\cdot S_n \amp = 1-r^n\\ S_n(1-r) \amp = 1-r^{n}\\ S_n \amp = \frac{1-r^{n}}{1-r}\text{.} \end{align*}
We have shown Part 1 of Geometric Series Test.
Now, examining the partial sums, we consider five cases to determine when \(S_n\) converges:
  1. If \(\abs{r}\lt 1\text{,}\) then \(r^n \to 0\) as \(n \to \infty\text{,}\) so we have \(\inflim S_n=\frac{1-0}{1-r}=\frac{1}{1-r}\text{,}\) a convergent sequence of partial sums.
  2. If \(r \gt 1\text{,}\) then \(r^n \to \infty\) as \(n \to \infty\text{,}\) so
    \begin{equation*} S_n = \frac{1-r^n}{1-r}=\frac{r^n}{r-1}-\frac{1}{r-1} \end{equation*}
    diverges to infinity. (Note that \(r-1\) is a positive constant.)
  3. If \(r \lt -1\text{,}\) then \(r^n\) will oscillate between large positive and large negative values as \(n\) increases. The same will be true of \(S_n\text{,}\) so \(\inflim S_n\) does not exist.
  4. If \(r=1\text{,}\) then \(S_n = \frac{1-1^{n+1}}{1-1}\) is undefined. However, examining \(S_n = 1+r+r^2+\dots+r^n\) for \(r=1\text{,}\) we can see that the partial sums simplify to \(S_n=n\text{,}\) and this sequence diverges to \(\infty\text{.}\)
  5. If \(r=-1\text{,}\) then \(S_n = \frac{1-(-1)^{n}}{2}\text{.}\) For even values of \(n\text{,}\) the partial sums are always \(0\text{.}\) For odd values of \(n\text{,}\) the partial sums are always \(1\text{.}\) So the sequence of partial sums diverges.
Therefore, a geometric series converges if and only if \(\abs{r} \lt 1\text{.}\)
Figure 9.2.7. Video presentation of Definition 9.2.5 and Theorem 9.2.6
According to Theorem 9.2.6, the series
\begin{equation*} \ds\infser[0] \frac{1}{2^n} =\infser[0] \left(\frac 12\right)^2= 1+\frac12+\frac14+\cdots \end{equation*}
converges as \(r=1/2 \lt 1\text{,}\) and \(\ds \infser[0] \frac{1}{2^n} = \frac{1}{1-1/2} = 2\text{.}\) This concurs with our introductory example; while there we got a sum of 1, we skipped the first term of 1.

Example 9.2.8. Exploring geometric series.

Check the convergence of the following series. If the series converges, find its sum.
  1. \(\displaystyle \ds \sum_{n=2}^\infty \left(\frac34\right)^n\)
  2. \(\displaystyle \ds \infser[0] \left(\frac{-1}{2}\right)^n\)
  3. \(\displaystyle \ds \infser[0] 3^n\)
Solution 1. Video solution
Solution 2.
  1. Since \(r=3/4\lt 1\text{,}\) this series converges. By Theorem 9.2.6, we have that
    \begin{equation*} \infser[0] \left(\frac34\right)^n = \frac{1}{1-3/4} = 4\text{.} \end{equation*}
    However, note the subscript of the summation in the given series: we are to start with \(n=2\text{.}\) Therefore we subtract off the first two terms, giving:
    \begin{equation*} \sum_{n=2}^\infty \left(\frac34\right)^n = 4 - 1 - \frac34 = \frac94\text{.} \end{equation*}
    This is illustrated in Figure 9.2.9.
    Figure 9.2.9. Scatter plots for the series in Item 1
  2. Since \(\abs{r} = 1/2 \lt 1\text{,}\) this series converges, and by Theorem 9.2.6,
    \begin{equation*} \infser[0] \left(\frac{-1}{2}\right)^n = \frac{1}{1-(-1/2)} = \frac23\text{.} \end{equation*}
    The partial sums of this series are plotted in Figure 9.2.10. Note how the partial sums are not purely increasing as some of the terms of the sequence \(\{(-1/2)^n\}\) are negative.
    Figure 9.2.10. Scatter plots for the series in Item 2
  3. Since \(r \gt 1\text{,}\) the series diverges. (This makes “common sense”; we expect the sum
    \begin{equation*} 1+3+9+27 + 81+243+\cdots \end{equation*}
    to diverge.) This is illustrated in Figure 9.2.11.
    Figure 9.2.11. Scatter plots for the series in Item 3

Subsection 9.2.3 \(p\)-Series

Another important type of series is the p-series.

Definition 9.2.12. \(p\)-Series, General \(p\)-Series.

  1. A \(p\)-series is a series of the form
    \begin{equation*} \infser \frac{1}{n^p}, \qquad \text{ where \(p \gt 0\). } \end{equation*}
  2. A general \(p\)-series is a series of the form
    \begin{equation*} \infser \frac{1}{(an+b)^p}\text{,} \end{equation*}
    where \(p \gt 0\) and \(a, b\) are real numbers such that \(a\neq 0\) and \(an+b\gt 0\) for all \(n\geq 1\text{.}\)
Like geometric series, one of the nice things about p-series is that they have easy to determine convergence properties.

Example 9.2.14. Determining convergence of series.

Determine the convergence of the following series.
  1. \(\displaystyle \ds\infser \frac{1}{n}\)
  2. \(\displaystyle \ds\infser \frac{1}{n^2}\)
  3. \(\displaystyle \ds\infser \frac{1}{\sqrt{n}}\)
  4. \(\displaystyle \ds\infser \frac{(-1)^n}{n}\)
  5. \(\displaystyle \ds\sum_{n=11}^\infty \frac{1}{(\frac12n-5)^3}\)
  6. \(\displaystyle \ds\infser \frac{1}{2^n}\)
Solution 1. Video solution
Solution 2.
  1. This is a \(p\)-series with \(p=1\text{.}\) By Theorem 9.2.13, this series diverges. This series is a famous series, called the Harmonic Series, so named because of its relationship to harmonics in the study of music and sound.
  2. This is a \(p\)-series with \(p=2\text{.}\) By Theorem 9.2.13, it converges. Note that the theorem does not give a formula by which we can determine what the series converges to; we just know it converges. A famous, unexpected result is that this series converges to \(\ds{\pi^2}/{6}\text{.}\)
  3. This is a \(p\)-series with \(p=1/2\text{;}\) the theorem states that it diverges.
  4. This is not a \(p\)-series; the definition does not allow for alternating signs. Therefore we cannot apply Theorem 9.2.13. (Another famous result states that this series, the Alternating Harmonic Series, converges to \(\ln(2)\text{.}\))
  5. This is a general \(p\)-series with \(p=3\text{,}\) therefore it converges.
  6. This is not a \(p\)-series, but a geometric series with \(r=1/2\text{.}\) It converges.
Later sections will provide tests by which we can determine whether or not a given series converges. This, in general, is much easier than determining what a given series converges to. There are many cases, though, where the sum can be determined.

Example 9.2.15. Telescoping series.

Evaluate the sum \(\ds \infser \left(\frac1n-\frac1{n+1}\right)\text{.}\)
Solution 1. Video solution
Solution 2.
It will help to write down some of the first few partial sums of this series.
\begin{align*} S_1 \amp = \frac11-\frac12 = 1-\frac12\\ S_2 \amp = \left(\frac11-\frac12\right) + \left(\frac12-\frac13\right) = 1-\frac13\\ S_3 \amp = \left(\frac11-\frac12\right) + \left(\frac12-\frac13\right)+\left(\frac13-\frac14\right) = 1-\frac14\\ S_4 \amp = \left(\frac11-\frac12\right) + \left(\frac12-\frac13\right)+\left(\frac13-\frac14\right) +\left(\frac14-\frac15\right) = 1-\frac15 \end{align*}
Note how most of the terms in each partial sum are canceled out! In general, we see that \(\ds S_n = 1-\frac{1}{n+1}\text{.}\) The sequence \(\{S_n\}\) converges, as \(\lim\limits_{n\to\infty}S_n = \lim_{n\to\infty}\left(1-\frac1{n+1}\right) = 1\text{,}\) and so we conclude that \(\ds \infser \left(\frac1n-\frac1{n+1}\right) = 1\text{.}\) Partial sums of the series are plotted in Figure 9.2.16.
Figure 9.2.16. Scatter plots relating to the series of Example 9.2.15
The series in Example 9.2.15 is an example of a telescoping series. Informally, a telescoping series is one in which most terms cancel with preceding or following terms, reducing the number of terms in each partial sum. The partial sum \(S_n\) did not contain \(n\) terms, but rather just two: 1 and \(1/(n+1)\text{.}\)
When possible, seek a way to write an explicit formula for the \(n\)th partial sum \(S_n\text{.}\) This makes evaluating the limit \(\lim\limits_{n\to\infty} S_n\) much more approachable. We do so in the next example.

Example 9.2.17. Evaluating series.

Evaluate each of the following infinite series.
  1. \(\displaystyle \ds \infser \frac{2}{n^2+2n}\)
  2. \(\displaystyle \ds \infser \ln\left(\frac{n+1}{n}\right)\)
Solution 1. Video solution
Solution 2.
  1. We can decompose the fraction \(2/(n^2+2n)\) as
    \begin{equation*} \frac2{n^2+2n} = \frac1n-\frac1{n+2}\text{.} \end{equation*}
    (See Section 6.5, Partial Fraction Decomposition, to recall how this is done, if necessary.) Expressing the terms of \(\{S_n\}\) is now more instructive:
    \begin{align*} S_1 \amp = 1-\frac13 \\ S_2 \amp = \left(1-\frac13\right) + \left(\frac12-\frac14\right)\\ \amp = 1+\frac12-\frac13-\frac14\\ S_3 \amp = \left(1-\frac13\right) + \left(\frac12-\frac14\right)+\left(\frac13-\frac15\right)\\ \amp = 1+\frac12-\frac14-\frac15\\ S_4 \amp = \left(1-\frac13\right) + \left(\frac12-\frac14\right)+\left(\frac13-\frac15\right)+\left(\frac14-\frac16\right)\\ \amp = 1+\frac12-\frac15-\frac16\\ S_5 \amp = \left(1-\frac13\right) + \left(\frac12-\frac14\right)+\left(\frac13-\frac15\right)+\left(\frac14-\frac16\right)+\left(\frac15-\frac17\right)\\ \amp = 1+\frac12-\frac16-\frac17 \end{align*}
    We again have a telescoping series. In each partial sum, most of the terms cancel and we obtain the formula \(\ds S_n = 1+\frac12-\frac1{n+1}-\frac1{n+2}\text{.}\) Taking limits allows us to determine the convergence of the series:
    \begin{equation*} \lim_{n\to\infty}S_n = \lim_{n\to\infty} \left(1+\frac12-\frac1{n+1}-\frac1{n+2}\right) = \frac32\text{,} \end{equation*}
    so \(\infser \frac1{n^2+2n} = \frac32\text{.}\) This is illustrated in Figure 9.2.18.(a).
  2. We begin by writing the first few partial sums of the series:
    \begin{align*} S_1 \amp = \ln\left(2\right)\\ S_2 \amp = \ln\left(2\right)+\ln\left(\frac32\right)\\ S_3 \amp = \ln\left(2\right)+\ln\left(\frac32\right)+\ln\left(\frac43\right)\\ S_4 \amp = \ln\left(2\right)+\ln\left(\frac32\right)+\ln\left(\frac43\right)+\ln\left(\frac54\right) \end{align*}
    At first, this does not seem helpful, but recall the logarithmic identity: \(\ln(x) +\ln(y) = \ln(xy)\text{.}\) Applying this to \(S_4\) gives:
    \begin{align*} S_4 \amp = \ln\left(2\right)+\ln\left(\frac32\right)+\ln\left(\frac43\right)+\ln\left(\frac54\right)\\ \amp = \ln\left(\frac21\cdot\frac32\cdot\frac43\cdot\frac54\right) = \ln\left(5\right)\text{.} \end{align*}
    We can conclude that \(\{S_n\} = \big\{\ln(n+1)\big\}\text{.}\) This sequence does not converge, as \(\lim\limits_{n\to\infty}S_n=\infty\text{.}\) Therefore \(\ds\infser \ln\left(\frac{n+1}{n}\right)=\infty\text{;}\) the series diverges. Note in Figure 9.2.18.(b) how the sequence of partial sums grows slowly; after 100 terms, it is not yet over 5. Graphically we may be fooled into thinking the series converges, but our analysis above shows that it does not.
(a)
(b)
Figure 9.2.18. Scatter plots relating to the series in Example 9.2.17
We are learning about a new mathematical object, the series. As done before, we apply “old” mathematics to this new topic.
Before using this theorem, we provide a few “famous” series.

Key Idea 9.2.20. Important Series.

  1. \(\ds\infser[0] \frac1{n!} = e\text{.}\) (Note that the index starts with \(n=0\text{.}\))
  2. \(\ds\infser \frac1{n^2} = \frac{\pi^2}{6}\text{.}\)
  3. \(\ds\infser \frac{(-1)^{n+1}}{n^2} = \frac{\pi^2}{12}\text{.}\)
  4. \(\ds\infser[0] \frac{(-1)^{n}}{2n+1} = \frac{\pi}{4}\text{.}\)
  5. \(\ds\infser \frac{1}{n}\) diverges. (This is called the Harmonic Series.)
  6. \(\ds\infser \frac{(-1)^{n+1}}{n} = \ln(2)\text{.}\) (This is called the Alternating Harmonic Series.)

Example 9.2.21. Evaluating series.

Evaluate the given series.
  1. \(\displaystyle \ds\infser \frac{(-1)^{n+1}\big(n^2-n\big)}{n^3}\)
  2. \(\displaystyle \ds\infser \frac{1000}{n!}\)
  3. \(\displaystyle \ds \frac1{16}+\frac1{25}+\frac1{36}+\frac1{49}+\cdots\)
Solution 1. Video solution
Solution 2.
  1. We start by using algebra to break the series apart:
    \begin{align*} \infser \frac{(-1)^{n+1}\big(n^2-n\big)}{n^3} \amp = \infser\left(\frac{(-1)^{n+1}n^2}{n^3}-\frac{(-1)^{n+1}n}{n^3}\right)\\ \amp = \infser\frac{(-1)^{n+1}}{n}-\infser\frac{(-1)^{n+1}}{n^2}\\ \amp = \ln(2) - \frac{\pi^2}{12} \approx -0.1293\text{.} \end{align*}
    This is illustrated in Figure 9.2.22.(a).
  2. This looks very similar to the series that involves \(e\) in Key Idea 9.2.20. Note, however, that the series given in this example starts with \(n=1\) and not \(n=0\text{.}\) The first term of the series in the Key Idea is \(1/0! = 1\text{,}\) so we will subtract this from our result below:
    \begin{align*} \infser \frac{1000}{n!} \amp = 1000\cdot\infser \frac{1}{n!}\\ \amp = 1000\cdot (e-1) \approx 1718.28\text{.} \end{align*}
    This is illustrated in Figure 9.2.22.(b). The graph shows how this particular series converges very rapidly.
    (a)
    (b)
    Figure 9.2.22. Scatter plots relating to the series in Example 9.2.21
  3. The denominators in each term are perfect squares; we are adding \(\ds \sum_{n=4}^\infty \frac{1}{n^2}\) (note we start with \(n=4\text{,}\) not \(n=1\)). This series will converge. Using the formula from Key Idea 9.2.20, we have the following:
    \begin{align*} \infser \frac1{n^2} \amp = \sum_{n=1}^3 \frac1{n^2} +\sum_{n=4}^\infty \frac1{n^2}\\ \infser \frac1{n^2} - \sum_{n=1}^3 \frac1{n^2} \amp =\sum_{n=4}^\infty \frac1{n^2}\\ \frac{\pi^2}{6} - \left(\frac11+\frac14+\frac19\right) \amp = \sum_{n=4}^\infty \frac1{n^2}\\ \frac{\pi^2}{6} - \frac{49}{36} \amp = \sum_{n=4}^\infty \frac1{n^2}\\ 0.2838\amp \approx \sum_{n=4}^\infty \frac1{n^2} \end{align*}
It may take a while before one is comfortable with this statement, whose truth lies at the heart of the study of infinite series: it is possible that the sum of an infinite list of nonzero numbers is finite. We have seen this repeatedly in this section, yet it still may “take some getting used to.”
As one contemplates the behavior of series, a few facts become clear.
  1. In order to add an infinite list of nonzero numbers and get a finite result, “most” of those numbers must be “very near” 0.
  2. If a series diverges, it means that the sum of an infinite list of numbers is not finite (it may approach \(\pm \infty\) or it may oscillate), and:
    1. The series will still diverge if the first term is removed.
    2. The series will still diverge if the first 10 terms are removed.
    3. The series will still diverge if the first \(1,000,000\) terms are removed.
    4. The series will still diverge if any finite number of terms from anywhere in the series are removed.
These concepts are very important and lie at the heart of the next two theorems.
Important! This theorem does not state that if \(\ds \lim_{n\to\infty} a_n = 0\) then \(\ds \sum_{n=1}^\infty a_n\) converges. The standard example of this is the Harmonic Series, as given in Key Idea 9.2.20. The Harmonic Sequence, \(\{1/n\}\text{,}\) converges to 0; the Harmonic Series, \(\ds \sum_{n=1}^\infty \frac1n\text{,}\) diverges.
Looking back, we can apply this theorem to the series in Example 9.2.3. In that example, the \(n\)th terms of both sequences do not converge to 0, therefore we can quickly conclude that each series diverges.
One can rewrite Theorem 9.2.23 to state “If a series converges, then the underlying sequence converges to 0.” While it is important to understand the truth of this statement, in practice it is rarely used. It is generally far easier to prove the convergence of a sequence than the convergence of a series.
Consider once more the Harmonic Series \(\ds\infser \frac1n\) which diverges; that is, the sequence of partial sums \(\{S_n\}\) grows (very, very slowly) without bound. One might think that by removing the “large” terms of the sequence that perhaps the series will converge. This is simply not the case. For instance, the sum of the first 10 million terms of the Harmonic Series is about 16.7. Removing the first 10 million terms from the Harmonic Series changes the \(n\)th partial sums, effectively subtracting 16.7 from the sum. However, a sequence that is growing without bound will still grow without bound when 16.7 is subtracted from it.
The equations below illustrate this. The first line shows the infinite sum of the Harmonic Series split into the sum of the first 10 million terms plus the sum of “everything else.” The next equation shows us subtracting these first 10 million terms from both sides. The final equation employs a bit of “psuedo-math”: subtracting 16.7 from “infinity” still leaves one with “infinity.”
\begin{align*} \infser \frac1n \amp = \sum_{n=1}^{10,000,000}\frac1n + \ds\sum_{n=10,000,001}^\infty \frac1n\\ \infser \frac1n - \sum_{n=1}^{10,000,000}\frac1n\amp = \ds\sum_{n=10,000,001}^\infty \frac1n\\ \infty - 16.7 \amp = \infty\text{.} \end{align*}
Just for fun, we can show that the Harmonic Series diverges algebraically (without the use of \(p\)-Series Test).

Divergence of the harmonic series.

If you just consider the partial sums
\begin{equation*} S_1, S_2, S_3, \dots, S_{1000}, S_{1001}, \dots\text{,} \end{equation*}
it is not apparent that the partial sums diverge. Indeed they do diverge, but very, very slowly. (If you graph them on a logarithmic scale however, you can clearly see the divergence of the partial sums.) Instead, we will consider the partial sums, indexed by powers of \(2\text{.}\) That is, we will consider \(S_2,S_4, S_8, S_{16}, \dots\text{.}\)
\begin{gather*} S_2=1+\frac12\\ S_4=1+\frac12+\frac13+\frac14\\ S_8=1+\frac12+\frac13+\frac14+\frac15+\frac16+\frac18 \end{gather*}
Next, we consider grouping together terms in each partial sum. We will use these groupings to set up inequalities.
\begin{gather*} S_2=1+\frac12\\ S_4=1+\frac12+\left(\frac13+\frac14\right)\\ S_8=1+\frac12+\left(\frac13+\frac14\right)+\left(\frac15+\frac16+\frac17+\frac18\right) \end{gather*}
In the partial sum \(S_4\text{,}\) we note that since \(1/3\gt 1/4\text{,}\) we can say
\begin{equation*} S_4=1+\frac12+\left(\frac13+\frac14\right)\gt 1+\frac12+\underbrace{\left(\frac14+\frac14\right)}_{1/2}=1+\frac22\text{.} \end{equation*}
Do the same in \(S_8\) and also note that every term in the group \(\left(\frac15+\frac16+\frac17+\frac18\right)\) is larger than \(1/8\text{.}\) So
\begin{align*} S_8 \amp = 1+\frac12+\left(\frac13+\frac14\right)+\left(\frac15+\frac16+\frac17+\frac18\right)\\ \amp \gt 1+\frac12+\underbrace{\left(\frac14+\frac14\right)}_{1/2}+\underbrace{\left(\frac18+\frac18+\frac18+\frac18\right)}_{1/2}=1+\frac32 \end{align*}
Generally, we can see that \(S_{2^n} \gt 1+\frac{n}2\text{.}\) (In order to really show this, we should employ proof by induction.) Since the sequence of partial sums clearly diverges, so does the series \(\infser 1/n\text{.}\)
This section introduced us to series and defined a few special types of series whose convergence properties are well known: we know when a \(p\)-series or a geometric series converges or diverges. Most series that we encounter are not one of these types, but we are still interested in knowing whether or not they converge. The next three sections introduce tests that help us determine whether or not a given series converges.

Exercises 9.2.4 Exercises

Terms and Concepts

1.
Use your own words to describe how sequences and series are related.
2.
Use your own words to define a partial sum.
3.
Given a series \(\ds \infser a_n\text{,}\) describe the two sequences related to the series that are important.
4.
Use your own words to explain what a geometric series is.
5.
T/F: If \(\{a_n\}\) is convergent, then \(\ds \infser a_n\) is also convergent.
6.
T/F: If \(\{a_n\}\) converges to 0, then \(\ds \sum_{n=0}^\infty a_n\) converges.

Problems

Exercise Group.
In the following exercises, a series \(\ds\infser a_n\) is given.
  1. Give the first 5 partial sums of the series.
  2. Give a graph of the first 5 terms of \(a_n\) and \(S_n\) on the same axes.
7.
\(\ds \infser \frac{(-1)^n}{n}\)
8.
\(\ds \infser \frac{1}{n^2}\)
9.
\(\ds \infser \cos(\pi n)\)
10.
\(\ds \infser n\)
11.
\(\ds \infser \frac{1}{n!}\)
12.
\(\ds \infser \frac{1}{3^n}\)
13.
\(\ds \infser \left(-\frac{9}{10}\right)^n\)
14.
\(\ds \infser \left(\frac{1}{10}\right)^n\)
Exercise Group.
In the following exercises, use Theorem 9.2.23 to show the given series diverges.
15.
\(\ds \infser \frac{3n^2}{n(n+2)}\)
16.
\(\ds \infser \frac{2^n}{n^2}\)
17.
\(\ds \infser \frac{n!}{10^n}\)
18.
\(\ds \infser \frac{5^n-n^5}{5^n+n^5}\)
19.
\(\ds \infser \frac{2^n+1}{2^{n+1}}\)
20.
\(\ds \infser \left(1+\frac1n\right)^n\)
Exercise Group.
In the following exercises, state whether the given series converges or diverges.
21.
\(\ds \infser \frac{1}{n^5}\)
22.
\(\ds \infser[0] \frac{1}{5^n}\)
23.
\(\ds \infser[0] \frac{6^n}{5^n}\)
24.
\(\ds \infser n^{-4}\)
25.
\(\ds \infser \sqrt{n}\)
26.
\(\ds \infser \frac{10}{n!}\)
27.
\(\ds \infser \left(\frac{1}{n!}+\frac1n\right)\)
28.
\(\ds \infser \frac{2}{(2n+8)^2}\)
29.
\(\ds \infser \frac{1}{2n}\)
30.
\(\ds \infser \frac{1}{2n-1}\)
Exercise Group.
In the following exercises, a series is given.
  1. Find a formula for \(S_n\text{,}\) the \(n\)th partial sum of the series.
  2. Determine whether the series converges or diverges. If it converges, state what it converges to.
31.
\(\ds \infser[0] \frac{1}{4^n}\)
32.
\(\ds \sum_{n=1}^\infty 2\)
33.
\(\ds 1^3+2^3+3^3+4^3+\cdots\)
34.
\(\ds \infser (-1)^n n\)
35.
\(\ds \infser[0] \frac{5}{2^n}\)
36.
\(\ds \infser[0] e^{-n}\)
37.
\(\ds 1-\frac13+\frac19-\frac{1}{27}+\frac{1}{81}+\cdots\)
38.
\(\ds \infser \frac{1}{n(n+1)}\)
39.
\(\ds \infser \frac{3}{n(n+2)}\)
40.
\(\ds \infser \frac{1}{(2n-1)(2n+1)}\)
41.
\(\ds \infser \ln\left(\frac{n}{n+1}\right)\)
42.
\(\ds \infser \frac{2n+1}{n^2(n+1)^2}\)
43.
\(\ds \frac{1}{1\cdot 4}+\frac1{2\cdot5}+\frac1{3\cdot6}+\frac1{4\cdot7}+\cdots\)
44.
\(\ds 2+\left(\frac12+\frac13\right) + \left(\frac14+\frac19\right) + \left(\frac18+\frac1{27}\right)+\cdots\)
45.
\(\ds \sum_{n=2}^\infty \frac{1}{n^2-1}\)
46.
\(\ds \infser[0] \big(\sin(1) \big)^n\)
47.
Break the Harmonic Series into the sum of the odd and even terms:
\begin{equation*} \infser \frac1n = \infser \frac{1}{2n-1}+\infser \frac{1}{2n}\text{.} \end{equation*}
The goal is to show that each of the series on the right diverge.
(a)
Show why \(\ds \infser \frac{1}{2n-1} \gt \infser \frac{1}{2n}\text{.}\)
(Compare each \(n\)th partial sum.)
(b)
Show why \(\ds\infser \frac{1}{2n-1}\lt 1+\infser \frac{1}{2n}\)
(c)
Explain why (a) and (b) demonstrate that the series of odd terms is convergent, if, and only if, the series of even terms is also convergent. (That is, show both converge or both diverge.)
(d)
Explain why knowing the Harmonic Series is divergent determines that the even and odd series are also divergent.
48.
Show the series \(\ds \infser \frac{n}{(2n-1)(2n+1)}\) diverges.
You have attempted of activities on this page.