Solid of Revolution Calculator: Find Volume by Disk, Washer, or Shell Method
About the Author

A solid of revolution calculator takes a 2D curve, spins it around an axis, and hands you the exact volume of the resulting 3D shape — no integration by hand required. If you've ever stared at a textbook integral of the form V = π∫[f(x)]²dx and wondered whether you set up the radius correctly, this tool eliminates the guesswork. Enter a function, pick your bounds, choose disk, washer, or shell, and the calculator returns the volume in both decimal and exact (multiples of π) form, plus a step-by-step breakdown you can follow along with.
The Three Methods — and When Each One Wins
There's no single "best" method for computing rotational volumes. The right choice depends on the axis of rotation, whether you're dealing with one curve or two, and which variable makes the integral cleaner. Here's the decision framework:
| Method | Formula | Use When |
|---|---|---|
| Disk | V = π ∫ₐᵇ [f(x)]² dx | Single curve rotated around an axis it touches (no hole in the middle) |
| Washer | V = π ∫ₐᵇ [R(x)² − r(x)²] dx | Region between two curves — produces a hollow solid (like a donut or pipe) |
| Shell | V = 2π ∫ₐᵇ x · |f(x)| dx | Rotation around an axis parallel to the slicing direction — often simpler for y-axis rotation |
Quick rule of thumb: if the axis of rotation is perpendicular to your slices, use disk or washer. If it's parallel, shells are usually cleaner. For a deeper dive into each individual approach, see the dedicated disk method calculator, washer method calculator, or shell method calculator.
Worked Example: Rotating f(x) = x² Around the X-Axis
Rotate f(x) = x² around the x-axis from x = 0 to x = 1. Since the curve touches the axis and there's no inner boundary, the disk method applies directly:
V = π ∫₀¹ (x²)² dx
= π ∫₀¹ x⁴ dx
= π · [x⁵/5]₀¹
= π · (1/5 − 0)
= π/5 ≈ 0.628319 cubic units
That's a solid shaped roughly like a bullet — wider at x = 1 where the radius equals 1, tapering to a point at the origin where x² = 0.
Washer Example: Region Between √x and x²
Now for something more interesting. Take the region enclosed by f(x) = √x (outer) and g(x) = x² (inner) on [0, 1], rotated around the x-axis. These curves intersect at x = 0 and x = 1, creating a lens-shaped region. Spinning it produces a hollow solid:
V = π ∫₀¹ [(√x)² − (x²)²] dx
= π ∫₀¹ [x − x⁴] dx
= π · [x²/2 − x⁵/5]₀¹
= π · (1/2 − 1/5)
= 3π/10 ≈ 0.942478 cubic units
Notice how the washer method naturally subtracts the inner volume from the outer. If you'd used the disk method on each curve separately, you'd compute V(√x) − V(x²) = π/2 − π/5 = 3π/10 — same answer, but the washer formula does it in one integral. For problems involving regions between curves, the area between curves calculator can help you identify the bounds first.
When Shells Beat Disks (and Vice Versa)
Rotate f(x) = x² from 0 to 2 around the y-axis. You could express x in terms of y (x = √y) and integrate with disks from y = 0 to y = 4 — but shells keep everything in terms of x:
V = 2π ∫₀² x · x² dx = 2π ∫₀² x³ dx
= 2π · [x⁴/4]₀² = 2π · 4
= 8π ≈ 25.1327 cubic units
With disks, the same problem becomes V = π∫₀⁴ (√y)² dy = π∫₀⁴ y dy = π·8 = 8π. Same result, but you had to invert the function and change the bounds. For functions that are hard to invert (like x³ + sin(x)), shells are often the only practical path. The volume of revolution calculator page compares both methods side-by-side for a given function.
Surface Area of Revolution — The Formula Most Students Forget
Volume gets all the attention, but surface area of revolution shows up on exams just as often. The lateral surface area when rotating f(x) around the x-axis from a to b is:
S = 2π ∫ₐᵇ |f(x)| · √(1 + [f'(x)]²) dx
That √(1 + [f'(x)]²) factor is the arc length element — it accounts for the fact that a steeper curve produces more surface per unit of x. For f(x) = x² on [0, 1], the surface area integral evaluates to approximately 3.8097 square units. Our calculator computes this automatically alongside the volume, saving you the derivative and the messy square root.
For arc length calculations specifically, you might also find the arc length calculator useful — the integrand √(1 + [f'(x)]²) is identical.
Five Mistakes That Cost Points on Exams
- Squaring the wrong thing. In the disk formula V = π∫[f(x)]²dx, you square the function value (the radius), not the entire integrand. Writing π∫f(x)dx and squaring afterward gives a completely different number.
- Forgetting which curve is outer vs. inner. For washers, R(x) is whichever function is farther from the axis. If f(x) = √x and g(x) = x² on [0,1], then √x ≥ x² throughout, so R = √x. Swapping them gives a negative integrand — impossible for volume.
- Using the wrong method for the axis. Rotating around the y-axis with disks means you must express x as a function of y. Many students forget to change the bounds accordingly (x-bounds ≠ y-bounds).
- Ignoring absolute values. If f(x) dips below the axis of rotation, the radius is |f(x)|, not f(x). Squaring hides the sign for volume, but surface area requires the explicit absolute value.
- Wrong bounds for washer problems. The limits of integration are where the curves intersect, not arbitrary endpoints. Always solve f(x) = g(x) first to find a and b.
Quick Reference: Common Solids of Revolution
| Function | Bounds | Axis | Resulting Shape | Volume |
|---|---|---|---|---|
| f(x) = r | [0, h] | x-axis | Cylinder | πr²h |
| f(x) = (r/h)x | [0, h] | x-axis | Cone | πr²h/3 |
| f(x) = √(r²−x²) | [−r, r] | x-axis | Sphere | 4πr³/3 |
| f(x) = x² | [0, 1] | x-axis | Paraboloid | π/5 |
| R + r·cos(θ) | [0, 2π] | y-axis | Torus | 2π²Rr² |
Every familiar 3D shape with rotational symmetry can be derived from a solid of revolution. Cylinders, cones, spheres, toruses — they're all generated by spinning the right curve around the right axis. This calculator lets you verify textbook results or explore shapes that don't have neat closed-form volumes.
Where Solids of Revolution Show Up Beyond the Classroom
Engineering lathes literally create solids of revolution — a metal rod spins while a cutting tool traces a profile curve. The volume of material removed is a rotational volume integral. Fluid dynamics uses the same math: the volume of a tapered pipe section is π∫[r(x)]²dx, and getting it wrong means incorrect flow rate calculations.
In architecture, domes and cupolas are solids of revolution. The Pantheon's interior dome approximates a hemisphere — rotating f(x) = √(r² − x²) around the vertical axis. Pottery and glassblowing follow the same principle: the potter's wheel produces solids of revolution by definition.
Medical imaging (CT and MRI) reconstructs 3D organ volumes from 2D cross-sections — essentially reversing the disk method. If each slice at position x has area A(x), the total volume is ∫A(x)dx. The conceptual foundation is identical to what this calculator computes, scaled to real anatomy instead of polynomial functions. For related numerical integration techniques, the Simpson's rule calculator shows how the underlying approximation works.



