The shell method is a calculus technique for finding the volume of a solid formed by rotating a region around an axis. Instead of slicing the solid into disks or washers, it builds the volume from thin cylindrical shells. This method is especially useful when the slices parallel to the axis of rotation are easier to describe. It often avoids solving for an inverse function and can make setup much simpler.

Each shell has a radius, a height, and a small thickness, so its volume is approximately 2πrhdx2\pi r h \, dx or 2πrhdy2\pi r h \, dy depending on the variable used. The total volume comes from adding up all these thin shell volumes with an integral. When rotating around a vertical axis, shells usually come from vertical slices and integration is often with respect to xx. When rotating around a horizontal axis, shells usually come from horizontal slices and integration is often with respect to yy.

Key Facts

  • Shell method formula: V=2π(radius)(height)dxV = 2\pi \int (\text{radius})(\text{height}) \, dx or dydy
  • Volume of one thin shell: dV=2πrh×thicknessdV = 2\pi r h \times \text{thickness}
  • For rotation about x=ax = a with vertical shells: radius=xa\text{radius} = |x - a|
  • For rotation about y=by = b with horizontal shells: radius=yb\text{radius} = |y - b|
  • Shell height is the difference between outer and inner function values in the slice direction
  • Choose shells when slices parallel to the axis of rotation give an easier integral than washers

Vocabulary

Cylindrical shell
A thin hollow cylinder formed when a narrow strip is rotated around an axis.
Radius
The distance from the axis of rotation to the shell.
Height
The length of the strip being rotated, usually found by subtracting one function from another.
Axis of rotation
The line around which a region is revolved to create a solid.
Thickness
The small width of each shell, written as dxdx or dydy in the integral.

Common Mistakes to Avoid

  • Using the wrong variable of integration, which leads to incorrect radius or height expressions. Match vertical shells with dx and horizontal shells with dy unless the geometry clearly shows otherwise.
  • Confusing shell radius with shell height, which mixes up the two main factors in the formula. Radius is the distance to the axis, while height is the length of the strip.
  • Forgetting to measure distance from the actual axis of rotation, which gives the wrong radius. If the axis is x = 2 or y = -1, adjust from the standard formula.
  • Subtracting the functions in the wrong order for shell height, which can make the integrand negative. Use top minus bottom for vertical height and right minus left for horizontal height.

Practice Questions

  1. 1 Find the volume using the shell method when the region under y=xy = x from x=0x = 0 to x=3x = 3 is rotated about the yy-axis.
  2. 2 Find the volume using the shell method when the region bounded by y=4x2y = 4 - x^2 and y=0y = 0 is rotated about the yy-axis.
  3. 3 A region can be rotated about the x-axis and solved by either washers or shells. Explain one situation where the shell method is the better choice and describe how the slices are oriented.