Borui Academy

Chapter 4

Alternating Series & Absolute / Conditional Convergence

AST, error bound, classification

Chapter 4 — Alternating Series, Absolute & Conditional Convergence

By the end of this chapter you will:

  1. Apply the Alternating Series Test (AST)
  2. Distinguish absolute vs. conditional convergence
  3. Estimate the truncation error of an alternating series
  4. Handle every AP question that combines AST with error bounds

4.1 What is an Alternating Series?

A series whose terms alternate sign:

n=1(1)n1bn=b1b2+b3b4+(bn>0)\sum_{n=1}^{\infty} (-1)^{n-1} b_n = b_1 - b_2 + b_3 - b_4 + \cdots \quad (b_n > 0)

or

n=1(1)nbn=b1+b2b3+\sum_{n=1}^{\infty} (-1)^{n} b_n = -b_1 + b_2 - b_3 + \cdots

Canonical example: n=1(1)n1n=112+1314+\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots — the alternating harmonic series, which converges to ln2\ln 2.

🎵 Audio 1 — What is an alternating series?audio/ch4_01_intro.mp3


4.2 Alternating Series Test (AST)

Two hypotheses required:

  1. bnb_n is monotonically decreasing (i.e. bn+1bnb_{n+1} \le b_n for sufficiently large nn)
  2. limnbn=0\lim_{n\to\infty} b_n = 0

Conclusion: (1)n1bn\sum (-1)^{n-1} b_n converges.

Intuition — pendulum: the partial sums oscillate around the limit with decreasing amplitude. As the swing shrinks to 0, the pendulum must settle at a single point.

Alternating series partial sums oscillating into the limit

🎵 Audio 2 — AST hypotheses + pendulum analogyaudio/ch4_02_ast.mp3

Example 1 — alternating harmonic

n=1(1)n1n\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}.

  • bn=1nb_n = \frac{1}{n} is monotonically decreasing ✓
  • limbn=0\lim b_n = 0

By AST, converges (sum =ln2= \ln 2).

Example 2

n=1(1)nnn2+1\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^n n}{n^2 + 1}.

  • bn=nn2+1b_n = \frac{n}{n^2+1}. Check monotonicity via f(x)=xx2+1f(x) = \frac{x}{x^2+1}, f(x)=1x2(x2+1)2<0f'(x) = \frac{1-x^2}{(x^2+1)^2} < 0 for x>1x>1. ✓
  • limbn=0\lim b_n = 0. ✓

Converges.

⚠️ Trap: many students forget to check monotonicity. If bn0b_n \to 0 but is not eventually decreasing, AST does not apply.

🔑 Three ways to verify monotonicity: derivative sign, ratio bn+1/bnb_{n+1}/b_n vs. 1, or rewrite bnb_n as a known monotone function.


4.3 Absolute vs. Conditional Convergence

For a series an\sum a_n (mixed signs allowed):

Term Definition
Absolutely convergent an\sum \lvert a_n\rvert converges
Conditionally convergent an\sum a_n converges but an\sum \lvert a_n\rvert diverges
Divergent an\sum a_n does not converge

🎵 Audio 3 — Absolute vs. conditionalaudio/ch4_03_abs_cond.mp3

Key relationship

absolute convergenceconvergence\text{absolute convergence} \Rightarrow \text{convergence}

The converse is false — conditional convergence exists.

Comparison table

Series an\sum a_n an\sum \lvert a_n\rvert Type
(1)n1n\sum \frac{(-1)^{n-1}}{n} converges (AST) diverges (harmonic) Conditional
(1)n1n2\sum \frac{(-1)^{n-1}}{n^2} converges (AST) converges (p=2p=2) Absolute
(1)n1\sum (-1)^{n-1} diverges (term limit) diverges Divergent

🔑 Workflow:

  1. First test the absolute version an\sum \lvert a_n\rvert using Chapter 3 tools.
  2. If it converges → absolutely convergent, done.
  3. If it diverges → check an\sum a_n via AST. AST passes → conditional. AST fails → divergent.

🎵 Audio 4 — Three-step workflowaudio/ch4_04_workflow.mp3


