Read this lesson as text
Slicing Solids
Calculus 1 · Axiom Academy
Find a volume the way you'd cut a loaf of bread: slice it, measure each slice, and add up the stack. One idea handles any solid you can slice You already know the volume of a box, a cylinder, a cone. But what about a loaf of bread, a vase, a pyramid — anything that changes shape as you move along it? Calculus answers all of them with a single move: cut the solid into thin slices, measure the area of each face, and add the slices back up. Watch the sweep line travel along the loaf. Each thin slab it passes has cross-sectional area A(x) and tiny thickness dx , so it contributes a sliver of volume A(x)·dx . The running total climbs to the exact volume of the whole solid. The volume is just the accumulated slices — the running total the sweep line leaves behind, written V = A(x) dx . Why thin slices give the exact answer Real slices have thickness, so a stack of flat slabs only approximates the solid — its blocky top juts past the true surface. Slide the handle to cut the loaf into more and more slices. As the slabs get thinner, the staircase tightens onto the real solid and the leftover gap shrinks toward zero. As x → 0 the sum of slabs becomes the integral — the discrete stack turns into the exact volume.
This is the written version of the interactive lesson above. See the full Calculus 1 course.