A spherical cap is what you get when you slice the top off a sphere with a single flat cut — the smaller piece left over is the cap, and it shows up constantly in engineering as dished tank heads, storage silo domes, and architectural roofs. This calculator takes the sphere's radius and the cap's height and returns the volume, curved surface area, and base radius, with the hemisphere as a built-in special case.

Why the cap formula reduces exactly to the hemisphere formula

A hemisphere is simply the spherical cap you get when the cut passes through the sphere's exact center — in other words, when the cap height h equals the sphere radius R. Plugging h = R into the general volume formula V = πh²(3R−h)/3 gives πR²(3R−R)/3 = πR²(2R)/3 = 2πR³/3, which is exactly the familiar hemisphere volume formula. The same substitution works for curved surface area (2πRh becomes 2πR², the hemisphere's dome area) and base radius (√(h(2R−h)) becomes √(R·R) = R, the hemisphere's flat-circle radius). There's no special-casing needed in the math — the hemisphere is just one point along the continuous range of possible cap heights.

Why curved surface area — not total — is usually what matters

Unlike a hemisphere sitting on the ground, a real spherical cap is often welded, bolted, or built onto a larger structure at its flat base: a dished tank head attaches to a cylindrical shell, a dome roof sits on a drum wall. In both cases, the flat base isn't an exposed surface that needs painting, roofing material, or insulation — only the curved dome is. That's why this calculator reports curved surface area (2πRh) rather than a total that adds the flat circle back in. If you do need the base's own area for a different reason (say, sizing the opening it covers), that's simply the area of a circle with the calculator's reported base radius, πa².

The h > 2R boundary and why it matters

A cap height can range from just above 0 (a vanishingly thin dome cap) up to 2R (the full sphere's diameter), at which point the "cap" is the entire sphere and the base radius shrinks to zero — the flat cut has moved to a single point at the antipode. Any cap height beyond 2R is geometrically impossible: you cannot cut a cap taller than the sphere itself. This calculator blocks that input and explains why, since a silent wrong answer would be worse than an explicit boundary message for anyone sizing a real dome or tank head.