Volumes of Revolution: Washer Method

Finding volumes of solids with holes using washers

🍩 Volumes of Revolution: Washer Method

The Problem with Holes

What if rotating a region creates a solid with a hole in the middle?

Example: Rotate the region between y=xy = x and y=x2y = x^2 around the x-axis.

💡 Key Idea: Use washers (disks with holes) instead of solid disks! Subtract the inner disk from the outer disk.


The Washer Method Formula

Rotating around the x-axis

When rotating the region between f(x)f(x) (outer) and g(x)g(x) (inner) from x=ax = a to x=bx = b:

V=πab[(R(x))2(r(x))2]dxV = \pi \int_a^b \left[(R(x))^2 - (r(x))^2\right]\,dx

where:

  • R(x)R(x) = outer radius (distance from axis to outer curve)
  • r(x)r(x) = inner radius (distance from axis to inner curve)

Why This Works

Volume of a Washer

A washer is a disk with a circular hole:

Outer disk area: πR2\pi R^2 Inner disk area: πr2\pi r^2 Washer area: πR2πr2=π(R2r2)\pi R^2 - \pi r^2 = \pi(R^2 - r^2)

Multiply by thickness Δx\Delta x: Volume=π(R2r2)Δx\text{Volume} = \pi(R^2 - r^2)\Delta x

Sum and take the limit → integral!


Example 1: Region Between Two Curves

Find the volume when the region between y=xy = x and y=x2y = x^2 from x=0x = 0 to x=1x = 1 is rotated around the x-axis.

Step 1: Identify outer and inner radii

On [0,1][0, 1], the line y=xy = x is above y=x2y = x^2.

  • Outer radius: R(x)=xR(x) = x (distance to line)
  • Inner radius: r(x)=x2r(x) = x^2 (distance to parabola)

Step 2: Set up the integral

V=π01[(x)2(x2)2]dxV = \pi \int_0^1 [(x)^2 - (x^2)^2]\,dx

=π01(x2x4)dx= \pi \int_0^1 (x^2 - x^4)\,dx


Step 3: Integrate

=π[x33x55]01= \pi \left[\frac{x^3}{3} - \frac{x^5}{5}\right]_0^1

=π(1315)0= \pi \left(\frac{1}{3} - \frac{1}{5}\right) - 0

=π(515315)=2π15= \pi \left(\frac{5}{15} - \frac{3}{15}\right) = \frac{2\pi}{15}

Answer: 2π15\frac{2\pi}{15} cubic units


Example 2: Region Between Curve and Axis

Find the volume when the region bounded by y=xy = \sqrt{x}, y=0y = 0, and x=4x = 4 is rotated around the line y=1y = -1.

Step 1: Identify the radii

The axis of rotation is y=1y = -1 (horizontal line below x-axis).

  • Outer radius: R(x)=x(1)=x+1R(x) = \sqrt{x} - (-1) = \sqrt{x} + 1
  • Inner radius: r(x)=0(1)=1r(x) = 0 - (-1) = 1

(Distance from axis to each curve!)


Step 2: Set up the integral

V=π04[(x+1)212]dxV = \pi \int_0^4 [(\sqrt{x} + 1)^2 - 1^2]\,dx


Step 3: Expand (x+1)2(\sqrt{x} + 1)^2

(x+1)2=x+2x+1(\sqrt{x} + 1)^2 = x + 2\sqrt{x} + 1

V=π04[(x+2x+1)1]dxV = \pi \int_0^4 [(x + 2\sqrt{x} + 1) - 1]\,dx

=π04(x+2x)dx= \pi \int_0^4 (x + 2\sqrt{x})\,dx

=π04(x+2x1/2)dx= \pi \int_0^4 (x + 2x^{1/2})\,dx


Step 4: Integrate

=π[x22+2x3/23/2]04= \pi \left[\frac{x^2}{2} + 2 \cdot \frac{x^{3/2}}{3/2}\right]_0^4

=π[x22+4x3/23]04= \pi \left[\frac{x^2}{2} + \frac{4x^{3/2}}{3}\right]_0^4

=π(162+4(8)3)= \pi \left(\frac{16}{2} + \frac{4(8)}{3}\right)

=π(8+323)=π(24+323)=56π3= \pi \left(8 + \frac{32}{3}\right) = \pi \left(\frac{24 + 32}{3}\right) = \frac{56\pi}{3}

