Andromeda
Note

Volume by Cylindrical Shells

Definition

The shell method calculates the volume of a solid of revolution by integrating the surface areas of thin cylindrical shells. For a region revolved about the yy-axis: V=ab2πxf(x)dxV = \int_{a}^{b} 2\pi x f(x) \, dx where xx is the shell radius and f(x)f(x) is the shell height.

  • How to read: “V equals integral from a to b of two pi x f of x dx.”
  • Meaning: Sum of cylindrical shell surface areas 2πrh2\pi r h; radius xx, height f(x)f(x), thickness dxdx.

Why It Matters

Some 3D shapes are mathematically “impossible” to measure using standard disk slices. The shell method is the “secret weapon” that bypasses these dead-ends by thinking in terms of layers rather than slices, enabling the design of complex hollow components.

Core Concepts

  • Shell Surface Area: The area of a thin cylindrical shell is 2πradiusheight2\pi \cdot \text{radius} \cdot \text{height}.
    • How to read: “Shell area equals two pi times radius times height.”
    • Meaning: Unrolled shell is a rectangle of width 2πr2\pi r and height hh; multiply by thickness dxdx for volume element.
  • Parallel Integration: Unlike the disk/washer methods which integrate perpendicular to the axis of revolution, the shell method integrates parallel to the axis.
  • Variable Choice: This method is often easier when the volume formula for disks/washers would require solving for the inverse of a complex function.

Connected Concepts