Finding volumes using the disk and washer methods.
Overview
When a region is rotated around an axis, it creates a solid of revolution. The disk and washer methods calculate volume by slicing perpendicular to the axis of rotation.
Disk Method
For rotation around the x-axis (no hole in the middle):
V=π∫ab[R(x)]2dx
where R(x) is the distance from the curve to the axis.
For rotation around the y-axis:
V=π∫cd[R(y)]2dy
Washer Method
When there's a hole (region between two curves):
V=π∫ab([R(x)]2−[r(x)]2)dx
where:
R(x) = outer radius (distance to outer curve)
r(x) = inner radius (distance to inner curve)
Key Formulas
Rotation around x-axis
V=π∫ab(outer2−inner2)dx
Rotation around y-axis
V=π∫cd(outer2−inner2)dy
Rotation around y=k (horizontal line)
V=π∫ab[(f(x)−k)2−(g(x)−k)2]dx
Rotation around x=k (vertical line)
V=π∫cd[(f(y)−k)2−(g(y)−k)2]dy
Examples
Example 1: Disk method around x-axis
Find the volume when y=x from x=0 to x=4 is rotated around the x-axis.
V=π∫04(x)2dx=π∫04xdx
=π[2x2]04=π(8−0)=8π
Example 2: Disk method around y-axis
Find the volume when x=y2 from y=0 to y=2 is rotated around the y-axis.
V=π∫02(y2)2dy=π∫02y4dy
=π[5y5]02=π(532)=532π
Example 3: Washer method
Find the volume when the region between y=x2 and y=x is rotated around the x-axis.