6 Applications of Integration

6.3 The Shell Method

Often a given problem can be solved in more than one way. A particular method may be chosen out of convenience, personal preference, or perhaps necessity. Ultimately, it is good to have options.

The previous section introduced the Disk and Washer Methods, which computed the volume of solids of revolution by integrating the cross-sectional area of the solid. This section develops another method of computing volume, the Shell Method. Instead of slicing the solid perpendicular to the axis of rotation creating cross-sections, we now slice it parallel to the axis of rotation, creating “shells.”

margin: y=11+x20.510.51xy (a)
(fullscreen)
(b)
(fullscreen)
(c)
Figure 6.3.1: Introducing the Shell Method. Λ

Consider Figure 6.3.1, where the region shown in (a) is rotated around the y-axis forming the solid shown in (c). A small slice of the region is drawn in (a), parallel to the axis of rotation. When the region is rotated, this thin slice forms a cylindrical shell, as pictured in part (b) of the figure. The previous section approximated a solid with lots of thin disks (or washers); we now approximate a solid with many thin cylindrical shells.

To compute the volume of one shell, first consider the paper label on a soup can with radius r and height h. What is the area of this label? A simple way of determining this is to cut the label and lay it out flat, forming a rectangle with height h and length 2πr. Thus the area is A=2πrh; see Figure 6.3.2(a).

Do a similar process with a cylindrical shell, with height h, thickness Δx, and approximate radius r. Cutting the shell and laying it flat forms a rectangular solid with length 2πr, height h and depth Δx. Thus the volume is V2πrhΔx; see Figure 6.3.2(b). (We say “approximately” since our radius was an approximation.)

By breaking the solid into n cylindrical shells, we can approximate the volume of the solid as

Vi=1n2πrihiΔx,

where ri, hi and Δx are the radius, height and thickness of the ith shell, respectively.

This is a Riemann Sum. Taking a limit as the thickness of the shells approaches 0 leads to a definite integral.

V =limni=1n2πrihiΔx
=2πabr(x)h(x)dx
hcut herer2πrhA=2πrh hcut hererΔx2πrhΔxV2πrhΔx
(a) (b)
Figure 6.3.2: Determining the volume of a thin cylindrical shell.

Key Idea 6.3.1 The Shell Method

Let a solid be formed by revolving a region R, bounded by x=a and x=b, around a vertical axis. Let r(x) represent the distance from the axis of rotation to x (i.e., the radius of a sample shell) and let h(x) represent the height of the solid at x (i.e., the height of the shell). The volume of the solid is

V=2πabr(x)h(x)dx.

Special Cases:

  1. (a)

    When the region R is bounded above by y=f(x) and below by y=g(x), then h(x)=f(x)-g(x).

  2. (b)

    When the axis of rotation is the y-axis (i.e., x=0) then r(x)=x.

Let’s practice using the Shell Method.

Example 6.3.1 Finding volume using the Shell Method

Find the volume of the solid formed by rotating the region bounded by y=0, y=1/(1+x2), x=0 and x=1 about the y-axis. margin: h(x){r(x)y=11+x211xxy Figure 6.3.3: Graphing a region in Example 6.3.1. Λ

SolutionThis is the region used to introduce the Shell Method in Figure 6.3.1, but is sketched again in Figure 6.3.3 for closer reference. A line is drawn in the region parallel to the axis of rotation representing a shell that will be carved out as the region is rotated about the y-axis.

The distance this line is from the axis of rotation determines r(x); as the distance from x to the y-axis is x, we have r(x)=x. The height of this line determines h(x); the top of the line is at y=1/(1+x2), whereas the bottom of the line is at y=0. Thus h(x)=1/(1+x2)-0=1/(1+x2). The region is bounded from x=0 to x=1, so the volume is

V =2π01x1+x2dx.
This requires substitution. Let u=1+x2, so du=2xdx. We also change the bounds: u(0)=1 and u(1)=2. Thus we have:
=π121udu
=πlnu|12
=πln2units3.

Note: in order to find this volume using the Disk Method, two integrals would be needed to account for the regions above and below y=1/2.

With the Shell Method, nothing special needs to be accounted for to compute the volume of a solid that has a hole in the middle, as demonstrated next.

margin: y=2x+1}h(x).r(x)123123xxy (a)
(fullscreen)
(b)
(fullscreen)
(c)
Figure 6.3.4: Graphing a region in Example 6.3.2. Λ
Example 6.3.2 Finding volume using the Shell Method

