On Shell MethodsEdit
On Shell Methods, also known as the method of cylindrical shells, is a standard technique in calculus for finding volumes of solids of revolution. The approach builds the volume from many thin cylindrical shells that stack up around the axis of rotation. Each shell contributes a small amount of volume, and integrating these contributions yields the total volume. The method is especially convenient when the region to be revolved is easy to describe with respect to one variable, and when the axis of rotation is parallel to the slices used to form the shells.
When using shell methods, the choice of variable of integration hinges on the axis of rotation. If the axis is the y-axis, vertical shells (thickness dx) are a natural choice. If the axis is the x-axis, horizontal shells (thickness dy) are typically more straightforward. The general idea is to treat a typical shell as a cylinder with radius equal to its distance from the axis of rotation and height equal to the extent of the region in the perpendicular direction.
Method
- Core idea: decompose the region into thin shells, each with volume dV ≈ (surface area of the shell) × (thickness). For cylindrical shells, dV = 2π (radius)(height) (thickness).
- Axis of rotation around the y-axis (using vertical shells): V = ∫_{a}^{b} 2π [radius] [height] dx, where radius is the distance from the y-axis (often x) and height is the vertical extent of the region, typically f(x) − g(x).
- Axis of rotation around the x-axis (using horizontal shells): V = ∫_{c}^{d} 2π [radius] [width] dy, where radius is the distance from the x-axis (often y) and width is the horizontal extent of the region, typically x_right(y) − x_left(y).
Formulas for common setups
Revolve a region between y = f(x) and y = g(x) from x = a to x = b around the y-axis: V = ∫_{a}^{b} 2π x [f(x) − g(x)] dx.
Revolve a region bounded by x = h1(y) and x = h2(y) from y = c to y = d around the x-axis: V = ∫_{c}^{d} 2π y [h2(y) − h1(y)] dy.
If the region is described as y = f(x) from x = a to x = b and revolved around the x-axis, you can also use shells by expressing x as a function of y and integrating with respect to y: V = ∫_{y_min}^{y_max} 2π y [x_right(y) − x_left(y)] dy.
Examples
Example 1: Rotation about the y-axis
Find the volume of the solid formed by rotating the region under y = √x from x = 0 to x = 4 about the y-axis.
- Height of a typical shell: h(x) = √x − 0 = √x.
- Radius of a typical shell: r(x) = x.
- Volume: V = ∫{0}^{4} 2π x √x dx = 2π ∫{0}^{4} x^(3/2) dx.
- Compute: V = 2π [ (2/5) x^(5/2) ]_0^4 = (4π/5) [4^(5/2)] = (4π/5) × 32 = 128π/5.
Example 2: Rotation about the x-axis (using horizontal shells)
Find the volume of the solid formed by rotating the region under y = x^2 from x = 0 to x = 1 about the x-axis.
- For shells around the x-axis, use horizontal slices. The region runs from x = 0 to x = √y, so the width is w(y) = √y.
- Radius of a typical shell: r(y) = y.
- Volume: V = ∫{0}^{1} 2π y [√y] dy = 2π ∫{0}^{1} y^(3/2) dy.
- Compute: V = 2π [ (2/5) y^(5/2) ]_0^1 = (4π/5).
These results can be checked against the disk/washer method, which uses perpendicular slices. For the same problems, the washer method would involve setting up π[outer radius]^2 − π[inner radius]^2 with respect to the axis of rotation, or expressing the region in terms of x as needed.
When to use the shell method
- The region is bounded by curves that are easy to describe as functions of x (for rotation about the y-axis) or as functions of y (for rotation about the x-axis).
- The height of each shell is readily computed from the region’s description, making the integral straightforward.
- In some problems, the shell method leads to simpler integrands than the disk/washer approach, especially when the axis of rotation is far from the region or when the boundary is given primarily as a function of x or y.
Relationship to other methods
- Disk/washer method: In contrast, the disk method slices perpendicular to the axis of rotation and forms disks or washers. It is often simpler when the cross-sectional area is easy to describe as a function of the integration variable.
- Volume by integration: Shells are one of several equivalent approaches to compute volumes of solids of revolution; choosing between shells and washers depends on the geometry of the region and the axis of rotation.
- Generalization: The shell idea extends beyond simple solids of revolution to certain three-dimensional volume problems where cylindrical symmetry can be exploited.
Historical notes and perspectives
The technique of cylindrical shells emerged as part of the broader development of integral calculus in the 17th and 18th centuries. It complemented the disk/washer approach and has remained a staple in textbooks due to its practical advantages in a broad class of problems. In modern pedagogy, both methods are presented side by side so that students learn to recognize which setup minimizes algebraic and computational effort.