How much wrapping paper do you actually need for a box? How much water fits inside a cone shaped cup? Those are two different questions. One asks about the skin of a shape. The other asks about what's trapped inside it. And once you see the two tricks behind them, you can build almost every area and volume formula yourself, without memorizing a single one.
The trick for area: peel the skin off and lay it flat. Area doesn't care about bending, only about how much flat material you'd need to cover something.
The trick for volume: slice the solid into wafer thin layers and stack their areas. A solid is just a pile of flat pieces standing on top of each other.
That's really it. Let's build both from scratch.
Surface area isn't a 3D idea at all
Here's a claim that sounds wrong at first: surface area is a 2D concept. A cube looks completely 3D, but its surface, the part you'd actually paint or wrap, is just six flat squares glued together at their edges.
If you cut along the right edges, a cube unfolds into a flat cross shape called a net. Every face lands flat on the table, none of them stretched or squished. And here's the part that matters: the total area of the net is exactly the total area of the cube's surface. Unfolding doesn't create or destroy any material. It just rearranges it.
Try it below. Drag the slider and watch six identical squares peel off a stacked block and settle into a flat row. Notice the area readout the entire time.
Drag the slider to peel the six faces of a cube off the block and lay them flat. Watch the total area readout: it never moves.
Nothing happens to that number. It sits at 96 no matter how folded or flat the pieces are, because the pieces themselves never changed size. That's the whole idea behind surface area: add up the area of every flat face, and you're done.
For a cube with side length , there are 6 identical faces, each with area , so:
Any box shaped solid works the same way. Count the faces, find each one's area, add them up. A rectangular box with sides , , has two faces of each of the three sizes, so its surface area is . Same idea, just three different rectangles instead of six identical squares.
A cylinder is just a rolled up rectangle
Boxes are easy because their faces are already flat. But what about something curved, like a soda can?
Peel the label off a can and lay it flat. It's a rectangle. One side is the can's height, . The other side is the distance around the can, which is its circumference, . Roll that rectangle back into a tube and the two short edges meet up perfectly, because that's exactly how far around the circle is.
So the curved part of a cylinder (its lateral surface) has area:
Add the flat circle on top and the flat circle on the bottom, each with area , and the full surface area of a cylinder is:
No new trick here. It's the same peel-and-flatten idea, just applied to a curved surface instead of a flat one.
So what happens when the sides slant inward?
A cylinder's wall unrolls into a plain rectangle because every point on it is the same distance from the axis. A cone is trickier. Its wall slants, so when you unroll it, you don't get a rectangle. You get a wedge, a slice of a bigger circle.
Here's why. Walk your finger along the slanted side of a cone, from the base up to the apex. That distance is the slant height, . If you unroll the cone's skin flat, every point on it is still exactly away from the apex, which means the whole unrolled skin has to fit inside a circle of radius . It just doesn't fill the whole circle: only a wedge shaped sector, because the base of the cone (circumference ) is shorter than the full circumference of a circle with radius ().
That sector's arc length has to equal the cone's base circumference, since that's the edge that used to wrap all the way around. Drag the slider below and watch the two stay locked together.
Drag the slider to peel the cone's skin off and flatten it into a sector. The highlighted rim on the left always matches the swept wedge on the right.
For this cone, and , so the base circumference is and the sector's radius is . Work out the angle that gives an arc of length on a circle of radius , and you get exactly radians. A half circle. Unroll it all the way and the wedge is precisely half of a full disk with radius .
That relationship, arc length of the sector equals base circumference of the cone, is enough to derive the formula. A sector with angle (in radians) and radius has area . Swap in and simplify, and the cancels down to:
Same peeling trick as the cylinder. It just took slightly more geometry to get there.
Volume is just area, stacked
Area told us how much skin a shape has. Volume asks a completely different question: how much space is trapped inside?
Picture a loaf of bread. You can find its volume by slicing it into thin pieces and adding up each slice's contribution: the slice's cross sectional area times its (tiny) thickness. Do that for every slice and add them all up, and you get the loaf's total volume. This works for any solid, not just loaves. It's called Cavalieri's principle, and it turns every volume problem into a slicing problem.
A cone is the perfect place to see this. Slice it horizontally into flat disks. Each disk is a cylinder in miniature: some radius, some tiny height, volume . Add up all disk volumes and you get an approximation of the cone's volume. Use more, thinner disks and the approximation gets better...
Slide n up to stack thinner disks inside the cone. Press play to watch the approximation converge on its own.
Push up toward 40 and watch the error shrink toward zero. It never quite hits zero with a finite number of disks, but it gets close enough that you can see exactly where the exact formula comes from. The exact volume is what you'd get with infinitely many, infinitely thin disks, which is exactly what integration formalizes. For a cone with base radius and height , that infinite stacking works out to:
That isn't arbitrary. It falls out of the fact that a cone's disks shrink linearly from the base radius down to zero at the apex, and it turns out that shrinking pattern always contributes exactly a third of what a cylinder of the same base and height would.
Why is a cone always exactly a third of a cylinder?
Speaking of that : here's where it gets genuinely beautiful. Build a cylinder, a cone, and a sphere that all share the same radius , with the cylinder and cone standing exactly as tall as the sphere is wide (). Slide the radius up and down below and watch what happens to their volumes.
All three shapes share radius r and height h = 2r. Drag r and watch the ratio between them refuse to change.
The individual volumes change as changes, obviously, a bigger sphere holds more than a smaller one. But their ratio never moves. It's locked at , cylinder to sphere to cone, at every single radius. And hey, notice that other readout: cylinder minus (cone plus sphere) sits at zero, always. A cylinder's volume is exactly its cone's volume plus its sphere's volume. Every time, for every radius.
Archimedes worked this out around 250 BC using nothing but Cavalieri style slicing, over two thousand years before calculus existed. He was so proud of it that he asked for a cylinder with an inscribed sphere carved on his tombstone. This is the formula behind that carving:
Plug in for the cylinder and cone, and the algebra confirms exactly what the slider showed you: the ratio holds for any you pick, because cancels out of the ratio entirely.
The short version
Two tricks build almost every formula for area and volume:
- Area is a flattening problem. Unfold or unroll a solid's skin, add up the flat pieces, and you have its surface area. That's for a cube, for a cylinder, for a cone's curved side.
- Volume is a slicing problem. Cut a solid into thin flat layers, add up each layer's area times its thickness, and you have its volume. That's for a cone, for a sphere, for a cylinder.
- Those two ideas aren't independent. They're locked together by ratios you can't shake loose, like Archimedes' , no matter how you scale the shape.
Next time you see a 3D formula and it looks like it fell out of the sky, ask yourself which trick built it: did someone unfold the skin, or did someone slice the solid? It's almost always one of the two.
Every visual above is plain SVG and a bit of geometry, no 3D engine involved, just the same flattening and slicing tricks the math itself is built on.