Volume with the Disc Method: Revolving Around the $x$- or $y$-Axis
Introduction
students, imagine turning a flat shape into a 3D object just by spinning it like a vinyl record 🎶. In calculus, that spinning idea lets us find the volume of solids made by rotation. This lesson focuses on the disc method, one of the most important tools for finding volume with integration. When a region is revolved around the $x$-axis or the $y$-axis, the resulting solid can often be sliced into many thin circular discs. Adding up the volumes of those discs gives an integral.
Learning objectives
By the end of this lesson, students, you should be able to:
- explain the meaning of the disc method and related terms,
- set up and evaluate integrals for volume when a region revolves around the $x$-axis or $y$-axis,
- connect the disc method to the larger ideas of accumulation and applications of integration,
- recognize when the disc method is the correct strategy on AP Calculus BC,
- use examples and reasoning to justify the volume formula.
The big idea is simple: if a region is rotated around an axis, each thin slice becomes a circle. The volume is found by summing the areas of those circles across the interval. đź§
Why the disc method works
The disc method is based on slicing a solid into very thin pieces. If the radius of a circular cross section is $r$, then the area of the circle is $A = \pi r^2$. If the thickness of each slice is $\Delta x$ or $\Delta y$, then a small volume is approximately $\pi r^2\Delta x$ or $\pi r^2\Delta y$.
As the slices become thinner and thinner, the approximation becomes exact, and we get an integral:
$$V = \int_a^b \pi [r(x)]^2\,dx$$
or
$$V = \int_c^d \pi [r(y)]^2\,dy$$
depending on whether the slices are perpendicular to the $x$-axis or the $y$-axis.
A very important detail is that the radius is always the distance from the axis of rotation to the curve. If you rotate around the $x$-axis, the radius is usually a vertical distance measured with $y$-values. If you rotate around the $y$-axis, the radius is usually a horizontal distance measured with $x$-values.
This is not just a memorized formula. It is an example of accumulation, which is a major theme in AP Calculus BC. Just like we use integrals to add up change, here we use integrals to add up little pieces of volume.
Revolving around the $x$-axis
When a region is revolved around the $x$-axis, the cross sections are usually perpendicular to the $x$-axis, so the slices are taken with respect to $x$. A typical setup looks like this:
- the region lies between $y=f(x)$ and the $x$-axis,
- the interval is $x\in[a,b]$,
- the radius of each disc is $r(x)=f(x)$, assuming $f(x)\ge 0$.
The volume is then
$$V = \int_a^b \pi [f(x)]^2\,dx$$
Example 1
Find the volume of the solid formed by revolving the region under $y=x^2$ from $x=0$ to $x=2$ around the $x$-axis.
Because the radius is $r(x)=x^2$, the volume is
$$V = \int_0^2 \pi (x^2)^2\,dx = \pi\int_0^2 x^4\,dx$$
$$V = \pi\left[\frac{x^5}{5}\right]_0^2 = \pi\cdot\frac{32}{5} = \frac{32\pi}{5}$$
So the volume is $\frac{32\pi}{5}$ cubic units.
Why this makes sense
The function $y=x^2$ gets larger as $x$ increases, so the discs get wider. Near $x=0$, the discs are very small. Near $x=2$, the discs are much larger. The integral adds together all those circular slices.
If the region is between two curves and rotated around the $x$-axis, you may also need a washer method setup, which uses an outer radius and an inner radius. But if the region touches the axis so there is no hole, the disc method is enough.
Revolving around the $y$-axis
When a region is revolved around the $y$-axis, the slices are usually perpendicular to the $y$-axis, so the thickness is often $dx$ if you are using vertical slices with shells? Wait—here is the key point: for the disc method, the slices must be perpendicular to the axis of rotation. That means if we want to use the disc method around the $y$-axis, we usually describe the region as a function of $y$ and integrate with respect to $y$.
A typical setup is:
- the region lies between $x=g(y)$ and the $y$-axis,
- the interval is $y\in[c,d]$,
- the radius of each disc is $r(y)=g(y)$.
Then
$$V = \int_c^d \pi [g(y)]^2\,dy$$
Example 2
Find the volume of the solid formed by revolving the region bounded by $x=y^2$ and the $y$-axis from $y=0$ to $y=3$ around the $y$-axis.
Here the radius is $r(y)=y^2$, so
$$V = \int_0^3 \pi (y^2)^2\,dy = \pi\int_0^3 y^4\,dy$$
$$V = \pi\left[\frac{y^5}{5}\right]_0^3 = \pi\cdot\frac{243}{5} = \frac{243\pi}{5}$$
A useful reminder
If a region is naturally given as $x$ in terms of $y$, then the $y$-axis setup is often easiest. If the region is given as $y$ in terms of $x$, then the $x$-axis setup is often easiest. Choosing the right variable can save time and reduce mistakes on the exam ⏱️.
How to set up disc method problems on AP Calculus BC
For AP Calculus BC, the most important skill is not just computing an integral but setting up the correct integral. Here is a reliable process students can use:
- Identify the axis of rotation.
- Sketch the region if possible.
- Decide whether slices are perpendicular to the axis.
- Find the radius as a distance from the axis.
- Write the area of a circular cross section as $A=\pi r^2$.
- Integrate over the correct interval.
Common radius formulas
- Around the $x$-axis, radius is often $r(x)=f(x)$.
- Around the $y$-axis, radius is often $r(y)=g(y)$.
- If the axis is not one of the coordinate axes, the radius becomes a distance like $r(x)=f(x)-k$ or $r(y)=g(y)-k$.
Example 3
Find the volume of the region between $y=3-x$ and the $x$-axis on $[0,3]$ when rotated around the $x$-axis.
The radius is $r(x)=3-x$, so
$$V = \int_0^3 \pi(3-x)^2\,dx$$
Expand if needed:
$$V = \pi\int_0^3 (9-6x+x^2)\,dx$$
$$V = \pi\left[9x-3x^2+\frac{x^3}{3}\right]_0^3 = \pi(27-27+9)=9\pi$$
So the volume is $9\pi$ cubic units.
Connections to the bigger topic of applications of integration
The disc method is part of a larger family of integration applications. In AP Calculus BC, integration is not only about finding antiderivatives. It is also about modeling quantity over an interval.
Here are some connections:
- Area between curves uses integrals to compare two functions.
- Average value uses an integral to find a mean quantity over an interval.
- Motion and accumulation use integrals to gather change over time.
- Volumes of solids use integrals to gather cross-sectional area over distance.
- Arc length uses integration to measure curved paths.
All of these topics are about building a whole from small parts. The disc method specifically builds a 3D solid from thin circular slices.
This is why the formula $V=\int \pi r^2\,d\text{(variable)}$ is so powerful. It turns geometry into calculus.
Common mistakes to avoid
Students often make the same mistakes on disc method problems, so students should watch for these:
- forgetting to square the radius,
- using the wrong variable of integration,
- measuring the radius from the wrong axis,
- using the formula for a washer when a disc is needed, or vice versa,
- forgetting to set correct bounds,
- using $x$-based functions when the problem needs a $y$-based setup.
A quick check is this: if the solid has no hole in the middle, the disc method is often appropriate. If there is a hole, the washer method is usually needed. The disc method is basically the washer method with inner radius $0$.
Another smart habit is to label the radius directly on a sketch. Visualizing the distance helps prevent algebra errors.
Conclusion
students, the disc method is a core AP Calculus BC tool for finding volume by integration. When a region is revolved around the $x$-axis or $y$-axis, thin circular slices create discs whose areas are $\pi r^2$. Adding these slices across an interval gives a volume integral. The method connects directly to accumulation, geometry, and modeling, which are central ideas in applications of integration.
If you remember only one idea, let it be this: find the radius, square it, multiply by $\pi$, and integrate across the interval. With practice, setting up disc method problems becomes a fast and reliable skill.
Study Notes
- The disc method finds volume by adding the areas of thin circular slices.
- The area of each slice is $A=\pi r^2$.
- Around the $x$-axis, the volume is often $V=\int_a^b \pi [f(x)]^2\,dx$.
- Around the $y$-axis, the volume is often $V=\int_c^d \pi [g(y)]^2\,dy$.
- The radius is the distance from the axis of rotation to the curve.
- Use the disc method when the solid has no hole in the middle.
- If there is a hole, the washer method is usually needed instead.
- A correct sketch helps identify the radius, bounds, and variable of integration.
- The disc method is part of the broader AP Calculus BC theme of accumulation.
- On the exam, the setup of the integral is often just as important as the final answer.
