Volumes of Revolution: Shell Method

Finding volumes using cylindrical shells

🥫 Volumes of Revolution: Shell Method

A Different Approach

Sometimes the disk/washer method is complicated. There's another way!

Shell Method: Slice the solid into cylindrical shells (like soup cans).

💡 Key Idea: Instead of slicing perpendicular to the axis, slice parallel to it!


The Shell Method Formula

Rotating around the y-axis

When rotating y=f(x)y = f(x) from x=ax = a to x=bx = b around the y-axis:

V=2πabxf(x)dxV = 2\pi \int_a^b x \cdot f(x)\,dx

V=2πab(radius)(height)dxV = 2\pi \int_a^b (\text{radius})(\text{height})\,dx

Components:

  • Radius = xx (distance from y-axis)
  • Height = f(x)f(x) (height of shell)
  • Circumference = 2πx2\pi x

Where Does This Come From?

Volume of a Cylindrical Shell

Imagine unrolling a thin cylindrical shell:

  • It becomes a rectangular sheet!
  • Length = circumference = 2πr2\pi r
  • Height = hh
  • Thickness = Δx\Delta x

Volume = length × height × thickness V=2πrhΔxV = 2\pi r \cdot h \cdot \Delta x


With Our Variables

At position xx:

  • Radius: r=xr = x
  • Height: h=f(x)h = f(x)
  • Thickness: Δx\Delta x

Shell volume: 2πxf(x)Δx2\pi x \cdot f(x) \cdot \Delta x

Sum all shells and take limit → integral!


Example 1: Basic Shell Method

Find the volume when y=x2y = x^2 from x=0x = 0 to x=2x = 2 is rotated around the y-axis.

Step 1: Identify components

  • Axis: y-axis (vertical)
  • Radius: r=xr = x (distance from y-axis)
  • Height: h=f(x)=x2h = f(x) = x^2

Step 2: Set up the integral

V=2π02xx2dxV = 2\pi \int_0^2 x \cdot x^2\,dx

=2π02x3dx= 2\pi \int_0^2 x^3\,dx


Step 3: Integrate

=2π[x44]02= 2\pi \left[\frac{x^4}{4}\right]_0^2

=2π164=2π4=8π= 2\pi \cdot \frac{16}{4} = 2\pi \cdot 4 = 8\pi

Answer: 8π8\pi cubic units


Example 2: Region Between 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 y-axis.

Step 1: Identify height

Height of shell = (top curve) - (bottom curve)

h=xx2h = x - x^2


Step 2: Set up the integral

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

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


Step 3: Integrate

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

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

=2π(4312)=2π12=π6= 2\pi \left(\frac{4-3}{12}\right) = \frac{2\pi}{12} = \frac{\pi}{6}

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


Rotating Around the x-axis with Shells

Formula

When rotating x=g(y)x = g(y) from y=cy = c to y=dy = d around the x-axis:

V=2πcdyg(y)dyV = 2\pi \int_c^d y \cdot g(y)\,dy

Components:

  • Radius = yy (distance from x-axis)
  • Height = g(y)g(y) (horizontal extent)

Example 3: Horizontal Shells

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

Step 1: Set up with shells

  • Radius: r=yr = y
  • Height: h=y2h = y^2

V=2π02yy2dyV = 2\pi \int_0^2 y \cdot y^2\,dy

=2π02y3dy= 2\pi \int_0^2 y^3\,dy


Step 2: Integrate

=2π[y44]02= 2\pi \left[\frac{y^4}{4}\right]_0^2

=2π164=8π= 2\pi \cdot \frac{16}{4} = 8\pi

Answer: 8π8\pi cubic units


Rotating Around Other Lines

Around the line x=kx = k

Radius = distance from line x=kx = k to the shell

If shell is at position xx:

  • If x>kx > k: radius = xkx - k
  • If x<kx < k: radius = kxk - x

Generally: r=xkr = |x - k|

V=2πab(radius)(height)dxV = 2\pi \int_a^b (\text{radius})(\text{height})\,dx


Example 4: Rotating Around x=1x = -1

Find the volume when y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4 is rotated around the line x=1x = -1.

Step 1: Find radius

Shell at position xx is distance x(1)=x+1x - (-1) = x + 1 from the line.

  • Radius: r=x+1r = x + 1
  • Height: h=xh = \sqrt{x}

Step 2: Set up the integral

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

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


Step 3: Integrate

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

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

=2π(2(32)5+2(8)3)= 2\pi \left(\frac{2(32)}{5} + \frac{2(8)}{3}\right)

=2π(645+163)= 2\pi \left(\frac{64}{5} + \frac{16}{3}\right)

=2π(192+8015)=544π15= 2\pi \left(\frac{192 + 80}{15}\right) = \frac{544\pi}{15}

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


Shell Method vs Disk/Washer

When to Use Shell Method:

  1. Rotating around y-axis but function is y=f(x)y = f(x)

    • Shell: easy! 2πxf(x)dx2\pi \int x \cdot f(x)\,dx
    • Disk: would need to solve for x=g(y)x = g(y) (hard!)
  2. Avoiding complicated algebra

    • Shell often simpler than squaring in washer method
  3. Region naturally described in terms of x but rotating around y-axis


Example 5: Why Shell is Better

Find the volume when y=ex2y = e^{-x^2} from x=0x = 0 to x=1x = 1 is rotated around the y-axis.

With shells: V=2π01xex2dxV = 2\pi \int_0^1 x \cdot e^{-x^2}\,dx

Use substitution u=x2u = -x^2, du=2xdxdu = -2x\,dx:

=2π0112eudu=π[eu]01= 2\pi \int_0^{-1} -\frac{1}{2}e^u\,du = \pi[e^u]_0^{-1}

=π(e11)=π(1e1)= \pi(e^{-1} - 1) = \pi\left(\frac{1}{e} - 1\right)

Easy!


With disks:

Need to solve y=ex2y = e^{-x^2} for xx:

x=lnyx = \sqrt{-\ln y}

This is much more complicated!


General Shell Method Formula

Around vertical line x=kx = k

V=2πabxkh(x)dxV = 2\pi \int_a^b |x - k| \cdot h(x)\,dx

where h(x)h(x) is the height of the shell.

Around horizontal line y=ky = k

V=2πcdykh(y)dyV = 2\pi \int_c^d |y - k| \cdot h(y)\,dy

where h(y)h(y) is the length of the shell.


⚠️ Common Mistakes

Mistake 1: Forgetting the 2π2\pi

Shell method always has 2π2\pi (from circumference)!

V=2π(radius)(height)dxV = 2\pi \int (\text{radius})(\text{height})\,dx


Mistake 2: Wrong Radius

Radius = distance from axis of rotation

Not just xx! If rotating around x=3x = 3, radius might be x3|x - 3|.


Mistake 3: Wrong Height

For region between two curves: h=topbottomh = \text{top} - \text{bottom}

Don't forget to subtract!


Mistake 4: Choosing Wrong Method

Sometimes both methods work, but one is much easier.

Quick check:

  • Function is y=f(x)y = f(x), rotating around y-axis? → Shell!
  • Function is x=g(y)x = g(y), rotating around x-axis? → Shell!
  • Otherwise, compare which seems simpler.

Shell Method Formula Summary

Around y-axis (or x=kx = k)

V=2πab(radius)(height)dxV = 2\pi \int_a^b (\text{radius})(\text{height})\,dx

  • Radius: distance from vertical axis
  • Height: vertical extent of region
  • Integrate with respect to xx

Around x-axis (or y=ky = k)

V=2πcd(radius)(height)dyV = 2\pi \int_c^d (\text{radius})(\text{height})\,dy

  • Radius: distance from horizontal axis
  • Height: horizontal extent of region
  • Integrate with respect to yy

Comparison Table

| Method | Slice Direction | Formula | |--------|----------------|---------| | Disk | Perpendicular to axis | π[R]2\pi \int [R]^2 | | Washer | Perpendicular to axis | π[R2r2]\pi \int [R^2 - r^2] | | Shell | Parallel to axis | 2πrh2\pi \int r \cdot h |

