Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Volumes of Solids of Revolution (Disc, Washer, and Shell Method)
Source: https://www.fatskills.com/ap/chapter/how-to-solve-volumes-of-solids-of-revolution-disc-washer-and-shell-method

How to Solve: Volumes of Solids of Revolution (Disc, Washer, and Shell Method)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~7 min read

How to Solve: Volumes of Solids of Revolution (Disc, Washer, and Shell Method)

For AP Calculus AB/BC & Physics Students


Introduction

Mastering volumes of revolution unlocks 6–10% of your AP Calculus AB/BC exam score—and real-world problems like designing rocket fuel tanks, blood vessels, or even coffee mugs. If you can rotate a curve around an axis and find its volume, you’re solving problems NASA engineers face daily.


What You Need To Know First

Before diving in, you must already understand:
1. Definite integrals – How to set up and evaluate them.
2. Graphing functions – Sketching curves and identifying regions bounded by them.
3. Area between curves – Finding the difference between two functions (for the washer method).

If any of these feel shaky, pause and review them first.


Key Vocabulary

Term Plain-English Definition Quick Example
Solid of Revolution A 3D shape made by spinning a 2D region around an axis. Spin a rectangle around the y-axis → cylinder.
Disc Method A way to find volume by slicing the solid into thin circular discs. Rotate ( y = \sqrt{x} ) around the x-axis → stack of discs.
Washer Method Like the disc method, but with a hole in the middle (annulus). Rotate the area between ( y = x ) and ( y = x^2 ) around the x-axis.
Shell Method A way to find volume by slicing the solid into thin cylindrical shells. Rotate ( y = x^2 ) around the y-axis → stack of nested shells.
Radius (r) Distance from the axis of rotation to the curve. For ( y = f(x) ) rotated around the x-axis, ( r = f(x) ).
Height (h) The "thickness" of the slice (either ( \Delta x ) or ( \Delta y )). For shells, ( h ) is the vertical distance between curves.

Formulas To Know

1. Disc Method (Around x-axis or y-axis)

Formula: [ V = \pi \int_{a}^{b} [r(x)]^2 \, dx ] or [ V = \pi \int_{c}^{d} [r(y)]^2 \, dy ]

Variables: - ( r(x) ) or ( r(y) ): Radius of the disc (distance from the axis of rotation to the curve). - ( a, b ) or ( c, d ): Bounds of integration (where the region starts and ends).

Memorise This. – It’s the foundation for all volume problems.


2. Washer Method (Around x-axis or y-axis)

Formula: [ V = \pi \int_{a}^{b} \left( [R(x)]^2 - [r(x)]^2 \right) \, dx ] or [ V = \pi \int_{c}^{d} \left( [R(y)]^2 - [r(y)]^2 \right) \, dy ]

Variables: - ( R(x) ) or ( R(y) ): Outer radius (farther from the axis of rotation). - ( r(x) ) or ( r(y) ): Inner radius (closer to the axis of rotation).

Memorise This. – It’s just the disc method with a hole.


3. Shell Method (Around y-axis or x-axis)

Formula: [ V = 2\pi \int_{a}^{b} (\text{radius})(\text{height}) \, dx ] or [ V = 2\pi \int_{c}^{d} (\text{radius})(\text{height}) \, dy ]

Variables: - Radius: Distance from the shell to the axis of rotation. - If rotating around the y-axis, radius = ( x ). - If rotating around the x-axis, radius = ( y ). - Height: Vertical or horizontal distance between curves. - For ( y = f(x) ), height = ( f(x) ) (if rotating around y-axis). - For ( x = g(y) ), height = ( g(y) ) (if rotating around x-axis).

GIVEN ON EXAM SHEET – But you must know how to apply it.


Step-by-Step Method

Step 1: Draw the Region

  • Sketch the curves and shade the region you’re rotating.
  • Label the axis of rotation (e.g., "Rotate around ( y = 2 )").

Step 2: Decide the Method

  • Disc/Washer Method: Best when slicing perpendicular to the axis of rotation.
  • Example: Rotating around the x-axis → integrate with respect to ( x ).
  • Shell Method: Best when slicing parallel to the axis of rotation.
  • Example: Rotating around the y-axis → integrate with respect to ( x ).

Step 3: Identify Radii (Disc/Washer) or Radius & Height (Shell)

  • Disc/Washer:
  • Outer radius ( R ): Distance from axis to outer curve.
  • Inner radius ( r ): Distance from axis to inner curve (if washer).
  • Shell:
  • Radius: Distance from the shell to the axis of rotation.
  • Height: Length of the shell (difference between curves).

Step 4: Set Up the Integral

  • Choose bounds (( a ) to ( b ) or ( c ) to ( d )) based on the region.
  • Write the integral using the correct formula.

Step 5: Evaluate the Integral

  • Compute the antiderivative.
  • Plug in the bounds and simplify.

WORKED EXAMPLE 1 – BASIC (Disc Method)

Problem: Find the volume of the solid formed by rotating ( y = \sqrt{x} ) from ( x = 0 ) to ( x = 4 ) around the x-axis.