Find the volume of the solid formed by rotating the triangular region determined by the points (0,1), (1,1) and (1,3) about the line x=3.

SolutionThe region is sketched in Figure 6.3.4(a) along with a line within the region parallel to the axis of rotation. In part (b) of the figure, we see a sample shell, and in part (c) the whole solid is shown.

The height of the sample shell is the distance from y=1 to y=2x+1, the line that connects the points (0,1) and (1,3). Thus h(x)=2x+1-1=2x. The radius of the sample shell is the distance from x to x=3; that is, it is r(x)=3-x. The x-bounds of the region are x=0 to x=1, giving

V =2π01(3-x)(2x)dx
=2π01(6x-2x2)dx
=2π(3x2-23x3)|01
=143πunits3.

When revolving a region around a horizontal axis, we must consider the radius and height functions in terms of y, not x.

margin: x=12y-12h(y)}r(y)1123yxy (a)
(fullscreen)
(b)
(fullscreen)
(c)
Figure 6.3.5: Graphing a region in Example 6.3.3. Λ
Example 6.3.3 Finding volume using the Shell Method

Find the volume of the solid formed by rotating the region given in Example 6.3.2 about the x-axis.

SolutionThe region is sketched in Figure 6.3.5(a). In part (b) of the figure the sample shell is drawn, and the solid is sketched in (c). (Note that the triangular region looks “short and wide” here, whereas in the previous example the same region looked “tall and narrow.” This is because the bounds on the graphs are different.)

The height of the sample shell is an x-distance, between x=12y-12 and x=1. Thus h(y)=1-(12y-12)=-12y+32. The radius is the distance from y to the x-axis, so r(y)=y. The y bounds of the region are y=1 and y=3, leading to the integral

V =2π13[y(-12y+32)]dy
=2π13[-12y2+32y]dy
=2π[-16y3+34y2]|13
=2π[94-712]
=103πunits3.

The following example shows how there are times when it does not matter which method you choose to evaluate the volume of a solid. In Example 6.2.7 we found the volume of the solid formed by rotating the region bounded by y=x and y=x about y=2. We will now demonstrate how to find the volume with the shell method. Note that your answer should be the same whichever method you choose.

Example 6.3.4 Using the shell method instead of the washer method

Find the volume of the solid formed by rotating the region bounded by y=x and y=x about y=2 using the Shell Method.

SolutionSince our shells are parallel to the axis of rotation, we must consider the radius and height functions in terms of y. The radius of a sample shell will be r(y)=2-y and the height of a sample shell will be h(y)=y-y2. The y bounds for the region will be y=0 to y=1 resulting in the integral

V =2π01(2-y)(y-y2)dy
=2π01y3-3y2+2ydy
=π2units3.

At the beginning of this section it was stated that “it is good to have options.” The next example finds the volume of a solid rather easily with the Shell Method, but using the Washer Method would be quite a chore.

margin: }h(x)r(x)12123xy (a)
(fullscreen)
(b)
(fullscreen)
(c)
Figure 6.3.6: Graphing a region in Example 6.3.5. Λ
Example 6.3.5 Finding volume using the Shell Method

Find the volume of the solid formed by rotating the region bounded by y=3x-x2 and y=x about the y-axis.

SolutionThe region, a sample shell, and the resulting solid are shown in Figure 6.3.6. The radius of a sample shell is r(x)=x; the height of a sample shell is h(x)=(3x-x2)-x=2x-x2. The x bounds on the region are x=0 to x=2 leading to the integral

V =2π02x(2x-x2)dx
=2π022x2-x3dx
=2π[23x3-14x4]|02
=8π3units3.

Note that in order to use the Washer Method, we would need to solve y=3x-x2 for x, requiring us to complete the square. We must evaluate two integrals as we have two different sample slices. The volume can be computed as

V =π02(y2-(32-94-y)2)dy
+π29/4((32+94-y)2-(32-94-y)2)dy

While this integral is not impossible to solve, using the Shell Method gave us a significantly easier way to compute the volume.

We finish with an example where we can use either method to find the volume.

Example 6.3.6 Finding volume using both methods

Find the volume of the solid formed by rotating the region bounded by the curves y=x2+3, y=2x+1, x=0, and x=1 about the y-axis using both the washer method and the shell method.

SolutionWe’ll start with the shell method, since that turns out to be easier. The region, a sample shell, and the resulting solid are shown in Figure 6.3.7 parts a, b, and e respectively. The volume is

V=2π01x((x2+3)-(2x+1))dx=7π6units3.

With the washer method, we need to integrate with respect to y because we are rotating around a vertical axis. We also need to divide the region in two because the washers will run into different boundaries at different heights. We have indicated the region and the two different types of washers in Figure 6.3.7 parts c and d. The volume is

V =π13(y-12)2dy+π34(12-(y-3)2)dy
=π23+π12=7π6units3.

We are reassured to find the same answer using either method.

r(x)}h(x)12341xy
(fullscreen)

(fullscreen)
(a) (b) r(x)R(x)12341xy
(fullscreen)
(c) (d) (e)
Figure 6.3.7: Graphing the region in Example 6.3.6.

As in the previous section, the real goal of this section is not to be able to compute volumes of certain solids. Rather, it is to be able to solve a problem by first approximating, then using limits to refine the approximation to give the exact value. In this section, we approximate the volume of a solid by cutting it into thin cylindrical shells. By summing up the volumes of each shell, we get an approximation of the volume. By taking a limit as the number of equally spaced shells goes to infinity, our summation can be evaluated as a definite integral, giving the exact value.

Exercises 6.3

 

Terms and Concepts

  1. 1.

    T/F: A solid of revolution is formed by revolving a shape around an axis.

  2. 2.

    T/F: The Shell Method can only be used when the Washer Method fails.

  3. 3.

    T/F: The Shell Method works by integrating cross-sectional areas of a solid.

  4. 4.

    T/F: When finding the volume of a solid of revolution that was revolved around a vertical axis, the Shell Method integrates with respect to x.

Problems

In Exercises 5–8., a region of the Cartesian plane is shaded. Use the Shell Method to find the volume of the solid of revolution formed by revolving the region about the y-axis.

  1. 5.
    y=3-x2-2-112123xy
  2. 6.
    y=5x0.511.52510xy
  3. 7.
    y=x3122468xy
  4. 8.
    y=xy=x0.510.51xy

In Exercises 9–12., a region of the Cartesian plane is shaded. Use the Shell Method to find the volume of the solid of revolution formed by revolving the region about the x-axis.

  1. 9.
    y=3-x2-2-112123xy
  2. 10.
    y=5x0.511.52510xy
  3. 11.
    y=x3122468xy
  4. 12.
    y=xy=x0.510.51xy

In Exercises 13–18., a region of the Cartesian plane is described. Use the Shell Method to find the volume of the solid of revolution formed by rotating the region about each of the given axes.

  1. 13.
    Region bounded by: y=x, y=0 and x=1. Rotate about: (a) the y-axis (b) x=1 (c) the x-axis (d) y=1
  2. 14.
    Region bounded by: y=4-x2 and y=0. Rotate about: (a) x=2 (b) x=-2 (c) the x-axis (d) y=4
  3. 15.
    The triangle with vertices (1,1), (1,2) and (2,1). Rotate about: (a) the y-axis (b) x=1 (c) the x-axis (d) y=2
  4. 16.
    Region bounded by y=x2-2x+2 and y=2x-1. Rotate about: (a) the y-axis (b) x=1 (c) x=-1
  5. 17.
    Region bounded by y=2x, y=x and x=2. Rotate about: (a) the y-axis (b) x=2 (c) the x-axis (d) y=4
  6. 18.

    Region bounded by y=1+cos(x2), x=0, x=3π, and y=0 about the y-axis.

In Exercises 19–21., use your choice of the Washer or Shell Method to find the indicated volume.

  1. 19.
    Region bounded by y=x4, y=0, and x=1. Rotate about: (a) the y-axis (a) the x-axis
  2. 20.
    Region bounded by y=x3+1, x=0, and y=2. Rotate about: (a) the y-axis (a) y=2
  3. 21.
    Region bounded by y=4x2 and 4x+y=8. Rotate about (a) the x-axis (b) x=1 (a) y=16
Omni CMS