Finding volumes using the cylindrical shell method.
Overview
The shell method calculates volume by using cylindrical shells parallel to the axis of rotation. It's often easier when the washer method requires solving for x in terms of y (or vice versa).
Basic Formula
Rotation around y-axis (shells parallel to y-axis)
V=2π∫abx⋅f(x)dx=2π∫ab(radius)(height)dx
Rotation around x-axis (shells parallel to x-axis)
V=2π∫cdy⋅f(y)dy=2π∫cd(radius)(height)dy
General Formulas
Rotation around x=k (vertical line)
V=2π∫ab∣x−k∣⋅h(x)dx
Rotation around y=k (horizontal line)
V=2π∫cd∣y−k∣⋅h(y)dy
Shell Components
Radius: Distance from shell to axis of rotation
Height: Length of the shell (difference between curves, or curve to axis)
Thickness: dx or dy
When to Use Shell Method
When the region is easier to describe as a function of x, but you're rotating around a vertical line
When solving for x in terms of y would be difficult
When the washer method would require splitting the integral
Examples
Example 1: Basic shell method
Rotate the region under y=x2 from x=0 to x=1 around the y-axis.
Radius =x
Height =x2
V=2π∫01x⋅x2dx=2π∫01x3dx
=2π[4x4]01=2π(41)=2π
Example 2: Region between curves
Rotate the region between y=x and y=x2 around the y-axis.
Intersection: x=0,1
Height =x−x2 (top minus bottom)
V=2π∫01x(x−x2)dx=2π∫01(x2−x3)dx
=2π[3x3−4x4]01=2π(31−41)=2π(121)=6π
Example 3: Rotation around x=2
Rotate the region under y=x from x=0 to x=1 around x=2.
Radius =2−x (distance from shell to x=2)
Height =x
V=2π∫01(2−x)xdx=2π∫01(2x1/2−x3/2)dx
=2π[2⋅32x3/2−52x5/2]01=2π[34−52]
=2π(1514)=1528π
Example 4: Rotation around x-axis using shells
Rotate the region bounded by y=x2, y=4, and x=0 around the x-axis.
Use horizontal shells (integrate with respect to y).
Radius =y
Height =y (from x=0 to x=y)
Limits: y from 0 to 4
V=2π∫04y⋅ydy=2π∫04y3/2dy
=2π[5/2y5/2]04=2π⋅52⋅32=5128π
Example 5: Rotation around y=−1
Rotate the region under y=x from x=0 to x=1 around y=−1.
Use horizontal shells.
Radius =y−(−1)=y+1
Height =1−y (from x=y to x=1)
Limits: y from 0 to 1
V=2π∫01(y+1)(1−y)dy=2π∫01(1−y2+y−y)dy
=2π∫01(1−y2)dy=2π[y−3y3]01
=2π(1−31)=2π(32)=34π
Example 6: Comparing methods
Rotate y=x from x=0 to x=4 around y-axis.
Shell method:
V=2π∫04x⋅xdx=2π∫04x3/2dx
=2π[52x5/2]04=2π⋅564=5128π
Washer method (integrate with respect to y):
x=y2, limits y=0 to 2