4.2.15 · D2Calculus II — Integration

Visual walkthrough — Volume of revolution — shell method

2,435 words11 min readBack to topic

Step 0 — What are we even measuring?

WHAT. We have a flat region in the plane — a shape you could cut out of paper. We spin it around a straight line (the axis of rotation). As it spins, it sweeps out a 3D solid, like clay on a potter's wheel. We want that solid's volume — the amount of space it fills.

WHY start here. Every symbol later (, , , , ) is a measurement on this picture. If the picture isn't clear, the symbols are just marks.

PICTURE. The pale-yellow shaded region below is our paper shape. The chalk-blue dashed line is the axis. Follow one point on the region: as it spins it traces a circle around the axis.

Figure — Volume of revolution — shell method

Step 1 — Slice the region into thin vertical strips

WHAT. We chop the region into many tall, thin vertical rectangles. Pick one strip at horizontal position . It has a tiny width we call (read: "a little bit of ") and a height reaching from the -axis up to the curve, so its height is .

WHY vertical, and why parallel to the axis? The axis is the -axis — a vertical line. A strip that also stands vertical will, when spun, sweep out a clean tube wrapped neatly around the axis. If we'd sliced horizontally, one strip would sweep out a flat washer instead — that's the other method (disk/washer). Choosing strip direction is the whole art; see Choosing dx vs dy strips.

PICTURE. One highlighted strip in pink, width , height , sitting at distance from the axis.

Figure — Volume of revolution — shell method

Step 2 — Spin ONE strip: it becomes a shell

WHAT. Take the single pink strip and spin it a full turn around the axis. It sweeps out a thin hollow tube — a cylindrical shell, like a tin can with no top or bottom.

WHY one strip at a time? Volume is additive: if we can find the volume of one shell, we just add them all up. Divide-and-conquer. This is the same trick as areas — measure one strip, then sum (Area between two curves).

PICTURE. The flat pink strip and, beside it, the tube it becomes. Label its three measurements:

  • radius — the strip was at distance from the axis, so the tube's wall is that far out.
  • height — the strip's height is unchanged by spinning.
  • thickness — the strip's width is unchanged too.
Figure — Volume of revolution — shell method

Step 3 — Unroll the shell into a flat sheet

WHAT. Slit the tube straight down one side and flatten it out. It becomes a thin rectangular slab — a flat sheet.

WHY does this help? We don't have a volume formula for a "tube" memorised, but we absolutely have one for a box: length × height × thickness. Unrolling converts an unfamiliar shape into a box we can measure. This is the key idea of the whole method.

PICTURE. The tube slit open and laid flat. Watch what each measurement becomes:

  • the tube's height → the sheet's height (unchanged),
  • the tube's thickness → the sheet's thickness (unchanged),
  • the tube's circumference → the sheet's width (this is the new part!).
Figure — Volume of revolution — shell method

WHY the width is a circumference. The sheet's width is "how far you'd walk going once around the tube." Walking once around a circle of radius is exactly its circumference.


Step 4 — Where does come from?

WHAT. The width of the flattened sheet is the distance once around the circle of radius . That distance is .

WHY and not or ?

  • is an area (a filled disk). We don't want the filled disk — we're walking the rim, not paving the floor.
  • is half the way around (a semicircle). We spin the strip a full turn, so we go all the way: .

Think of as "how many diameters fit around a circle" — but a diameter is , so once around is .

PICTURE. A circle of radius with its rim "unbent" into a straight segment of length .

Figure — Volume of revolution — shell method

Step 5 — Is unrolling exactly right, or only approximately?

WHAT. A worry: when we flatten a tube, the inner wall (radius ) is a bit shorter around than the outer wall (radius ). So which circumference did we use? Let's check the flattening isn't cheating.

WHY this matters. If unrolling introduced an error that didn't vanish, our formula would be wrong. We must prove the error disappears.

HOW — exact volume of the shell. A real shell is the space between two solid cylinders: an outer one of radius and an inner one of radius , both of height . Cylinder volume is , so:

Expand :

PICTURE. The two term sizes shown as areas: is a long thin strip; is a tiny square. As shrinks, the tiny square shrinks far faster (its side shrinks in both directions).

