Every 3D solid in standard geometry — cube, rectangular prism (box), cylinder, sphere, cone, square pyramid — has a one-line volume formula and a one-line surface area formula. Memorize these and you’ve covered 95% of school 3D problems. This guide collects them all in one place with worked examples.
| Solid | Volume (V) | Surface Area (SA) |
|---|---|---|
| Cube (side s) | s³ | 6s² |
| Rectangular Prism (l, w, h) | l × w × h | 2(lw + lh + wh) |
| Cylinder (r, h) | πr²h | 2πr² + 2πrh |
| Sphere (r) | (4/3)πr³ | 4πr² |
| Cone (r, h) | (1/3)πr²h | πr² + πrl, where l = √(r² + h²) |
| Square Pyramid (b, h) | (1/3)b²h | b² + 2b · slant_height |
| Triangular Prism (B, h) | B × h (B = triangle area) | 2B + perimeter × h |
The simplest 3D shape — all 12 edges equal, 6 square faces.
Example: a cube with side 4 cm: V = 64 cm³, SA = 96 cm², diagonal = 4√3 ≈ 6.93 cm.
Length l, width w, height h. Most common 3D solid in real life (rooms, boxes, swimming pools).
Example: a box 8 × 5 × 3: V = 120, SA = 2(40 + 24 + 15) = 158, d = √(64+25+9) = √98 ≈ 9.90.
Two circular bases (radius r) connected by a curved lateral surface, height h.
Example: cylinder r = 3, h = 10: V = π × 9 × 10 = 90π ≈ 282.74, SA = 2π × 9 + 2π × 30 = 78π ≈ 245.04.
The simplest 3D shape — defined by radius alone. Volume and surface area both depend only on r.
Example: a basketball with diameter 24 cm has r = 12. V = (4/3)π × 1728 = 2304π ≈ 7238 cm³, SA = 4π × 144 = 576π ≈ 1810 cm².
One circular base (radius r) tapering to a single point, height h. The trickiest of the bunch because surface area uses the SLANT height (not the vertical height).
Example: cone r = 6, h = 8. Slant l = √(36 + 64) = √100 = 10. V = (1/3)π × 36 × 8 = 96π ≈ 301.59, SA = π × 6 × (6 + 10) = 96π ≈ 301.59 cm².
Square base (side b) tapering to a point, vertical height h.
This is one of the cooler facts in geometry: a cone and a cylinder with the same base and same height — the cone has exactly 1/3 the volume of the cylinder. You can verify experimentally with water: fill a cone-shaped container, pour into a cylinder of same dimensions — it takes exactly 3 cone-fulls. Same applies to pyramid vs prism with same base + height.
Two ways to derive: (1) calculus integration of disk slices, (2) Cavalieri’s principle comparing to a cylinder with cones removed. The “(4/3)” comes from the integral ∫(πr² − πx²) dx evaluated from −r to r.
For instant calculation, our Sphere/Cylinder/Cone Calculator handles all three, and Cube/Box Calculator handles boxes. For the full set of 2D and 3D formulas in one place, see our Complete Geometry Formulas Reference.
How do I find volume of an irregular 3D shape? Three approaches: (1) decompose into standard solids and sum, (2) water displacement (immerse in water and measure displaced volume), (3) integration (calculus) for shapes defined by curves.
What units does volume use? Cubic units (cm³, m³, in³, ft³). 1 m³ = 1,000 liters = 1,000,000 cm³.
What units does surface area use? Squared units (cm², m², in²). Same units as 2D area.
Which formula does Google use for “volume of a cylinder”? The standard V = πr²h, exactly the same as we list. There’s no other formula — this one is universal.