Volumes by Shells

There are some examples where it is impossible, or at least inconvenient, to find the volume of a revolved object using disks or washers. Take, for example, the object you get when you revolve the region bounded by y=2x2x3y=2x^2-x^3 and y=0y=0 around the yy-axis.

y=2x^2-x^3

The issue is this: if we tried to do this by slicing, we'd use washers. However, the inner radius and outer radius would both be defined by the same function, and we'd have to solve this function for xx.

Instead, we can use a different approach to divide this volume up into simple figures. This approach uses nested shells to fill up the volume.

Shells filling up volume

It can be hard to visualize this whole process, but the image above shows a representative shell. If we can find the volume of each shell, the approximate total volume will be the sum of those volumes. As before, when we make the shells infinitesimally thin, the sum will turn into an integral, and we'll get the exact volume.

1. Slice

Each slice is a thin cylindrical shell, like a paper towel roll. The issue is to find the volume of this shell -- to do this, picture cutting and unrolling the shell.

Unrolling a shell

Once it is unrolled, it's easy to see that the volume is simply length times width times height. All we have to do is figure out what the length, width, and height are in terms of the original shell.

Length

The length is the circumference of the shell, which is 2πr2\pi r. This can be tricky to see at first, but since the radius is the distance from the central axis (x=0x=0) and the edge of the shell (at an arbitrary xx value), the radius is simply xx. Thus the length is 2πx.2\pi x.

Width, or thickness

The thickness of the wall is simply Δx\Delta x.

Height

The height of the shell is based on the original function -- it's the distance between y=0y=0 and y=2x2x3y=2x^2-x^3. Thus, the height is 2x2x32x^2-x^3.

Volume

The volume of one slice, then, is Vslice=2πrh Δx=2πx(2x2x3) Δx\begin{aligned} V_{slice} &= 2\pi r h\ \Delta x\ &= 2\pi x(2x^2-x^3)\ \Delta x\ \end{aligned}

2. Approximate

The approximate volume will be the sum of the volumes of the slices: Vi=1n2πrh Δxi=1n2πx(2x2x3) Δx\begin{aligned} V &\approx \sum_{i=1}^n 2\pi r h \ \Delta x\ &\approx \sum_{i=1}^n 2\pi x(2x^2-x^3) \ \Delta x \end{aligned}

3. Integrate

As Δx0\Delta x \to 0, or nn \to \infty, this sum turns into an integral: V=ab2πrh dx=022πx(2x2x3) dx\begin{aligned} V &= \int_a^b 2 \pi r h \ dx\ &= \int_0^2 2 \pi x(2x^2-x^3) \ dx \end{aligned}

Note that the limits of integration are based on where we start and stop drawing shells.

We can evaluate this integral to find the volume: V=022πx(2x2x3) dx=024πx32πx4 dx=πx425πx502=16π645π=16π5\begin{aligned} V &= \int_0^2 2 \pi x(2x^2-x^3) \ dx\ &= \int_0^2 4\pi x^3 - 2\pi x^4\ dx\ &= \pi x^4 - \dfrac{2}{5}\pi x^5 \bigg|_0^2\ &= 16\pi - \dfrac{64}{5}\pi\ &= \ans{\dfrac{16\pi}{5}} \end{aligned}

Conclusion

In general, when we use shells to find the volume of a revolved solid, the integral will look like V=ab2πrh dx\ans{V = \int_a^b 2\pi r h \ dx}

All we have to do, then, is to find the radius rr (often simply equal to xx) and the height hh (generally defined by the original function), as well as the limits of integration (where we start and stop drawing shells).

Revolve the region bounded by y=xy=x and y=x2y=x^2 around the yy-axis, and find the volume of the resulting solid.

x and x^2

Solution

Notice that we can, and already did, find the volume of this solid by slicing. We can also do it using shells, and of course, we'll get the same answer.

Remember, the volume is V=ab2πrh dxV = \int_a^b 2 \pi r h \ dx

Again, since we're revolving about x=0x=0, the radius will simply be xx. The height is given by the difference between the two functions: h=xx2h=x-x^2 Finally, for the limits of integration, notice that the shells range from the inside, when x=0x=0 to the outside, when x=1x=1.

Thus the volume is V=012πx(xx2) dx=012πx22πx3 dx=23πx312πx401=23π12π=π6\begin{aligned} V &= \int_0^1 2\pi x(x-x^2)\ dx\ &= \int_0^1 2\pi x^2 - 2\pi x^3 \ dx\ &= \dfrac{2}{3}\pi x^3 - \dfrac{1}{2}\pi x^4 \bigg|_0^1\ &= \dfrac{2}{3}\pi - \dfrac{1}{2}\pi\ &= \ans{\dfrac{\pi}{6}} \end{aligned}

Revolve the region bounded by y=1xy=\dfrac{1}{x}, y=0y=0, x=1x=1, and x=2x=2 around the line x=1x=-1, and find the volume of the resulting solid.

1/x and 0

Solution

This is the first example using shells where we're revolving around a line other than the yy-axis. This will affect the radius; the radius is the distance between an arbitrary xx and x=1x=-1: r=x(1)=x+1r = x - (-1) = x+1

The height, as always, will be the difference between the two given functions: h=1xh = \dfrac{1}{x}

Finally, the limits of integration are given in the problem statement. Putting this all together: V=122π(x+1)1x dx=122π+2πx dx=2πx+2πlnx12=2π[(2+ln2)(1+ln1)]=2π[1+ln2]\begin{aligned} V &= \int_1^2 2 \pi (x+1)\dfrac{1}{x}\ dx\ &= \int_1^2 2\pi + \dfrac{2\pi}{x}\ dx\ &= 2\pi x + 2\pi \ln x \bigg|_1^2\ &= 2\pi [(2+\ln 2) - (1+\ln 1)]\ &= \ans{2\pi [1+\ln 2]} \end{aligned}

Revolve the region bounded by x=1+y2x=1+y^2, x=0x=0, y=1y=1, and y=2y=2 around the xx-axis, and find the volume of the resulting solid.

x=1+y^2

Solution

This one has another twist: now we're revolving about a horizontal axis. This means that the integral will be in terms of yy instead of xx.

The radius of an arbitrary shell will be yy, similar to before. The height will be the difference between x=1+y2x=1+y^2 and x=0x=0: h=1+y2h=1+y^2

The volume, then, is V=122πy(1+y2) dy=122πy+2πy3 dy=πy2+12πy412=π[(4+8)(1+12)]=21π2\begin{aligned} V &= \int_1^2 2\pi y(1+y^2)\ dy\ &= \int_1^2 2\pi y + 2\pi y^3 \ dy\ &= \pi y^2 + \dfrac{1}{2}\pi y^4 \bigg|_1^2\ &= \pi\left[(4+8)-\left(1+\dfrac{1}{2}\right)\right]\ &= \ans{\dfrac{21\pi}{2}} \end{aligned}