4.4.17 · D2Multivariable Calculus

Visual walkthrough — Double integrals over general regions — Type I and II

1,845 words8 min readBack to topic

Before line one, three plain-word promises:


Step 1 — What "volume under a surface" actually means

WHAT. We chop the floor into tiny square patches. Over one patch sitting at with area , the tent has roughly constant height , so the little box of stuff above it has volume . Add all boxes: total volume .

WHY. We can only define the double integral as the limit of this sum as the patches shrink: Here means "add up", and the subscript "patches in " is the crucial part — we only count patches that land inside .

PICTURE. The red boxes stand only on the shaded region ; the height of each is the tent value at that spot.

Figure — Double integrals over general regions — Type I and II

The problem this page solves: that " over patches in " is hard when has slanted edges. We need to turn it into ordinary one-variable integrals with clear limits.


Step 2 — The one thing we know how to do: rectangles

WHAT. Over a rectangle (the notation means AND — a box with vertical sides at and horizontal sides at ), the sum is easy because both variables run between constants. We already know how to handle this.

WHY. With constant limits we can add the boxes in an organized way: first pile up one column, then slide across. That organized adding is the iterated integral.

PICTURE. The rectangle has straight sides; every from to meets the same top () and bottom (). Nothing bends.

Figure — Double integrals over general regions — Type I and II

So our whole strategy will be: smuggle the curved region into a rectangle.


Step 3 — Enclose in a rectangle

WHAT. Draw the smallest rectangle that completely contains . Choose:

  • = the leftmost and rightmost -values reaches,
  • = the lowest and highest -values reaches,

so that and hold everywhere (the curves stay inside the box).

WHY. We only know how to integrate over rectangles (Step 2). By trapping inside , we can work on — provided we can make the corners of that stick out beyond count for nothing.

PICTURE. The teal rectangle hugs the plum region . The four corner slivers (still cream) are inside but outside — those are the parts we must silence.

Figure — Double integrals over general regions — Type I and II

Step 4 — Extend by zero (silence the outside)

WHAT. Invent a new height that equals the real height on and is flat-zero everywhere else: Read term by term: the top line keeps the tent where we want it; the bottom line flattens the tent to height in the corner slivers.

WHY. A box of height has volume . So integrating over the whole rectangle gives exactly the same volume as integrating over just : The left side is what we want; the right side lives on a rectangle where we can iterate.

PICTURE. Same rectangle, but now the corner slivers are pressed down to the floor (height ). Only the tent over pokes up.

Figure — Double integrals over general regions — Type I and II

Step 5 — Iterate on the rectangle (Fubini)

WHAT. On a rectangle, Fubini's Theorem says we may add the boxes column-by-column: Term by term:

  • the inner freezes and slides up the column from to , adding the box heights in that one vertical strip;
  • the outer then slides that finished strip from left () to right ().

WHY. This is the "add a column, then slide across" idea of Step 2, now written as symbols. It only works because the rectangle's limits are all constants.

PICTURE. One vertical teal strip at a fixed is highlighted; the arrow shows sweeping from up to . A ghosted strip shows the outer sweep sliding from to .

Figure — Double integrals over general regions — Type I and II

Step 6 — Collapse the dead zones (the punchline)

WHAT. Look at one column at a fixed . As climbs from to , the height is zero until reaches the bottom curve , then equals the real up to the top curve , then is zero again up to . Splitting the inner integral at those two curves: The two zero pieces vanish, leaving the tent-part only.

WHY. The dead zones contributed literally nothing (height ), so the column's true content runs only between the curves. This is exactly why the inner limits are the curves and : they are where the tent starts and stops along that column.

PICTURE. The same column, now colour-coded: grey dead segments below and above , orange live segment between them.

Figure — Double integrals over general regions — Type I and II

Feed this back into the outer integral of Step 5: Read it: outer = slide constant-to-constant across ; inner = climb curve-to-curve up each column.


Step 7 — Edge case: is always Type I?

WHAT. No. A column can only have one entry-point and one exit-point for the formula to work — i.e. every vertical line hits in a single unbroken segment. If a vertical line enters, exits, then re-enters (a dumbbell or crescent), no single pair describes the column.

WHY. Step 6 assumed exactly two crossings: zero → live → zero. Three or more crossings breaks that split. The fix: cut into sub-regions , each simple, and add:

PICTURE. Left: a good region — every vertical line crosses once in, once out. Right: a bad crescent where one vertical line crosses four times, chopped by a dashed cut into two Type I pieces.

Figure — Double integrals over general regions — Type I and II

Step 8 — Degenerate case: curves that touch (area collapses)

WHAT. At an where , the column has zero height — the inner integral is . This is not an error; it is the honest boundary of the region.

WHY. In the between-curves area the two curves meet at the endpoints. Setting : and at a touching point , so that column adds nothing — exactly as the geometry demands. If the curves cross inside (top and bottom swap), you must split at the crossing and reassign which curve is (top) on each piece; otherwise goes negative and the sign flips.

PICTURE. A region between and : the columns have full height in the middle and pinch to zero height at the meeting points and .

Figure — Double integrals over general regions — Type I and II

The one-picture summary

Everything on this page in a single frame: enclose () → silence the corners () → one column climbs → slide .

Figure — Double integrals over general regions — Type I and II
Recall Feynman retelling — the whole walkthrough in plain words

You want the amount of stuff under a bumpy tent, but the tent's floor is a weird slanted shape, not a neat box (Step 1). The only shape you know how to handle is a box, so you draw the smallest box that fits the whole tent inside it (Step 3). The box has corners that stick out past the tent's real floor — so you press those corner-tents flat to the ground, making them count as nothing (Step 4). Now you're allowed to measure inside the whole box the easy way: pick a thin vertical slice, add up the tent height along it from bottom to top, then slide that slice across (Step 5). But along any slice, the flattened parts are zero — the tent only exists between the bottom curve and the top curve — so the slice really only runs curve-to-curve (Step 6). That's the formula: slide left-to-right between fixed numbers, climb bottom-curve to top-curve inside each slice. If a slice ever pokes in and out of the shape more than once, cut the shape into simpler pieces first (Step 7). And where the two curves kiss, the slice has no height and quietly adds zero — which is exactly the edge of the region (Step 8).