Intuition What this page is for
The parent note taught the rule . This page throws every kind of series at you and shows how to trap or push each one. By the end you should recognize the "shape" of a problem the moment you see it — and know exactly which direction the arrow must point.
The whole game of the Direct Comparison Test (DCT) is: compare your unknown series, term by term, to a series whose fate you already know. Two benchmarks do almost all the work:
Recall The two benchmark families (from the parent note)
p -series ::: ∑ n p 1 converges when p > 1 , diverges when p ≤ 1 . See p-series test .
Geometric series ::: ∑ r n converges when ∣ r ∣ < 1 , diverges when ∣ r ∣ ≥ 1 . See Geometric series .
Harmonic series ::: ∑ n 1 — the borderline case (p = 1 ), diverges . See Harmonic series .
Definition Notation used on this page
In every example, a n means the general term of the series we are testing — the exact expression sitting inside the summation sign. So if the series is ∑ n 3 + 2 n 1 , then a n = n 3 + 2 n 1 . The letter b n always denotes the partner (benchmark) term we compare against. Whenever you see "0 ≤ a n ≤ b n ", read it as "our term is trapped between 0 and the partner term".
Every DCT problem falls into one of these cells . We will hit each with at least one worked example.
Cell
Situation
What makes it tricky
Example
A
Denominator slightly bigger than a p -series
direction: trap from above
Ex 1
B
Denominator slightly smaller than harmonic
direction: push from below
Ex 2
C
Bounded wiggling numerator (sin , cos )
replace numerator by its max/min
Ex 3
D
Geometric-type terms (r n )
benchmark is geometric, not p -series
Ex 4
E
Extra positive term in denominator makes it smaller
naive direction is the useless one
Ex 5
F
Sign-changing terms
DCT needs a n ≥ 0 — must repair first
Ex 6
G
Degenerate / limiting input (term → constant)
test cannot apply — spot it
Ex 7
H
Word problem (real-world total)
translate first, then compare
Ex 8
I
Exam twist : comparison chosen wrong way
steel-man the mistake, then fix
Ex 9
The one rule that decides everything :
The figure above is your compass for the whole page. On the left, a convergent series ∑ b n has a finite total ; call that finite total B — the green dashed roof . A series trapped underneath it (mint bars) can never sum past B → converges. On the right, a divergent series builds an infinite floor (butter bars) that climbs forever; a series pushed above it (coral bars) is dragged up too → diverges. Every example below is one of these two pictures.
Worked example Example 1 —
n = 1 ∑ ∞ n 3 + 2 n 1 (Cell A)
Here the general term is a n = n 3 + 2 n 1 .
Forecast: the dominant power downstairs is n 3 , so it should behave like ∑ 1/ n 3 (a p -series with p = 3 > 1 ). Guess: converges . Which direction do we need? To prove convergence we need a bigger convergent partner.
Step 1. Note n 3 + 2 n > n 3 for all n ≥ 1 .
Why this step? Adding the positive quantity 2 n makes the denominator bigger , which makes the whole fraction smaller .
Step 2. Flip the inequality when we take reciprocals of positive numbers:
0 ≤ a n = n 3 + 2 n 1 < n 3 1 .
Why this step? For positive x < y we have x 1 > y 1 ; reciprocation reverses the order. Now we have our unknown series trapped under a bigger series.
Step 3. Benchmark: ∑ n 3 1 is a p -series with p = 3 > 1 → converges (p-series test ).
Why this step? We need a partner whose fate we already know for sure; the p -series test hands us that verdict instantly.
Step 4. Conclusion: 0 ≤ a n ≤ n 3 1 and the roof converges → our series converges. ✅
Verify: the partial sum ∑ n = 1 10 n 3 + 2 n 1 ≈ 0.4789 and it must stay below ∑ n = 1 10 n 3 1 ≈ 1.1975 . It does — the bars sit under the roof, confirming the trap.
Worked example Example 2 —
n = 1 ∑ ∞ n + 3 1 (Cell B)
Here a n = n + 3 1 .
Forecast: downstairs grows like n = n 1/2 , so terms behave like ∑ 1/ n 1/2 , a p -series with p = 2 1 ≤ 1 → diverges . To prove divergence we need a smaller divergent partner.
Step 1. We want a smaller fraction than ours, so we enlarge the denominator in a clean, controlled way. For every n ≥ 1 we have n ≥ 1 , hence 3 ≤ 3 n , and therefore
n + 3 ≤ n + 3 n = 4 n .
Why this step? Replacing the awkward n + 3 by the larger, tidy 4 n makes the fraction smaller yet leaves a recognizable p -series partner. Note the bound holds for all n ≥ 1 , so no "eventually" caveat is needed.
Step 2. Reciprocate (bigger denominator → smaller fraction):
a n = n + 3 1 ≥ 4 n 1 = 4 1 ⋅ n 1/2 1 ≥ 0.
Why this step? This points the inequality the right way for divergence — our series sits above the partner.
Step 3. Benchmark: ∑ 4 1 ⋅ n 1/2 1 = 4 1 ∑ n − 1/2 is a constant times a p -series with p = 2 1 ≤ 1 → diverges .
Why this step? A nonzero constant never changes convergence status, so this floor is genuinely divergent.
Step 4. Our series sits above a divergent floor → diverges. ✅
Verify: at n = 100 , 100 + 3 1 = 13 1 ≈ 0.0769 and 4 1 ⋅ 100 1 = 40 1 = 0.025 . Indeed 0.0769 ≥ 0.025 — floor confirmed.
Worked example Example 3 —
n = 1 ∑ ∞ n 2 3 + cos ( 2 n ) (Cell C)
Here a n = n 2 3 + cos ( 2 n ) .
Forecast: the numerator wiggles but stays bounded; the n 2 dominates → should behave like ∑ 1/ n 2 (p = 2 > 1 ) → converges . Prove convergence → need a bigger convergent partner.
Step 1. Bound the wiggle: since − 1 ≤ cos ( 2 n ) ≤ 1 , we have 2 ≤ 3 + cos ( 2 n ) ≤ 4 .
Why this step? We can't sum cos directly, so we replace the numerator by its maximum 4 to lose the mess but keep a clean upper bound.
Step 2. Divide by n 2 > 0 (preserves the inequality):
0 ≤ a n = n 2 3 + c o s ( 2 n ) ≤ n 2 4 .
Why this step? The lower bound 2 > 0 guarantees non-negativity (DCT requires it), and the upper bound gives our roof.
Step 3. Benchmark: ∑ n 2 4 = 4 ∑ n 2 1 converges (p = 2 > 1 ).
Why this step? The constant 4 doesn't affect convergence, so this is a certified finite roof.
Step 4. Trapped under a finite roof → converges. ✅
Verify: ∑ n = 1 20 n 2 3 + c o s ( 2 n ) ≈ 3.9036 , and it must sit below ∑ n = 1 20 n 2 4 ≈ 6.1854 . It does.
Worked example Example 4 —
n = 1 ∑ ∞ 3 n + 1 2 n (Cell D)
Here a n = 3 n + 1 2 n .
Forecast: this is not a p -series — the variable is in the exponent. The ratio 2 n / 3 n = ( 2/3 ) n with ∣ r ∣ = 2/3 < 1 suggests a geometric benchmark → converges . Prove convergence → bigger convergent partner.
Step 1. Drop the + 1 to shrink the denominator, which enlarges the fraction:
a n = 3 n + 1 2 n < 3 n 2 n = ( 3 2 ) n .
Why this step? A smaller denominator gives a bigger fraction — exactly the direction we need for an upper trap. And 3 n alone is a clean geometric term.
Step 2. Confirm non-negativity: 2 n > 0 and 3 n + 1 > 0 , so every term is ≥ 0 . Good.
Step 3. Benchmark: ∑ ( 2/3 ) n is geometric with r = 3 2 , ∣ r ∣ < 1 → converges.
Why this step? The geometric-series test gives an immediate, certain verdict for terms with the index in the exponent — the right benchmark family here, not the p -series family.
Step 4. Trapped under a convergent geometric roof → converges. ✅
Verify: the tail decays like ( 2/3 ) n . Numerically ∑ n = 1 ∞ ( 2/3 ) n = 1 − 2/3 2/3 = 2 , and ∑ n = 1 15 3 n + 1 2 n ≈ 1.2494 < 2 — under the roof.
Worked example Example 5 —
n = 1 ∑ ∞ n 2 + 1 n (Cell E)
Here a n = n 2 + 1 n .
Forecast: downstairs n 2 , upstairs n , so terms behave like n 2 n = n 1 → harmonic-like → diverges . Prove divergence → smaller divergent partner. Beware: the "+ 1 " makes the fraction smaller than n 1 , so the obvious comparison points the useless way.
Step 1. First observe the trap. n 2 + 1 > n 2 ⇒ n 2 + 1 n < n 2 n = n 1 . That is a n < n 1 — a smaller divergent partner tells us nothing .
Why this step? Recognizing the useless direction first saves you from a wrong conclusion (see the mistake in the parent note).
Step 2. Repair: bound the denominator by something larger than n 2 + 1 but still ∼ n 2 . For n ≥ 1 , n 2 + 1 ≤ n 2 + n 2 = 2 n 2 .
Why this step? Enlarging the denominator to 2 n 2 makes the fraction smaller in a controlled way that still leaves a divergent partner.
Step 3. Then
a n = n 2 + 1 n ≥ 2 n 2 n = 2 1 ⋅ n 1 ≥ 0.
Why this step? Now our series sits above 2 1 ∑ n 1 , a divergent floor.
Step 4. Benchmark: 2 1 ∑ n 1 is half the harmonic series → diverges.
Why this step? Halving every term of a divergent series keeps it divergent, so the floor is genuinely infinite.
Step 5. Pushed above an infinite floor → diverges. ✅
Verify: at n = 50 , 2501 50 ≈ 0.01999 and 2 1 ⋅ 50 1 = 0.01 . Indeed 0.01999 ≥ 0.01 — floor holds.
Worked example Example 6 —
n = 1 ∑ ∞ n 2 ( − 1 ) n (Cell F)
Here a n = n 2 ( − 1 ) n .
Forecast: terms alternate in sign, so DCT — which demands a n ≥ 0 — cannot be applied directly. But we can compare absolute values .
Step 1. Recognize the obstacle: n 2 ( − 1 ) n is sometimes negative, so partial sums are not monotone increasing and Monotone Convergence fails. Raw DCT is illegal.
Why this step? Naming why the test breaks is half the skill — this is the exact failure the parent note warns about.
Step 2. Compare the absolute value instead:
∣ a n ∣ = n 2 ( − 1 ) n = n 2 1 ≤ n 2 1 .
Why this step? ∣ a n ∣ ≥ 0 , so DCT is legal on absolute values. Here ∣ a n ∣ = n 2 1 is a convergent p -series (p = 2 > 1 ).
Step 3. Since ∑ ∣ a n ∣ converges, the original series converges absolutely → hence converges (Absolute convergence ).
Step 4. Conclusion: converges (absolutely). ✅
Verify: ∑ n = 1 ∞ n 2 ( − 1 ) n = − 12 π 2 ≈ − 0.8225 , a finite value — convergence confirmed. And ∑ ∣ a n ∣ = 6 π 2 ≈ 1.6449 is finite, confirming absolute convergence.
Worked example Example 7 —
n = 1 ∑ ∞ n + 1 n (Cell G)
Here a n = n + 1 n .
Forecast: watch the terms as n → ∞ : n + 1 n → 1 , not 0 . A series whose terms don't shrink to 0 cannot converge — no comparison needed.
Step 1. Compute the limiting value: n → ∞ lim n + 1 n = n → ∞ lim 1 + 1/ n 1 = 1 .
Why this step? The n -th term test (a prerequisite of every comparison): if a n → 0 , the series diverges instantly. DCT is unnecessary and would be wasteful here.
Step 2. Since terms approach 1 = 0 , the running total grows without bound.
Why this step? You are adding numbers each near 1 forever — the sum climbs like ≈ n .
Step 3. Conclusion: diverges by the term test. ✅ (DCT is the wrong tool — spotting that is the lesson.)
Verify: ∑ n = 1 100 n + 1 n ≈ 94.808 , already near 100 and climbing linearly — clearly unbounded.
Worked example Example 8 — Ink on an infinite ruler
(Cell H)
A printer marks a ruler: at position n (cm) it prints a line whose ink area is n 2 + n 1 mm². Does the total ink used over infinitely many marks stay finite?
Here a n = n 2 + n 1 .
Forecast: areas shrink like 1/ n 2 → the total should be finite (converges). Prove convergence → bigger convergent partner.
Step 1. Translate: total ink = n = 1 ∑ ∞ n 2 + n 1 , all terms > 0 (areas). Good — DCT legal.
Why this step? Physical quantities (area, mm²) are non-negative, so the sign condition is automatic.
Step 2. Bound below the roof: n 2 + n > n 2 ⇒ n 2 + n 1 < n 2 1 .
Why this step? Bigger denominator → smaller fraction → we sit under n 2 1 .
Step 3. Benchmark ∑ n 2 1 converges (p = 2 > 1 ) → total ink is finite.
Why this step? A finite roof means the ink jar never overflows.
Step 4. Conclusion: total ink is finite (converges). ✅ Units: each term is mm², a sum of areas → total in mm².
Verify: in fact n 2 + n 1 = n 1 − n + 1 1 telescopes to exactly ∑ n = 1 ∞ = 1 mm². It converges, and 1 < 6 π 2 ≈ 1.645 — under the p -series roof, as promised.
Worked example Example 9 — Spot & fix the flawed argument:
n = 1 ∑ ∞ 2 n 1 (Cell I)
Here a n = 2 n 1 .
A student writes: "Since 2 n 1 ≤ n 1 and ∑ n 1 ... converges? — so ∑ 2 n 1 converges." Find the two errors.
Forecast: 2 n 1 = 2 1 ⋅ n 1 is half the harmonic series → diverges . The student's argument is broken twice.
Step 1. Error 1 (false benchmark): ∑ n 1 is the harmonic series and it diverges , not converges.
Why this step? Comparing to a series whose behaviour you've mis-remembered poisons everything downstream (Harmonic series ).
Step 2. Error 2 (wrong arrow): even if we knew ∑ n 1 diverges, showing 2 n 1 ≤ n 1 puts our series below a divergent one — the useless direction . Being smaller than a divergent series proves nothing.
Why this step? This is the classic "arrow mismatch": divergence must be shown from below (smaller divergent partner).
Step 3. Correct comparison — build the RIGHT inequality. We need a smaller divergent partner sitting below our series. Take b n = 2 n + 2 1 . Since 2 n + 2 > 2 n we have
a n = 2 n 1 > 2 n + 2 1 = 2 1 ⋅ n + 1 1 ≥ 0.
Why this step? Now our series is genuinely above a partner, and that partner is 2 1 ∑ n + 1 1 — a shifted half-harmonic series.
Step 4. Benchmark the partner. 2 1 ∑ n = 1 ∞ n + 1 1 = 2 1 ∑ m = 2 ∞ m 1 is the harmonic series (missing only its first term) times 2 1 → diverges .
Why this step? Dropping one term and halving the rest cannot rescue a divergent series, so the floor is truly infinite.
Step 5. Conclusion. 2 n 1 ≥ 2 n + 2 1 ≥ 0 and the smaller partner diverges → ∑ 2 n 1 diverges. ✅ (Equivalently, ∑ 2 n 1 = 2 1 ∑ n 1 is a nonzero constant times the harmonic series, which diverges.)
Verify: ∑ n = 1 N 2 n 1 = 2 1 H N where H N → ∞ ; e.g. 2 1 H 1000 ≈ 3.742 and growing like 2 1 ln N — unbounded.
Common mistake The single most common slip on this whole page
Choosing the arrow by convenience, not by goal. You find some inequality and declare victory.
Fix: before writing any inequality, say out loud: "I am proving ___, so I need a ___ partner." Convergence → bigger + convergent. Divergence → smaller + divergent. If your inequality points the other way, it is information-free .
Recall Quick self-test
On this page, what does the symbol a n always stand for? ::: The general term of the series being tested — the exact expression inside the summation sign.
To trap ∑ n 3 + 2 n 1 we compared to which convergent series, and via what inequality? ::: n 3 + 2 n 1 < n 3 1 (bigger denominator → smaller fraction); ∑ n 3 1 converges.
Why can't we run DCT directly on ∑ n 2 ( − 1 ) n ? ::: Terms change sign, so partial sums aren't monotone; compare absolute values instead (absolute convergence).
∑ n + 1 n — what one-line test kills it? ::: Terms → 1 = 0 , so the n -th term test forces divergence; no comparison needed.
In Example 5, why is n 2 + 1 n < n 1 the useless direction? ::: It shows our series is smaller than a divergent series, which proves nothing; we repaired it with ≤ 2 n 2 to get a smaller divergent floor 2 n 1 .
For a bounded-numerator series n 2 3 + c o s 2 n , what value replaces the numerator to get a convergent roof? ::: Its maximum, 4 , giving ≤ n 2 4 .