How do you find the volume of a solid of revolution?

A solid of revolution is formed by taking a flat, two-dimensional shape and spinning it around a straight line, called the axis of rotation. Imagine a revolving door: as the flat rectangular glass panel spins around the center pole, it sweeps out a three-dimensional cylinder in space.

To find the volume of this new 3D shape, we use integrals to add up an infinite number of infinitely thin slices. Just like calculating the area under a curve involves adding up tiny rectangles, calculating this volume involves adding up tiny circular discs or rings.

The Disk Method

If the flat shape sits perfectly flush against the axis of rotation, you use the disk method. Think of slicing a solid carrot into thin, circular coins. Each coin is a cylinder with an incredibly small height, dxdx, and a radius, R(x)R(x), which is just the distance from the axis of rotation to the curve.

The volume of a standard cylinder is πr2h\pi r^2 h. For our calculus slices, the radius is the function R(x)R(x) and the height is dxdx. When we add them all up from point aa to point bb, the formula becomes: V=πab[R(x)]2dxV = \pi \int_{a}^{b} [R(x)]^2 dx.

The Washer Method

Sometimes, there is a gap between the shape and the axis of rotation. When you spin it, that gap creates a hollow tunnel through the middle of your solid. If you slice this solid, the cross-sections look like flat metal washers or rings, not solid disks.

To find the area of a washer, you take the area of the outer circle and subtract the area of the inner circle. Let R(x)R(x) be the outer radius and r(x)r(x) be the inner radius. The formula for the volume is just the integral of this ring area: V=πab([R(x)]2[r(x)]2)dxV = \pi \int_{a}^{b} ([R(x)]^2 - [r(x)]^2) dx.

Where Students Slip Up

The most common mistake is dealing with the washer method incorrectly. Students often subtract the radii first and then square the result, writing (Rr)2(R - r)^2. This is algebraically wrong. You must square each radius individually before subtracting: R2r2R^2 - r^2.

Another frequent trap is identifying the axis of rotation incorrectly. The formulas given above assume you are rotating around the x-axis (or a horizontal line, using dxdx). If you rotate around the y-axis (or a vertical line), you need to slice horizontally, meaning your functions and bounds must be in terms of yy, and you will integrate with respect to dydy.

Worked through

Find the volume of the solid formed by revolving the region bounded by y=xy = \sqrt{x}, x=4x = 4, and the x-axis around the x-axis.

First, identify the method. Since the region rests entirely on the x-axis (our axis of rotation), there is no gap. We will use the disk method.

The radius of each disk, R(x)R(x), is the distance from the x-axis to the curve, which is simply y=xy = \sqrt{x}. Our region starts at x=0x = 0 and ends at x=4x = 4.

Set up the integral: V=π04(x)2dxV = \pi \int_{0}^{4} (\sqrt{x})^2 dx

Simplify the integrand by squaring the square root: V=π04xdxV = \pi \int_{0}^{4} x dx

Find the antiderivative: V=π[x22]04V = \pi \left[ \frac{x^2}{2} \right]_{0}^{4}

Evaluate at the bounds: V=π(422022)=π(1620)=8πV = \pi \left( \frac{4^2}{2} - \frac{0^2}{2} \right) = \pi \left( \frac{16}{2} - 0 \right) = 8\pi

The volume of the solid is 8π8\pi cubic units.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Calculus Volume 1, Chapter 6: Applications of Integration · Stewart Calculus (8th Edition), Chapter 6: Applications of Integration · Khan Academy, Unit: Applications of definite integrals (Solid of revolution)

See also