8. Applications of Integration

Volume With Washer Method: Revolving Around The X- Or Y-axis

Volume with Washer Method: Revolving Around the $x$- or $y$-Axis

Imagine a shape built by spinning a region like a wheel 🚲. students, that is the big idea behind volumes of revolution: we take a flat region in the plane and rotate it around an axis to create a three-dimensional solid. In this lesson, you will learn the washer method, which is used when the solid has a hole in the middle, like a donut 🍩 or a stack of hollow discs.

What you will learn

By the end of this lesson, students, you should be able to:

  • explain what the washer method is and why it works,
  • identify the inner and outer radii of a rotated region,
  • set up definite integrals for volume around the $x$-axis or $y$-axis,
  • connect the method to AP Calculus BC applications of integration,
  • solve real problems involving solids with holes.

The washer method is important because many real objects are not solid all the way through. Pipes, rings, cups, and mechanical parts often have hollow centers. Calculus gives a precise way to measure their volume using integration.

The big idea behind washers

When a region is revolved around an axis, each thin slice becomes a circular cross section. If the region touches the axis, the cross section is a disk. If the region does not touch the axis, the cross section is a washer, which is a disk with a hole in the middle.

A washer has:

  • an outer radius $R$,
  • an inner radius $r$,
  • cross-sectional area $A=\pi\left(R^2-r^2\right)$.

That formula is the key to the method. Think of the washer as the area of a large circle minus the area of a smaller circle. If you slice the solid into many thin washers, then add their volumes, you get the total volume.

The volume formula is

$$V=\int_a^b \pi\left(R(x)^2-r(x)^2\right)\,dx$$

when slicing perpendicular to the $x$-axis.

If the slices are perpendicular to the $y$-axis, then the formula becomes

$$V=\int_c^d \pi\left(R(y)^2-r(y)^2\right)\,dy.$$

The variable of integration depends on how the region is described and which axis you are revolving around.

How to identify the radii

A common challenge is figuring out $R$ and $r$. students, the outer radius is always the distance from the axis of rotation to the farther boundary of the region. The inner radius is the distance from the axis to the closer boundary.

Here are the most common cases:

  • If revolving around the $x$-axis, radii are usually vertical distances.
  • If revolving around the $y$-axis, radii are usually horizontal distances.
  • If the axis of rotation is not one of the coordinate axes, the same idea still works: radii are distances measured perpendicular to that axis.

For example, suppose a region is between $y=f(x)$ and $y=g(x)$, with $f(x)\ge g(x)$ on an interval. If the region is revolved around the $x$-axis and both curves are above the axis, then

$$R(x)=f(x),\quad r(x)=g(x).$$

If the region is between the curve and the axis itself, then the inner radius is $0$, and the washer method becomes the disk method:

$$V=\int_a^b \pi\left(R(x)^2\right)\,dx.$$

A useful habit is to sketch the region and one typical cross section. This helps prevent mistakes and makes the geometry much clearer ✏️.

Example: revolving around the $x$-axis

Suppose the region is bounded by $y=2x$ and $y=x^2$ on $0\le x\le 2$. On this interval, $2x\ge x^2$, so the line is above the parabola.

If this region is revolved around the $x$-axis, then the outer radius is

$$R(x)=2x$$

and the inner radius is

$$r(x)=x^2.$$

So the volume is

$$V=\int_0^2 \pi\left((2x)^2-(x^2)^2\right)\,dx.$$

Simplify the integrand:

$$V=\pi\int_0^2 \left(4x^2-x^4\right)\,dx.$$

Now integrate:

$$V=\pi\left[\frac{4x^3}{3}-\frac{x^5}{5}\right]_0^2.$$

Evaluate at the bounds:

$$V=\pi\left(\frac{32}{3}-\frac{32}{5}\right)=\pi\left(\frac{160-96}{15}\right)=\frac{64\pi}{15}.$$

This is a complete washer-method solution. Notice how the volume comes from subtracting the inner circular area from the outer circular area at each slice.

Example: revolving around the $y$-axis

Now let’s rotate a region around the $y$-axis. Suppose the region is bounded by $x=y^2$ and $x=4$ for $0\le y\le 2$.

Because we are revolving around the $y$-axis, the radii are horizontal distances.

  • The outer radius is the distance from the $y$-axis to $x=4$, so $R(y)=4$.
  • The inner radius is the distance from the $y$-axis to $x=y^2$, so $r(y)=y^2$.

