Volume with Washer Method: Revolving Around the $x$- or $y$-Axis
students, imagine taking a flat region on a graph and spinning it like a wheel 🎡. When that region turns around an axis, it creates a 3D solid. In AP Calculus AB, the washer method helps us find the volume of that solid when the cross-sections look like hollow circles, or “washers.” This lesson will show you how to recognize when the washer method is needed, set up the correct integral, and interpret what the result means in a real situation.
What You Will Learn
By the end of this lesson, students, you should be able to:
- Explain what a washer is and why it appears when a solid has a hole through the middle.
- Set up volume integrals using the washer method around the $x$-axis or the $y$-axis.
- Identify the outer radius and inner radius correctly.
- Choose between integrating with respect to $x$ or $y$ based on the axis of rotation and the given curves.
- Connect the washer method to other applications of integration, especially area and accumulation.
The big idea is simple: volume can be found by adding up many thin circular slices. If each slice has a hole in the middle, then each slice is a washer, not a full disk. 🌀
Why the Washer Method Works
The washer method comes from slicing a solid into very thin pieces that are perpendicular to the axis of rotation. Each piece is shaped like a short cylinder with a hole through it. The volume of one thin washer is approximately
$$\pi(R^2-r^2)\,\Delta x$$
or
$$\pi(R^2-r^2)\,\Delta y$$
depending on the variable used.
Here, $R$ is the outer radius and $r$ is the inner radius. The expression $R^2-r^2$ gives the area of the washer’s face because the area of a circle is $\pi r^2$, so subtracting the hole from the full circle gives the ring-shaped area.
When the washers become infinitely thin, the sum becomes an integral:
$$V=\pi\int_a^b\big(R(x)^2-r(x)^2\big)\,dx$$
or
$$V=\pi\int_c^d\big(R(y)^2-r(y)^2\big)\,dy$$
The limits of integration match the variable of integration and the endpoints of the region being rotated.
Rotating Around the $x$-Axis
When a region is revolved around the $x$-axis, the slices are usually vertical if you integrate with respect to $x$. That means the radius is measured as a distance from the curve to the $x$-axis.
For example, suppose a region is bounded by the curves $y=f(x)$ and $y=g(x)$, with $f(x)\ge g(x)\ge 0$ on the interval $[a,b]$. If this region is rotated around the $x$-axis, then:
- the outer radius is $R(x)=f(x)$
- the inner radius is $r(x)=g(x)$
So the volume is
$$V=\pi\int_a^b\big(f(x)^2-g(x)^2\big)\,dx$$
Example 1
Find the volume of the solid formed by rotating the region between $y=x$ and $y=x^2$ from $x=0$ to $x=1$ around the $x$-axis.
First, decide which curve is on top. On $[0,1]$, $x\ge x^2$, so:
- $R(x)=x$
- $r(x)=x^2$
Set up the integral:
$$V=\pi\int_0^1\big(x^2-x^4\big)\,dx$$
Now integrate:
$$V=\pi\left[\frac{x^3}{3}-\frac{x^5}{5}\right]_0^1$$
$$V=\pi\left(\frac{1}{3}-\frac{1}{5}\right)=\pi\cdot\frac{2}{15}$$
So the volume is
$$\frac{2\pi}{15}$$
This is a classic washer-method problem because the rotated region leaves a hole near the axis of rotation.
Rotating Around the $y$-Axis
When a region is rotated around the $y$-axis, the radii are measured horizontally. That often means you need functions written in terms of $x$ if you integrate with respect to $y$, or you may need to rewrite the curves.
If the region is described as $x=f(y)$ and $x=g(y)$, where $f(y)\ge g(y)\ge 0$, and it is rotated around the $y$-axis, then:
- the outer radius is $R(y)=f(y)$
- the inner radius is $r(y)=g(y)$
The volume formula becomes
$$V=\pi\int_c^d\big(f(y)^2-g(y)^2\big)\,dy$$
Example 2
Find the volume of the solid formed by rotating the region between $x=y^2$ and $x=2y$ from $y=0$ to $y=2$ around the $y$-axis.
Check which curve is farther from the $y$-axis. Since larger $x$ means farther from the $y$-axis, compare $2y$ and $y^2$. On $[0,2]$, $2y\ge y^2$, so:
- $R(y)=2y$
- $r(y)=y^2$
Set up the integral:
$$V=\pi\int_0^2\big((2y)^2-(y^2)^2\big)\,dy$$
$$V=\pi\int_0^2\big(4y^2-y^4\big)\,dy$$
Integrate:
$$V=\pi\left[\frac{4y^3}{3}-\frac{y^5}{5}\right]_0^2$$
$$V=\pi\left(\frac{32}{3}-\frac{32}{5}\right)=\pi\cdot\frac{64}{15}$$
So the volume is
$$\frac{64\pi}{15}$$
How to Identify Outer and Inner Radii
This is one of the most important skills in washer problems, students. The outer radius is always the distance from the axis of rotation to the farthest boundary of the region. The inner radius is the distance from the axis to the closest boundary.
A helpful strategy is to think: “Which curve is farther from the axis?”
- Around the $x$-axis, radii are vertical distances, so use $y$-values.
- Around the $y$-axis, radii are horizontal distances, so use $x$-values.
Sometimes the axis of rotation is not one of the coordinate axes. For example, if a region is rotated around $y=3$, the radii are vertical distances from the curves to the line $y=3$. In that case,
$$R(x)=3-g(x)$$
or
$$R(x)=f(x)-3$$
depending on where the curve is located. The key idea is distance, not just the equation of the curve.
Example 3
Suppose the region between $y=1$ and $y=x^2$ for $-1\le x\le 1$ is rotated around the line $y=3$. Since both curves are below $y=3$, the radii are measured from $y=3$ downward.
- outer radius: $R(x)=3-1=2$
- inner radius: $r(x)=3-x^2$
The volume is
$$V=\pi\int_{-1}^{1}\big(2^2-(3-x^2)^2\big)\,dx$$
This example shows that washers can be used with any horizontal axis of rotation, not just the $x$-axis.
Common Mistakes to Avoid
students, many washer problems go wrong because of setup errors, not algebra errors. Watch for these common mistakes đź‘€:
- Mixing up $R$ and $r$.
- Forgetting to square both radii.
- Using the wrong variable of integration.
- Choosing limits that do not match the direction of slicing.
- Measuring distance to the axis incorrectly.
- Forgetting that the washer method uses cross-sections perpendicular to the axis of rotation.
Another important point is that if the region touches the axis of rotation, then the inner radius is $r=0$, and the washer becomes a disk. In that case, the formula still works:
$$V=\pi\int_a^b R(x)^2\,dx$$
because subtracting $0^2$ changes nothing.
Connecting Washer Method to the Bigger Picture
The washer method belongs to the wider topic of applications of integration because it turns a geometric problem into an integral. This is the same general idea behind finding area, average value, motion, and accumulation.
In all of these topics, integration adds up tiny pieces:
- area adds up thin rectangles
- volume adds up thin washers or disks
- motion adds up velocity over time to get displacement
- accumulation adds up rates to get total amount
So when you use the washer method, you are not memorizing a random formula. You are using the AP Calculus idea that a complex quantity can be found by summing many small pieces. That is one of the main themes of integration.
Conclusion
The washer method is used when a region is revolved around an axis and the resulting solid has a hole in the middle. To solve these problems, students, identify the axis of rotation, find the outer and inner radii as distances from that axis, choose the correct variable, and write the volume as
$$V=\pi\int\big(R^2-r^2\big)\,d\text{variable}$$
With practice, you will be able to recognize washer problems quickly and set them up accurately. This skill is a major part of AP Calculus AB applications of integration and shows how integrals can measure real three-dimensional volume. 🎯
Study Notes
- A washer is a thin circular slice with a hole in the middle.
- The washer method is used for volume when a region is rotated around an axis and does not touch the axis.
- The general formula is $V=\pi\int_a^b\big(R(x)^2-r(x)^2\big)\,dx$ or $V=\pi\int_c^d\big(R(y)^2-r(y)^2\big)\,dy$.
- $R$ is the outer radius and $r$ is the inner radius.
- Around the $x$-axis, radii are vertical distances.
- Around the $y$-axis, radii are horizontal distances.
- The axis of rotation may be $x=\text{constant}$ or $y=\text{constant}$, not only the coordinate axes.
- If $r=0$, the washer method becomes the disk method.
- The slices must be perpendicular to the axis of rotation.
- In AP Calculus AB, washer problems connect volume to the larger idea of accumulation through integration.
