Surface Area of Revolution Calculator
Find the surface area of a solid of revolution about the x- or y-axis by numerical integration of 2π∫f√(1+f prime squared) dx.
Pick a curve and set the bounds.
Measuring the skin of a spun shape
Take a curve y = f(x), spin it around an axis, and it sweeps out a surface. The surface area of revolution formula measures the area of that skin, the way you would estimate how much paint or sheet metal it takes to cover the shape. This calculator handles rotation about either axis using numerical integration.
The formula (about the x-axis)
SA = 2π ∫ from a to b of f(x) · √(1 + [f’(x)]²) dx
It comes from slicing the curve into tiny segments. Each segment, when spun, traces a thin band. The band’s circumference is 2π times its distance from the axis, which is f(x). Its width is the arc-length element √(1 + [f’(x)]²) dx, the same factor that appears in the arc length formula. Multiply circumference by width and sum every band.
About the y-axis
SA = 2π ∫ from a to b of x · √(1 + [f’(x)]²) dx
Now the distance from the axis is x rather than f(x), so x takes the place of the radius. The slope factor is unchanged.
Why it is harder than volume
Volume of revolution uses π[f(x)]², a clean polynomial when f is a polynomial. Surface area carries that square root of one plus the slope squared, which rarely simplifies to anything tidy. Most surface-area integrals can only be done numerically or with a clever trig substitution, which is exactly why a calculator earns its keep here.
A check you can trust
Spin the line y = 2x from x = 0 to x = 3 about the x-axis. With f’(x) = 2, the integral gives SA = 18π√5, about 126.5, the lateral surface of a cone. The semicircle case y = √(r² − x²) over [−r, r] returns exactly 4πr², the surface of a sphere, a satisfying confirmation of a formula most people memorize without ever proving.
Where it shows up
Sizing the material for a vase, a dome, a satellite dish, or a rocket nose cone, and anywhere a cooling rate or a coating cost depends on the area of a rotationally symmetric surface.