From flat area to a solid's skin
In the first two guides of this rung you learned to measure flat regions: any polygon's area, even the awkward ones, through Heron's formula, and the disc through pi and the area of a circle. Now we lift those skills off the page. A solid — a cube, a cylinder, a cone — has an outside, and that outside is itself a surface made of pieces you can already measure. The surface area of a solid is simply the total area of that outside skin, the amount of wrapping paper it would take to cover the solid exactly with no overlap and no gaps.
The whole subject rests on one honest move: never measure area in three dimensions directly. Instead, cut the skin along some edges and flatten it onto a table. Once it lies flat it is just an arrangement of polygons and circular pieces, and the total surface area is the plain sum of those flat areas. Folding the skin back up into the solid does not change how much skin there is — area survives bending, so the flattened picture gives the true answer.
Nets: unfolding the box
The cleanest way to flatten a solid with flat faces is to draw its net: the connected two-dimensional pattern you get by unfolding every face onto the plane, leaving them joined along shared edges. A cardboard box, slit and pressed flat, is a net of a rectangular box; a paper cube unfolds into the familiar cross of six squares. Once the net is drawn, the surface area is nothing more than the area of the net — and a net is just polygons, which the polygon guide already taught you to measure.
Take a rectangular box (a 'cuboid') with length l, width w, and height h. Its six faces come in three matching pairs: two of area l * w (top and bottom), two of area l * h (front and back), and two of area w * h (the two sides). Adding them gives the box's surface area S = 2(l*w + l*h + w*h). For a cube every edge is the same length a, so all six faces are a^2 and the formula collapses to S = 6 * a^2 — six squares, exactly the net you unfolded.
- Surface area of a box 5 by 3 by 2: identify the three pairs of faces.
- Pair areas: l*w = 5*3 = 15, l*h = 5*2 = 10, w*h = 3*2 = 6.
- Add them and double for the matching pair: S = 2(15 + 10 + 6) = 2 * 31 = 62 square units.
- Sanity check: a unit cube would give 6, and our box is bigger on every side, so a few dozen square units is reasonable.
Cylinders and cones: unrolling the curve
A cylinder — a soup can — has two flat circular ends and one curved wall. The flat ends are easy: two discs, each of area pi * r^2. The trick is the curved wall, and here the net idea saves us again. Slit the wall straight down and unroll it, and it flattens into a perfect rectangle. Its height is the cylinder's height h, and its width is exactly the distance around the circle — the circumference 2 * pi * r you measured in the previous guide, because that is how far the wall wraps. So the wall has area (2 * pi * r) * h, and the whole cylinder has S = 2 * pi * r^2 + 2 * pi * r * h.
A cone is subtler, and it forces a new measurement. Its base is a disc of area pi * r^2, but the slanted side does not lie flat as a rectangle — unrolled, it becomes a sector of a larger circle. The length that matters here is not the cone's vertical height but its slant height l, the straight distance from the rim up the sloping surface to the tip. Working out the sector's area (a calculation we will not grind through here) gives the curved part as pi * r * l, so the full cone has S = pi * r^2 + pi * r * l.
The sphere, which refuses to unfold
The sphere breaks our reliable method, and it is worth being honest about why. A sphere's surface cannot be flattened onto a plane without stretching or tearing it — this is exactly why every flat world map distorts the continents. So there is no clean net to unroll, and the surface area cannot be read off a flattened picture. The formula, due to Archimedes, is S = 4 * pi * r^2: the skin of a sphere has the area of four of its flat circular cross-sections.
That '4' has a memorable face. Slice a sphere through its centre and the cut is a great circle, a disc of area pi * r^2 — the largest circle the sphere holds, the equator of a globe. The sphere's surface is exactly four of those great-circle discs in area. There is no short, fully elementary proof of this; Archimedes found it by comparing the sphere to a cylinder, and a clean derivation really needs the integral calculus that later rungs of this ladder will give you. We state it faithfully here and trust it, rather than pretending it has a one-line reason.
solid surface area S cube 6 * a^2 box 2(l*w + l*h + w*h) cylinder 2 * pi * r^2 + 2 * pi * r * h cone pi * r^2 + pi * r * l (l = slant height) sphere 4 * pi * r^2
Why doubling size quadruples the skin
Look across every formula above and one pattern jumps out: each surface area is some number times a length squared. Cube: 6 * a^2. Sphere: 4 * pi * r^2. Cylinder, cone, box — all of them, area scales as (length)^2. This is the square-cube law at work, and it has a vivid consequence. If you scale a solid up by a factor of k, keeping its shape, every length grows k times but every area grows k^2 times. Double a model's size and its surface area becomes four times larger, not twice.
Volume, which the next guide tackles, scales differently still — as (length)^3, the cube of the factor. That mismatch between a k^2 surface and a k^3 interior is one of the most consequential facts in all of nature. It is why a crushed-ice cube melts faster than a single big block of the same total volume (more surface per unit of interior), why small animals lose body heat quickly, and why a giant the shape of a person could not support its own weight. We will return to it once volume is in hand.
So the surface area of a solid is, at heart, the simplest idea in this rung: flatten the skin and add up areas you already command. Boxes, cylinders, and cones unfold honestly into nets and sectors; the sphere alone resists, and we accept Archimedes' 4 * pi * r^2 on its merits. Next we step inside the skin and ask how much room the solid encloses — the volume — where Cavalieri's principle and the same scaling law await.