Thus,

$$V=\int_0^2 \pi\left(4^2-(y^2)^2\right)\,dy.$$

Simplify:

$$V=\pi\int_0^2 \left(16-y^4\right)\,dy.$$

Integrate:

$$V=\pi\left[16y-\frac{y^5}{5}\right]_0^2.$$

Evaluate:

$$V=\pi\left(32-\frac{32}{5}\right)=\frac{128\pi}{5}.$$

This example shows that revolving around the $y$-axis is not harder than revolving around the $x$-axis. The main difference is the direction of measurement.

Choosing the correct variable of integration

One of the most important AP Calculus skills is choosing whether to integrate with respect to $x$ or $y$.

Use $dx$ when:

  • the slices are vertical,
  • the radii are written naturally as functions of $x$,
  • the region is easiest to describe using $y=f(x)$.

Use $dy$ when:

  • the slices are horizontal,
  • the radii are written naturally as functions of $y$,
  • the region is easier to describe using $x=g(y)$.

Sometimes the problem is easier if you rewrite equations. For example, if the region is given by $y=x^2$, but you need to integrate with respect to $y$, solve for $x$:

$$x=\sqrt{y}$$

for the branch in the first quadrant.

This flexibility is a big part of calculus reasoning. You are not just doing algebra; you are choosing the setup that matches the geometry.

Common mistakes to avoid

students, here are the errors students often make:

  • using the wrong axis for the radii,
  • forgetting to square both radii,
  • writing $\pi\left(R-r\right)$ instead of $\pi\left(R^2-r^2\right)$,
  • mixing up the outer and inner functions,
  • using the wrong bounds of integration,
  • forgetting that the radii are distances, so they must be nonnegative.

A very helpful check is this: if the region is farther from the axis on the outside, then $R$ should be at least as large as $r$. If your setup gives $r>R$, something is probably wrong.

Another useful check is units. If lengths are measured in centimeters, then volume should be in cubic centimeters. The integral of an area expression like $\pi\left(R^2-r^2\right)$ over a length variable produces volume units, which confirms the setup is sensible.

Why the washer method matters in AP Calculus BC

The washer method is part of the broader topic of applications of integration because it shows how a one-dimensional process, integration, can measure a three-dimensional quantity. This connection is one of the main themes of AP Calculus BC.

It also connects to related ideas:

  • average value uses integration to measure a typical output,
  • motion problems use integration to accumulate displacement or distance,
  • area between curves uses integration to measure enclosed area,
  • volumes of solids use integration to measure three-dimensional space,
  • arc length uses integration to measure the length of a curve.

These topics all share one central idea: accumulation. Integration adds many tiny pieces to find a total. In the washer method, the tiny pieces are thin circular slices.

On the AP exam, you may be asked to interpret a graph, choose a correct integral, or compute a volume from a geometric description. The strongest strategy is to draw the region, label the axis, mark $R$ and $r$, and then write the integral carefully.

Conclusion

The washer method is a powerful tool for finding volume when a rotated solid has a hole in the middle. students, the essential formula is

$$V=\int \pi\left(R^2-r^2\right)\,d\text{(variable)}.$$

Whether you revolve around the $x$-axis or the $y$-axis, the process is the same: identify the region, find the outer and inner radii, choose the correct variable, and integrate over the interval. This method is a clear example of how calculus turns geometry into accumulation.

Study Notes

  • A washer is a circular cross section with a hole in the middle.
  • The washer area formula is $A=\pi\left(R^2-r^2\right)$.
  • For revolution around the $x$-axis, use vertical slices and often integrate with respect to $x$.
  • For revolution around the $y$-axis, use horizontal slices and often integrate with respect to $y$.
  • The outer radius $R$ is the farther distance from the axis of rotation.
  • The inner radius $r$ is the closer distance from the axis of rotation.
  • The volume formulas are $V=\int_a^b \pi\left(R(x)^2-r(x)^2\right)\,dx$ and $V=\int_c^d \pi\left(R(y)^2-r(y)^2\right)\,dy$.
  • If the inner radius is $0$, the washer method becomes the disk method.
  • Always sketch the region and label the axis before writing the integral.
  • Check that your final volume has cubic units.
  • The washer method is a major AP Calculus BC application of integration and connects to the theme of accumulation.

Practice Quiz

5 questions to test your understanding