4.3.10 · D4Calculus III — Sequences & Series

Exercises — Alternating series test — Leibniz test, proof

2,472 words11 min readBack to topic

This page is a self-test ladder. Each level goes deeper than the last. Try the problem first with the solution collapsed, then open the [!recall]- to check your full reasoning. Everything here builds directly on the parent Leibniz test note.


Level 1 — Recognition

L1.1 — Is it even alternating?

Recall Solution

(a) Signs run so yes, alternating. Here and . ✓

(b) The trick: equals when is odd and when is even, i.e. . So the term is , which is alternating, with (the leading sign is negative, which is fine — the test only cares that signs alternate). ✓

(c) All terms are positive — the sign never flips. Not alternating. It converges (a -series with ), but not by Leibniz.

L1.2 — Reading off the two conditions

Recall Solution

.

  • Decreasing? Bigger ⟹ bigger ⟹ smaller . Looks decreasing. ✓
  • Limit 0? As , . ✓ Both hold, so Leibniz will apply (we verify rigorously at L2).

Level 2 — Application

L2.1 — Full test on a clean series

Recall Solution

.

  • Condition 1 (decreasing): compare and . because for . So . ✓
  • Condition 2 (limit 0): . ✓

Both hold ⟹ the series converges by the Leibniz test.

L2.2 — Full test with a square root in the denominator

Recall Solution

and the signs alternate.

  • Decreasing: . ✓
  • Limit 0: . ✓

Converges by Leibniz. (Aside: is a -series with , so it diverges — hence this is only conditionally convergent, see Absolute vs Conditional Convergence.)

L2.3 — Instant divergence

Recall Solution

. Check condition 2 first (it's the cheap kill-switch): Terms do not vanish, so by the nth-Term Test for Divergence the series diverges. Leibniz never even gets to apply — condition 2 is a prerequisite, not an option.


Level 3 — Analysis

L3.1 — When "decreasing" isn't obvious: use a derivative

Recall Solution

. Direct comparison of vs is messy, so we use the tool built for "is this shape going down?": treat as a continuous function and check its derivative (the sign of tells us if the graph rises or falls — that is exactly what "decreasing" means). The denominator , so the sign is the sign of . This is negative when , i.e. . So is decreasing for — the sequence is eventually decreasing (from on). Leibniz only needs "for all large ," so ✓.

  • Limit 0: (logarithm crawls; sprints). ✓

Both conditions hold eventually ⟹ converges.

The figure below is the picture behind this solution. The blue curve is ; the orange dashed line marks its peak at where . To the left (red region) the curve is still rising — that's why steps up, an early exception the test tolerates. To the right of the peak (green shaded region, ) the curve falls forever: the green dots are the sequence values , visibly decreasing. This is exactly what "eventually decreasing" looks like.

Figure — Alternating series test — Leibniz test, proof

L3.2 — Non-monotone but still tending to 0

Recall Solution

No. The sequence goes to but is not monotone decreasing: e.g. , a step up — and this happens infinitely often, not just at the start, so it is not "eventually decreasing" either. The proof's bracket argument requires so that each ; without it the brackets can be negative and the "increasing, bounded" squeeze collapses.

So the Leibniz test does not apply — it can neither confirm nor deny convergence here. (You'd need a different tool.) The lesson: monotonicity is not optional.

The figure below shows why. The blue dots-and-line trace the wiggly ; the red arrows mark every up-step (where ), which recur again and again. Notice the sequence still hugs the axis — it does reach (green note) — yet its up-and-down path means no consistent decrease. Compare with L3.1's figure, where the up-steps stopped after the peak. Here they never stop, so Leibniz is powerless.

Figure — Alternating series test — Leibniz test, proof

Level 4 — Synthesis

L4.1 — Error bound in action

Recall Solution

The conditions hold ( decreasing, ), so the remainder bound applies: We want this : So terms suffice. (Compare with the alternating harmonic series needing for — the extra powers of make shrink fast.)

L4.2 — Choose the right verdict: conditional vs absolute

Recall Solution

Two-step routine (see Absolute vs Conditional Convergence):

  1. Does it converge at all? By Leibniz (L2.2), is decreasing converges.
  2. Does it converge absolutely? Look at . This is a -series with diverges.

Converges but not absolutely ⟹ conditionally convergent. The alternation is what rescued it.


Level 5 — Mastery

L5.1 — A parameter question

Recall Solution

with .

  • Convergence (Leibniz): for any , increases ⟹ decreases, and . Both conditions hold ⟹ converges for all .
  • Absolute convergence: is a -series, which converges iff .

Summary:

  • : converges conditionally (e.g. is the alternating harmonic series).
  • : converges absolutely.

Every converges; the line separates conditional from absolute.

L5.2 — Endpoint of a power series

Recall Solution

Substitute each endpoint and read off the resulting number series.

  • At : — the harmonic series, which diverges.
  • At : — the alternating harmonic series (up to overall sign). Here decreases , so by Leibniz it converges (conditionally).

So the interval of convergence is : closed at (Leibniz saves it), open at (harmonic diverges). This is the classic reason Leibniz appears in power-series endpoint analysis.

L5.3 — Diagnose a subtle trap

Recall Solution

The flaw: must be a positive, decreasing sequence — but here the proposed itself contains a hidden sign flip , so it is not monotone (it wiggles). Leibniz's hypotheses are violated; you cannot cite the test.

But does it converge? Split the series (legal because we'll show both pieces converge): The first is the alternating harmonic series (converges, to ); the second is (converges, a -series with ). Sum of two convergent series converges. So the series does converge — just not by a naive Leibniz argument. Right answer, wrong justification is still wrong.


Score yourself

Recall What each level tested
  • L1 — spot alternation, name and .
  • L2 — run both conditions; use as the fast kill-switch.
  • L3 — prove monotonicity with derivatives; recognise non-monotone failure.
  • L4 — remainder bound for accuracy; conditional vs absolute.
  • L5 — parameters, power-series endpoints, and disguised non-monotone terms.

Connections