Volumes of Revolution

Calculus
process

Also known as: solids of revolution, disc method, washer method, shell method

Grade 9-12

View on concept map

Finding the volume of a three-dimensional solid formed by rotating a two-dimensional region around an axis. Volumes of revolution are one of the most visual and satisfying applications of integration.

This concept is covered in depth in our integration applications guide, with worked examples, practice problems, and common mistakes.

Definition

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.

πŸ’‘ Intuition

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.

🎯 Core Idea

The volume of revolution is computed by integrating cross-sectional areas. The choice between disc/washer and shell methods depends on which makes the integral simplerβ€”disc/washer integrates perpendicular to the axis of rotation, while shells integrate parallel to it.

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

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)

Notation

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

🌟 Why It 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.

πŸ’­ Hint When Stuck

Sketch the 2D region and the axis of rotation, then draw one representative slice (disc, washer, or shell) and label its radius.

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.

See Also

🚧 Common Stuck Point

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).

⚠️ 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.

Frequently Asked Questions

What is Volumes of Revolution in Math?

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.

Why is Volumes of Revolution important?

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 usually 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 Volumes of Revolution?

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

How Volumes of Revolution Connects to Other Ideas

To understand volumes of revolution, you should first be comfortable with area between curves and definite integral. Once you have a solid grasp of volumes of revolution, you can move on to arc length and surface area of cylinder.

Want the Full Guide?

This concept is explained step by step in our complete guide:

How to Integrate Rational Functions: Long Division and Partial Fractions β†’