4.3.6 · D3Calculus III — Sequences & Series

Worked examples — Divergence test (necessary but not sufficient)

2,533 words12 min readBack to topic

Before anything, recall the only two verdicts this test can ever return:

Recall The rule in one breath

Compute (the term you're adding, as grows huge). If or the limit does not exist (DNE), the series diverges. If , the test is inconclusive — it says nothing, and you must reach for another tool.

Here just means "the -th number in the list you are summing", and asks "as marches off to infinity, does that number settle onto a single value, and if so, which?" See Limits of Sequences — that is the engine that powers everything below.


The scenario matrix

Every series you can feed the Divergence Test lands in exactly one of these cells. The right column is the verdict the Divergence Test alone gives.

Cell What the term does as Test verdict Example that hits it
A Settles on a nonzero number (e.g. rational function, equal degrees) DIVERGES Ex 1
B Grows without bound () DIVERGES Ex 2
C Oscillates, never settling (limit DNE) DIVERGES Ex 3
D Approaches a nonzero constant via a famous limit () DIVERGES Ex 4
E Goes to zero slowly → still diverges (test blind) INCONCLUSIVE Ex 5
F Goes to zero fast → actually converges (test blind) INCONCLUSIVE Ex 6
G Sign flips but shrinks to zero (alternating) INCONCLUSIVE Ex 7
H Word problem — pebbles/medicine doses, must extract depends Ex 8
I Exam twist — looks like it decays but a hidden constant survives DIVERGES Ex 9
Figure — Divergence test (necessary but not sufficient)

Look at the red curve on the left: its terms level off above zero — the test fires. On the right the terms all crawl down to zero, and the test cannot tell the two apart even though one series adds up to a finite number and the other blows up.


Cell A — term settles on a nonzero number


Cell B — term grows without bound

Figure — Divergence test (necessary but not sufficient)

The red points march upward off the top of the plot — a term that grows can never let a running total settle.


Cell C — term oscillates (limit DNE)


Cell D — famous nonzero limit


Cell E — zero slowly → still diverges (test blind)


Cell F — zero fast → actually converges (test blind)

Figure — Divergence test (necessary but not sufficient)

Both red term-curves flatten onto zero (top panel), indistinguishable to the test. The bottom panel shows the running totals: one keeps climbing (diverges), the other flattens onto (converges). The test only sees the top panel — that's why it can't tell them apart.


Cell G — alternating, shrinks to zero


Cell H — word problem (extract first)


Cell I — exam twist (hidden surviving constant)


Recap of every cell

Recall Self-test: name the verdict for each

Cell A (nonzero settle) ::: DIVERGES Cell B (grows to infinity) ::: DIVERGES Cell C (oscillates, limit DNE) ::: DIVERGES Cell D (famous ) ::: DIVERGES Cell E ( slowly, e.g. ) ::: INCONCLUSIVE (and actually diverges) Cell F ( fast, e.g. ) ::: INCONCLUSIVE (and actually converges) Cell G (alternating ) ::: INCONCLUSIVE (and actually converges to ) Cell I (hidden surviving constant) ::: DIVERGES


Connections

  • Divergence test — Hinglish parent — the rule these examples exercise.
  • Limits of Sequences — every "compute " step lives here.
  • Partial Sums and Series Convergence — the running-total picture in Cell F's figure.
  • Harmonic Series — Cell E's star blind-spot example.
  • p-Series Test — resolves Cells E and F that the test cannot.
  • Integral Test, Comparison Test — the "next tools" when .
  • Telescoping Series — where the idea returns.