Volumes of Revolution Formula

The Formula

Disc: V = \pi\int_a^b [f(x)]^2\,dx
Washer: V = \pi\int_a^b \left([R(x)]^2 - [r(x)]^2\right)dx (outer radius R, inner radius r)
Shell: V = 2\pi\int_a^b x\,f(x)\,dx (rotating around y-axis)

When to use: Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.

Quick Example

Rotate f(x) = \sqrt{x} around the x-axis from x = 0 to x = 4 (disc method):
V = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi

Notation

Disc = solid circular cross-section (no hole). Washer = annular cross-section (ring with a hole). Shell = thin cylindrical layer.

What This Formula Means

Finding the volume of a three-dimensional solid formed by rotating a two-dimensional region around an axis. The disc/washer method uses circular cross-sections perpendicular to the axis; the shell method uses cylindrical shells parallel to the axis.

Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.

Formal View

Disc: V = \pi \int_a^b [f(x)]^2\,dx. Washer: V = \pi \int_a^b \left([R(x)]^2 - [r(x)]^2\right)dx. Shell: V = 2\pi \int_a^b x \cdot f(x)\,dx. All derived from V = \int_a^b A(x)\,dx where A(x) is the cross-sectional area.

Worked Examples

Example 1

easy
Find the volume of the solid formed by rotating f(x) = \sqrt{x} around the x-axis from x=0 to x=4.

Solution

  1. 1
    Use the disc method for revolution about the x-axis: V = \pi\int_a^b [f(x)]^2\,dx. Since f(x) = \sqrt{x}, [f(x)]^2 = x.
  2. 2
    Set up the integral: V = \pi\int_0^4 x\,dx
  3. 3
    Evaluate: V = \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\cdot\frac{16}{2} = 8\pi

Answer

V = 8\pi
The disc method stacks thin circular discs. Each has radius f(x) and thickness dx, giving volume element \pi[f(x)]^2\,dx.

Example 2

hard
Find the volume when the region between y=x and y=x^2 (0 \leq x \leq 1) is rotated around the x-axis.

Common Mistakes

  • Forgetting to square the radius in the disc/washer formula: the area of a circle is \pi r^2, so V = \pi\int [f(x)]^2\,dx, NOT \pi\int f(x)\,dx.
  • Using the wrong radius when the axis of rotation is not the x- or y-axis: if rotating around y = -1, the radius is f(x) - (-1) = f(x) + 1, not just f(x).
  • Confusing washer and shell setups: washers use \pi(R^2 - r^2), not \pi(R - r)^2. The difference matters because (R^2 - r^2) \neq (R - r)^2 in general.

Why This Formula Matters

Volumes of revolution are one of the most visual and satisfying applications of integration. They model real objects (bowls, vases, engine parts) and build intuition for how integration extends from areas to volumes. The techniques generalize to computing volumes of any solid with known cross-sections.

Frequently Asked Questions

What is the Volumes of Revolution formula?

Finding the volume of a three-dimensional solid formed by rotating a two-dimensional region around an axis. The disc/washer method uses circular cross-sections perpendicular to the axis; the shell method uses cylindrical shells parallel to the axis.

How do you use the Volumes of Revolution formula?

Spin a flat region around a line, like spinning a pottery wheel. The flat shape sweeps out a 3D solid. To find its volume, slice the solid into thin pieces (discs, washers, or shells), find the volume of each slice, and add them up—which means integrate.

What do the symbols mean in the Volumes of Revolution formula?

Disc = solid circular cross-section (no hole). Washer = annular cross-section (ring with a hole). Shell = thin cylindrical layer.

Why is the Volumes of Revolution formula important in Math?

Volumes of revolution are one of the most visual and satisfying applications of integration. They model real objects (bowls, vases, engine parts) and build intuition for how integration extends from areas to volumes. The techniques generalize to computing volumes of any solid with known cross-sections.

What do students get wrong about Volumes of Revolution?

Choosing between disc/washer and shell methods: if the axis of rotation is horizontal and the function is given as y = f(x), disc/washer (integrating with dx) is often natural. If rotating around the y-axis, shells (integrating with dx) may be simpler than converting to x = g(y).

What should I learn before the Volumes of Revolution formula?

Before studying the Volumes of Revolution formula, you should understand: area between curves, definite integral.

Want the Full Guide?

This formula is covered in depth in our complete guide:

How to Integrate Rational Functions: Long Division and Partial Fractions →