You want to apply the Alternating Series Test to Σ (-1)ⁿ aₙ. You verify that lim aₙ = 0 as n → ∞. What else must you verify?
ANothing — lim aₙ = 0 is the only condition required for the test to apply
BThat the series of absolute values Σ aₙ diverges
CThat aₙ₊₁ ≤ aₙ for all sufficiently large n — the terms must be non-increasing
DThat the partial sums are bounded above by some constant M
The Alternating Series Test requires three conditions: alternating signs, terms approaching zero, AND terms being non-increasing (aₙ₊₁ ≤ aₙ). The most common error is checking only lim aₙ = 0 and assuming that's sufficient. A counterexample: if aₙ alternates between 1/n (for even n) and 2/n (for odd n), the limit is still 0 but the terms are not monotone — the test doesn't apply, and the series may diverge. Option B is irrelevant; the test is specifically designed for series that converge despite the absolute series diverging.
Question 2 Multiple Choice
You use the first 5 terms of the alternating harmonic series Σ (-1)ⁿ⁺¹/n = ln(2) to estimate ln(2). S₅ = 1 − 1/2 + 1/3 − 1/4 + 1/5 = 47/60. By the alternating series estimation theorem, the error satisfies:
A|ln(2) − S₅| ≤ 1/5, the magnitude of the last included term
B|ln(2) − S₅| ≤ 1/6, the magnitude of the first omitted term
C|ln(2) − S₅| ≤ 1/10, half the last term
D|ln(2) − S₅| = 0, since ln(2) can be computed exactly
The alternating series estimation theorem states that the error from stopping at the Nth partial sum is bounded by the (N+1)th term — the first term you omitted. After S₅, the next term is a₆ = 1/6, so |ln(2) − S₅| ≤ 1/6. Option A is the most tempting mistake: using the last *included* term rather than the first *omitted* one. The bound comes from the bracketing property: the true sum is always sandwiched between two consecutive partial sums, so the error cannot exceed their difference, which is exactly the next term.
Question 3 True / False
For the alternating harmonic series Σ (-1)ⁿ⁺¹/n, the odd partial sums S₁, S₃, S₅, ... form a decreasing sequence and the even partial sums S₂, S₄, S₆, ... form an increasing sequence, with the true sum trapped between them.
TTrue
FFalse
Answer: True
This bracketing behavior is the geometric heart of the Alternating Series Test. S₁ = 1 overshoots the sum; adding −1/2 gives S₂ = 1/2, which undershoots; adding +1/3 gives S₃ = 5/6, which overshoots but less than S₁; and so on. The odd partial sums descend toward the limit from above; the even partial sums ascend from below. Since each correction is smaller than the last (decreasing terms), the two sequences close in on each other and must converge to the same value — the sum of the series.
Question 4 True / False
The Alternating Series Test can be applied to any series with alternating signs whose terms approach zero, without any additional conditions.
TTrue
FFalse
Answer: False
The decreasing condition (aₙ₊₁ ≤ aₙ) is a separate and necessary requirement. A series can have alternating signs and aₙ → 0 while still failing the test — if the terms do not decrease monotonically, the oscillating partial-sum argument breaks down. Without monotone decrease, the odd partial sums might not consistently overshoot (or consistently undershoot), and the bracketing argument fails. The common confusion stems from conflating this test with the divergence test: both check whether aₙ → 0, but for different purposes — divergence test checks a necessary condition for convergence, while the Alternating Series Test has two conditions that together are sufficient.
Question 5 Short Answer
The harmonic series Σ 1/n diverges, but the alternating harmonic series Σ (-1)ⁿ⁺¹/n converges. Explain why the alternating signs make the difference.
Think about your answer, then reveal below.
Model answer: The harmonic series diverges because its partial sums grow without bound — even though each term is small, they accumulate faster than they shrink. The alternating version forces systematic cancellation: each positive term is immediately followed by a negative term of smaller magnitude, so the partial sums oscillate around the true value rather than drifting off to infinity. Formally, the odd partial sums decrease (each positive addition is followed by a subtraction of a slightly smaller amount) and the even partial sums increase, and since the terms shrink to zero, both sequences converge to the same limit. The alternating signs create a self-correcting structure absent from the all-positive series.
This is the essence of conditional convergence: the series converges, but only because of cancellation between positive and negative terms. Rearranging the terms can actually change the sum — a fact known as the Riemann rearrangement theorem — which is why conditional convergence is considered a weaker form of convergence than absolute convergence (where Σ |aₙ| converges on its own).