Applications of IntegrationTopic #30 of 32

Volumes of Revolution (Shell Method)

Finding volumes using the cylindrical shell method.

Overview

The shell method calculates volume by using cylindrical shells parallel to the axis of rotation. It's often easier when the washer method requires solving for xx in terms of yy (or vice versa).

Basic Formula

Rotation around y-axis (shells parallel to y-axis)

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

Rotation around x-axis (shells parallel to x-axis)

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

General Formulas

Rotation around x=kx = k (vertical line)

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

Rotation around y=ky = k (horizontal line)

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

Shell Components

  • Radius: Distance from shell to axis of rotation
  • Height: Length of the shell (difference between curves, or curve to axis)
  • Thickness: dxdx or dydy

When to Use Shell Method

  • When the region is easier to describe as a function of xx, but you're rotating around a vertical line
  • When solving for xx in terms of yy would be difficult
  • When the washer method would require splitting the integral

Examples

Example 1: Basic shell method

Rotate the region under y=x2y = x^2 from x=0x = 0 to x=1x = 1 around the y-axis.

Radius =x= x Height =x2= x^2

V=2π01xx2dx=2π01x3dxV = 2\pi \int_0^1 x \cdot x^2 \, dx = 2\pi \int_0^1 x^3 \, dx

=2π[x44]01=2π(14)=π2= 2\pi \left[\frac{x^4}{4}\right]_0^1 = 2\pi \left(\frac{1}{4}\right) = \frac{\pi}{2}

Example 2: Region between curves

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

Intersection: x=0,1x = 0, 1 Height =xx2= x - x^2 (top minus bottom)

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

=2π[x33x44]01=2π(1314)=2π(112)=π6= 2\pi \left[\frac{x^3}{3} - \frac{x^4}{4}\right]_0^1 = 2\pi \left(\frac{1}{3} - \frac{1}{4}\right) = 2\pi \left(\frac{1}{12}\right) = \frac{\pi}{6}

Example 3: Rotation around x=2x = 2

Rotate the region under y=xy = \sqrt{x} from x=0x = 0 to x=1x = 1 around x=2x = 2.

Radius =2x= 2 - x (distance from shell to x=2x = 2) Height =x= \sqrt{x}

V=2π01(2x)xdx=2π01(2x1/2x3/2)dxV = 2\pi \int_0^1 (2-x)\sqrt{x} \, dx = 2\pi \int_0^1 (2x^{1/2} - x^{3/2}) \, dx

=2π[223x3/225x5/2]01=2π[4325]= 2\pi \left[2 \cdot \frac{2}{3}x^{3/2} - \frac{2}{5}x^{5/2}\right]_0^1 = 2\pi \left[\frac{4}{3} - \frac{2}{5}\right]

=2π(1415)=28π15= 2\pi \left(\frac{14}{15}\right) = \frac{28\pi}{15}

Example 4: Rotation around x-axis using shells

Rotate the region bounded by y=x2y = x^2, y=4y = 4, and x=0x = 0 around the x-axis.

Use horizontal shells (integrate with respect to yy).

Radius =y= y Height =y= \sqrt{y} (from x=0x = 0 to x=yx = \sqrt{y}) Limits: yy from 00 to 44

V=2π04yydy=2π04y3/2dyV = 2\pi \int_0^4 y \cdot \sqrt{y} \, dy = 2\pi \int_0^4 y^{3/2} \, dy

=2π[y5/25/2]04=2π2532=128π5= 2\pi \left[\frac{y^{5/2}}{5/2}\right]_0^4 = 2\pi \cdot \frac{2}{5} \cdot 32 = \frac{128\pi}{5}

Example 5: Rotation around y=1y = -1

Rotate the region under y=xy = x from x=0x = 0 to x=1x = 1 around y=1y = -1.

Use horizontal shells.

Radius =y(1)=y+1= y - (-1) = y + 1 Height =1y= 1 - y (from x=yx = y to x=1x = 1) Limits: yy from 00 to 11

V=2π01(y+1)(1y)dy=2π01(1y2+yy)dyV = 2\pi \int_0^1 (y + 1)(1 - y) \, dy = 2\pi \int_0^1 (1 - y^2 + y - y) \, dy

=2π01(1y2)dy=2π[yy33]01= 2\pi \int_0^1 (1 - y^2) \, dy = 2\pi \left[y - \frac{y^3}{3}\right]_0^1

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

Example 6: Comparing methods

Rotate y=xy = \sqrt{x} from x=0x = 0 to x=4x = 4 around y-axis.

Shell method:

V=2π04xxdx=2π04x3/2dxV = 2\pi \int_0^4 x \cdot \sqrt{x} \, dx = 2\pi \int_0^4 x^{3/2} \, dx

=2π[2x5/25]04=2π645=128π5= 2\pi \left[\frac{2x^{5/2}}{5}\right]_0^4 = 2\pi \cdot \frac{64}{5} = \frac{128\pi}{5}

Washer method (integrate with respect to yy): x=y2x = y^2, limits y=0y = 0 to 22

V=π02(42(y2)2)dy=π02(16y4)dyV = \pi \int_0^2 (4^2 - (y^2)^2) \, dy = \pi \int_0^2 (16 - y^4) \, dy

=π[16yy55]02=π(32325)=128π5= \pi \left[16y - \frac{y^5}{5}\right]_0^2 = \pi \left(32 - \frac{32}{5}\right) = \frac{128\pi}{5} \checkmark