Fiveable

♾️AP Calculus AB/BC Unit 8 Review

QR code for AP Calculus AB/BC practice questions

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

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

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The washer method finds the volume of a solid of revolution when there is a gap between the region and the axis, so each slice is a ring instead of a full disc. Square the outer radius, subtract the squared inner radius, multiply by π\pi, and integrate: V=πab(R2r2)dxV=\pi\int_a^b(R^2-r^2)\,dx. For AP Calculus, the setup matters as much as the arithmetic.

Why This Matters for the AP Calculus Exam

Volume of revolution shows up often in AP Calculus, both in multiple-choice and in free-response questions where you set up an integral. You usually have to choose the right procedure (disc vs. washer), find intersection points for your bounds, and write a correct integral using clear notation. Many free-response volume problems do not even ask you to evaluate the integral by hand, so a correct, well-written setup like V=π14[(f(x))2(g(x))2]dxV = \pi \int_{1}^{4}\left[(f(x))^{2}-(g(x))^{2}\right] dx is exactly the kind of work that matters. A graphing calculator can find intersections and evaluate the integral, so your job is recognizing the structure.

Key Takeaways

  • Use the washer method when the region you revolve has a gap between it and the axis, leaving a ring-shaped cross section.
  • The area of a washer is πR2πr2\pi R^2 - \pi r^2, where RR is the outer (farther) radius and rr is the inner (nearer) radius, both measured from the axis of rotation.
  • Square each radius first, then subtract. Squaring the difference (Rr)2(R - r)^2 is a common and costly error.
  • Find bounds by setting the two functions equal and solving for the intersection points, or use your calculator.
  • The function farther from the axis is the outer radius. The top function is not automatically the outer one; it depends on where the axis is.
  • Your final volume must be positive. A negative answer usually means you swapped the radii.

The Washer Method

A washer is a circle with a smaller circle cut out of the middle, so its cross section looks like a ring.

Picture of a blue washer with the outer radius labeled 5 cm and the inner radius labeled 3 cm.

You use washer cross sections when you revolve a region bounded by more than one function around an axis, and there is space between the region and that axis. The area of one washer is:

πR2πr2\pi R^2 - \pi r^2

where RR is the larger (outer) radius and rr is the smaller (inner) radius. Replacing the circle area in the disc method with this washer area gives the washer integral:

cdπ(f(x))2π(g(x))2dx\int_{c}^{d}\pi (f(x))^2-\pi(g(x))^2 \, dx

Here f(x)f(x) is the function farther from the xx-axis (outer radius) and g(x)g(x) is the function nearer the xx-axis (inner radius). The lower bound is cc, and the upper bound is dd.

Over your interval, f(x)f(x) should be farther from the axis of rotation than g(x)g(x).

You must square each function before subtracting. For example, a washer with outer radius 4 and inner radius 2 has area:

42π22π=16π4π=12π4^2 \pi - 2^2 \pi = 16\pi - 4\pi = 12\pi

not (42)2π=22π=4π(4-2)^2 \pi = 2^2 \pi = 4\pi.

📌 Order of operations matters: square, then subtract.

When you revolve around the xx-axis, the radii are vertical distances, so you usually integrate with respect to xx. When you revolve around the yy-axis, the radii are horizontal distances, so you write the curves as functions of yy and integrate with respect to yy.


Solving with the Washer Equation

The general washer equation works for any washer problem:

cdπ(f(x))2π(g(x))2dx\int_{c}^{d}\pi (f(x))^2-\pi(g(x))^2 \, dx

You are always given at least two functions and told the axis of rotation. Usually you still have to find the bounds and decide which function is f(x)f(x) (outer) and which is g(x)g(x) (inner).

Graph of y = x^2 and y = sqrt(x).

Suppose you want the volume of the solid formed when the region bounded by y=x2y=x^2 and y=xy = \sqrt x is revolved around the xx-axis.

Find the bounds. The bounds occur where the two functions intersect. Set them equal:

x2=x    x4=xx^2 = \sqrt x \implies x^4 = x

This gives x=0x = 0 and x=1x = 1, so c=0c = 0 and d=1d = 1. You can also use a graphing calculator to find intersections.

Decide which function is outer. Over the interval from 0 to 1, y=xy = \sqrt x is farther from the xx-axis than y=x2y = x^2, so f(x)=xf(x) = \sqrt x and g(x)=x2g(x) = x^2.

Graphing the functions and the axis of rotation is worth the time. It shows you the region, helps you estimate the bounds, and tells you which function is farther from the axis. It also keeps you from assuming the top function is always the outer radius.

For a yy-axis rotation, the same idea applies with horizontal radii. Write each boundary as x=f(y)x=f(y) or x=g(y)x=g(y), then integrate with respect to yy:

cdπ(f(y))2π(g(y))2dy\int_{c}^{d}\pi (f(y))^2-\pi(g(y))^2 \, dy

Summing Up the Washer Method

With c=0c = 0, d=1d = 1, f(x)=xf(x) = \sqrt x, and g(x)=x2g(x) = x^2, the integral is:

01π(x)2π(x2)2dx\int_{0}^{1}\pi (\sqrt x)^2-\pi(x^2)^2 \, dx

