4.2.5 · D2Calculus II — Integration

Visual walkthrough — Net change theorem

2,013 words9 min readBack to topic

The cast of characters (before Step 1)

We need two objects and one honest picture, or nothing below makes sense.

The whole theorem connects a picture of (a curve going up and down) to a picture of (an area under a different curve). Look at both side by side:

Figure — Net change theorem

On the left board, the blue curve is ; the total vertical rise from to — the pink bracket — is the net change we want. On the right board is , the slope-o-meter reading of that same curve. The claim we will prove is that the yellow area on the right equals the pink height on the left. Different pictures, same number.


Step 1 — Slice the interval into thin strips

WHAT. Chop into equal little pieces. Mark the cut points Here is just another name for , another name for , and each is the -th fencepost. Each strip has the same width The symbol (Greek "delta") means "a change in," so literally reads "a small change in " — the strip width.

WHY. Change over the whole long interval is hard to reason about — wiggles. But over a strip so thin that barely bends, change is easy: it is almost just (slope) (width). Slicing trades one hard problem for easy ones.

PICTURE.

Figure — Net change theorem

The board shows the interval cut into equal chalk strips, each of width . Notice the fenceposts : there are posts making gaps. That off-by-one is the classic trap — count the gaps, not the posts.


Step 2 — Total change is a telescoping sum

WHAT. The full rise is just the sum of every strip's own little rise: The (Greek "sigma") means "add these up," and runs from to , once per strip. The term is how much climbed across strip number alone.

WHY. Write the sum out longhand and watch the middle values annihilate: Every interior height appears once with a and once with a , so it cancels. Only the outermost survivors and remain. This "everything cancels through the middle" pattern is a telescoping sum — like a collapsing telescope. It is exact, not an approximation.

PICTURE.

Figure — Net change theorem

Each pink vertical bar is one strip's rise . Stack them head to tail up the staircase and the total height of the whole staircase is exactly the pink bracket — nothing lost, nothing double-counted.


Step 3 — Trade each little rise for slope × width (Mean Value Theorem)

WHAT. For a single thin strip, replace its rise by a slope times its width. The Mean Value Theorem guarantees there is some point inside strip where the curve's instantaneous slope equals the strip's average slope: The star on just tags "the special point inside strip ." Rearranged, this says — a slope, by definition.

WHY. We want to bring the rate into the story, because is what the theorem is about. The Mean Value Theorem is the bridge: it converts a rise we cannot compute into a rate (which we know) times a width (which we chose). It works because over a strip the curve must, at least once, be as steep as its own start-to-end average — you cannot get from bottom to top without matching the average slope somewhere.

PICTURE.

Figure — Net change theorem

Zoom into one strip. The pink chord connects the two ends; the yellow tangent line, drawn at , is parallel to it. Same slope. So the true rise (chord's vertical drop) equals — a genuine rectangle of height and width .


Step 4 — Recognise a Riemann sum of rectangles

WHAT. Substitute Step 3's replacement into Step 2's sum: Each term is the area of a rectangle: height , width .

WHY. This is the exact shape of a Riemann sum — a pile of skinny rectangles sitting under the graph of . We engineered it on purpose: the left side is still the exact net change of , and now the right side is manifestly an approximation of the area under .

PICTURE.

Figure — Net change theorem

The yellow rectangles march under the curve. Their total area equals the pink net-change height from the left board of Step 1 — for any number of strips, because Step 3 was exact strip by strip.


Step 5 — Take the limit: rectangles become the integral

WHAT. Let the strips get infinitely thin, (so ). The rectangle-sum sharpens into the exact area, which is what the integral symbol means: The tall is a stretched "S" for "sum"; the is the width shrunk to a whisker. Reading right to left: sum of (rate tiny width) over .

WHY. As the strips thin, two things vanish together: the curve's bending inside each strip, and any error in approximating rise by slope width. In the limit the wobbly rectangle-tops smooth exactly onto , and the sum is the area. The left side never moved — it was the whole time — so the two are equal.

PICTURE.

Figure — Net change theorem

Three boards: coarse rectangles, finer rectangles, and the smooth filled area. The jagged top settles onto the curve; the yellow area is now , dead equal to the pink height.


Step 6 — The edge case: when the rate goes negative

WHAT. Nothing above assumed . If on part of , that strip's rectangle has negative height, so it contributes negative area — and goes down there.

WHY. A negative rate means the stuff is decreasing (water draining, car reversing). The proof still holds line for line: Step 3's slope is simply a negative number, so the rise is negative. The sum then nets the ups against the downs. This is exactly why the theorem gives net change, not total distance.

PICTURE.

Figure — Net change theorem

The curve dips below the axis on the middle stretch. Rectangles above the axis are yellow (positive, rising); rectangles below are pink (negative, falling). The integral adds them signed: yellow area minus pink area. That signed total is precisely — see the blue curve rise, then fall, then rise, ending at the pink net height.


Step 7 — The degenerate cases: check the machine doesn't break

WHAT & WHY. Three limiting inputs, each a sanity test.

  1. Empty interval, . Zero strips of zero total width: . No time elapsed, no change. ✓
  2. Constant quantity, . Every rectangle has height , so the area is and . Flat stuff never changes. ✓
  3. Constant rate, . Every rectangle has the same height ; total area , a plain rectangle. And indeed net change — steady rate for a fixed time. ✓

PICTURE.

Figure — Net change theorem

Three mini-boards showing the collapsed strip (), the flat-zero rate, and the single fat rectangle of a constant rate. In every case the yellow area and the pink height agree — the theorem degrades gracefully.


The one-picture summary

Figure — Net change theorem

Read the arrow chain: the pink rise of (left) equals the staircase of little rises (telescoping), equals the sum of yellow rectangles (MVT), equals — in the limit — the yellow area under (right). One number, seen four ways.

Recall Feynman: tell the whole walkthrough to a 12-year-old

Picture a hill. The height of the hill above sea level is ; how steeply it slopes right where you stand is . I want to know how much higher the far end is than the near end — that is the net change.

I slice the walk into tiny steps (Step 1). Across each tiny step the ground barely bends, so the little bit of climb is just "how steep it is here" times "how long the step is" (Step 3 — the Mean Value Theorem promises there's a spot in each step whose steepness is exactly right). If I stack up all those little climbs, the middles cancel and I'm left with only "top minus bottom" (Step 2 — telescoping). Each little climb is a skinny rectangle, height = steepness, width = step length, so the whole climb is a pile of rectangles under the steepness graph (Step 4). Make the steps infinitely small and that pile becomes the smooth area under the steepness curve — the integral (Step 5).

If the hill goes downhill somewhere, that step's climb is negative and gets subtracted, so I get the net height gained, up minus down (Step 6). And if I don't walk at all, or the ground is flat, or it slopes the same everywhere, the machine still gives the obvious answer (Step 7). That's it: add up steepness-times-tiny-width and you recover the total change in height.


Connections