Solution:
1. Draw the region: ( y = \sqrt{x} ) from ( x = 0 ) to ( x = 4 ).
2. Decide method: Rotating around x-axis → disc method.
3. Identify radius: ( r(x) = \sqrt{x} ).
4. Set up integral: [ V = \pi \int_{0}^{4} (\sqrt{x})^2 \, dx = \pi \int_{0}^{4} x \, dx ]
5. Evaluate: [ \pi \left[ \frac{x^2}{2} \right]_{0}^{4} = \pi \left( \frac{16}{2} - 0 \right) = 8\pi ]

What we did and why: We used the disc method because we’re rotating around the x-axis, and the radius is simply ( \sqrt{x} ). The integral computes the sum of all disc volumes from ( x = 0 ) to ( x = 4 ).


WORKED EXAMPLE 2 – MEDIUM (Washer Method)

Problem: Find the volume of the solid formed by rotating the region bounded by ( y = x^2 ) and ( y = 4 ) around the x-axis.

Solution:
1. Draw the region: ( y = x^2 ) and ( y = 4 ) intersect at ( x = \pm 2 ).
2. Decide method: Rotating around x-axis → washer method.
3. Identify radii: - Outer radius ( R(x) = 4 ). - Inner radius ( r(x) = x^2 ).
4. Set up integral: [ V = \pi \int_{-2}^{2} \left( 4^2 - (x^2)^2 \right) \, dx = \pi \int_{-2}^{2} (16 - x^4) \, dx ]
5. Evaluate (use symmetry): [ 2\pi \int_{0}^{2} (16 - x^4) \, dx = 2\pi \left[ 16x - \frac{x^5}{5} \right]_{0}^{2} = 2\pi \left( 32 - \frac{32}{5} \right) = \frac{256\pi}{5} ]

What we did and why: We used the washer method because there’s a hole (the region between ( y = x^2 ) and ( y = 4 )). The outer radius is 4, and the inner radius is ( x^2 ). Symmetry simplifies the integral.


WORKED EXAMPLE 3 – EXAM-STYLE (Shell Method)

Problem: Find the volume of the solid formed by rotating the region bounded by ( y = x^3 ), ( y = 8 ), and ( x = 0 ) around the y-axis.

Solution:
1. Draw the region: ( y = x^3 ) and ( y = 8 ) intersect at ( x = 2 ).
2. Decide method: Rotating around y-axis → shell method (easier than washer here).
3. Identify radius and height: - Radius = ( x ) (distance from y-axis). - Height = ( 8 - x^3 ) (top curve minus bottom curve).
4. Set up integral: [ V = 2\pi \int_{0}^{2} x(8 - x^3) \, dx = 2\pi \int_{0}^{2} (8x - x^4) \, dx ]
5. Evaluate: [ 2\pi \left[ 4x^2 - \frac{x^5}{5} \right]_{0}^{2} = 2\pi \left( 16 - \frac{32}{5} \right) = \frac{96\pi}{5} ]

What we did and why: The shell method is simpler here because the washer method would require solving ( y = x^3 ) for ( x ) (messy). The radius is ( x ), and the height is the vertical distance between ( y = 8 ) and ( y = x^3 ).


Common Mistakes

Mistake Why it Happens Correct Approach
Using the wrong method Confusing disc/washer with shell. Sketch the region and decide: perpendicular slices → disc/washer; parallel → shell.
Incorrect radius Forgetting to subtract the axis of rotation. If rotating around ( y = 2 ), radius = ( f(x) - 2 ) or ( 2 - f(x) ).
Bounds in wrong variable Integrating with respect to ( x ) when bounds are in ( y ). If rotating around y-axis, bounds are usually in ( x ); if around x-axis, in ( y ).
Forgetting ( \pi ) or ( 2\pi ) Misremembering the formula. Disc/washer: ( \pi ); shell: ( 2\pi ).
Ignoring symmetry Evaluating from ( -a ) to ( a ) unnecessarily. If the function is even, double the integral from ( 0 ) to ( a ).

Exam Traps

Trap How to Spot it How to Avoid it
Rotating around a non-axis line Problem says "rotate around ( y = 2 )" or ( x = -1 ). Adjust the radius: ( r = f(x) - 2 ) or ( r = 2 - f(x) ).
Disguised bounds Region is bounded by ( y = 0 ) but not stated. Always find intersection points to set bounds.
Shell method with ( dy ) integral Problem looks like a shell but uses ( dy ). Shell method usually uses ( dx ) for y-axis rotation; ( dy ) is rare.

1-Minute Recap

"Listen up—this is your 60-second cheat sheet for volumes of revolution. First, sketch the region and label the axis of rotation. If you’re slicing perpendicular to the axis, use the disc or washer method. For washers, subtract the inner radius squared from the outer radius squared. If you’re slicing parallel to the axis, use the shell method—radius times height, times ( 2\pi ). Always check your bounds: are they in ( x ) or ( y )? And don’t forget ( \pi ) or ( 2\pi )! For tricky problems, ask: ‘Is this easier with discs or shells?’ If the washer method requires solving for ( x ) in terms of ( y ), shells might save you time. Now go crush that exam!