Figure — Volume of revolution — shell method

WHY the leftover vanishes. The term has squared. If , then — a hundred times smaller. As the leftover dies far faster than the term we keep. So in the limit: This is why unrolling is legitimate: the "inner vs outer circumference" difference lives entirely in the term, which we throw away.


Step 6 — Add up all the shells: the integral

WHAT. We have one shell's volume . Now stack every shell from the innermost () to the outermost () and add them. "Add up infinitely many infinitely-thin pieces" is precisely what means.

WHY an integral and not ordinary addition? Each shell is infinitely thin, so there are infinitely many of them. Plain "+" can't sum infinitely many terms; the integral is the machine built exactly for "sum of shrinking pieces" — see Definite integral as a limit of Riemann sums.

PICTURE. Many nested shells filling the solid, radius growing from (thin inner tube) to (wide outer tube).

Figure — Volume of revolution — shell method

Sanity number. Region under from to , about the -axis:


Step 7 — Edge cases: don't get ambushed

The pretty first picture always uses , , with the axis on the left and the region on the right. Real problems break each of those. Here is every case.

Case A — the axis is a different vertical line . Then the radius is not — it's the distance from the strip to that line, . The bars ("absolute value") mean "make it positive": a distance can't be negative.

  • Axis on the right of the region (): radius .
  • Axis on the left (): radius .

Case B — the region is between two curves. The height is no longer ; it's top minus bottom, . Same "top − bottom" idea as Area between two curves.

Case C — a degenerate strip: the axis passes through the region. If the axis cuts the region, strips on one side give shells that overlap shells from the other side — you'd double-count. The safe rule: split the integral at the axis and handle each side separately, each with its own positive radius .

Case D — a zero-height or zero-radius shell.

  • At a point where , the strip has height , so : it contributes nothing. Fine.
  • At (a shell on the axis), radius , so : a shell of zero radius is just a line — no volume. Also fine. The formula handles these automatically; no special code needed.

PICTURE. Four small boards, one per case, each showing the strip, the axis, and the correct radius/height labelled.

Figure — Volume of revolution — shell method

The one-picture summary

This single board is the whole derivation: strip → spin → unroll → box volume → sum. If you can redraw this from memory, you own the shell method.

Figure — Volume of revolution — shell method
Recall Feynman retelling — the walkthrough in plain words

I take my flat shape and cut it into loads of skinny vertical ribbons. I grab one ribbon sitting a distance out from the spin-line; it's tall and a hair wide. I spin it once around and it turns into a thin tin-can wall. I slit the can down the side and flatten it — now it's a flat sheet. How wide is the sheet? It's how far I'd walk going once around the can, which for a circle of radius is . So the sheet is wide, tall, and thick — a box — so its volume is . I do this for every ribbon, from the innermost () to the outermost (), and add every box up. "Add infinitely many thin things" is the integral, so the total is . The only sneaky bit is proving flattening is fair: the exact can-volume has one extra crumb, but squaring a tiny number makes it vanish, so we can ignore it. Done.


Recall checkpoint

Recall Test yourself

Where does the in the shell formula come from? ::: Unrolling the tube gives a flat sheet whose width is the shell's circumference, (once fully around a circle of radius ). Why can we drop the term in the exact derivation? ::: It shrinks far faster than as (squaring a small number makes it tiny), so it vanishes in the limit. What is the radius when rotating about ? ::: , the distance from the strip to the axis — not . Why slice parallel to the axis for shells? ::: A strip parallel to the axis sweeps out a clean tube when spun; a perpendicular strip would sweep a washer (the disk method instead). Height for a region between two curves? ::: . Volume of , , about the -axis? ::: .


Connections

  • Volume of revolution — shell method (Hinglish) — the parent topic, all worked examples.
  • Volume of revolution — disk and washer method — the perpendicular-slice cousin.
  • Definite integral as a limit of Riemann sums — why "sum infinitely many shells" is legal.
  • Area between two curves — the "top − bottom" height reused.
  • Choosing dx vs dy strips — the strip-orientation decision.
  • Arc length and surfaces of revolution — revolve a curve to get a surface, not a solid.