AP-CALCBC-8.9-8.11

U8.9 Volumes of Revolution: Disc and Washer Methods

Master the disc and washer methods for AP Calculus BC volumes of revolution: set up π∫r² dx and π∫(R²−r²) dx, and revolve around horizontal or vertical axes.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U8.9 Volumes of Revolution: Disc and Washer Methods, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

When you spin a region around a line, it sweeps out a three-dimensional solid. The disc and washer methods let you find the exact volume of that solid by slicing it into thin circular cross sections and adding up their volumes with an integral. This is one of the most reliable point-earners in Unit 8, and it shows up on both the multiple-choice and free-response sections.

In this lesson you will learn how to identify the radius of each slice, decide whether you need a disc or a washer, choose the correct variable of integration, and set up the integral carefully around any horizontal or vertical axis. Get the setup right and the arithmetic follows.

The Disc Method: Solid Slices

Imagine revolving a region that sits flush against the axis of rotation. Each thin slice perpendicular to the axis becomes a solid circle — a disc — of radius rr and thickness dxdx (or dydy). The area of one disc is πr2\pi r^2, and its volume is πr2dx\pi r^2\,dx. Summing over the interval givesV=πabr2dx.V = \pi\int_a^b r^2\,dx.The key skill is writing the radius as a function. When you revolve about the xx-axis, the radius of a slice at position xx is simply the height of the curve there, so r=f(x)r = f(x) andV=πab[f(x)]2dx.V = \pi\int_a^b [f(x)]^2\,dx.When you revolve about the yy-axis, slices are horizontal, thickness is dydy, and the radius is the horizontal distance, so you must solve for xx as a function of yy and integrate in yy.

The most common misconception is squaring after integrating, or forgetting the square entirely. Remember: you square the radius first, then integrate. Also, the disc method only works when the region touches the axis with no gap. If there is a gap between the region and the axis, you need a washer.

The Washer Method: Slices With Holes

When the region being revolved does not touch the axis, each cross section is a ring — a washer — with an outer radius RR and an inner radius rr. The area of the ring is the big circle minus the hole: πR2πr2\pi R^2 - \pi r^2. Integrating givesV=πab(R2r2)dx.V = \pi\int_a^b \left(R^2 - r^2\right)dx.Here RR is the distance from the axis to the outer (farther) curve, and rr is the distance from the axis to the inner (nearer) curve. A frequent error is writing (Rr)2(R-r)^2 instead of R2r2R^2 - r^2 — these are not equal, so keep the squares separate.
FeatureDiscWasher
Cross sectionSolid circleRing
Formulaπr2\pi\int r^2π(R2r2)\pi\int (R^2-r^2)
When to useRegion touches axisGap between region and axis
Radii neededOneOuter and inner
To find each radius, always measure distance from the axis of rotation, not from the origin. Sketching the region and a representative slice makes this automatic and prevents sign or subtraction mistakes.

Finding Radii and Choosing the Variable

The single most important habit is drawing a representative rectangle perpendicular to the axis of rotation. If the axis is horizontal, the rectangle is vertical, its thickness is dxdx, and you integrate in xx. If the axis is vertical, the rectangle is horizontal, its thickness is dydy, and you integrate in yy.

The radius is the length of that rectangle measured from the axis to the curve. For revolution about the xx-axis, a slice from the curve y=f(x)y=f(x) down to the axis has radius f(x)f(x). For a washer between two curves f(x)g(x)0f(x)\ge g(x)\ge 0, the outer radius is R=f(x)R=f(x) and inner radius is r=g(x)r=g(x).

To find the limits of integration, locate the boundaries of the region. For xx-integration these are the leftmost and rightmost xx-values, often the intersection points found by setting f(x)=g(x)f(x)=g(x). For yy-integration, use the bottom and top yy-values.

Exam tip: the AP exam frequently gives a region bounded by two curves and asks for the volume when revolved about the xx-axis or a horizontal line. Recognize instantly whether the region hugs the axis (disc) or leaves a gap (washer). Revolving about lines other than the axes is previewed in U8.12, but the same distance principle applies: radius equals the distance from the slice to the line.

How the AP Exam Tests This

On multiple-choice, you are usually asked to identify the correct integral setup rather than evaluate it, so setup precision is everything. Watch for answer choices that swap R2r2R^2-r^2 for (Rr)2(R-r)^2, forget π\pi, or use the wrong variable of integration.

On free-response, a calculator-active problem often gives two curves and asks you to set up and evaluate a volume. You earn points for the correct integrand with squared radii, the correct limits, and the correct numerical answer. Set up the integral fully before pressing any calculator buttons, and always include π\pi.

A classic trap: if the region is bounded above by ff and below by gg but both lie above the xx-axis, revolving about the xx-axis produces a washer, not a disc — the lower curve gg carves out the hole. Students who forget the inner radius overcount the volume.

Another check: your radii must be nonnegative on the interval. If a curve dips below the axis, the distance is f(x)|f(x)|, but since you square it, [f(x)]2[f(x)]^2 handles the sign automatically. Just be sure you are still measuring from the axis, not between two curves that straddle it — in that case split the region.

Key terms

Solid of revolution.
A three-dimensional solid formed by rotating a plane region about a fixed line called the axis of revolution.
Disc method.
A technique computing volume as πr2dx\pi\int r^2\,dx when cross sections perpendicular to the axis are solid circles.
Washer method.
A technique computing volume as π(R2r2)dx\pi\int (R^2 - r^2)\,dx when cross sections are rings with an outer radius RR and inner radius rr.
Outer radius.
The distance from the axis of revolution to the farther boundary curve of the region.
Inner radius.
The distance from the axis of revolution to the nearer boundary curve; it defines the hole in a washer.
Representative slice.
A thin rectangle drawn perpendicular to the axis of rotation whose revolution generates one disc or washer.
Axis of revolution.
The fixed line about which a region is rotated; all radii are measured as distances from this line.

