Alternating Series
Alternating Series
A series which alternates between positive and negative terms. For example, the series \(1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \frac{1}{5} - \frac{1}{6} + \cdots \) is alternating.
See also
Positive series, alternating series test, alternating series remainder, convergence tests
Key Formula
n=1∑∞(−1)n+1an=a1−a2+a3−a4+⋯
Where:
- an = The absolute value of the nth term; each a_n is positive
- (−1)n+1 = The sign factor that makes odd-indexed terms positive and even-indexed terms negative
- n = The index of summation, starting at 1 and increasing by 1 each step
Worked Example
Problem: Determine whether the alternating series ∑n=1∞(−1)n+1n1 converges, and write out its first five terms.
Step 1: Identify the general term. Here an=n1, which is always positive, and the factor (−1)n+1 creates the alternating sign pattern.
(−1)n+1⋅n1
Step 2: Write out the first five terms by substituting n=1,2,3,4,5.
1−21+31−41+51−⋯
Step 3: Apply the Alternating Series Test. Check condition 1: Is the sequence an=n1 eventually decreasing? Yes, because n+11<n1 for all n≥1.
an+1=n+11<n1=an
Step 4: Check condition 2: Does an→0 as n→∞?
n→∞limn1=0✓
Step 5: Both conditions are met, so the Alternating Series Test guarantees convergence. This series is called the alternating harmonic series, and it converges to ln2.
n=1∑∞n(−1)n+1=ln2≈0.6931
Answer: The alternating harmonic series converges to ln2≈0.6931.
Another Example
This example shows that not every alternating series converges. A series can alternate in sign yet still diverge if the magnitude of the terms fails to shrink to zero.
Problem: Determine whether the alternating series ∑n=1∞(−1)n+1n+1n converges or diverges.
Step 1: Identify an=n+1n, which is positive for all n≥1. The series is 21−32+43−54+⋯
an=n+1n
Step 2: Before trying the Alternating Series Test, check whether the terms approach zero.
n→∞limn+1n=1=0
Step 3: Since an→1, the general term (−1)n+1an does not approach zero. By the Divergence Test (also called the nth-Term Test), any series whose terms do not approach zero must diverge.
n→∞lim(−1)n+1n+1n=0⟹series diverges
Answer: The series ∑n=1∞(−1)n+1n+1n diverges because its terms do not approach zero.
Frequently Asked Questions
How do you tell if a series is alternating?
A series is alternating if its consecutive terms switch between positive and negative. Look for a factor of (−1)n or (−1)n+1 in the general term. If the signs follow the pattern +,−,+,−,… or −,+,−,+,…, the series is alternating.
Does every alternating series converge?
No. An alternating series converges only if the absolute values of its terms decrease and approach zero. For instance, ∑(−1)n+1n+1n is alternating but diverges because n+1n→1=0. The Alternating Series Test gives sufficient conditions for convergence.
What is the difference between conditional and absolute convergence for alternating series?
An alternating series is absolutely convergent if the series of absolute values also converges. It is conditionally convergent if it converges as written but the series of absolute values diverges. The alternating harmonic series ∑(−1)n+1/n converges conditionally: it converges, but ∑1/n (the harmonic series) diverges.
Alternating Series vs. Positive Series
| Alternating Series | Positive Series | |
|---|---|---|
| Definition | Terms alternate between positive and negative | All terms are positive (or non-negative) |
| General form | ∑(−1)n+1an where an>0 | ∑an where an≥0 |
| Key convergence test | Alternating Series Test (Leibniz test) | Comparison, Ratio, Integral, or Root test |
| Conditional convergence possible? | Yes — can converge without absolute convergence | No — convergence is always absolute |
| Example | 1−21+31−41+⋯ | 1+41+91+161+⋯ |
Why It Matters
Alternating series appear throughout calculus and physics whenever quantities oscillate or cancel partially, such as in Taylor series for sinx, cosx, and ln(1+x). Understanding them is essential for AP Calculus BC and university-level analysis, where you must determine convergence type and estimate remainders. The Alternating Series Remainder theorem also gives a practical error bound: the error from truncating an alternating series is no larger than the first omitted term, making these series especially useful in numerical approximations.
Common Mistakes
Mistake: Assuming every alternating series converges just because the signs alternate.
Correction: The alternating sign pattern alone does not guarantee convergence. You must also verify that an is eventually decreasing and that limn→∞an=0. If the limit is not zero, the series diverges by the Divergence Test.
Mistake: Confusing the sign factor (−1)n with (−1)n+1 and getting the wrong starting sign.
Correction: With (−1)n+1 and n starting at 1, the first term is positive. With (−1)n and n starting at 1, the first term is negative. Both are valid alternating series — just be careful about which form your problem uses so you assign the correct sign to each term.
Related Terms
- Series — General concept that alternating series is a type of
- Alternating Series Test — Main test for determining convergence
- Alternating Series Remainder — Bounds the error when truncating the series
- Convergence Tests — Collection of tests including the alternating series test
- Positive Series — Contrasting type where all terms are non-negative
- Term — Each individual element in the series
- Positive Number — The an values before the sign factor
- Negative Number — Produced by even-indexed or odd-indexed terms depending on form
