With the exceptions of geometric series, where r may be negative,
or the rare series with telescoping partial sums, the convergence tests we have worked with so
far only work with positive-termed series. When
the terms in a series can be positive or negative, things get more
complicated; the sequence {sn} of partial sums may not be
monotonic, so it can be bounded yet divergent. This module
will introduce the Alternating Series
Test, which works on series in which the terms have
alternating signs.
Alternating Series and the Alternating Series Test
An alternating series is a
series ∞∑n=1an where an has
alternating signs. Notice that if an has alternating
signs, we will be able to let bn=|an|,
and write an=(−1)nbn or an=(−1)n−1bn. For
instance, ∞∑n=1(−1)n−1n=1−12+13−14+…=∞∑n=1(−1)n−11n
has terms
an=(−1)n−1n and bn=1n.
Alternating Series Test (AST): If the
alternating series
∞∑n=1(−1)n−1bn=b1−b2+b3−b4+⋯ satisfies
bn>0,
bn+1≤bn for all n, and
limn→∞bn=0,
then the series converges.
In other words, if the absolute values of
the terms of an alternating series are non-increasing and
converge to zero, the series converges.
This is easy to test; we like alternating series. To see how
easy the AST is to implement, DO:
Use the AST to see if ∞∑n=1(−1)n−11n converges. This series is
called the alternating harmonic series.
This is a convergence-only test. In order to
show a series diverges, you must use another test. The best
idea is to first test an alternating series for divergence using the
Divergence Test. If the terms do not converge to zero, you are
finished. If the terms do go to zero, you are very likely to
be able to show convergence with the AST.
Warning: The converse of
the AST is not true; we have series that are alternating and
convergent and do not satisfy the AST. For example, if we take
the terms of
∑1n2=1+12+14+19+116+125+⋯,
and exchange the first two terms, then the second two, etc., and
then put in alternating signs, we get
12−1+19−14+125−116+⋯,
which does not satisfy the conditions of the AST since bn+1≤bn does not hold for all n. However, this series is
convergent (we will be able to prove its convergence later using the
ideas of Absolute Convergence).
The following video will explain how the AST works, give more
details on the alternating harmonic series, and look at the values
of some interesting alternating series.