5. Applications of the Definite Integral

Disk And Washer Methods

Disk and Washer Methods

In students, one of the most powerful ideas in Calculus 2 is that a complicated 3D solid can be found by adding up many tiny slices 📏. The disk method and washer method are two closely related ways to compute volume using the definite integral. These methods are part of the larger topic of applications of the definite integral, because they turn geometry into integration.

What these methods are trying to do

The big idea is simple: if you know the shape of a solid’s cross-sections, you can find its volume by adding the volumes of many thin pieces. Instead of measuring the whole solid at once, you slice it into very thin circular pieces.

When a region is revolved around an axis, the cross-sections of the solid are often circles or rings. That is where these methods come from:

  • The disk method is used when each slice is a solid circle with no hole in the middle.
  • The washer method is used when each slice looks like a ring, or washer, with a hole in the middle.

Think of a stack of coins versus a stack of donuts 🍩. A coin has no hole, so it acts like a disk. A donut-shaped ring has a hole, so it acts like a washer.

The final volume comes from integrating the area of the slices across the interval where the solid exists.

Disk method: solid circular slices

The disk method is used when a region is revolved around an axis and every cross-section perpendicular to that axis is a full circle. If the radius of a slice is $r(x)$, then the area of that circular slice is

$$A(x)=\pi [r(x)]^2.$$

So the volume is found by integrating the area over the interval:

$$V=\int_a^b \pi [r(x)]^2\,dx.$$

This formula is the heart of the disk method. It works because volume is being built from infinitely many thin circles, each with thickness $dx$.

Example: rotating a curve around the $x$-axis

Suppose the region under $y=x^2$ from $x=0$ to $x=2$ is revolved around the $x$-axis. Each slice is a disk.

The radius of a disk is the distance from the curve to the $x$-axis, so

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

The volume is

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

Now evaluate:

$$V=\pi\left[\frac{x^5}{5}\right]_0^2=\pi\left(\frac{32}{5}\right)=\frac{32\pi}{5}.$$

So the volume is

$$\frac{32\pi}{5}.$$

This is a great example of how a 2D curve can generate a 3D solid when rotated.

When the disk method is used

The disk method usually appears when:

  • a region is revolved around the $x$-axis or $y$-axis,
  • the slices are perpendicular to the axis of rotation,
  • there is no empty space in the middle of each slice.

A quick check: if the cross-section is a filled-in circle, use the disk method.

Washer method: circular slices with holes

The washer method is very similar to the disk method, but the cross-sections are not solid circles. Instead, they are annular regions—rings with a hole. This happens when the region being revolved does not touch the axis of rotation.

A washer has:

  • an outer radius $R(x)$,
  • an inner radius $r(x)$.

Its area is the area of the big circle minus the area of the hole:

$$A(x)=\pi [R(x)]^2-\pi [r(x)]^2.$$

So the volume formula becomes

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

This is one of the most important formulas in Calc 2 because it handles solids of revolution that are hollow in the middle.

Example: rotating a region around the $x$-axis

Suppose the region between $y=x+1$ and $y=1$ on $0\le x\le 2$ is revolved around the $x$-axis.

The outer radius is

$$R(x)=x+1,$$

and the inner radius is

$$r(x)=1.$$

So the volume is

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

Simplify the integrand:

$$V=\pi\int_0^2 (x^2+2x)\,dx.$$

Now integrate:

$$V=\pi\left[\frac{x^3}{3}+x^2\right]_0^2=\pi\left(\frac{8}{3}+4\right)=\frac{20\pi}{3}.$$

So the volume is

$$\frac{20\pi}{3}.$$

This example shows how the washer method subtracts the hole from the outer circle.

Choosing the correct radius and axis of rotation

A common challenge is identifying the correct radius formulas. The radius is always a distance from the curve to the axis of rotation. That means you must measure carefully.

