Visual walkthrough — Direct comparison test
Step 0 — What a "series" even is (drawing the pile)
Before any test, we must picture the thing we're testing.
WHAT. A sequence is just an endless list of numbers, one for each counting position . We write the -th number as (read "a-sub-n"). So is the first number, the second, and so on.
A series means we add them all up, forever:
WHY draw bars. We cannot literally add infinitely many numbers by hand. So we picture each as the area of a thin bar of height standing at position . Adding the series = collecting total area under all the bars.
PICTURE. In the figure, each burnt-orange bar has height . Notice the bars shrink — a hint (not a guarantee!) that the total area might stay finite.

Step 1 — The partial sum: adding up to a stopping point
We can't finish an infinite sum, so we watch it grow one bar at a time.
WHAT. The partial sum is the running total after bars:
Here is a single number: the accumulated area of the first bars. As climbs, climbs — we get a new sequence of totals .
WHY. "Does the series add up to something finite?" becomes a cleaner question: does the sequence settle toward a fixed number as ? ( means "as marches off forever.") We have swapped an impossible infinite addition for a limit of ordinary numbers.
PICTURE. The plum staircase: each step up from to is exactly one new bar of height .

Step 2 — The staircase only goes up (monotone)
WHAT. Because every bar height , the gap . So:
This chain reads "each total is no smaller than the one before it." A sequence that never decreases is called monotone increasing.
WHY this is the payoff of non-negativity. If a bar could be negative, the staircase could step down, wobble, and never settle — the whole argument would collapse. This is exactly why DCT forbids negative terms. (For sign-changing sums you'd switch to Absolute convergence or the Alternating Series Test.)
PICTURE. Left panel: all bars , staircase rises steadily. Right panel: a sneaky negative bar makes the staircase dip — the counter-example we are ruling out.

Step 3 — Domination: one series sits under another, term by term
Now bring in the comparison partner — this is where enters.
WHAT. Introduce a second non-negative sequence, written (the benchmark or comparison sequence), that dominates :
"Dominates" just means: at every position, the -bar is at least as tall as the -bar. This is the first time appears — it is a series we already understand, chosen on purpose to sandwich the one we don't.
WHY. We usually don't understand our own series, but we do understand a benchmark like a p-series or a Geometric series. By pinning our bars underneath (or above) a benchmark, the benchmark's known behaviour leaks onto us.
PICTURE. At each , a short orange bar nested inside a taller teal bar . The orange area is trapped inside the teal area, column by column.

Step 4 — The ceiling: if the big series converges, a finite roof appears
WHAT. Suppose the taller series converges — its totals climb toward a finite number we'll name:
Chaining with Step 3:
WHY . The middle inequality needs a word. Since every , the teal staircase is itself increasing (same argument as Step 2, now applied to the 's). An increasing sequence never overshoots the value it climbs toward, so for every . That closes the loop: the teal staircase stays under its own limit , and the orange one stays under the teal one — so orange stays under .
This installs a fixed horizontal ceiling at height above our orange staircase. Our staircase is bounded above — the phrase means "never rises past some fixed line."
PICTURE. Orange staircase rising, teal staircase rising above it, and a dashed plum line at height capping both. The orange steps can never poke through the plum line.

Step 5 — The engine: Monotone Convergence closes the case
WHAT. We now have exactly the two hypotheses of the theorem for the orange staircase :
- it is increasing (Step 2), and
- it is bounded above by (Step 4).
WHY it's forced. An always-rising staircase that can never cross a ceiling has nowhere to run off to. It gets squeezed into a corner and must settle onto some limiting height . Hence , i.e. converges. ∎
PICTURE. The orange steps crowd closer and closer to a limit line just under the ceiling — the gaps between steps vanish.

Step 6 — The mirror case: divergence flows UP (contrapositive)
WHAT. Now suppose instead the small series diverges — its staircase (grows without bound). Since Step 3 gave , the taller totals are pushed even higher:
So diverges too. ∎
WHY this is the only other useful direction. Knowing the small one blows up forces the big one (sitting above it) to blow up. This is logically the same statement as Step 5, read in reverse (its contrapositive).
PICTURE. An infinite floor: the orange staircase rockets upward past every horizontal line; the teal staircase, always above it, is dragged up too.

Step 7 — Degenerate & edge cases (the ones that trip people)
Case A — the inequality only holds "eventually," and shifting the index. DCT needs only for (some starting index). Split the sum at :
Convergence is decided entirely by the tail: define a shifted partial sum that starts counting from . Adding a constant (the finite front chunk) to every term of a sequence never changes whether it settles to a finite limit — it just slides the whole staircase up by a fixed amount. So the front chunk is harmless, and on the tail the inequality holds throughout. This is why "eventually" is enough.
Case B — a zero bar. If some , the staircase simply doesn't rise at that step. Perfectly allowed: still holds. Zeros are harmless.
Case C — the messy numerator trick. When a term wobbles, bound it by its maximum to get a clean partner. Example from the parent: since ,
where is the largest the numerator can be. Now recall the p-series rule: converges exactly when and diverges when . Here , so converges, hence converges too, and our wobbly series converges.
Case D — negative terms present. Then Step 2 fails outright: the staircase can dip and Monotone Convergence has no grip. DCT is simply not applicable — reach for Absolute convergence or the Limit comparison test instead.
PICTURE. Four mini-panels: (A) ignored early bars shaded grey, (B) a flat zero-height step, (C) the wobbly bars capped by a flat lid, (D) a red-crossed dipping staircase.

The one-picture summary
Everything above compressed into a single frame: two staircases, one nested under the other, plus the two arrows.

- Orange = our unknown series . Teal = trusted benchmark .
- Bars satisfy , so orange staircase teal staircase at every step.
- Down-arrow (convergence): teal hits a finite ceiling ⇒ orange, trapped beneath, must also settle. ✅
- Up-arrow (divergence): orange rockets to ⇒ teal, forced above it, must also rocket. ✅
- Engine throughout: increasing + bounded ⇒ converges, which is why every bar must be .
Recall Feynman: tell the whole walk to a 12-year-old
Picture stacking coins forever, one shrinking stack per day, and you want to know if the tower ever stops growing. Instead of measuring your own tower (impossible), you stand it next to a friend's tower you already understand. First: because you only ever add coins, your tower can only go up, never down. Second: if your tower is shorter every day than a friend whose tower stops at the ceiling, yours can't grow past that ceiling either — it stops too. That's convergence flowing down. Third: if your tower is taller every day than a friend whose tower shoots to the sky, yours shoots to the sky too. That's divergence flowing up. The magic rule that says "always-rising-but-capped means it settles" is the Monotone Convergence Theorem — and it only works because you never remove coins, i.e. every day's pile is . Those are the only two comparisons that tell you anything; the other two directions are silent.