Alternating series
|
|
This article needs additional citations for verification. (January 2010) |
| Calculus |
|---|
|
Integral calculus
|
|
Specialized calculus
|
In mathematics, an alternating series is an infinite series of the form
or 
with an > 0 for all n. The signs of the general terms alternate between positive and negative. Like any series, an alternating series converges if and only if the associated sequence of partial sums converges.
Contents |
Alternating series test[edit]
The theorem known as "Leibniz Test" or the alternating series test tells us that an alternating series will converge if the terms an converge to 0 monotonically.
Proof: Suppose the sequence
converges to zero and is monotone decreasing. If
is odd and
, we obtain the estimate
via the following calculation:
Since
is monotonically decreasing, the terms
are negative. Thus, we have the final inequality
.Similarly it can be shown that
. Since
converges to
, our partial sums
form a Cauchy sequence (i.e. the series satisfies the Cauchy convergence criterion for series) and therefore converge. The argument for
even is similar.
Approximating sums[edit]
The estimate above does not depend on
. So, if
is approaching 0 monotonically, the estimate provides an error bound for approximating infinite sums by partial sums:
Absolute convergence[edit]
A series
converges absolutely if the series
converges.
Theorem: Absolutely convergent series are convergent.
Proof: Suppose
is absolutely convergent. Then,
is convergent and it follows that
converges as well. Since
, the series
converges by the comparison test. Therefore, the series
converges as the difference of two convergent series
.
Conditional convergence[edit]
A series is conditionally convergent if it converges but does not converge absolutely.
For example, the harmonic series
diverges, while the alternating version
converges by the alternating series test.
Rearrangements[edit]
For any series, we can create a new series by rearranging the order of summation. A series is unconditionally convergent if any rearrangement creates a series with the same convergence as the original series. Absolutely convergent series are unconditionally convergent. But the Riemann series theorem states that conditionally convergent series can be rearranged to create arbitrary convergence.[1] The general principle is that addition of infinite sums is only associative for absolutely convergent series.
For example, this false proof that 1=0 exploits the failure of associativity for infinite sums.
As another example, we know that
But, since the series does not converge absolutely, we can rearrange the terms to obtain a series for
:
Another valid example of alternating series is the following
Series acceleration[edit]
In practice, the numerical summation of an alternating series may be sped up using any one of a variety of series acceleration techniques. One of the oldest techniques is that of Euler summation, and there are many modern techniques that can offer even more rapid convergence.
See also[edit]
Notes[edit]
- ^ Mallik, AK (2007). "Curious Consequences of Simple Sequences". Resonance 12 (1): 23–37.
or 
![\begin{align}
S_m - S_n & =
\sum_{k=0}^m(-1)^k\,a_k\,-\,\sum_{k=0}^n\,(-1)^k\,a_k\ = \sum_{k=m+1}^n\,(-1)^k\,a_k \\
& =a_{m+1}-a_{m+2}+a_{m+3}-a_{m+4}+\cdots+a_n\\
& =\displaystyle a_{m+1}-(a_{m+2}-a_{m+3}) - (a_{m+4}-a_{m+5}) -\cdots-a_n \le a_{m+1}\le a_{m} [a_{n} decreasing].
\end{align}](http://upload.wikimedia.org/math/1/5/6/156272c08548550217dbc47b08adea83.png)




![\begin{align}
& {} \quad \left(1-\frac{1}{2}\right)-\frac{1}{4}+\left(\frac{1}{3}-\frac{1}{6}\right)-\frac{1}{8}+\left(\frac{1}{5}-\frac{1}{10}\right)-\frac{1}{12}+\cdots \\[8pt]
& = \frac{1}{2}-\frac{1}{4}+\frac{1}{6}-\frac{1}{8}+\frac{1}{10}-\frac{1}{12}+\cdots \\[8pt]
& = \frac{1}{2}\left(1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\frac{1}{5}-\frac{1}{6}+\cdots\right)= \frac{1}{2} \ln(2).
\end{align}](http://upload.wikimedia.org/math/7/9/a/79a1bfd3a028b0ecbebd9df285573214.png)
