Visual walkthrough — Integral test — proof, p-series
A visual walkthrough of the parent result: the integral test. We build the whole proof out of rectangles and one falling curve — nothing else assumed. If you've never seen an integral sign, start at Step 1.
Step 1 — Turn the sum into a wall of rectangles
WHAT. Every term becomes a rectangle: width , height . Line them up side by side. The total shaded area equals the sum .
WHY. Area is something we can see and bound. A raw sum of infinitely many numbers is invisible; a wall of rectangles is not. If we can trap the wall's area, we trap the sum.
PICTURE. Each bar sits on the number line from to . Look at the height labels: the first bar is tall, the next , and so on — each shorter than the last, because our terms shrink.
Step 2 — Lay the smooth ramp over the bars
WHAT. Draw the curve — a smooth ramp sliding downhill to the right. The area underneath it from to is written .
WHY. We can compute the ramp's area with calculus (that's what an integral does — it adds up infinitely thin slivers of area). We cannot compute the bar-sum directly. So we compare the two: whatever the ramp does, the bars are forced to copy.
PICTURE. The bars and the ramp share the same downhill shape. Some bars poke above the ramp; some hide below it. That poking-above / hiding-below is the whole game — Steps 3 and 4 pin it down exactly.
Step 3 — The tall bars: an OVER-estimate (upper sum)
WHAT. On the strip , use the bar of height — the value at the left edge. Since the ramp falls as we move right, is the highest the ramp reaches on that strip. So this bar completely covers the ramp-area under that strip:
WHY. We want an upper bound on the ramp's area, built from our bars. Left endpoints on a decreasing curve always overshoot — that is exactly the inequality we need.
PICTURE. The bar is the big lavender box; the ramp-area is the smaller region tucked inside it. The thin sliver of bar above the curve is the "overshoot".
Now add these up for . The left sides join into one long integral, the right sides into the bar-sum:
Step 4 — The short bars: an UNDER-estimate (lower sum)
WHAT. Same strip , but now use height — the value at the right edge. On a falling ramp that's the lowest height, so this short bar fits entirely under the ramp:
WHY. We now want a lower bound on the ramp's area from our bars. Right endpoints on a decreasing curve always undershoot — the mirror image of Step 3.
PICTURE. The short coral bar is swallowed by the ramp-area; the sliver of ramp above the bar is the "gap".
Add these for . On the left we get , which is the whole sum minus its first bar: Move to the other side:
Step 5 — Squeeze the wall between two ramps
WHAT. Stack Step 3 (a floor) under Step 4 (a ceiling). The bar-sum is now caught between two integrals:
WHY. This is the payoff. can't escape the floor or crash through the ceiling. Whatever fate the ramp's area meets — finite or infinite — the bar-sum is dragged to the same fate.
PICTURE. One number line, the wall of bars in the middle, the "floor" ramp tinted below and the "ceiling" ramp tinted above. The bars are wedged in the gap.
Step 6 — Read off the two verdicts
WHAT. Let run to infinity and watch the two edges.
Convergent case: if is a finite number , the ceiling never exceeds . And only ever grows (we keep adding positive bars). A quantity that always rises but is capped from above must settle — so converges.
Divergent case: if , the floor climbs to infinity, and it's underneath , so it shoves up with it — diverges.
WHY. These are the only two things the ramp can do (rise forever, or level off). The squeeze converts each into the matching verdict for the sum.
PICTURE. Two panels: on the left, a levelling ramp with flattening onto a dashed cap; on the right, a rising floor dragging upward forever.
Step 7 — Feed in the p-series and split into cases
WHAT. Take , so . It's positive, continuous, and decreasing for every — hypotheses met. By Step 6, the sum's fate = the ramp's fate. Compute the ramp area.
Case :
- : exponent , so . Area (finite) converges.
- : exponent , so . Area infinite diverges.
Case (the Harmonic series): the power rule breaks, the integral becomes the logarithm:
WHY. The sign of the exponent decides whether the ramp's tail vanishes or explodes — that single sign is the razor's edge at .
PICTURE. Three ramps overlaid: a steep one (, finite tail area, tinted and closed off), the borderline (, tail area creeping up forever), and a gentle one (, tail flooding to infinity).
The one-picture summary
Everything in one frame: the wall of bars (), the ramp (), the tall left-endpoint bars poking above (upper sum), the short right-endpoint bars hiding below (lower sum), and the squeeze arrows pinning between the two integrals.
Recall Feynman: retell the whole walkthrough in plain words
I want to know if adding forever lands somewhere or runs off to infinity. I can't add forever, so I draw each term as a block of width and height — now the sum is just the shaded area of a wall of blocks. Next to the blocks I lay a smooth slide whose area I can compute with an integral. On this downhill slide, if I use the left edge of each strip the block is a bit too tall — it covers more than the slide (upper sum). If I use the right edge the block is a bit too short — the slide covers more than it (lower sum). So the block-wall is squeezed between "the slide's area" and "the slide's area plus one extra first block". Because the wall only ever grows (all blocks point up), if the slide's area is finite the wall is capped and must settle; if the slide's area is infinite the wall is shoved up to infinity too. Same fate, always. Then I try : its slide is , whose tail area shrinks to nothing only when and floods to infinity otherwise. Exactly at the integral turns into , which crawls upward forever — so the harmonic series diverges. That razor-sharp cutoff at is the punchline.
Connections
- Integral test — proof, p-series (index 4.3.7) — the parent note this walkthrough visualises.
- Improper integrals — the machinery that computes the ramp's area out to infinity.
- Harmonic series — the exact borderline we watched barely diverge.
- Comparison test — once you trust the p-series verdict, use it as a yardstick.
- Limit comparison test — same yardstick, softer matching rule.
- Riemann zeta function — the true value the sum lands on (which the test never reveals).
- n-th term test for divergence — why alone is never enough.
#calculus3 #series/convergence