Worked example

Let RR be the region bounded by y=xy = \sqrt{x}, y=0y = 0, and x=4x = 4. Find the volume of the solid formed when RR is revolved about the xx-axis.
First sketch the region: y=xy=\sqrt{x} rises from the origin, bounded below by the xx-axis and on the right by x=4x=4. The region touches the axis of rotation (the xx-axis) along its bottom edge, so cross sections are solid discs — use the disc method.

Draw a vertical representative slice at position xx. Its thickness is dxdx and its radius is the height of the curve, r=xr = \sqrt{x}.

The area of one disc is πr2=π(x)2=πx\pi r^2 = \pi(\sqrt{x})^2 = \pi x.

The region runs from x=0x=0 to x=4x=4, soV=π04(x)2dx=π04xdx.V = \pi\int_0^4 (\sqrt{x})^2\,dx = \pi\int_0^4 x\,dx.Evaluate the integral:π[x22]04=π(1620)=8π.\pi\left[\frac{x^2}{2}\right]_0^4 = \pi\left(\frac{16}{2} - 0\right) = 8\pi.The volume is 8π8\pi cubic units. Notice how squaring the radius first turned the awkward x\sqrt{x} into a simple xx, which is exactly why you square before integrating.

Practice questions

The region bounded by y=x2y = x^2 and y=4y = 4 is revolved about the xx-axis. Which integral gives the volume of the resulting solid?
  1. π22(4x2)2dx\pi\int_{-2}^{2} (4 - x^2)^2\,dx
  2. π22(42(x2)2)dx\pi\int_{-2}^{2} \left(4^2 - (x^2)^2\right)dx
  3. π04(4x2)dx\pi\int_{0}^{4} (4 - x^2)\,dx
  4. π22(4x2)dx\pi\int_{-2}^{2} (4 - x^2)\,dx

Answer: π22(42(x2)2)dx\pi\int_{-2}^{2} \left(4^2 - (x^2)^2\right)dx

The curves meet where x2=4x^2 = 4, so x=±2x = \pm 2; these are the limits. Both boundaries lie above the xx-axis, leaving a gap, so this is a washer. The outer radius is the farther curve y=4y=4, giving R=4R=4, and the inner radius is r=x2r=x^2. The integrand is R2r2=42(x2)2R^2 - r^2 = 4^2 - (x^2)^2. The choice using (4x2)2(4-x^2)^2 wrongly subtracts before squaring.
The region bounded by y=exy = e^x, y=0y = 0, x=0x = 0, and x=1x = 1 is revolved about the xx-axis. Set up and evaluate the volume of the solid.

Answer: V=π(e21)2V = \dfrac{\pi(e^2 - 1)}{2}

The region sits on the xx-axis, so use discs with radius r=exr = e^x. Then V=π01(ex)2dx=π01e2xdxV = \pi\int_0^1 (e^x)^2\,dx = \pi\int_0^1 e^{2x}\,dx. Antidifferentiate: π[12e2x]01=π2(e2e0)=π2(e21)\pi\left[\tfrac{1}{2}e^{2x}\right]_0^1 = \tfrac{\pi}{2}(e^2 - e^0) = \tfrac{\pi}{2}(e^2 - 1).
The region bounded by x=y2x = y^2 and x=4x = 4 is revolved about the yy-axis. Write the integral for the volume.

Answer: V=π22(42(y2)2)dyV = \pi\int_{-2}^{2} \left(4^2 - (y^2)^2\right)dy

Revolving about the yy-axis means horizontal slices with thickness dydy, so integrate in yy. The curves meet where y2=4y^2 = 4, i.e. y=±2y = \pm 2. The outer radius reaches to x=4x=4, so R=4R=4; the inner radius is the parabola x=y2x=y^2, so r=y2r=y^2. The washer integrand is 42(y2)24^2 - (y^2)^2, giving V=π22(16y4)dyV = \pi\int_{-2}^{2}\left(16 - y^4\right)dy.

FAQ

How do I know whether to use the disc method or the washer method?
Look at whether the region touches the axis of revolution. If the region sits flush against the axis with no gap, each slice is a solid disc and you use πr2\pi\int r^2. If there is empty space between the region and the axis, each slice is a ring with a hole, so you use the washer formula π(R2r2)\pi\int (R^2 - r^2).
Why do I square the radius before integrating instead of after?
The area of a circular cross section is πr2\pi r^2, and rr is a function of the variable of integration. The integral adds up these areas times thickness. Squaring happens inside the area formula, so it must be applied to the radius function before you integrate. Squaring after integrating would compute a completely different quantity.
When should I integrate with respect to yy instead of xx?
Match the variable to the axis. For revolution about a horizontal line like the xx-axis, slices are vertical with thickness dxdx, so integrate in xx. For revolution about a vertical line like the yy-axis, slices are horizontal with thickness dydy, so integrate in yy — which usually means solving each curve for xx in terms of yy.
What is the most common mistake on these problems?
Writing (Rr)2(R - r)^2 instead of R2r2R^2 - r^2 in the washer method. These are not equal. You must square the outer and inner radii separately and then subtract. Other frequent errors are forgetting the factor of π\pi and using the wrong limits of integration.

Learn this with a teacher, not a page

The Crimsora tutor teaches U8.9 Volumes of Revolution: Disc and Washer Methods live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.