Answer: 56π3\frac{56\pi}{3} cubic units


Rotating Around Vertical Lines

Around the y-axis (or x=0x = 0)

V=πcd[(R(y))2(r(y))2]dyV = \pi \int_c^d \left[(R(y))^2 - (r(y))^2\right]\,dy

  • Outer radius: R(y)R(y) (rightmost curve)
  • Inner radius: r(y)r(y) (leftmost curve)

Around the line x=kx = k

Adjust radii by distance from the line x=kx = k:

  • If curve is at x=f(y)x = f(y) and f(y)>kf(y) > k: radius = f(y)kf(y) - k
  • If curve is at x=f(y)x = f(y) and f(y)<kf(y) < k: radius = kf(y)k - f(y)

Always: radius = |distance from axis to curve|


Example 3: Rotating Around y-axis

Find the volume when the region between x=y2x = y^2 and x=4x = 4 from y=2y = -2 to y=2y = 2 is rotated around the y-axis.

Step 1: Identify radii

The line x=4x = 4 is farther from the y-axis than x=y2x = y^2.

  • Outer radius: R(y)=4R(y) = 4
  • Inner radius: r(y)=y2r(y) = y^2

Step 2: Set up the integral

V=π22[42(y2)2]dyV = \pi \int_{-2}^2 [4^2 - (y^2)^2]\,dy

=π22(16y4)dy= \pi \int_{-2}^2 (16 - y^4)\,dy


Step 3: Integrate

=π[16yy55]22= \pi \left[16y - \frac{y^5}{5}\right]_{-2}^2


At y=2y = 2: 16(2)325=32325=128516(2) - \frac{32}{5} = 32 - \frac{32}{5} = \frac{128}{5}

At y=2y = -2: 16(2)325=32+325=128516(-2) - \frac{-32}{5} = -32 + \frac{32}{5} = -\frac{128}{5}


Step 4: Subtract

V=π(1285(1285))V = \pi \left(\frac{128}{5} - \left(-\frac{128}{5}\right)\right)

=π2565=256π5= \pi \cdot \frac{256}{5} = \frac{256\pi}{5}

Answer: 256π5\frac{256\pi}{5} cubic units


Disk vs Washer: When to Use Which

Use Disk Method when:

  • Region is bounded by one curve and an axis
  • Rotation creates a solid (no hole)
  • Formula: V=π[R(x)]2dxV = \pi \int [R(x)]^2\,dx

Use Washer Method when:

  • Region is between two curves
  • Rotation creates a hollow solid
  • Formula: V=π[(R(x))2(r(x))2]dxV = \pi \int [(R(x))^2 - (r(x))^2]\,dx

Finding Radii

