Last time | Next time |
In either event, the series won't converge.
A major reason for all of this discussion of series of numbers is because we're going to be creating series to approximate functions (like sine); but then using partial sums (often of polynomial terms) to do the actual approximation.
Let's quickly review the AST, and the associated remainder estimate.
Note that if a positive-termed sequence is convergent, then it is absolutely convergent.
So we can split this absolutely convergent series into even and odd terms, for example: \[ \sum_{k=1}^\infty\left(\frac{1}{k}-\frac{1}{k+1}\right) = \sum_{k=1,odd}\left(\frac{1}{k}-\frac{1}{k+1}\right) + \sum_{k=1,even}\left(\frac{1}{k}-\frac{1}{k+1}\right) \] But notice that we cannot write \[ \sum_{k=1}^\infty\left(\frac{1}{k}-\frac{1}{k+1}\right) = \sum_{k=1}^\infty\frac{1}{k} - \sum_{k=1}^\infty\frac{1}{k+1} \] We cannot break up the terms $a_k$ themselves and then re-arrange those (both series on the right are divergent -- harmonic).
Perhaps more astonishing, if a series is conditionally convergent you can rearrange the terms so that it will converge to anything! Let's have a look at the argument in the text, concerning the alternating harmonic series -- the poster child of conditionally convergent series.
\[ .467467... = \frac{4}{10}+\frac{6}{100}+\frac{7}{1000}+ \frac{4}{10000}+\frac{6}{100000}+\frac{7}{1000000}+ \ldots \] We group terms in threes to produce \[ .467467... = \frac{467}{1000}+\frac{467}{1000^2}+ \ldots \] from which we obtain \[ .467467... = \frac{467}{1000}\sum_{k=0}^{\infty}\left(\frac{1}{1000}\right)^k = \frac{467}{1000}\frac{1}{1-\frac{1}{1000}} = \frac{467}{999} \] Alternatively, we can think of \[ .467467... = .400400... + .0600600... + .007007... \] (completely re-ordering the terms; but this is an absolutely convergent series, and so) \[ .467467... = \frac{400}{1000}\sum_{k=0}^{\infty}\left(\frac{1}{1000}\right)^k + \frac{60}{1000}\sum_{k=0}^{\infty}\left(\frac{1}{1000}\right)^k + \frac{7}{1000}\sum_{k=0}^{\infty}\left(\frac{1}{1000}\right)^k \] or \[ .467467... = \frac{400}{999} + \frac{60}{999} + \frac{7}{999} = \frac{467}{999} \]
Exactly the same thing. Rearranging the terms didn't change anything.
\[ \sum_{k=0}^{\infty}{c}r^k \]
The ratio test is effectively a self-referrential comparison test: we compare terms of $a_n$ with other terms $a_{n+1}$ (rather than with some other series).
This result says that eventually the absolute values of the terms are effectively equal to $|a_k|={r^k}$: what kind of series looks like that? A geometric series!
Notice that, once again, limits of sequences plays an important role. Series are just sums of sequences, after all; we're focused on how terms behave (root test), how successive terms behave (ratio test), or how partial sums behave.