Here are the main ideas:

  • If rotating around the $x$-axis, the radius is a vertical distance from the graph to the $x$-axis.
  • If rotating around the $y$-axis, the radius is a horizontal distance from the graph to the $y$-axis.
  • If rotating around another line like $y=3$ or $x=-2$, the radius is the distance to that line.

For example, if a curve $y=f(x)$ is rotated around $y=4$, then a radius could be

$$R(x)=4-f(x)$$

if the curve is below the line $y=4$.

The inner and outer radii must always match the geometry of the region. The outer radius is the larger distance from the axis, and the inner radius is the smaller one.

Connecting to the bigger picture of applications of the definite integral

Disk and washer methods are not isolated tricks. They belong to the larger Calc 2 idea that integrals can measure accumulation. In earlier lessons, the definite integral often finds area. Here, it finds volume.

That connection is important because the formula is built from the same idea:

  • break the object into tiny pieces,
  • find the size of one piece,
  • add the pieces with an integral.

This is why disk and washer methods are examples of slicing. The solid is approximated by many thin circular slices, and the limit of those approximations gives the exact volume.

This also connects to other applications of the definite integral, such as:

  • area between curves,
  • average value of a function,
  • arc length in later topics,
  • work and fluid applications in more advanced settings.

In each case, the integral converts a geometric or physical problem into a precise calculation.

Strategy for solving disk and washer problems

When students sees a volume problem, a reliable process helps a lot 🔍:

  1. Sketch the region and identify the axis of rotation.
  2. Decide whether the slices are disks or washers.
  3. Write the radius functions $r(x)$, $R(x)$, or $r(y)$, $R(y)$.
  4. Find the limits of integration from the interval of the region.
  5. Write the volume integral.
  6. Simplify and evaluate.

It is also important to choose whether to integrate with respect to $x$ or $y$. That choice depends on the axis of rotation and which direction gives the simplest radii. Sometimes a problem can be done either way, but one approach may be much easier.

Example of decision-making

If a region is bounded by functions of $x$ and rotated around the $x$-axis, using $dx$ is often natural. But if the region is rotated around the $y$-axis, the radii may be easier to express using $y$, which could require rewriting the curve.

Good setup matters as much as calculation. In many Calc 2 problems, the hardest part is not the integration itself—it is identifying the correct geometry.

Common mistakes to avoid

A few mistakes show up often:

  • mixing up the inner radius and outer radius,
  • forgetting to square the radii,
  • using the wrong axis of rotation,
  • choosing incorrect bounds,
  • forgetting that the washer formula subtracts areas, not radii.

For example, the correct washer area is

$$\pi [R(x)]^2-\pi [r(x)]^2,$$

not

$$\pi [R(x)-r(x)]^2.$$

That difference matters because area is not found by subtracting radii first.

Conclusion

The disk and washer methods are central tools in Calculus 2 because they show how definite integrals can measure volume. The disk method applies when solid circular slices fill the space completely, while the washer method applies when each slice has a hole. Both methods come from the same slicing idea and fit naturally into the broader study of applications of the definite integral. students, when you can identify the axis of rotation, the radii, and the limits of integration, these volume problems become much more manageable ✨.

Study Notes

  • The disk method uses the formula $V=\int_a^b \pi [r(x)]^2\,dx$ or a version with $dy$.
  • The washer method uses the formula $V=\int_a^b \pi\left([R(x)]^2-[r(x)]^2\right)\,dx$ or a version with $dy$.
  • A disk has no hole; a washer has an inner radius and an outer radius.
  • The radius is always the distance from the graph to the axis of rotation.
  • The outer radius is larger than the inner radius.
  • Choose $dx$ or $dy$ based on which variable makes the radii easiest to describe.
  • Disk and washer methods are applications of the definite integral because they add up many thin slices to find exact volume.
  • Always sketch the region, label the axis of rotation, and check your bounds before integrating.

Practice Quiz

5 questions to test your understanding

Disk And Washer Methods — Calculus 2 | A-Warded