Hemisphere Volume Calculator – How to Find the Volume of a Half-Sphere
A hemisphere is exactly half of a sphere, formed by cutting a sphere along any plane that passes through its centre (a great circle). Calculating the volume of a hemisphere is essential in engineering, architecture, fluid dynamics, and everyday science — from dome roofs and pressure-vessel caps to mixing bowls and storage tanks.
The Hemisphere Volume Formula
The volume of a hemisphere with radius r is:
V = (2/3) × π × r³
This is derived directly from the full sphere formula V_sphere = (4/3)πr³ by dividing by two. For example, a hemisphere of radius 5 cm has a volume of (2/3) × π × 125 ≈ 261.80 cm³.
Radius vs. Diameter Input
The calculator accepts either the radius (distance from the centre of the flat face to the curved surface) or the diameter (the full width of the flat circular face). When diameter mode is active, the tool halves your input automatically before applying the formula. This is convenient when you have measured the widest point of the hemisphere with a calliper or tape.
Unit Conversion
You can enter the radius in any of seven standard length units — mm, cm, m, km, in, ft, yd — and receive the volume in the corresponding cubic unit of your choice. The conversion works by first expressing the radius in the output length unit, then cubing it and applying the formula. This means you can, for instance, enter a radius in feet and get the volume directly in cubic inches or cubic metres without any manual conversion.
Exact π Representation
Alongside the decimal result, the calculator always shows the volume in π form — expressed as a numerical coefficient multiplied by π. For example, a hemisphere of radius 3 m has a volume of 18π m³ ≈ 56.5487 m³. The π form is useful in academic or engineering contexts where exact symbolic answers are preferred over floating-point approximations.
Step-by-Step Breakdown
The calculator provides a step-by-step breakdown of each calculation:
- State the formula:
V = (2/3) × π × r³ - Show the radius converted to the output unit
- Compute
r³ - Multiply by
(2/3)to get the π coefficient - Multiply by π to get the final volume
This breakdown makes the tool suitable for students checking their work or anyone who needs to verify each stage of the calculation.
Effect of Radius on Volume
Because volume scales with r³, small changes in radius produce large changes in volume:
- Double the radius → volume increases by 2³ = 8×
- Triple the radius → volume increases by 3³ = 27×
- Halve the radius → volume decreases to (1/2)³ = 1/8 of the original
This cubic relationship is why precise radius measurement is critical whenever hemisphere volume matters — a 10 % overestimate in radius produces roughly a 33 % overestimate in volume.
Practical Applications
Hemisphere volume calculations appear across many disciplines:
- Civil and structural engineering — computing the interior air volume of domed buildings, planetariums, or stadium roofs
- Chemical and process engineering — determining the liquid capacity of hemispherical tank ends and pressure-vessel heads
- Manufacturing and moulding — estimating material volume for casting or injection-moulding half-sphere components such as buttons and ball-valve seats
- Food science and cooking — calculating the volume of a mixing bowl or a scoop for recipe scaling
- Medicine and anatomy — approximating the volume of brain hemispheres or other roughly hemispherical biological structures in research
Hemisphere vs. Sphere vs. Semicircle
A hemisphere is a three-dimensional solid — it has volume. A semicircle is a two-dimensional shape — it has area but no volume. The hemisphere is half of a sphere: its volume is exactly half the sphere's, and its curved surface area is half the sphere's total surface area (2πr²). The flat circular base adds another πr², giving a total surface area of 3πr² — but this calculator focuses on volume only.
Tips for Accuracy
Use as many significant figures in your radius as your measurement allows. The default four decimal places are sufficient for most engineering work; scientific or research contexts may require eight or more. The calculator uses JavaScript's native floating-point arithmetic, which provides roughly 15 significant digits of precision — far more than most practical needs.