2. Volume Of Revolution Tool
Computes volumes of solids of revolution using Disk, Washer, or Shell methods (including shifted axes), shades the revolved region on the 2D graph, and shows a true 3D rotating preview.
Math Calculus • Applications of Integrals
Computes volumes of solids of revolution using Disk, Washer, or Shell methods (including shifted axes), shades the revolved region on the 2D graph, and shows a true 3D rotating preview.
The disk method applies when the cross-sections perpendicular to the axis are solid circles. The volume is V = pi * integral_a^b (R(t)^2) dt, where R(t) is the distance from the curve to the axis.
The washer method is used when the solid has a hole, so each cross-section is a washer instead of a full disk. The volume is V = pi * integral_a^b (R(t)^2 - r(t)^2) dt, where r(t) is the inner radius.
Use the shell method when slices parallel to the axis produce cylindrical shells, often avoiding complicated splitting. The volume is V = 2 * pi * integral_a^b (radius(t) * height(t)) dt.
Radii are measured as distances to the shifted line, using |x - c| or |y - c| depending on the slice variable and axis direction. The calculator uses the chosen c value to build the correct radius terms in the integral.
The integral is evaluated numerically, so a smaller tolerance typically increases accuracy but may require more sampling and take longer. A larger tolerance can be faster but may reduce precision for sharp curvature or near-singular behavior.