GeometryBeginner

Volume Formulas

Volume measures how much three-dimensional space an object occupies. Every 3D shape has its own formula, but they all share a common structure: base area multiplied by some fraction of the height.

1 Volume vs Surface Area

Volume is the amount of space inside a 3D object — measured in cubic units (cm³, m³, ft³). Surface area is the total area of all the outer faces — measured in square units. Volume tells you how much something holds; surface area tells you how much material covers the outside.

A fish tank's volume tells you how much water it holds. Its surface area tells you how much glass was used to build it. Both measurements come from the same dimensions but answer completely different questions.

The General Pattern

Almost every volume formula follows the pattern: V = Base Area × Height (or a fraction of it). Prisms and cylinders use the full height. Pyramids and cones use one-third of it. Spheres are the exception — they use radius alone.

2 Prisms and Cylinders

A prism has two identical parallel faces (the bases) connected by rectangles. Volume = Base Area × Height. The base can be any polygon.

Prism and cylinder formulas
Rectangular prism (box): V = length × width × height = lwh
Cube: V = side³ = s³ (a rectangular prism where all sides are equal)
Cylinder: V = πr²h (the base is a circle with area πr², multiplied by height)
Cylinder Volume
A cylinder has radius 5 cm and height 12 cm.
1Base area = πr² = π × 5² = 25π
2Volume = base area × height = 25π × 12 = 300π ≈ 942.5 cm³
Answer: V ≈ 942.5 cm³

3 Pyramids and Cones

A pyramid tapers from a polygonal base to a single point (apex). A cone tapers from a circular base to a point. Both have volume equal to one-third of the corresponding prism or cylinder.

Pyramid and cone formulas
Pyramid: V = ⅓ × Base Area × Height
Square pyramid: V = ⅓ × s² × h (base is a square)
Cone: V = ⅓ × πr² × h
Cone Volume
An ice cream cone has radius 3 cm and height 10 cm.
1V = ⅓ × πr² × h = ⅓ × π × 9 × 10
2= ⅓ × 90π = 30π ≈ 94.25 cm³
Answer: V ≈ 94.25 cm³
Why one-third?

A cone fits inside a cylinder of the same base and height. You can fill exactly 3 cones of water to fill the cylinder. The same relationship holds between a pyramid and its matching prism. This can be proven with calculus (integration) or demonstrated physically.

4 Spheres

V = (4/3)πr³

The sphere formula is the hardest to derive intuitively — it requires calculus (integrating circular cross-sections from −r to +r). The result is a volume exactly two-thirds of the smallest cylinder that can contain the sphere.

Sphere Volume
A ball has radius 6 cm.
1V = (4/3)πr³ = (4/3) × π × 6³
2= (4/3) × π × 216 = 288π ≈ 904.8 cm³
Answer: V ≈ 904.8 cm³
Radius vs diameter

If you're given the diameter, halve it to get the radius. A sphere with diameter 10 has radius 5. Volume = (4/3)π(5³) = (4/3)π(125) ≈ 523.6 cm³ — not (4/3)π(10³).

5 Real-World Applications

Engineering: the volume of a pipe (cylinder) determines flow rate. Water flowing at 2 m/s through a pipe with radius 0.1m delivers πr²v = π(0.01)(2) ≈ 0.063 m³/second. Volume calculations are essential in fluid dynamics, structural engineering, and materials science.

Packaging: manufacturers optimize packaging by minimizing surface area for a given volume — minimizing material cost while maintaining capacity. A sphere has the smallest surface area for any given volume, which is why soap bubbles are spherical.

Medicine: dosing of injectable medications often depends on body volume calculations. Tumor volume (approximated as an ellipsoid) is tracked to assess treatment response.

Practice Problems

A rectangular box is 8cm × 5cm × 3cm. Find its volume.
V = 8 × 5 × 3 = 120 cm³
A cylinder has diameter 10 and height 7. Find the volume.
Radius = 5. V = π(5²)(7) = 175π ≈ 549.8 cubic units
A pyramid has a square base of side 6 and height 9. Find the volume.
V = ⅓ × 6² × 9 = ⅓ × 36 × 9 = ⅓ × 324 = 108 cubic units
Which holds more: a cylinder with r=3, h=8, or a sphere with r=4?
Cylinder: π(9)(8) = 72π ≈ 226.2. Sphere: (4/3)π(64) ≈ 268.1. The sphere holds more.