The Sphere Volume Formula

A comprehensive guide to understanding, proving, and applying the mathematical formula for the volume of a sphere.

Standard Formula
V = 4/3 × π × r³

Where V is the sphere's internal volume, r is the sphere's radius, and π is the mathematical constant Pi (≈ 3.14159265).

V

Volume: The total 3D space contained inside the sphere, expressed in cubic units (mm³, cm³, m³, in³, ft³).

r

Radius: The linear measurement from the sphere's center to its outer surface.

π

Pi: The ratio of circumference to diameter (≈ 3.14159 or 22/7).

Radius Formula vs. Diameter Formula

In textbook geometry and engineering drawings, dimensions are frequently provided as a diameter (the total distance from one side through the center to the other side) rather than a radius.

Option 1: Convert to Radius (Recommended)

Because d = 2r, divide the diameter by 2:

r = d ÷ 2
V = 4/3 × π × (d/2)³

Option 2: Direct Diameter Formula

Substitute (d/2)³ = d³/8 directly into the formula:

V = 4/3 × π × (d³ / 8)
V = (1/6) × π × d³

Archimedes' Proof (Sphere Inscribed in a Cylinder)

In 225 BC, Archimedes discovered a profound geometric harmony between spheres, cones, and cylinders. Imagine a sphere of radius r perfectly enclosed inside a cylinder.

  • The cylinder has base radius r and height h = 2r.
  • The volume of this cylinder is V_cylinder = Base Area × Height = (πr²) × (2r) = 2πr³.
  • Using his law of the lever, Archimedes proved that the volume of the sphere is exactly 2/3 of the cylinder's volume:
V_sphere = (2/3) × V_cylinder
V_sphere = (2/3) × (2πr³)
V_sphere = (4/3)πr³

Calculus Derivation (Disk Integration Method)

In modern calculus, the sphere volume formula is derived by rotating a semicircle around the x-axis or integrating circular slices (disks) across the sphere's height from x = -r to x = +r.

The equation of a circle of radius r centered at the origin is x² + y² = r², which gives the radius of each circular slice at position x as y² = r² - x².

V = ∫-rr π y² dx
V = π ∫-rr (r² - x²) dx
V = 2π ∫0r (r² - x²) dx   (by symmetry)
V = 2π [ r²x - (x³ / 3) ]0r
V = 2π [ r³ - (r³ / 3) ]
V = 2π [ 2/3 r³ ] = 4/3 π r³

Hemisphere Volume Formula

A hemisphere is half of a sphere cut through the center:

V_hemi = (1/2) × (4/3)πr³
V_hemi = 2/3 × π × r³

Rearranging: Solve for Radius (r)

If you already know the volume (V) and need the radius:

r³ = (3 × V) / (4 × π)
r = ³√ [ (3V) / (4π) ]