Volumes of Solids
Volumes by cross-sectional integration
The slicing method finds the volume of a solid by integrating the area of its cross-sections along an axis. Think of it like slicing a loaf of bread: each slice has a measurable area, and adding up all those infinitely thin slices gives you the total volume.
Here's how to set it up:
- Choose an axis to slice along (x-axis or y-axis).
- Identify the cross-section shape at a generic point on that axis. This could be a rectangle, circle, triangle, semicircle, or any other shape.
- Write the cross-section area as a function of your chosen variable.
- Integrate that area function over the interval defined by the solid's boundaries.
The volume formula:
where or is the cross-sectional area at a given point, and the limits (or ) come from the solid's boundaries along the chosen axis.
A few examples to picture this:
- A rectangular prism sliced along the x-axis has constant rectangular cross-sections, so is just a constant and the integral simplifies to area times length.
- A cone sliced perpendicular to its axis has circular cross-sections whose radii shrink linearly from base to tip. If the radius at position is , then .
The cross-sectional area perpendicular to the axis of integration is the core building block of every volume-by-slicing problem. Get that expression right, and the rest is just evaluating an integral.

Disk method for revolution solids
The disk method handles solids formed by revolving a region around an axis. Each cross-section perpendicular to the axis of revolution is a full disk (a filled-in circle), so you only need one function to define the radius.
Steps to set up a disk method integral:
- Sketch the region bounded by the function(s) and identify the axis of revolution.
- Find the disk radius at a generic point along the axis. The radius is the distance from the axis of revolution to the curve.
- Write the cross-sectional area as , where is expressed in terms of your integration variable.
- Integrate over the interval that spans the region.
Volume formulas:
- Revolution around the x-axis:
- Revolution around the y-axis:
Here or gives the radius of each disk, and the integration limits mark where the region starts and ends.
Example: Revolve the region under from to around the x-axis. At each , the disk has radius , so:
A common mistake: make sure the radius is the distance from the curve to the axis of revolution, not just the function value. If you're revolving around instead of , the radius changes to .

Washer method for hollow solids
When the region being revolved doesn't touch the axis of revolution, or when it's bounded by two curves, each cross-section is a washer (a disk with a hole in the middle). You subtract the inner disk's area from the outer disk's area.
Steps to set up a washer method integral:
-
Sketch the region between the two curves and identify the axis of revolution.
-
Determine the outer radius (distance from the axis to the farther curve) and the inner radius (distance from the axis to the closer curve) at a generic point.
-
Write the cross-sectional area: .
-
Integrate over the interval defined by the region's boundaries.
Volume formulas:
- Revolution around the x-axis:
- Revolution around the y-axis:
where is the outer function (farther from the axis) and is the inner function (closer to the axis).
Example: Revolve the region between and from to around the x-axis. Since on this interval, the outer radius is and the inner radius is :
Watch out: The most common error with washers is mixing up which function is the outer radius and which is the inner radius. Always check which curve is farther from the axis of revolution on the given interval. If you're revolving around an axis other than or , both radii need to be measured as distances from that axis.
Additional Volume Calculation Methods
The cylindrical shells method is an alternative to the disk and washer methods. Instead of slicing perpendicular to the axis of revolution, you integrate thin cylindrical shells that wrap around the axis. This method is especially useful when setting up a disk/washer integral would force you to solve for the other variable or split into multiple integrals.
Shells are typically covered in their own section, but the key idea to keep in mind: all of these volume methods rely on the same principle. You express an infinitesimal piece of volume (whether it's a thin disk, a washer, or a cylindrical shell), then use a definite integral to sum those pieces across the entire solid.
When choosing a method, consider:
- Disk method when the region touches the axis of revolution and is bounded by one curve.
- Washer method when there's a gap between the region and the axis, or the region is between two curves.
- Shells when integrating with respect to the variable perpendicular to the axis of rotation is simpler.
The region you're revolving determines everything: the functions in your integrand, the limits of integration, and which method will be cleanest to use.