How to find the volume with the shell method

The shell method calculates the volume of a solid of revolution by integrating the surface areas of nested cylindrical shells. It applies when revolving a two-dimensional region about an axis parallel to the axis of integration, which is often preferable when solving the boundary equations for the inverse variable is algebraically difficult.

The setup

The general volume formula for shells is V=ab2πrhdxV = \int_a^b 2\pi r h \, dx (for vertical shells) or V=cd2πrhdyV = \int_c^d 2\pi r h \, dy (for horizontal shells). The variable rr represents the distance from the axis of revolution to the shell, and hh represents the height of the shell.

The steps

  1. Identify the axis of revolution and determine the variable of integration. Integrate with respect to xx if revolving around a vertical line, and yy if revolving around a horizontal line. 2. Determine the limits of integration from the boundaries of the region. 3. Express the shell radius rr and the shell height hh strictly in terms of the integration variable. 4. Substitute rr and hh into the integral V=2πrhV = \int 2\pi r h and evaluate.

Checking the result

Verify that the calculated volume is strictly positive. If the equations can be easily inverted, calculate the same volume using the disk or washer method to confirm the result matches.

Common errors

A frequent error is misidentifying the radius rr when the axis of revolution is not the y-axis or x-axis. Always verify whether r=xcr = x - c or r=cxr = c - x ensures a positive distance over the interval. Another common mistake is omitting the 2π2\pi constant outside the integral.

Worked example

Find the volume of the solid generated by revolving the region bounded by y=2xx2y = 2x - x^2 and y=0y = 0 about the y-axis.

The region bounds are found by setting 2xx2=02x - x^2 = 0, giving x=0x = 0 and x=2x = 2. We are revolving around the y-axis (a vertical line), so we use vertical shells and integrate with respect to xx. The radius of a shell at position xx is r(x)=xr(x) = x. The height of the shell is the curve itself, h(x)=2xx2h(x) = 2x - x^2. The volume integral is V=022πx(2xx2)dxV = \int_0^2 2\pi x (2x - x^2) \, dx. Distribute the xx to get V=2π02(2x2x3)dxV = 2\pi \int_0^2 (2x^2 - x^3) \, dx. Integrate term by term: V=2π[23x314x4]02V = 2\pi [ \frac{2}{3}x^3 - \frac{1}{4}x^4 ]_0^2. Evaluate at the upper limit: V=2π(23(8)14(16))=2π(1634)V = 2\pi ( \frac{2}{3}(8) - \frac{1}{4}(16) ) = 2\pi ( \frac{16}{3} - 4 ). Simplify to get V=2π(163123)=2π(43)=8π3V = 2\pi ( \frac{16}{3} - \frac{12}{3} ) = 2\pi ( \frac{4}{3} ) = \frac{8\pi}{3}.

FAQ

Run your own problem

References: OpenStax Calculus Volume 1, Chapter 2.3 · Stewart Calculus, Chapter 6.3

See also