Simplify:

π01xx4dx\pi \int_{0}^{1} x - x^4 \, dx

Using the power rule:

π(12x215x5)01\pi \left(\frac12 x^{2}-\frac15 x^5\right) \Biggr|_{0}^{1}

Evaluate:

π(12(1)215(1)512(0)2+15(0)5)=π(1215)=3π10\pi \left(\frac 12 (1)^2-\frac15(1)^5 - \frac12 (0)^2 + \frac15 (0)^5\right)=\pi\left(\frac 12-\frac 15\right) =\boxed{\frac{3\pi}{10}}

Your final answer should be positive, since volume is always positive. A negative result usually means you mixed up which function is f(x)f(x) and which is g(x)g(x).


How to Use This on the AP Calculus Exam

Free Response

A typical setup gives you two curves and an axis. Your steps:

  1. Confirm whether the rotation is around the xx-axis or yy-axis.
  2. Find cc and dd, the bounds, usually from where the curves intersect.
  3. Identify the outer radius (farther from the axis) and inner radius (nearer the axis).

A correct expression with clear notation is the heart of these problems, so write the integral cleanly even if a calculator does the arithmetic.

Problem Solving

Try this one before reading the solution.

Find the integral that represents the volume of the solid formed by revolving the region bounded by y=2xy=2x and y=x2y=x^2 about the xx-axis.

Identify:

  1. cc and dd (bounds)
  2. f(x)f(x) and g(x)g(x) (farther and nearer functions)

Solution

Start by sketching the functions and the axis of rotation.

For the bounds, set the two functions equal:

2x=x22x=x^2

Then solve:

x22x=0    x(x2)=0x^2-2x=0 \implies x(x-2)=0

So the bounds are x=0x=0 and x=2x=2.

On [0,2][0,2], the line y=2xy=2x is farther from the xx-axis than the parabola y=x2y=x^2. That means the outer radius is R=2xR=2x and the inner radius is r=x2r=x^2.

The integral is:

π02(2x)2(x2)2dx\pi\int_{0}^{2} (2x)^2-(x^2)^2 \, dx

You could simplify this to:

π024x2x4dx\pi\int_{0}^{2} 4x^2-x^4 \, dx

The setup is the important AP skill: find the intersections, identify the farther function as the outer radius, square each radius separately, and subtract.

Common Trap

Do not assume the top curve is the outer radius. The outer radius is whichever curve is farther from the axis of rotation, and that can flip depending on where the axis sits.

Common Misconceptions

  • Squaring the difference instead of the difference of squares. (Rr)2(R - r)^2 is not R2r2R^2 - r^2. Always square each radius separately, then subtract.
  • Assuming the top function is the outer radius. The outer radius is the curve farther from the axis. If the axis is above or below the region in an unexpected place, the roles can switch.
  • Using shifted-axis formulas here. If the axis is not the xx-axis or yy-axis, use the 8.12 method and measure each radius from the shifted line.
  • Using washers when there is no gap. If the region touches the axis with no hole, the inner radius is 0 and the washer collapses to a disc. Washers are for ring-shaped cross sections.
  • Dropping the pi or the bounds. A correct setup needs π\pi, the squared radii, and the correct limits of integration.
  • Getting a negative volume. Volume is always positive, so a negative result signals that you swapped the outer and inner radii.

Prerequisites and Review

If you need a refresher, review the disc method in 8.9 Volume with Disc Method: Revolving Around the x- or y-Axis and the disc method with other axes in 8.10 Volume with Disc Method: Revolving Around Other Axes. The washer method is the disc method with a hole subtracted out.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

cross section

Two-dimensional slices of a three-dimensional solid, perpendicular to an axis, used to build up the volume through integration.

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

ring shaped

Cross sections that have the shape of a washer or annulus, with an outer radius and an inner radius, used in volume calculations.

solids of revolution

Three-dimensional solids formed by rotating a two-dimensional region around an axis.

washer method

A technique for finding the volume of a solid of revolution by integrating the areas of ring-shaped (washer-shaped) cross sections perpendicular to the axis of rotation.

Frequently Asked Questions

What is the washer method in AP Calculus?

The washer method finds the volume of a solid of revolution when cross sections are rings instead of full discs. You subtract the inner circular area from the outer circular area and integrate.

What is the washer method formula?

The washer method formula is V = pi integral from a to b of [R(x)^2 - r(x)^2] dx, where R is the outer radius and r is the inner radius. If integrating with respect to y, use R(y) and r(y).

How do I choose the outer and inner radius?

Measure both radii from the axis of rotation. The outer radius is the distance to the curve farther from the axis, and the inner radius is the distance to the curve closer to the axis.

What is the difference between the disc and washer methods?

The disc method uses full circular cross sections with no hole. The washer method uses ring-shaped cross sections, so you subtract the inner radius squared from the outer radius squared.

Why do I square before subtracting in the washer method?

Each washer area is the area of a large circle minus the area of a small circle. That means pi R squared minus pi r squared, not pi times (R - r) squared.

How is the washer method tested on AP Calculus?

AP Calculus questions may ask you to set up a volume integral, choose bounds from intersections, identify radii from an axis of rotation, or use a calculator to evaluate the final integral.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot