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 Using cross sections
8.4.2 Disk method
8.4.3 Washer method
Wrapping up
Achievable logoAchievable logo
8.4.2 Disk method
Achievable AP Calculus AB
8. Applications of integrals
8.4. Volume
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Disk method

8 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • Disk method: Calculate the volume of a solid of revolution with a solid core by integrating circular cross sections.
  • Axis of revolution: Set up the integral with respect to x or y based on whether the axis is horizontal or vertical.

The disk method calculates the volume of a solid formed by revolving a region around an axis. The cross-sections perpendicular to the axis of revolution are circles with an area of A=πR2.

Horizontal axes of revolution (dx)

Horizontal axes can be either the x-axis or another horizontal line (like y=2 or y=−1). Because the axis is horizontal, the entire integral - bounds, functions, and radius - must be in terms of x.

When a region is revolved around a horizontal axis (parallel to the x-axis), integrate with respect to x:

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

Where the radius R(x) is the vertical distance from a curve f(x) to the axis of revolution, or the magnitude of the difference:

R(x)=∣f(x)−Axis∣

Example 1: Revolving around the x-axis (y=0)

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

Solution

(spoiler)

To get started, make a quick sketch of the region:

  1. Pick a point on the function and draw a line segment straight to the axis of revolution.
  2. Imagine spinning the line segment a full rotation around the axis. The circle (disk) it sweeps out is a representative cross section of the solid. Label its radius R.
A circular cross section with radius R
A circular cross section with radius R

1. Bounds:

  • Integrate over x-bounds: [0,2]

2. Find the radius R:

This is the vertical distance from the line y=x to the x-axis (y=0):

R(x)=x−0=x

3. Integrate:

V​=π∫02​(x)2dx=π[3x3​]02​=38​π​​

Notice the solid formed is a cone with radius 2 and height 2. Using the formula for the volume of a cone, V=31​πr2h, also gives 38​π cubic units.

Example 2: Other horizontal axes (y=k)

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

Solution

(spoiler)
Revolving a region about the horizontal line y = 2
Revolving a region about the horizontal line y = 2

1. Bounds:

  • x-bounds: [0,4]

The curve y=x​ meets the line y=2 at the intersection point x=4.

2. Find the radius R:

This is the vertical distance between the curve y=x​ and the axis of revolution y=2:

R(x)=x​−2

Note: Even though substituting an x-value within the interval bounds produces a negative radius, this can be ignored because R is squared in the integral.

3. Integrate:

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

Vertical axes of revolution (dy)

When a region is revolved around a vertical axis (parallel to the y-axis), integrate with respect to y:

V=π∫cd​[R(y)]2dy

Where the radius R(y) is the horizontal distance from the curve g(y) to the axis of revolution:

R(y)=∣g(y)−Axis∣

AP tip:

To determine which variable to integrate with respect to when using the disk method, look at your axis of revolution: the direction of integration runs parallel to it.

  • Horizontal axis ⇒ use dx
  • Vertical axis ⇒ use dy

Example 3: Revolving around the y-axis (x=0)

The region in the first quadrant bounded by y=x2−2x+1 and the coordinate axes is revolved about the y-axis. Determine the volume of the solid formed.

Solution

(spoiler)
Revolving a region about the y-axis
Revolving a region about the y-axis

1. Rewrite the equation in terms of y:

yyx​=x2−2x+1=(x−1)2=±y​+1​

The region is bounded by the left half of the parabola, so we choose the negative square root:

x=−y​+1

2. Bounds:

  • y-bounds: [0,1]
    • Lower bound: The curve meets the x-axis at y=0.
    • Upper bound: The curve meets the y-axis at y=1.

3. Find the radius R:

This is the horizontal distance between the curve x=−y​+1 and the y-axis (x=0):

R(y)=−y​+1

4. Integrate:

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

Example 4: Other vertical axes (x=k)

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

Solution

(spoiler)

1. Rewrite the equation in terms of y:

yy2x​=x−1​=x−1=y2+1​

2. Bounds:

  • y-bounds: [0,2​]
    • Lower bound: The region is bounded below by the x-axis, where y=0.
    • Upper bound: The curve y=x−1​ meets x=3 at y=2​.