4.4 Alternating Series Estimation Theorem (AST Error Bound)

Theorem: if (1)n1bn\sum (-1)^{n-1} b_n satisfies AST with sum SS and partial sum SNS_N, then

SSNbN+1\lvert S - S_N\rvert \le b_{N+1}

In words: when you truncate an alternating series after NN terms, the truncation error is bounded by the first term you didn't add.

Intuition: the next pendulum swing is the maximum distance from the current position to the limit.

AST error bound — distance bracketed by next term

🎵 Audio 5 — AST error bound + worked exampleaudio/ch4_05_error_bound.mp3

Example (AP-style)

Estimate n=1(1)n1n3\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n^3} with the first 3 terms; bound the error.

Partial sum:
S3=118+127=1972160.912S_3 = 1 - \frac{1}{8} + \frac{1}{27} = \frac{197}{216} \approx 0.912

Error:
SS3b4=143=1640.0156\lvert S - S_3 \rvert \le b_4 = \frac{1}{4^3} = \frac{1}{64} \approx 0.0156

🔑 Inverse problem: "How many terms do I need so the error is below ε\varepsilon?" → solve bN+1εb_{N+1} \le \varepsilon.

Inverse example

How many terms of (1)n1n3\sum \frac{(-1)^{n-1}}{n^3} are needed so the partial-sum error is below 0.0010.001?

Solve 1(N+1)3<0.001(N+1)3>1000N+1>10N10\frac{1}{(N+1)^3} < 0.001 \Rightarrow (N+1)^3 > 1000 \Rightarrow N+1 > 10 \Rightarrow N \ge 10.

You need at least 10 terms.


4.5 Mixed Examples

Decide convergence; if convergent state absolute or conditional.

(a) n=1(1)nn\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^n}{\sqrt{n}}

(b) n=1(1)n1n2+1\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n^2 + 1}

(c) n=1(1)nnn+1\displaystyle\sum_{n=1}^{\infty} \frac{(-1)^n n}{n+1}

Solutions:

(a) Absolute version 1n\sum \frac{1}{\sqrt{n}} is a p=1/2p=1/2 series → diverges. AST: bn=1/nb_n = 1/\sqrt{n} decreases to 0 → converges. Conditionally convergent.

(b) Absolute version 1n2+1\sum \frac{1}{n^2+1} converges by comparison with 1n2\frac{1}{n^2}absolutely convergent.

(c) Term limit (1)nnn+1\frac{(-1)^n n}{n+1} doesn't go to 0 (oscillates between ±1\pm 1) → divergent by n-th term test.

🎵 Audio 6 — Walkthrough of (a)–(c) + recapaudio/ch4_06_examples_recap.mp3


4.6 Trap Alerts ⚠️

  1. AST requires monotonicity. bn0b_n \to 0 alone is not enough.
  2. Test absolute convergence first. Skipping this on AP costs partial credit.
  3. Error bound is bN+1b_{N+1}, the first omitted term — a common off-by-one trap.
  4. Brackets: SS always lies between SNS_{N} and SN+1S_{N+1} (oscillating-pendulum visualization).
  5. (1)n(-1)^n alone diverges — don't even try AST.

4.7 Mnemonic

"Test the absolute first; AST needs monotonic decrease; error is the next term."

  • Absolute first: handle an\sum \lvert a_n\rvert via Chapter 3 tools
  • AST: monotonic decreasing and 0\to 0
  • Error: SSNbN+1\lvert S - S_N\rvert \le b_{N+1}

Media Inventory

File Purpose
audio/ch4_01_intro.mp3 What is an alternating series?
audio/ch4_02_ast.mp3 AST hypotheses + pendulum
audio/ch4_03_abs_cond.mp3 Absolute vs. conditional
audio/ch4_04_workflow.mp3 Three-step workflow
audio/ch4_05_error_bound.mp3 AST error bound
audio/ch4_06_examples_recap.mp3 Examples + recap
images/ch4_alternating.png Pendulum convergence
images/ch4_error_bound.png Error bracketed by next term

End of chapter. Next: power series, radius and interval of convergence.