An essential tool for geometry, physics, and engineering calculations.
Enter the radius of the hemisphere below to calculate its curved surface area, base area, and total surface area.
Enter a positive number for the radius.
Click on any example to load it into the calculator.
A hemisphere with a radius of 3 units.
Radius: 3
A hemisphere with a radius of 10 units, like a large bowl.
Radius: 10
Calculating the surface area for an architectural dome with a radius of 25 meters.
Radius: 25
A precision component with a radius of 4.5 millimeters.
Radius: 4.5
Area_curved = 2 * π * r²
, where 'r' is the radius.Area_base = π * r²
.Area_total = Area_curved + Area_base = 2 * π * r² + π * r² = 3 * π * r²
.4 * π * r²
) and simply divide it by two. This gives 2 * π * r²
, which is only the curved surface area, not the total surface area.π * r²
). The correct formula for the total surface area is 3 * π * r²
.r = d/2
and the term is squared (r² = (d/2)² = d²/4
).y = sqrt(R² - x²)
, around the x-axis.A = ∫ 2πy * sqrt(1 + (dy/dx)²) dx
. For our semicircle, dy/dx = -x / sqrt(R² - x²)
. Plugging this in, the term sqrt(1 + (dy/dx)²)
simplifies beautifully to R / sqrt(R² - x²)
, which is R/y
.A = ∫ from -R to R of (2πy * (R/y)) dx = ∫ 2πR dx
. Evaluating this from -R to R gives 2πR * (R - (-R)) = 4πR²
. This is the surface area of the full sphere. The curved area of a hemisphere is half of this, 2πR²
. Adding the base area πR²
gives the total 3πR²
.