geometry calculators

Sphere Calculator

Find a sphere's volume, surface area, diameter, or circumference by entering any one known measurement. Useful for physics problems, ball sizing, tank capacity, and material estimation.

About this calculator

All sphere properties derive from a single radius r. The volume is V = (4/3) × π × r³, and the surface area is A = 4 × π × r². If you know the diameter d instead, r = d / 2. If you know the circumference C, r = C / (2π). If you know the surface area A, r = √(A / (4π)). The calculator accepts any of these as input and derives r first, then computes all other quantities. Note that volume grows as the cube of radius while surface area grows as the square, so doubling the radius multiplies volume by 8 but surface area by only 4.

How to use

Suppose a sphere has a diameter of 10 cm. First find the radius: r = 10 / 2 = 5 cm. Compute volume: V = (4/3) × π × 5³ = (4/3) × π × 125 = 500π/3 ≈ 523.60 cm³. Compute surface area: A = 4 × π × 5² = 100π ≈ 314.16 cm². Select "Diameter" as input type, enter 10, and the calculator returns all four properties simultaneously.

Frequently asked questions

How do I calculate the volume of a sphere from its diameter?

Divide the diameter by 2 to get the radius r, then apply V = (4/3) × π × r³. For a diameter of 10 cm, r = 5 cm and V = (4/3)π(125) ≈ 523.6 cm³. Using diameter directly in one step: V = (π/6) × d³. Both approaches are equivalent; the calculator handles either input automatically.

What is the relationship between sphere surface area and volume?

Surface area scales with r² while volume scales with r³, so they are not proportional. The relationship is A = (4π)^(1/3) × (3V)^(2/3), or equivalently A³ = 36π × V². This means that if you double the volume, the surface area increases by a factor of 2^(2/3) ≈ 1.587, not 2. This distinction matters in biology (cell size vs. nutrient exchange), engineering (heat dissipation), and packaging (material cost vs. capacity).

How do I find the radius of a sphere when I only know its surface area?

Rearrange A = 4πr² to isolate r: r = √(A / (4π)). For example, if the surface area is 200 cm², then r = √(200 / (4π)) = √(15.915) ≈ 3.99 cm. Once you have r, you can compute volume and all other properties. This calculator accepts surface area as a direct input, so you do not need to do this algebra manually.