8. Applications of Integration

Volume With Disc Method: Revolving Around Other Axes

Volume with the Disc Method: Revolving Around Other Axes

students, imagine a pizza dough circle spinning around a stick 🌀. The shape it makes in space is a solid, and calculus helps us find its volume exactly. In this lesson, you will learn how the disc method works when a region is revolved around an axis that is not always the $x$-axis or $y$-axis. This is a big idea in AP Calculus AB because it connects geometry, functions, and definite integrals.

What you will learn

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

  • explain what the disc method means when a region is revolved around a different axis;
  • identify the radius of each disc correctly;
  • set up and evaluate volume integrals using the disc method;
  • connect the method to other applications of integration, such as area and motion;
  • use examples to justify why the formula works.

The main idea of the disc method

The disc method is used when a region is revolved around an axis and the slices of the solid are perpendicular to that axis. Each slice becomes a circular disc. If the radius of a disc is $r(x)$, then its area is A(x)=

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

To find the volume, we add up the volumes of many very thin discs. In calculus, that becomes an integral:

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

or, if the radius depends on $y$,

$$V=\int_c^d \pi [r(y)]^2\,dy$$

The key is not the formula itself, but knowing how to find the radius. The radius is the distance from the axis of rotation to the edge of the region.

For example, if a region is revolved around the line $y=3$, the radius is not just the $y$-value of the curve. It is the vertical distance from the curve to $y=3$. If the curve is $y=f(x)$, then the radius may be $r(x)=3-f(x)$ or $r(x)=f(x)-3$, depending on which one is larger.

Revolving around an axis other than the coordinate axes

Sometimes the axis of rotation is a line like $y=2$, $y=-1$, $x=4$, or $x=-3$. The disc method still works, but you must measure the radius from the curve to that line.

Revolving around a horizontal line

If a region is revolved around a horizontal line such as $y=k$, then the slices are usually vertical, so the radius is measured vertically.

Suppose the region between $y=f(x)$ and the $x$-axis is revolved around $y=2$. If $f(x)$ is below $y=2$, then the radius is

$$r(x)=2-f(x)$$

If the region is between two curves, say $y=f(x)$ on top and $y=g(x)$ below, and both are revolved around $y=2$, then the solid may have a hole. In that case, the disc method alone becomes the washer method. The outer radius and inner radius are both important. For this lesson, remember that the disc method is the special case where the inner radius is $0$.

Revolving around a vertical line

If a region is revolved around a vertical line such as $x=k$, then the slices are usually horizontal, so the radius is measured horizontally.

For a region given in terms of $x$, this may require rewriting the function as $x$ in terms of $y$. If a curve is described by $y=f(x)$ and you need to rotate around $x=4$, then the radius may be

$$r(y)=4-x(y)$$

This is one of the most important skills in this topic: choosing the variable that makes the distance to the axis easiest to write.

Example 1: revolving around a horizontal line

Consider the region between $y=x^2$ and the $x$-axis on the interval $0\le x\le 2$. Suppose this region is revolved around the line $y=5$.

Because the axis is horizontal, use vertical slices and integrate with respect to $x$. The radius is the distance from $y=5$ down to the curve $y=x^2$:

$$r(x)=5-x^2$$

So the volume is

$$V=\int_0^2 \pi (5-x^2)^2\,dx$$

This setup is correct because each cross section is a disc with no hole. Notice that the radius changes as $x$ changes, which is why an integral is needed.

A quick check helps: at $x=0$, the radius is $5$, and at $x=2$, the radius is $1$. That makes sense because the curve gets closer to $y=5$ as $x$ increases.

Example 2: revolving around a vertical line

Now consider the region bounded by $x=y^2$ and the $y$-axis for $0\le y\le 3$. Revolve it around the line $x=5$.

Since the axis is vertical, horizontal slices are a natural choice, so integrate with respect to $y$.

The radius is the distance from $x=5$ to the curve $x=y^2$:

$$r(y)=5-y^2$$

The volume is

$$V=\int_0^3 \pi (5-y^2)^2\,dy$$

This example shows why the variable matters. If you tried to use $dx$ here, the setup would be harder because the region is already written in terms of $y$.

How to avoid common mistakes

students, these are the mistakes students often make on AP-style problems:

  1. Using the wrong distance. The radius is always a distance from the axis of rotation, not just a $y$-value or $x$-value.
  2. Mixing up the variable of integration. Use $dx$ when slices are vertical and $dy$ when slices are horizontal.
  3. Forgetting to square the radius. The formula is $V=\int \pi r^2\,d\text{variable}$, not $V=\int \pi r\,d\text{variable}$.
  4. Choosing the wrong axis direction. A horizontal axis usually pairs with vertical slices, while a vertical axis usually pairs with horizontal slices.
  5. Ignoring the graph. A sketch helps show whether the radius should be written as “axis minus curve” or “curve minus axis.”

A good habit is to label the axis, the curve, and a sample slice before writing any integral ✏️.

Why this belongs in Applications of Integration

This topic is part of Applications of Integration because integrals do more than compute area under a curve. They can also represent real quantities built from many tiny pieces.

In volume problems, each tiny disc has volume approximately

$$\pi [r(x)]^2\Delta x$$

or

$$\pi [r(y)]^2\Delta y$$

When you add these pieces and take the limit as the thickness goes to $0$, you get the exact volume. This is the same core idea used in other application topics:

  • in area, we add thin rectangles;
  • in motion, we add tiny changes in position from velocity;
  • in volume, we add thin circular slices.

So the disc method is part of a bigger calculus pattern: break a problem into small pieces, find one piece, and add them with an integral.

AP Calculus AB reasoning strategy

On the exam, a strong solution usually follows these steps:

  1. Identify the region and the axis of rotation.
  2. Decide whether slices are vertical or horizontal.
  3. Write the radius as a distance to the axis.
  4. Choose the correct bounds.
  5. Set up the integral using $V=\int \pi r^2\,d\text{variable}$.
  6. Evaluate if asked.

For written responses, explain your setup clearly. For example, you can say, “Because the axis of rotation is the line $y=4$, the radius of each disc is the vertical distance from the curve to $y=4$.” That kind of reasoning earns credit because it shows understanding, not just memorization.

Conclusion

The disc method is one of the most useful tools in AP Calculus AB for finding volume. When a region is revolved around a line, the solid is built from many circular discs, and the volume comes from an integral of the form $V=\int \pi r^2\,d\text{variable}$. The most important part is finding the radius correctly when the axis is not the coordinate axis. Once students can identify the axis, choose the right slices, and write the radius as a distance, these problems become much more manageable. This idea fits neatly into Applications of Integration because it uses accumulation to turn geometry into calculus.

Study Notes

  • The disc method finds volume by adding circular slices.
  • The basic formula is $V=\int_a^b \pi [r(x)]^2\,dx$ or $V=\int_c^d \pi [r(y)]^2\,dy$.
  • The radius is the distance from the curve to the axis of rotation.
  • Use $dx$ for vertical slices and $dy$ for horizontal slices.
  • Revolving around a horizontal line often uses vertical slices.
  • Revolving around a vertical line often uses horizontal slices.
  • Always sketch the region and axis before setting up the integral.
  • The disc method is a special case of the washer method when the inner radius is $0$.
  • This topic connects to other applications of integration because it adds many tiny pieces to find a total quantity.

Practice Quiz

5 questions to test your understanding