Historical Context & Motivation
The problem of computing volumes of curved solids has fascinated mathematicians for over two thousand years. Ancient Greek mathematicians developed ingenious geometric arguments to find the volumes of spheres, cones, and other shapes formed by rotating curves. The washer method is a modern calculus technique that traces its roots directly to these early efforts, extending them far beyond what the Greeks could have imagined.
The standard washer method typically revolves a region around the x-axis or y-axis. But what happens when the axis of rotation is a different horizontal or vertical line, such as y = 5 or x = −2? The distances from each curve to the axis change, and the formulas for the outer and inner radii must be adjusted. This lesson answers the question: how do we set up and evaluate a washer integral when the axis of revolution is not one of the coordinate axes?
Core Principles & Definitions
Before diving into calculations, you need to solidify a few foundational ideas. The washer method is an extension of the disk method, and understanding the relationship between the two is essential. When a region between two curves is revolved around an axis, each cross-section perpendicular to the axis looks like a washer—a disk with a hole cut out of its center.
Solid of Revolution
Outer Radius (R)
Inner Radius (r)
Adjusting for Other Axes
Integration Variable
Visual Explanation
The diagram below shows a region between two curves being revolved around the line y = −1, which lies below the x-axis. Notice how the outer radius R and inner radius r are both measured from the axis y = −1, not from the x-axis. This shift is the key difference when revolving around other axes.
In the diagram above, the critical observation is that we are no longer measuring distances from the x-axis. Every radius is the distance from the axis of revolution to the curve. When the axis is y = −1, we subtract −1 from the function value, which is the same as adding 1. If the axis were above the region, say y = 6, the distances would be computed as 6 − f(x) and 6 − g(x), and you'd need to carefully determine which curve is farther from the axis to identify the outer radius.
Mathematical Framework
The general washer formula remains the same regardless of which axis you rotate around. What changes is how you define the outer and inner radii. Let's build the formulas step by step.
Setting Up Radii for Different Axes
The trickiest part of the washer method with other axes is correctly expressing the radii. The table and diagram below cover the four most common scenarios you'll encounter. In each case, assume the region is bounded by y = f(x) on top and y = g(x) on the bottom, between x = a and x = b.
| Axis of Revolution | Outer Radius R | Inner Radius r | Key Idea |
|---|---|---|---|
| y = k (below region) | f(x) − k | g(x) − k | Subtract axis from each curve |
| y = k (above region) | k − g(x) | k − f(x) | Subtract each curve from axis; roles swap |
| x = k (left of region) | f(y) − k (right curve) | g(y) − k (left curve) | Use functions of y; subtract axis value |
| x = k (right of region) | k − g(y) (left curve) | k − f(y) (right curve) | Subtract curves from axis; roles swap |
Worked Example
Let's work through a complete problem: find the volume of the solid formed by revolving the region bounded by y = x² and y = x about the line y = 3.
Washer Method vs. Other Volume Techniques
The washer method is one of several techniques for finding volumes of revolution. Understanding when to use each method will save you time and reduce errors. The table below compares the main approaches.
| Method | Best For | Limitation |
|---|---|---|
| Disk Method | Solid with no hole (region touches the axis) | Cannot handle a gap between the region and the axis |
| Washer Method | Solid with a hole; axis may be any horizontal or vertical line | Slicing must be perpendicular to the axis; curves must be expressible as functions of the integration variable |
| Shell Method | When the natural variable is parallel to the axis (avoids solving for x or y) | Requires integrating in the direction parallel to the axis, which can feel less intuitive at first |
Connection to Advanced Topics
Mastering the washer method with non-standard axes prepares you for several advanced ideas in calculus and beyond. The fundamental skill—computing distances from a reference line—appears repeatedly in higher mathematics and applied science.
| This Lesson | Advanced Extension |
|---|---|
| Revolving around horizontal/vertical lines | Pappus' theorem: volume = 2π × (distance of centroid to axis) × area, giving a shortcut for symmetric regions |
| Computing R(x) and r(x) from axis distance | In multivariable calculus, distances are computed from planes and lines in 3D using similar subtraction formulas |
| Choosing between washer and shell methods | In differential equations and physics, selecting the right coordinate system (Cartesian vs. polar vs. cylindrical) mirrors this strategic choice |
| Integrating π[R² − r²] | Engineering applications compute cross-sectional areas of pipes, tubes, and annular structures using the same R² − r² formula |
In Calculus 2 and 3, you'll encounter volumes computed using double and triple integrals, as well as integration in polar and cylindrical coordinates. The ability to set up distances and radii relative to any reference line or surface is a skill that will transfer directly into those more advanced settings.
Practice Problems
Lesson Summary
The washer method computes the volume of a solid of revolution by integrating π[R(x)² − r(x)²] (or the corresponding expression in y). When the axis of revolution is a line other than the x-axis or y-axis, the outer radius R and inner radius r must be recalculated as distances from the new axis to each bounding curve. If the axis is below or to the left of the region, subtract the axis value from each curve. If the axis is above or to the right, subtract each curve from the axis value.
The critical step is always identifying which curve is farther from the axis — that curve defines the outer radius. When the axis moves to the opposite side of the region, the roles of the two curves swap. Always sketch the region and axis, label R and r, and verify at a test point that R > r before integrating. This technique extends naturally to vertical axes (where you integrate with respect to y) and connects to advanced topics like Pappus' theorem and multivariable integration.