Of course. Here is a complete pillar blog post on the washer method for calculating volume by revolving around axes other than the primary ones.
What is the Washer Method? The Full Guide to Revolving Around Any Axis
You’ve probably heard of the washer method. The classic examples always have you revolving a region around the x-axis or the y-axis. It’s that calculus technique for finding the volume of a solid with a hole in the middle – like a donut, a pipe, or a coffee mug. But what happens when the problem says "revolve around the line y = 3" or "x = -2"? That’s where things get interesting, and where a lot of students stumble Nothing fancy..
The core idea of the washer method doesn't change. But you're still slicing the solid perpendicular to the axis of revolution and summing up the volumes of thin washers. The volume of a single washer is π(R² - r²) * thickness. The challenge, and the skill, lies in correctly identifying the outer radius R and the inner radius r when the axis is not one of the coordinate axes And that's really what it comes down to..
This guide will walk you through exactly how to handle those trickier axes. We’ll break down the logic, work through examples, and highlight the common pitfalls so you can approach any washer method problem with confidence.
Why Does the Axis of Revolution Matter So Much?
When the axis is the x-axis (y=0) or the y-axis (x=0), finding the radii is straightforward. Because of that, the distance to the y-axis is |x|. Consider this: the distance from a point (x, y) to the x-axis is simply |y|. The absolute value is usually easy to drop because we’re typically working in the first quadrant where x and y are positive Took long enough..
But when the axis shifts to, say, y = 5, the distance from a point (x, y) to that line is no longer just y. This small change is the entire game. If you forget to subtract the axis value, you’ll calculate the volume as if it were revolved around the x-axis, and your answer will be completely wrong. Think about it: it’s the vertical distance between the point and the line, which is |y - 5|. Understanding this distance concept is the key to unlocking the washer method for any axis Small thing, real impact..
How the Washer Method Works for Non-Standard Axes
The formula remains the same, but your strategy for finding R and r becomes more visual.
The General Formula:
-
Revolving around a horizontal line y = k:
- Volume = π ∫ [ (Outer Radius)² - (Inner Radius)² ] dx (if slicing vertically)
- Here, the radii are functions of x. R(x) = distance from the curve farthest from y=k to y=k. r(x) = distance from the curve closest to y=k to y=k.
- Crucially, the distance is always | (y-coordinate of curve) - k |.
-
Revolving around a vertical line x = h:
- Volume = π ∫ [ (Outer Radius)² - (Inner Radius)² ] dy (if slicing horizontally)
- Here, the radii are functions of y. R(y) = distance from the curve farthest from x=h to x=h. r(y) = distance from the curve closest to x=h to x=h.
- The distance is always | (x-coordinate of curve) - h |.
The hardest part isn't the integration; it's correctly setting up the radii. Let's make this concrete with examples Took long enough..
Example 1: Revolving Around a Horizontal Line (y = k)
Let’s find the volume of the solid formed by revolving the region bounded by y = x², y = 0, and x = 2 around the line y = -1.
-
Sketch the Region and the Axis: This is non-negotiable. Draw the parabola y = x² from x=0 to x=2. The region is under the parabola, above the x-axis (y=0), and to the left of x=2. Now, draw the axis of revolution, y = -1. It’s a horizontal line below the entire region.
-
Determine the Method of Slicing: Since the axis is horizontal, we slice vertically (perpendicular to the axis). This means our thickness is dx, and our radii will be functions of x Small thing, real impact..
-
Identify the Outer Radius (R): The outer radius is the distance from the axis (y=-1) to the curve farthest from it. Looking at the sketch, the top curve is y = x². The distance from y = x² to y = -1 is the vertical distance: (x²) - (-1) = x² + 1. So, R(x) = x² + 1.
-
Identify the Inner Radius (r): The inner radius is the distance from the axis to the curve closest to it. The bottom boundary is y = 0. The distance from y = 0 to y = -1 is 0 - (-1) = 1. So, r(x) = 1. Notice that even though the region touches the axis y=0, the distance to our revolution axis y=-1 is a constant 1.
-
Set Up and Evaluate the Integral:
- The limits of integration are from x=0 to x=2.
- Volume = π ∫ from 0 to 2 [ (R(x))² - (r(x))² ] dx
- Volume = π ∫₀² [ (x² + 1)² - (1)² ] dx
- Volume = π ∫₀² [ (x⁴ + 2x² + 1) - 1 ] dx
- Volume = π ∫₀² (x⁴ + 2x²) dx
- Volume = π [ (x⁵/5) + (2x³/3) ] from 0 to 2
- Volume = π [ (32/5) + (16/3) ] = π [ (96 + 80)/15 ] = (176π)/15 cubic units.
Example 2: Revolving Around a Vertical Line (x = h)
Now let’s revolve the region bounded by y = √x, y = 0, and x = 4 around the line x = 5.
-
Sketch: Draw the square root function from x=0 to x=4. The region is under the curve, above the x-axis. The axis x = 5 is a vertical line to the right of the entire region And that's really what it comes down to..
-
Determine the Method of Slicing: The axis is vertical, so we slice horizontally (perpendicular to the axis). This means our thickness is dy, and our radii will be functions of y. We need to express x in terms of y. Our curve is y = √x, which means x = y².
-
Identify the Outer Radius (R): The outer radius is the distance from the axis (x=5) to the curve farthest from it
which is the leftmost boundary of the region. Worth adding: since the axis $x=5$ is to the right of the region, the distance is (Axis) - (Curve): $5 - y^2$. Also, the left boundary is the curve $x = y^2$. So, $R(y) = 5 - y^2$.
-
Identify the Inner Radius (r): The inner radius is the distance from the axis to the curve closest to it. The rightmost boundary of the region is the vertical line $x = 4$. The distance from $x=5$ to $x=4$ is $5 - 4 = 1$. So, $r(y) = 1$.
-
Determine Limits of Integration: Since we are integrating with respect to $y$ ($dy$), we need $y$-limits. The region runs from $y=0$ (the x-axis) up to the intersection of $y=\sqrt{x}$ and $x=4$, which is $y=2$.
-
Set Up and Evaluate the Integral:
- Volume = $\pi \int_{0}^{2} [ (R(y))^2 - (r(y))^2 ] , dy$
- Volume = $\pi \int_{0}^{2} [ (5 - y^2)^2 - (1)^2 ] , dy$
- Volume = $\pi \int_{0}^{2} [ (25 - 10y^2 + y^4) - 1 ] , dy$
- Volume = $\pi \int_{0}^{2} (y^4 - 10y^2 + 24) , dy$
- Volume = $\pi \left[ \frac{y^5}{5} - \frac{10y^3}{3} + 24y \right]_{0}^{2}$
- Volume = $\pi \left[ \frac{32}{5} - \frac{80}{3} + 48 \right]$
- Volume = $\pi \left[ \frac{96 - 400 + 720}{15} \right] = \frac{416\pi}{15} \text{ cubic units.}$
Common Pitfalls and How to Avoid Them
Even with a solid process, three specific errors appear repeatedly on exams and in homework:
1. The "Squaring the Difference" Trap It is tempting to calculate the radius as $R - r$ and then square the result: $\pi \int (R - r)^2 , dx$. This is incorrect. The washer volume is the difference of the volumes of two cylinders: $\pi \int (R^2 - r^2) , dx$. Because $(R - r)^2 \neq R^2 - r^2$, this algebra error changes the answer entirely. Always square the individual radii before subtracting.
2. Confusing "Upper/Lower" with "Outer/Inner" When revolving around a horizontal axis above the region (e.g., revolving $y=x^2$ around $y=5$), the "upper" curve ($y=x^2$) is actually closer to the axis than the "lower" curve ($y=0$). So naturally, the upper curve provides the inner radius, and the lower curve provides the outer radius. Always measure distance from the axis outward; do not rely on "top minus bottom" intuition But it adds up..
3. Forgetting to Shift the Function If the axis is $y = -2$ and the function is $f(x) = x^2$, the radius is not $x^2$. It is $x^2 - (-2) = x^2 + 2$. Treat the axis as the new "zero" by subtracting the axis equation from the function equation: $R(x) = f(x) - (\text{axis})$.
The "Gap" Interpretation: A Unified Mental Model
If the subtraction of functions feels abstract, visualize the Gap.
Imagine the solid as a stack of washers. Every washer has a hole in the middle. Now, * Outer Radius ($R$): The distance from the axis to the outer wall of the solid. * Inner Radius ($r$): The distance from the axis to the inner wall (the boundary of the hole).
If the region touches the axis of revolution, the hole vanishes ($r=0$), and the washer becomes a Disk. The formula $\pi \int (R^2 - r^2) , dx$ handles this automatically—just plug in $r=0$. This is why the Washer Method is the general case; the Disk Method is merely a special instance where the inner radius is zero No workaround needed..
Not the most exciting part, but easily the most useful Simple, but easy to overlook..
Conclusion
Mastering volumes of revolution is less about memorizing formulas and more about developing a spatial discipline: Sketch $\rightarrow$ Slice $\rightarrow$ Radius $\rightarrow$ Integral. By rigorously identifying the axis, choosing the perpendicular slice, and measuring radii as $(\text{Axis}) - (\text{Curve})$ or $(\text{Curve}) - (\text{Axis})$ based on relative position, you transform
You'll probably want to bookmark this section No workaround needed..
transform the solid into a collection of infinitesimal disks whose areas are easy to compute, allowing the integral to be evaluated directly.
When the axis of rotation is not horizontal, the same sketch‑slice‑radius‑integral workflow adapts naturally. If the axis is vertical, for instance, slicing perpendicular to the axis means taking horizontal strips; the radius is then measured from the axis to the strip’s farthest and nearest points, and the integral is taken with respect to y instead of x. This flexibility lets you select the path of least resistance: washers for horizontal axes, cylindrical shells for vertical ones Not complicated — just consistent..
A useful sanity check is to compare the computed volume with a familiar solid. If the region being revolved is a rectangle of height h and width w revolved about one of its sides, the result should match the volume of a cylinder (π r² h). Discrepancies often signal an algebraic slip—perhaps a sign error in the radius expression or an omitted square The details matter here..
Practice problems that force you to reinterpret the “gap” can cement the mental model. On the flip side, for example, consider the region bounded by y = sin x and y = 0 on [0, π] rotated about the line y = 1. Here's the thing — here the outer radius is 1 – 0 = 1, while the inner radius is 1 – sin x. Setting up the washer integral as π∫₀^π[(1)² – (1 – sin x)²]dx and simplifying yields a finite volume that can be verified by expanding the integrand and integrating term‑by‑term.
Finally, remember that mastery comes from repeated application of the core steps: draw a clear picture, decide which direction the slices must run, measure each radius from the axis outward, and write the integral in the standard π(R² – r²) form. When these habits become second nature, the algebra that surrounds the integral fades into the background, leaving only the confidence that the volume you report truly reflects the solid you set out to measure.