Alternating Series
The convergence tests described in the last section apply only to series with positive terms. Of particular importance are alternating series, whose terms alternate in sign. For example:
We see from these examples that the nth term of an alternating series is of the form
an = (−1)n−1 bn
where bn is a positive sequence (we have bn = an). The following test says that if the terms of an alternating series decrease toward 0 in absolute value, then the series converges.
Proposition 3.4.1 (Leibniz Criterion). An alternating series Σn (−1)n − 1 bn is convergent if it satisfies the following conditions:
bn+1 ≤ bn, ∀n (the sequence bn is decreasing)
limn ⟶ ∞ bn = 0.
Proof. To prove this, we examine the even partial sums
s2n = b1 − b2 + b3 − ... − b2n
s2n + 2 = s2n + (b2n + 1 − b2n + 2).
Since b2n +1 > b2n + 2, we have
s2n + 2 > s2n
On the other hand,
s2n + 2 = a1 − (b2 − b3) − (b4 − b5) − ... − b2n + 2
Eeach pair in the brackets is positive, then
s2n + 2 < b1
With the even partial sums bounded s2n < s2n + 2 < b1; therefore the sequence {s2n} of even partial sums is increasing and bounded above. It is therefore convergent by the Monotone Sequence Theorem. Let’s call its limit s, that is,
limn ⟶ ∞ s2n = s
Now we compute the limit of the odd partial sums:
limn ⟶ ∞ s2n+1 = limn ⟶ ∞ (s2n + b2n+1) = limn ⟶ ∞ s2n + limn ⟶ ∞ b2n+1
= s + 0 = s
Since both the even and odd partial sums converge to s, we have limn ⟶ ∞ sn = s. □
Definition 3.4.2. A series Σ an is said to be absolutely convergent if the series of the moduli of its terms Σ |an| is convergent. □
Theorem 3.4.3. If a series is absolutely convergent, then it is convergent.
Proof. Since Σ |an| is convergent, it satisfies Cauchy criterion, that is, for all ε > 0 there is some N such that
Since
Then the series Σ an satisfies as well the Cauchy criterion, therefore it converges. □
In other words, absolute convergence implies convergence, but not vice versa as the following example illustrates.
Example 3.4.3. The series Σ (−1)n/nα, with α > 1 is absolutely convergent. Indeed we have
|(−1)n/nα| = 1/nα
The series Σ 1/nα is converge for α > 1. If α = 1, nothing we can conclude on its convergence, since the series Σ 1/n (harmonic series) is divergent. ■