Intuition What this page is for
The parent note gave you the rule. This page throws every kind of series at that rule so you never meet a surprise. We first lay out a map of all the cases the Divergence Test can face, then hunt each one down with a full worked example. If you can classify a series into one of these boxes, you know instantly what the test will say.
Before anything, recall the only two verdicts this test can ever return:
Recall The rule in one breath
Compute L = n → ∞ lim a n (the term you're adding, as n grows huge). If L = 0 or the limit does not exist (DNE), the series diverges . If L = 0 , the test is inconclusive — it says nothing, and you must reach for another tool.
Here a n just means "the n -th number in the list you are summing", and lim n → ∞ a n asks "as n 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.
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 a n does as n → ∞
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 (a n → ± ∞ )
DIVERGES
Ex 2
C
Oscillates , never settling (limit DNE)
DIVERGES
Ex 3
D
Approaches a nonzero constant via a famous limit (→ e )
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 a n
depends
Ex 8
I
Exam twist — looks like it decays but a hidden constant survives
DIVERGES
Ex 9
Intuition The dividing line
The whole table splits into two halves. Cells A–D are the only places the test does real work: the term fails to reach zero, so the test convicts. Cells E–I with L = 0 are the test's blind spot — zero terms can hide either a convergent or a divergent series, so the test shrugs. The figure below is that split.
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.
Worked example Example 1 (Cell A) — equal-degree rational terms
∑ n = 1 ∞ 7 n 3 + n 2 + 5 4 n 3 − 2 n .
Forecast: cover the answer and guess. Top and bottom both have n 3 as their fastest-growing piece. What number does a ratio of two things that grow at the same rate settle on? Not zero — a plain ratio of the leading coefficients. So predict: diverges .
Step 1. Divide numerator and denominator by n 3 , the highest power present.
a n = 7 n 3 + n 2 + 5 4 n 3 − 2 n = 7 + n 1 + n 3 5 4 − n 2 2 .
Why this step? Dividing by the fastest-growing term turns every slower term into something with n in its denominator, which we can then send to zero. It exposes who dominates.
Step 2. Send n → ∞ . Every fraction with n downstairs dies:
L = 7 + 0 + 0 4 − 0 = 7 4 .
Why this step? n 2 2 → 0 , n 1 → 0 , n 3 5 → 0 — a constant over a growing denominator vanishes.
Step 3. Since L = 7 4 = 0 , the Divergence Test fires: the series diverges .
Verify: sanity-check with a large n = 1000 : 7 ( 1 0 9 ) + 1 0 6 + 5 4 ( 1 0 9 ) − 2000 ≈ 0.5714 ≈ 7 4 . Terms hover near 0.57 forever, so adding infinitely many of them can't total a finite number. ✔
Worked example Example 2 (Cell B) — numerator wins
∑ n = 1 ∞ 3 n + 4 n 2 + 1 .
Forecast: top has degree 2, bottom degree 1. The top out-grows the bottom, so the term itself blows up. Predict: diverges (even harder than Cell A — the terms don't just stay big, they explode).
Step 1. Divide by n (the highest power in the denominator , so we can read the growth):
a n = 3 n + 4 n 2 + 1 = 3 + n 4 n + n 1 .
Why this step? This isolates the surviving n upstairs, showing the term grows like 3 n .
Step 2. As n → ∞ : numerator → ∞ , denominator → 3 , so
L = lim n → ∞ 3 + n 4 n + n 1 = + ∞.
Why this step? A quantity heading to infinity divided by a finite constant still heads to infinity.
Step 3. L = + ∞ = 0 , so the series diverges .
Verify: at n = 100 , a 100 = 304 10001 ≈ 32.9 ; at n = 1000 , a 1000 ≈ 333.1 — the terms keep climbing, confirming L = ∞ . ✔
The red points march upward off the top of the plot — a term that grows can never let a running total settle.
Worked example Example 3 (Cell C) — bouncing sign
∑ n = 1 ∞ n + 1 ( − 1 ) n n .
Forecast: ignore the sign for a second — n + 1 n → 1 . But the ( − 1 ) n makes the term flip between about + 1 and − 1 . Does that settle on one value? No. Predict: diverges because the limit does not exist.
Step 1. Split the magnitude from the sign. The size is n + 1 n = 1 + n 1 1 → 1 .
Why this step? Knowing the size approaches 1 (not 0 ) tells us the flips are between numbers near − 1 and + 1 , not between shrinking numbers.
Step 2. Track even and odd n separately:
even n : a n → + 1 ,
odd n : a n → − 1 .
Why this step? If two subsequences aim at two different values, the whole sequence has no single limit — the limit does not exist .
Step 3. DNE counts as " = 0 " for this test, so the series diverges .
Verify: a 100 = 101 100 ≈ + 0.990 , a 101 = − 102 101 ≈ − 0.990 . The terms straddle ± 1 forever — no settling, no finite total. ✔
Common mistake "Oscillating and shrinking is the same as oscillating."
If the magnitude had gone to zero (like n ( − 1 ) n ), we'd be in Cell G, not C — the test would go silent. Cell C is specifically for oscillation where the size stays away from zero.
Worked example Example 4 (Cell D) — the
e trap
∑ n = 1 ∞ ( 1 + n 2 ) n .
Forecast: ( 1 + n 1 ) n → e . What about with a 2 on top? A guessed-zero here would be a mistake. Predict: diverges with a nonzero limit.
Step 1. Recognise the pattern ( 1 + n x ) n → e x .
Why this step? This is the standard limit that defines exponential growth — the base is inching toward 1 but the exponent n is racing to infinity, and the tug-of-war lands on e x , not on 1 and not on 0 .
Step 2. With x = 2 : L = e 2 ≈ 7.389 .
Step 3. L = e 2 = 0 , so the series diverges .
Verify: at n = 1000 , ( 1 + 1000 2 ) 1000 ≈ 7.37 , closing in on e 2 ≈ 7.389 . Nonzero limit ⇒ divergence. ✔
Worked example Example 5 (Cell E) — the harmonic blind spot
∑ n = 1 ∞ n 1 .
Forecast: n 1 → 0 . Does that guarantee convergence? Predict from the parent note: the test says nothing , and in fact this famous series diverges.
Step 1. L = lim n → ∞ n 1 = 0 .
Why this step? One divided by an ever-larger number shrinks to nothing.
Step 2. L = 0 , so the Divergence Test is inconclusive — it cannot rule either way.
Step 3. Bring a stronger tool. The p-Series Test with p = 1 (or the grouping argument in the parent note) shows ∑ n 1 diverges even though its terms vanish.
Verify: partial sums grow like ln N : S 100 ≈ 5.19 , S 10000 ≈ 9.79 — creeping up without limit, confirming divergence despite a n → 0 . ✔
Worked example Example 6 (Cell F) — same blind spot, opposite fate
∑ n = 1 ∞ n 2 1 .
Forecast: n 2 1 → 0 too — exactly like Cell E as far as the test can see. Predict: inconclusive again, but this one truly converges.
Step 1. L = lim n → ∞ n 2 1 = 0 . Test is silent.
Step 2. Because the terms decay fast enough , the p-Series Test with p = 2 > 1 declares convergence; in fact ∑ n 2 1 = 6 π 2 .
Why this step? Ex 5 and Ex 6 have the same a n → 0 verdict from the Divergence Test yet opposite real fates — this is the living proof of "necessary but not sufficient" from the parent topic .
Verify: 6 π 2 ≈ 1.6449 , and S 1000 ≈ 1.6439 — closing in on a finite value. ✔
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 6 π 2 (converges). The test only sees the top panel — that's why it can't tell them apart.
Worked example Example 7 (Cell G) — the sign flips but the size dies
∑ n = 1 ∞ n ( − 1 ) n + 1 = 1 − 2 1 + 3 1 − 4 1 + ⋯ .
Forecast: the magnitude n 1 → 0 , so the term (with sign) also goes to 0 . Predict: the Divergence Test is inconclusive .
Step 1. ∣ a n ∣ = n 1 → 0 , and squeezing gives a n = n ( − 1 ) n + 1 → 0 .
Why this step? A quantity trapped between − n 1 and + n 1 , both of which go to 0 , is forced to 0 as well.
Step 2. L = 0 , so the Divergence Test says nothing.
Step 3. A separate tool (the alternating-series argument) shows this one actually converges — to ln 2 . Compare with Cell E's ∑ n 1 : same-sized terms, but the alternating signs let cancellation save it.
Verify: ln 2 ≈ 0.6931 ; the partial sum S 1000 ≈ 0.6926 , homing in on ln 2 . Zero-limit terms ⇒ test silent ⇒ we needed the other tool. ✔
Worked example Example 8 (Cell H) — the never-shrinking dose
A patient takes a pill. Each hour their body keeps a fixed fraction so that the drug present from the n -th dose, measured hours later, contributes a n = 5 ⋅ n + 3 n mg to a running "total exposure" tally. Does the total exposure ∑ a n settle to a finite number?
Forecast: each contribution approaches 5 ⋅ n + 3 n → 5 mg — it does not shrink. Predict: total exposure diverges (grows without bound).
Step 1. Extract the term: a n = 5 ⋅ n + 3 n . Divide by n : a n = 5 ⋅ 1 + n 3 1 .
Why this step? The word problem hides an ordinary sequence; we must first name a n before any test applies.
Step 2. L = 5 ⋅ 1 + 0 1 = 5 = 0 (units: mg).
Step 3. L = 5 mg = 0 , so by the Divergence Test the total exposure diverges — physically, contributions never taper off, so cumulative exposure grows without bound.
Verify: a 1000 = 5 ⋅ 1003 1000 ≈ 4.985 mg — still near 5 , confirming a nonzero limit and unbounded total. ✔
Intuition The pebble picture again
This is the parent note's "fist-sized rocks" made literal: each dose contributes ~5 mg forever, so the jar of total exposure overflows . Only if the per-dose contribution shrank to 0 would there be any hope of a finite total (and even then, no promise — see Cells E vs F).
Worked example Example 9 (Cell I) — looks like it decays, but…
∑ n = 1 ∞ ( n 2 + n − n ) .
Forecast: at a glance n 2 + n ≈ n , so the term looks like it might vanish. But does the leftover really go to zero? Predict carefully — this is the trap.
Step 1. Multiply by the conjugate to tame the subtraction of two huge nearly-equal roots:
a n = n 2 + n + n ( n 2 + n − n ) ( n 2 + n + n ) = n 2 + n + n n 2 + n − n 2 = n 2 + n + n n .
Why this step? Subtracting two large near-equal numbers loses all precision; the conjugate trick converts it into a clean quotient we can take a limit of.
Step 2. Divide top and bottom by n :
a n = 1 + n 1 + 1 1 ⟶ 1 + 1 1 = 2 1 .
Why this step? Pulling out n from the root uses n 2 + n = n 1 + n 1 ; then n 1 → 0 .
Step 3. L = 2 1 = 0 — the "decay" was an illusion. The series diverges .
Verify: at n = 1000 , 1000000 + 1000 − 1000 ≈ 1000.4998 − 1000 = 0.4998 ≈ 2 1 . The gap parks at 2 1 , never zero. ✔
Common mistake "Difference of two things that both blow up must go to zero."
No — the difference can approach any value. Always simplify (conjugate, common denominator) before declaring a limit. Ex 9 is the classic exam bait.
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 → e x ) ::: DIVERGES
Cell E (→ 0 slowly, e.g. 1/ n ) ::: INCONCLUSIVE (and actually diverges)
Cell F (→ 0 fast, e.g. 1/ n 2 ) ::: INCONCLUSIVE (and actually converges)
Cell G (alternating → 0 ) ::: INCONCLUSIVE (and actually converges to ln 2 )
Cell I (hidden surviving constant) ::: DIVERGES
Mnemonic The whole page in one line
"If the term won't die, the sum can't fly — but a dying term is no alibi."
A nonzero (or DNE) limit ⇒ diverges; a zero limit ⇒ you still have work to do.