Choose based on which makes the integral simpler!


📝 Practice Strategy

  1. Identify axis of rotation
  2. Decide: Shell or Disk/Washer?
    • Shell if parallel slicing is easier
    • Disk/Washer if perpendicular slicing is easier
  3. Find radius: distance from axis to shell
  4. Find height: extent of shell (top - bottom)
  5. Set up: V=2π(radius)(height)dxV = 2\pi \int (\text{radius})(\text{height})\,dx
  6. Remember 2π2\pi!
  7. Integrate and evaluate
  8. Compare with other method as a check

📚 Practice Problems

1Problem 1easy

Question:

Find the volume when y=4x2y = 4 - x^2 from x=0x = 0 to x=2x = 2 is rotated around the y-axis using the shell method.

💡 Show Solution

Step 1: Set up with shell method

Rotating around y-axis:

  • Radius: r=xr = x (distance from y-axis)
  • Height: h=4x2h = 4 - x^2

Step 2: Write the integral

V=2π02x(4x2)dxV = 2\pi \int_0^2 x(4 - x^2)\,dx

=2π02(4xx3)dx= 2\pi \int_0^2 (4x - x^3)\,dx


Step 3: Integrate

=2π[2x2x44]02= 2\pi \left[2x^2 - \frac{x^4}{4}\right]_0^2

=2π(8164)= 2\pi \left(8 - \frac{16}{4}\right)

=2π(84)=2π4=8π= 2\pi(8 - 4) = 2\pi \cdot 4 = 8\pi

Answer: 8π8\pi cubic units

2Problem 2medium

Question:

Find the volume when the region bounded by y=x2y = x^2, y=4y = 4, and x=0x = 0 is rotated around the y-axis.

💡 Show Solution

Step 1: Find limits of integration

The parabola y=x2y = x^2 meets y=4y = 4 when: x2=4x^2 = 4 x=2x = 2 (taking positive value)

So xx goes from 0 to 2.


Step 2: Find height of shell

At position xx:

  • Top: y=4y = 4
  • Bottom: y=x2y = x^2
  • Height: h=4x2h = 4 - x^2

Step 3: Set up with shell method

V=2π02x(4x2)dxV = 2\pi \int_0^2 x(4 - x^2)\,dx

=2π02(4xx3)dx= 2\pi \int_0^2 (4x - x^3)\,dx


Step 4: Integrate

=2π[2x2x44]02= 2\pi \left[2x^2 - \frac{x^4}{4}\right]_0^2

=2π(84)=8π= 2\pi \left(8 - 4\right) = 8\pi

Answer: 8π8\pi cubic units

3Problem 3hard

Question:

Find the volume when y=1xy = \frac{1}{x} from x=1x = 1 to x=3x = 3 is rotated around the line x=2x = -2.

💡 Show Solution

Step 1: Find radius

The axis is x=2x = -2, which is to the left of our region.

Shell at position xx has radius: r=x(2)=x+2r = x - (-2) = x + 2


Step 2: Find height

h=f(x)=1xh = f(x) = \frac{1}{x}


Step 3: Set up the integral

V=2π13(x+2)1xdxV = 2\pi \int_1^3 (x+2) \cdot \frac{1}{x}\,dx

=2π13(1+2x)dx= 2\pi \int_1^3 \left(1 + \frac{2}{x}\right)\,dx


Step 4: Integrate

=2π[x+2lnx]13= 2\pi [x + 2\ln|x|]_1^3

=2π[(3+2ln3)(1+2ln1)]= 2\pi [(3 + 2\ln 3) - (1 + 2\ln 1)]

=2π[3+2ln310]= 2\pi [3 + 2\ln 3 - 1 - 0]

=2π(2+2ln3)= 2\pi(2 + 2\ln 3)

=4π(1+ln3)= 4\pi(1 + \ln 3)

Answer: 4π(1+ln3)4\pi(1 + \ln 3) cubic units