3. Find the radius R:

This is the horizontal distance between the curve x=y2+1 and the line x=3:

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

4. Integrate:

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

Challenge problem

The region bounded by y=x​+1, the coordinate axes, and the line x=4 is revolved about x=4. Determine the volume of the solid formed.

Solution

(spoiler)

1. Axis:

  • Revolved about a vertical line (x=4)⇒ use dy.

2. Rewrite the equation in terms of y:

y=x​+1⟹x=(y−1)2

3. Bounds (Watch out!):

We must split the integral:

  1. Bottom section with y-bounds [0,1]:
    • Region is bounded on the left by x=0 (y-axis) and on the right by x=4.

    • When revolved about x=4, the solid formed is a cylinder.

  2. Top section with y-bounds [1,3]:
    • Region is now bounded on the left by x=(y−1)2 and on the right by x=4.

4. Find radii:

  • For y∈[0,1]: The radius is a constant distance from x=0 to x=4:

R1​(y)=4−0=4

  • For y∈[1,3]: The radius is the distance from the curve to x=4:

R2​(y)=(y−1)2−4

5. Integrate:

Add the separate integrals together:

V=π∫01​(4)2dy+π∫13​[(y−1)2−4]2dy=15496​π​

Disk method overview

  • Finds volume of a solid of revolution by integrating circular cross sections
  • Cross-sectional area formula: A=πR2

Horizontal axis of revolution (use dx)

  • Axis is horizontal (e.g., x-axis or y=k); integrate with respect to x
  • Formula: V=π∫ab​[R(x)]2dx
  • Radius: R(x)=∣f(x)−Axis∣ (vertical distance from curve to axis)

Vertical axis of revolution (use dy)

  • Axis is vertical (e.g., y-axis or x=k); integrate with respect to y
  • Formula: V=π∫cd​[R(y)]2dy
  • Radius: R(y)=∣g(y)−Axis∣ (horizontal distance from curve to axis)
    • Rewrite curve as x=g(y) before finding radius and bounds

Choosing integration variable (AP tip)

  • Direction of integration runs parallel to the axis of revolution
    • Horizontal axis → dx
    • Vertical axis → dy

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

All rights reserved ©2016 - 2026 Achievable, Inc.

Disk method

What you’ll learn

  • Disk method: Calculate the volume of a solid of revolution with a solid core by integrating circular cross sections.
  • Axis of revolution: Set up the integral with respect to x or y based on whether the axis is horizontal or vertical.

The disk method calculates the volume of a solid formed by revolving a region around an axis. The cross-sections perpendicular to the axis of revolution are circles with an area of A=πR2.

Horizontal axes of revolution (dx)

Horizontal axes can be either the x-axis or another horizontal line (like y=2 or y=−1). Because the axis is horizontal, the entire integral - bounds, functions, and radius - must be in terms of x.

When a region is revolved around a horizontal axis (parallel to the x-axis), integrate with respect to x:

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

Where the radius R(x) is the vertical distance from a curve f(x) to the axis of revolution, or the magnitude of the difference:

R(x)=∣f(x)−Axis∣

Example 1: Revolving around the x-axis (y=0)

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

Solution

(spoiler)

To get started, make a quick sketch of the region:

  1. Pick a point on the function and draw a line segment straight to the axis of revolution.
  2. Imagine spinning the line segment a full rotation around the axis. The circle (disk) it sweeps out is a representative cross section of the solid. Label its radius R.

1. Bounds:

  • Integrate over x-bounds: [0,2]

2. Find the radius R:

This is the vertical distance from the line y=x to the x-axis (y=0):

R(x)=x−0=x

3. Integrate:

V​=π∫02​(x)2dx=π[3x3​]02​=38​π​​

Notice the solid formed is a cone with radius 2 and height 2. Using the formula for the volume of a cone, V=31​πr2h, also gives 38​π cubic units.

Example 2: Other horizontal axes (y=k)

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

Solution

(spoiler)

1. Bounds:

  • x-bounds: [0,4]

The curve y=x​ meets the line y=2 at the intersection point x=4.

