Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
8.1 Average value of a function
8.2 Motion with integrals
8.3 Area between curves
8.4 Volume
8.4.1 Cross section method
8.4.2 Disk & washer methods
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
8.4.2 Disk & washer methods
Achievable AP Calculus AB
8. Applications of integrals
8.4. Volume
Our AP Calculus AB course is currently in development and is a work-in-progress.

Disk & washer methods

11 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • Using the disk and washer methods to find volumes of solids of revolution
  • How to set up integrals based on the axis of rotation

The disk method and the washer method are used to find the volumes of solids formed by rotating a region around an axis. Cross-sections in this case are always full circles (disks) or concentric circles (washers).

Disk method

This method is for solids of revolution with no hole.

Formula:

If the radius of the circular slice is R(x) (rotating around a horizontal axis), then

Volume=π∫ab​[R(x)]2dx

Use dy if rotating around a vertical axis (the radius function must be expressed in terms of y).

AP tip:

To use the disk and washer methods, the axis of rotation must be parallel to the direction of integration for the disk and washer methods. Use dx if rotating about a horizontal axis and dy when rotating about a vertical axis.

Horizontal axis of rotation

1. The region bounded by y=x, the x-axis, and x=2 is rotated about the x-axis. Determine the volume of the solid formed.

To find what the radius R is, it’s always helpful to draw a diagram similar to the one shown below with these features:

  1. The curve
  2. Its reflection over the axis of rotation
  3. A circle connecting the ends in order to label the radius R
Circular cross section with radius R
Circular cross section with radius R

At any x in the interval [0,2], the radius R is the distance from the x-axis to the line y=x, so R(x)=x.

Then the volume is

V=π∫02​x2dx

=π(3x3​)​02​

=38​π​

In fact, the solid formed is a cone of radius of 2 units and a height of 2 units, and using the formula for the volume of a cone (V=31​πr2h), we indeed arrive at 38​π cubic units.

2. The region bounded by the y-axis, the line y=2, and the curve y=x​ is rotated about the line y=2. Determine the volume of the solid formed.

Solution

(spoiler)
R is the distance between the top and bottom functions
R is the distance between the top and bottom functions

The radius R is the distance between the top function, or the line y=2, and the bottom function y=x​, so

R(x)=2−x​

The bounds of integration are from x=0 to x=4 and the volume is

V=π∫04​(2−x​)2dx

=38​π​

Vertical axis of rotation

1. The region bounded by y=x2−2x+1, the x-axis, and the y-axis is rotated about the y-axis. Determine the volume of the solid formed.

Solution

(spoiler)
R is the distance between the right and left functions
R is the distance between the right and left functions

Because the axis of rotation is vertical, the radius R must be expressed in terms of y. Rewriting the parabola y=x2−2x+1 in terms of y:

y=(x−1)2

±y​=x−1

x=±y​+1

The region involved is the left half of the parabola, so we use the negative version.

x=−y​+1

At any point y in the interval y=0 to y=1, the radius of the circle R is the distance between the curve and the y-axis, so

R(y)=−y​+1

The volume is

V=π∫01​(−y​+1)2dy

=6π​​

2. The region bounded by y=x−1​, the x-axis, and the line x=3 is rotated about x=3. Determine the volume of the solid formed.

Solution

(spoiler)
Another vertical axis of rotation
Another vertical axis of rotation

The radical function y=x−1​ meets the line x=3 at y=2​.

The axis of rotation is vertical so rewriting y=x−1​ is terms of y,

y2=x−1

x=y2+1

The radius of the circle R is the distance between the axis of rotation x=3 and the parabola x=y2+1. This distance can be expressed as the right function (the axis) minus the left function (the parabola), or

R(y)=3−(y2+1)

=2−y2

The interval to integrate over is from y=0 to y=2​ and the volume is

V=π∫02​​(2−y2)2dy

=15322​​π​

Washer method

Use this method when the solid is hollow in the center. Each slice is a washer - a circle with a smaller circle removed.

Formula:

If R(x) is the outer radius and r(x) is the inner radius when rotating about a horizontal axis,

Volume=π∫ab​[R(x)2−r(x)2]dx

As with the disk method, express functions in terms of y and use dy when rotating about a vertical axis.

AP tip:

The outer radius R(x) is always the distance/difference between the axis of revolution and the function that is farther from it, while the inner radius r(x) is the difference between the axis and the function closer to it.

Horizontal axis of rotation

1. The region bounded by y=x2+1 and y=x+3 is rotated about the x-axis. Determine the volume of the solid formed.

Washer method
Washer method

The radius of the bigger circle, R, is the distance from the top function y=x+3 to the axis of rotation (y=0), so

R(x)=x+3

The radius of the smaller circle, r, is the distance from the bottom function y=x2+1 to the axis of rotation (y=0), so

r(x)=x2+1

The two functions intersect at (−1,2) and (2,5) so the bounds of integration are from x=−1 to x=2 and the volume is

V=π∫−12​[(x+3)2−(x2+1)2]dx

=5117​π​

2. The region bounded by y=x2 and y=x​ is rotated about the line y=−1. Determine the volume of the solid formed.

Solution

(spoiler)
Rotation about y = -1
Rotation about y = -1

The radius of the bigger circle, R, is the distance from the top function y=x​ to the axis of rotation (y=−1), so

R(x)=x​−(−1)

=x​+1

The radius of the smaller circle, r, is the distance from the bottom function y=x2 to the axis of rotation (y=−1), so

r(x)=x2+1

The two functions intersect at (0,0) and (1,1) so the bounds of integration are from x=0 to x=1 and the volume is

V=π∫01​[(x​+1)2−(x2+1)2]dx

=3029​π​

Vertical axis of rotation

1. The region bounded above by y=(x−1)1/3 and below by y=x−1 is rotated about the line x=1. Determine the volume of the solid formed.

Solution

(spoiler)
Washer method; vertical axis of rotation
Washer method; vertical axis of rotation

Because the axis of revolution is vertical, our functions must be in terms of y:

y=(x−1)1/3 becomes

x=y3+1

y=x−1 becomes

x=y+1

Upon rotating, the radius of the bigger circle, R, is the distance from the function x=y+1 to the axis of rotation x=1, so

R(y)=(y+1)−1

=y

The radius of the smaller circle, r, is the distance from the function x=y3+1 to the axis of rotation x=1, so

r(y)=(y3+1)−1

=y3

The two curves meet at (1,0) and (2,1) so the bounds of integration are from y=0 to y=1 and the volume is

V=π∫01​[y2−(y3)2]dy

=214​π​

2. The region bounded by y=x+3​, the line x=−2, and the x-axis is rotated about x=−1. Determine the volume of the solid formed.

Solution

(spoiler)
Washer method; rotation about x = -1
Washer method; rotation about x = -1

The axis of rotation is vertical so we express the function y=x+3​ in terms of y. It’s the top half of the parabola

x=y2−3

The radius of the bigger circle, R, is the distance from the axis of rotation x=−1 to the parabola x=y2−3. This distance can be expressed as the right function (the axis) minus the left function (the parabola), so

R(y)=−1−(y2−3)

=2−y2

The radius of the smaller circle, r, is a constant distance from the axis of rotation x=−1 to the line x=−2, so

r(y)=−1−(−2)

=1

The upper half of the curve x=y2−3 and the line x=−2 meet at (−2,1) so the bounds of integration are from y=0 to y=1 and the volume is

V=π∫01​[(2−y2)2−12]dy

=1528​π​

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.