Key Questions:

  1. What is the axis of rotation?
  2. Which curve is farther from the axis? (outer radius)
  3. Which curve is closer to the axis? (inner radius)
  4. What is the distance from axis to each curve? (that's the radius)

Example 4: Non-Standard Axis

Find the volume when the region between y=x2y = x^2 and y=2xy = 2x from x=0x = 0 to x=2x = 2 is rotated around the line y=8y = 8.

Step 1: Find which is closer to y=8y = 8

At x=1x = 1:

  • Line: y=2(1)=2y = 2(1) = 2, distance from y=8y = 8 is 82=68 - 2 = 6
  • Parabola: y=12=1y = 1^2 = 1, distance from y=8y = 8 is 81=78 - 1 = 7

Line is closer (inner), parabola is farther (outer)? No, wait...

Actually, the line is ABOVE the parabola (farther from axis below).

Let me reconsider: y=8y = 8 is ABOVE both curves.


Better approach:

  • Both curves below y=8y = 8
  • Line y=2xy = 2x is closer to y=8y = 8 (smaller distance)
  • Parabola y=x2y = x^2 is farther from y=8y = 8 (larger distance)

Radii:

  • Outer radius: R(x)=8x2R(x) = 8 - x^2 (to parabola)
  • Inner radius: r(x)=82xr(x) = 8 - 2x (to line)

Step 2: Set up and integrate

V=π02[(8x2)2(82x)2]dxV = \pi \int_0^2 [(8-x^2)^2 - (8-2x)^2]\,dx


Expand: (8x2)2=6416x2+x4(8-x^2)^2 = 64 - 16x^2 + x^4

(82x)2=6432x+4x2(8-2x)^2 = 64 - 32x + 4x^2

V=π02[(6416x2+x4)(6432x+4x2)]dxV = \pi \int_0^2 [(64 - 16x^2 + x^4) - (64 - 32x + 4x^2)]\,dx

=π02(32x20x2+x4)dx= \pi \int_0^2 (32x - 20x^2 + x^4)\,dx


Step 3: Integrate

=π[16x220x33+x55]02= \pi \left[16x^2 - \frac{20x^3}{3} + \frac{x^5}{5}\right]_0^2

=π(641603+325)= \pi \left(64 - \frac{160}{3} + \frac{32}{5}\right)

=π(960800+9615)=256π15= \pi \left(\frac{960 - 800 + 96}{15}\right) = \frac{256\pi}{15}

Answer: 256π15\frac{256\pi}{15} cubic units


⚠️ Common Mistakes

Mistake 1: Confusing Inner and Outer

Check: Which curve is farther from the axis of rotation?

That's your outer radius R(x)R(x)!


Mistake 2: Not Squaring Correctly

WRONG: [(R(x))2(r(x))2]=[R(x)r(x)]2[(R(x))^2 - (r(x))^2] = [R(x) - r(x)]^2

RIGHT: Square each radius separately, then subtract!

R2r2(Rr)2R^2 - r^2 \neq (R - r)^2


Mistake 3: Forgetting the Axis of Rotation

If rotating around y=ky = k (not the x-axis):

  • Radius ≠ just f(x)f(x)
  • Radius = distance from curve to line y=ky = k

Mistake 4: Sign Errors with Distance

Distance is always positive!

If axis is at y=ky = k and curve is at y=f(x)y = f(x):

  • Radius = f(x)k|f(x) - k|

Usually: if curve below axis, r=kf(x)r = k - f(x) If curve above axis, r=f(x)kr = f(x) - k


Disk Method as Special Case

Notice: If inner radius r(x)=0r(x) = 0 (one curve is the axis):

V=πab[R202]dx=πabR2dxV = \pi \int_a^b [R^2 - 0^2]\,dx = \pi \int_a^b R^2\,dx

This is just the disk method!

Washer method is the general case.


Summary: Washer Method

Around x-axis or y=ky = k

V=πab[(R(x))2(r(x))2]dxV = \pi \int_a^b \left[(R(x))^2 - (r(x))^2\right]\,dx

Around y-axis or x=hx = h

V=πcd[(R(y))2(r(y))2]dyV = \pi \int_c^d \left[(R(y))^2 - (r(y))^2\right]\,dy

Remember:

  • RR = outer (farther from axis)
  • rr = inner (closer to axis)
  • Both are distances (positive)
  • Square each separately!

📝 Practice Strategy

  1. Sketch the region and axis of rotation
  2. Draw a sample washer (perpendicular to axis)
  3. Identify outer and inner radii
  4. Calculate distances from axis to each curve
  5. Set up: V=π[(R)2(r)2]dxV = \pi \int [(R)^2 - (r)^2]\,dx or dydy
  6. Expand if needed (watch for (a+b)2(a+b)^2!)
  7. Integrate and evaluate
  8. Check: Answer should be positive!

📚 Practice Problems

1Problem 1medium

Question:

Find the volume when the region bounded by y=xy = \sqrt{x} and y=xy = x from x=0x = 0 to x=1x = 1 is rotated around the x-axis.

💡 Show Solution

Step 1: Determine which is outer/inner

At x=0.25x = 0.25:

  • 0.25=0.5\sqrt{0.25} = 0.5
  • 0.25=0.250.25 = 0.25

So x>x\sqrt{x} > x on (0,1)(0, 1). The square root is on top (outer).


Step 2: Identify radii

  • Outer radius: R(x)=xR(x) = \sqrt{x}
  • Inner radius: r(x)=xr(x) = x

Step 3: Set up the integral

V=π01[(x)2(x)2]dxV = \pi \int_0^1 [(\sqrt{x})^2 - (x)^2]\,dx

=π01(xx2)dx= \pi \int_0^1 (x - x^2)\,dx


Step 4: Integrate

=π[x22x33]01= \pi \left[\frac{x^2}{2} - \frac{x^3}{3}\right]_0^1

=π(1213)= \pi \left(\frac{1}{2} - \frac{1}{3}\right)

=π(326)=π6= \pi \left(\frac{3-2}{6}\right) = \frac{\pi}{6}

Answer: π6\frac{\pi}{6} cubic units

2Problem 2hard

Question:

Find the volume when the region bounded by y=x2y = x^2 and y=4y = 4 is revolved about the xx-axis.

💡 Show Solution

Solution:

Step 1: Find bounds.

x2=4x^2 = 4 x=±2x = \pm 2

Step 2: Identify outer and inner radii.

Outer radius: R(x)=4R(x) = 4 (the line) Inner radius: r(x)=x2r(x) = x^2 (the parabola)

Step 3: Apply washer method.

V=π22[R(x)2r(x)2]dxV = \pi \int_{-2}^2 [R(x)^2 - r(x)^2] \, dx

=π22[16x4]dx= \pi \int_{-2}^2 [16 - x^4] \, dx

By symmetry:

=2π02(16x4)dx= 2\pi \int_0^2 (16 - x^4) \, dx

=2π[16xx55]02= 2\pi \left[16x - \frac{x^5}{5}\right]_0^2

=2π(32325)= 2\pi \left(32 - \frac{32}{5}\right)

=2π(160325)= 2\pi \left(\frac{160 - 32}{5}\right)

=2π1285= 2\pi \cdot \frac{128}{5}

=256π5= \frac{256\pi}{5} cubic units

3Problem 3hard

Question:

Find the volume when the region between y=x2+1y = x^2 + 1 and y=0y = 0 from x=0x = 0 to x=2x = 2 is rotated around the line y=2y = -2.

💡 Show Solution

Step 1: Visualize the setup

The axis y=2y = -2 is below both curves.

Distance from y=2y = -2 to y=x2+1y = x^2 + 1: (x2+1)(2)=x2+3(x^2 + 1) - (-2) = x^2 + 3

Distance from y=2y = -2 to y=0y = 0: 0(2)=20 - (-2) = 2


Step 2: Identify radii

  • Outer radius: R(x)=x2+3R(x) = x^2 + 3 (to upper curve)
  • Inner radius: r(x)=2r(x) = 2 (to x-axis)

Step 3: Set up the integral

V=π02[(x2+3)222]dxV = \pi \int_0^2 [(x^2+3)^2 - 2^2]\,dx


Step 4: Expand (x2+3)2(x^2+3)^2

(x2+3)2=x4+6x2+9(x^2+3)^2 = x^4 + 6x^2 + 9

V=π02(x4+6x2+94)dxV = \pi \int_0^2 (x^4 + 6x^2 + 9 - 4)\,dx

=π02(x4+6x2+5)dx= \pi \int_0^2 (x^4 + 6x^2 + 5)\,dx


Step 5: Integrate

=π[x55+2x3+5x]02= \pi \left[\frac{x^5}{5} + 2x^3 + 5x\right]_0^2

=π(325+16+10)= \pi \left(\frac{32}{5} + 16 + 10\right)

=π(325+26)= \pi \left(\frac{32}{5} + 26\right)

=π(32+1305)=162π5= \pi \left(\frac{32 + 130}{5}\right) = \frac{162\pi}{5}

Answer: 162π5\frac{162\pi}{5} cubic units

4Problem 4medium

Question:

Find the volume when the region between x=y2x = y^2 and x=2yx = 2y from y=0y = 0 to y=2y = 2 is rotated around the y-axis.

💡 Show Solution

Step 1: Determine which is outer/inner

At y=1y = 1:

  • Line: x=2(1)=2x = 2(1) = 2
  • Parabola: x=12=1x = 1^2 = 1

Line is farther from y-axis (outer).


Step 2: Identify radii

  • Outer radius: R(y)=2yR(y) = 2y
  • Inner radius: r(y)=y2r(y) = y^2

Step 3: Set up the integral

V=π02[(2y)2(y2)2]dyV = \pi \int_0^2 [(2y)^2 - (y^2)^2]\,dy

=π02(4y2y4)dy= \pi \int_0^2 (4y^2 - y^4)\,dy


Step 4: Integrate

=π[4y33y55]02= \pi \left[\frac{4y^3}{3} - \frac{y^5}{5}\right]_0^2

=π(323325)= \pi \left(\frac{32}{3} - \frac{32}{5}\right)

=π(1609615)=64π15= \pi \left(\frac{160 - 96}{15}\right) = \frac{64\pi}{15}

Answer: 64π15\frac{64\pi}{15} cubic units