Volumes by Disks and Washers
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to find the volume of a solid formed by rotating a region around an axis. The disk method handles solid shapes, and the washer method handles shapes with a hole through the middle.
The Concept
Section titled “The Concept”When you rotate a 2D region around an axis, you get a 3D solid of revolution. To find its volume, imagine slicing it into thin circular cross-sections perpendicular to the axis.
Disk method (no hole)
Section titled “Disk method (no hole)”If the region touches the axis of rotation, each slice is a solid disk with radius R(x)
Washer method (with a hole)
Section titled “Washer method (with a hole)”If the region doesn’t touch the axis, each slice is a washer (a disk with a hole). You need an outer radius and an inner radius
How to set it up
Section titled “How to set it up”- Sketch the region and the axis of rotation
- Draw a typical cross-section perpendicular to the axis
- Identify the outer radius (farthest curve from the axis) and inner radius (closest curve, if any)
- Square each radius, subtract inner from outer, multiply by pi, and integrate
Worked Example
Section titled “Worked Example”Here’s what the solid of revolution looks like for Example 1. The blue surface is y = sqrt(x) rotated around the x-axis. Drag to rotate it and see the shape from different angles.
Example 1: Disk method (rotate y = sqrt(x) around x-axis)
Find the volume of the solid formed by rotating y = sqrt(x) from x = 0 to x = 4 around the x-axis.
Each cross-section is a disk with radius R(x) = sqrt(x). The orange dashed line shows the radius at a sample point.
Example 2: Washer method (rotate region between y = x and y = x² around x-axis)
Find the volume when the region between y = x and y = x² from x = 0 to x = 1 is rotated around the x-axis.
On [0, 1], y = x is farther from the x-axis than y = x², so the outer radius is x and the inner radius is x². The green dashed line shows the outer radius and the purple dashed line shows the inner radius at a sample point.
The blue outer surface comes from rotating y = x, and the orange inner surface comes from rotating y = x². The gap between them is the washer region.
Example 3: Disk method around the y-axis
Find the volume of the solid formed by rotating x = y² from y = 0 to y = 2 around the y-axis.
When rotating around the y-axis, integrate with respect to y. Each disk has radius R(y) = y² (the horizontal distance from the y-axis to the curve).
This bowl-shaped paraboloid is what you get when x = y² spins around the y-axis. The green profile curve shows the generating function.
Real-World Application
Section titled “Real-World Application”Volumes of revolution show up anywhere you need to calculate the volume of a rotationally symmetric object.
- In manufacturing, designing bottles, cans, vases, and any container with circular cross-sections
- In engineering, calculating volumes of pistons, pipes, turbine blades, and axles
- In physics, computing moments of inertia for rotating objects
- In game development, procedurally generating 3D objects by defining a profile curve and rotating it
- In medical imaging, estimating organ volumes from cross-sectional scan data