2. Find the radius R:

This is the vertical distance between the curve y=x​ and the axis of revolution y=2:

R(x)=x​−2

Note: Even though substituting an x-value within the interval bounds produces a negative radius, this can be ignored because R is squared in the integral.

3. Integrate:

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

Vertical axes of revolution (dy)

When a region is revolved around a vertical axis (parallel to the y-axis), integrate with respect to y:

V=π∫cd​[R(y)]2dy

Where the radius R(y) is the horizontal distance from the curve g(y) to the axis of revolution:

R(y)=∣g(y)−Axis∣

AP tip:

To determine which variable to integrate with respect to when using the disk method, look at your axis of revolution: the direction of integration runs parallel to it.

  • Horizontal axis ⇒ use dx
  • Vertical axis ⇒ use dy

Example 3: Revolving around the y-axis (x=0)

The region in the first quadrant bounded by y=x2−2x+1 and the coordinate axes is revolved about the y-axis. Determine the volume of the solid formed.

Solution

(spoiler)

1. Rewrite the equation in terms of y:

yyx​=x2−2x+1=(x−1)2=±y​+1​

The region is bounded by the left half of the parabola, so we choose the negative square root:

x=−y​+1

2. Bounds:

  • y-bounds: [0,1]
    • Lower bound: The curve meets the x-axis at y=0.
    • Upper bound: The curve meets the y-axis at y=1.

3. Find the radius R:

This is the horizontal distance between the curve x=−y​+1 and the y-axis (x=0):

R(y)=−y​+1

4. Integrate:

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

Example 4: Other vertical axes (x=k)

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

Solution

(spoiler)

1. Rewrite the equation in terms of y:

yy2x​=x−1​=x−1=y2+1​

2. Bounds:

  • y-bounds: [0,2​]
    • Lower bound: The region is bounded below by the x-axis, where y=0.
    • Upper bound: The curve y=x−1​ meets x=3 at y=2​.

3. Find the radius R:

This is the horizontal distance between the curve x=y2+1 and the line x=3:

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

4. Integrate:

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

Challenge problem

The region bounded by y=x​+1, the coordinate axes, and the line x=4 is revolved about x=4. Determine the volume of the solid formed.

Solution

(spoiler)

1. Axis:

  • Revolved about a vertical line (x=4)⇒ use dy.

2. Rewrite the equation in terms of y:

y=x​+1⟹x=(y−1)2

3. Bounds (Watch out!):

We must split the integral:

  1. Bottom section with y-bounds [0,1]:
    • Region is bounded on the left by x=0 (y-axis) and on the right by x=4.

    • When revolved about x=4, the solid formed is a cylinder.

  2. Top section with y-bounds [1,3]:
    • Region is now bounded on the left by x=(y−1)2 and on the right by x=4.

4. Find radii:

  • For y∈[0,1]: The radius is a constant distance from x=0 to x=4:

R1​(y)=4−0=4

  • For y∈[1,3]: The radius is the distance from the curve to x=4:

R2​(y)=(y−1)2−4

5. Integrate:

Add the separate integrals together:

V=π∫01​(4)2dy+π∫13​[(y−1)2−4]2dy=15496​π​

Key points

Disk method overview

  • Finds volume of a solid of revolution by integrating circular cross sections
  • Cross-sectional area formula: A=πR2

Horizontal axis of revolution (use dx)

  • Axis is horizontal (e.g., x-axis or y=k); integrate with respect to x
  • Formula: V=π∫ab​[R(x)]2dx
  • Radius: R(x)=∣f(x)−Axis∣ (vertical distance from curve to axis)

Vertical axis of revolution (use dy)

  • Axis is vertical (e.g., y-axis or x=k); integrate with respect to y
  • Formula: V=π∫cd​[R(y)]2dy
  • Radius: R(y)=∣g(y)−Axis∣ (horizontal distance from curve to axis)
    • Rewrite curve as x=g(y) before finding radius and bounds

Choosing integration variable (AP tip)

  • Direction of integration runs parallel to the axis of revolution
    • Horizontal axis → dx
    • Vertical axis → dy

More from Volume

  • Using cross sections
  • Washer method