Skip to main content
Logo image

APEX Calculus: for University of Lethbridge

Section 7.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.”
Figure 7.3.1. Video introduction to Section 7.3
Consider Figure 7.3.2, where the region shown in Figure 7.3.2.(a) is rotated around the \(y\)-axis forming the solid shown in Figure 7.3.2.(b). A small slice of the region is drawn in Figure 7.3.2.(a), parallel to the axis of rotation. When the region is rotated, this thin slice forms a cylindrical shell, as pictured in Figure 7.3.2.(c). The previous section approximated a solid with lots of thin disks (or washers); we now approximate a solid with many thin cylindrical shells.
Figure 7.3.2. Introducing the Shell Method
To compute the volume of one shell, first consider the paper label on a soup can with radius \(r\) and height \(h\text{.}\) 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\pi r\text{.}\) Thus the area is \(A = 2\pi rh\text{;}\) see Figure 7.3.3.(a).
Do a similar process with a cylindrical shell, with height \(h\text{,}\) thickness \(\Delta x\text{,}\) and approximate radius \(r\text{.}\) Cutting the shell and laying it flat forms a rectangular solid with length \(2\pi r\text{,}\) height \(h\) and depth \(\dx\text{.}\) Thus the volume is \(V \approx 2\pi rh\dx\text{;}\) see Figure 7.3.3.(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
\begin{equation*} V \approx \sum_{i=1}^n 2\pi r_ih_i\dx_i\text{,} \end{equation*}
where \(r_i\text{,}\) \(h_i\) and \(\dx_i\) are the radius, height and thickness of the \(i\)th shell, respectively.
This is a Riemann Sum. Taking a limit as the thickness of the shells approaches 0 leads to a definite integral.
(a)
(b)
Figure 7.3.3. Determining the volume of a thin cylindrical shell

Key Idea 7.3.4. The Shell Method.

Let a solid be formed by revolving a region \(R\text{,}\) bounded by \(x=a\) and \(x=b\text{,}\) 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
\begin{equation*} V = 2\pi\int_a^b r(x)h(x)\, dx\text{.} \end{equation*}
Special Cases:
  1. When the region \(R\) is bounded above by \(y=f(x)\) and below by \(y=g(x)\text{,}\) then \(h(x) = f(x)-g(x)\text{.}\)
  2. When the axis of rotation is the \(y\)-axis (i.e., \(x=0\)) then \(r(x) = x\text{.}\)
Let’s practice using the Shell Method.

Example 7.3.5. Finding volume using the Shell Method.

Find the volume of the solid formed by rotating the region bounded by \(y=0\text{,}\) \(y=1/(1+x^2)\text{,}\) \(x=0\) and \(x=1\) about the \(y\)-axis.
Solution 1. Video solution
Solution 2.
This is the region used to introduce the Shell Method in Figure 7.3.2, but is sketched again in Figure 7.3.6 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. (This is the differential element.)
Figure 7.3.6. Graphing a region in Example 7.3.5
The distance this line is from the axis of rotation determines \(r(x)\text{;}\) as the distance from \(x\) to the \(y\)-axis is \(x\text{,}\) we have \(r(x)=x\text{.}\) The height of this line determines \(h(x)\text{;}\) the top of the line is at \(y=1/(1+x^2)\text{,}\) whereas the bottom of the line is at \(y=0\text{.}\) Thus \(h(x) = 1/(1+x^2)-0 = 1/(1+x^2)\text{.}\) The region is bounded from \(x=0\) to \(x=1\text{,}\) so the volume is
\begin{align*} V \amp = 2\pi\int_0^1 \frac{x}{1+x^2}\, dx.\\ \end{align*}

This requires substitution. Let \(u=1+x^2\text{,}\) so \(du = 2x\, dx\text{.}\) We also change the bounds: \(u(0) = 1\) and \(u(1) = 2\text{.}\) Thus we have:

\begin{align*} \amp = \pi\int_1^2 \frac{1}{u}\, du\\ \amp = \pi\ln(u)\Big|_1^2\\ \amp = \pi\ln(2) \approx 2.178 \,\text{units}^3\text{.} \end{align*}
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\text{.}\)
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.

Example 7.3.7. Finding volume using the Shell Method.

Find the volume of the solid formed by rotating the triangular region determined by the points \((0,1)\text{,}\) \((1,1)\) and \((1,3)\) about the line \(x=3\text{.}\)
Solution 1. Video solution
Solution 2.
The region is sketched in Figure 7.3.8.(a) along with the differential element, a line within the region parallel to the axis of rotation. In Figure 7.3.8.(b), we see the shell traced out by the differential element, and in Figure 7.3.8.(c) the whole solid is shown.
Figure 7.3.8. Graphing a region in Example 7.3.7
The height of the differential element is the distance from \(y=1\) to \(y=2x+1\text{,}\) the line that connects the points \((0,1)\) and \((1,3)\text{.}\) Thus \(h(x) = 2x+1-1 = 2x\text{.}\) The radius of the shell formed by the differential element is the distance from \(x\) to \(x=3\text{;}\) that is, it is \(r(x)=3-x\text{.}\) The \(x\)-bounds of the region are \(x=0\) to \(x=1\text{,}\) giving
\begin{align*} V \amp = 2\pi\int_0^1 (3-x)(2x)\, dx\\ \amp = 2\pi\int_0^1 \big(6x-2x^2\big)\, dx\\ \amp = 2\pi\left(3x^2-\frac23x^3\right)\Big|_0^1\\ \amp = \frac{14}{3}\pi\approx 14.66 \,\text{units}^3\text{.} \end{align*}
When revolving a region around a horizontal axis, we must consider the radius and height functions in terms of \(y\text{,}\) not \(x\text{.}\)

Example 7.3.9. Finding volume using the Shell Method.

Find the volume of the solid formed by rotating the region given in Example 7.3.7 about the \(x\)-axis.
Solution 1. Video solution
Solution 2.
The region is sketched in Figure 7.3.10.(a) with a sample differential element. In Figure 7.3.10.(b) the shell formed by the differential element is drawn, and the solid is sketched in Figure 7.3.10.(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 differential element is an \(x\)-distance, between \(x=\frac12y-\frac12\) and \(x=1\text{.}\) Thus \(h(y) = 1-(\frac12y-\frac12) = -\frac12y+\frac32\text{.}\) The radius is the distance from \(y\) to the \(x\)-axis, so \(r(y) =y\text{.}\) The \(y\) bounds of the region are \(y=1\) and \(y=3\text{,}\) leading to the integral
Figure 7.3.10. Graphing a region in Example 7.3.9
\begin{align*} V \amp = 2\pi\int_1^3\left[y\left(-\frac12y+\frac32\right)\right]\, dy\\ \amp = 2\pi\int_1^3\left[-\frac12y^2+\frac32y\right]\, dy\\ \amp = 2\pi\left[-\frac16y^3+\frac34y^2\right]\Big|_1^3\\ \amp = 2\pi\left[\frac94-\frac7{12}\right]\\ \amp = \frac{10}{3}\pi \approx 10.472\,\text{units}^3\text{.} \end{align*}
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.

Example 7.3.11. Finding volume using the Shell Method.

Find the volume of the solid formed by revolving the region bounded by \(y= \sin(x)\) and the \(x\)-axis from \(x=0\) to \(x=\pi\) about the \(y\)-axis.
Solution 1. Video solution
Solution 2.
The region and a differential element, the shell formed by this differential element, and the resulting solid are given in Figure 7.3.12.
Figure 7.3.12. Graphing a region in Example 7.3.11
The radius of a sample shell is \(r(x) = x\text{;}\) the height of a sample shell is \(h(x) = \sin(x)\text{,}\) each from \(x=0\) to \(x=\pi\text{.}\) Thus the volume of the solid is
\begin{align*} V \amp = 2\pi\int_0^{\pi} x\sin(x) \, dx.\\ \end{align*}

This requires Integration By Parts. Set \(u=x\) and \(dv=\sin(x) \, dx\text{;}\) we leave it to the reader to fill in the rest. We have:

\begin{align*} \amp = 2\pi\Big[-x\cos(x) \Big|_0^{\pi} +\int_0^{\pi}\cos(x) \, dx \Big]\\ \amp = 2\pi\Big[\pi + \sin(x) \Big|_0^{\pi}\,\Big]\\ \amp = 2\pi\Big[\pi + 0 \Big]\\ \amp = 2\pi^2 \approx 19.74 \,\text{units}^3\text{.} \end{align*}
Note that in order to use the Washer Method, we would need to solve \(y=\sin x\) for \(x\text{,}\) requiring the use of the arcsine function. We leave it to the reader to verify that the outside radius function is \(R(y) = \pi-\arcsin y\) and the inside radius function is \(r(y)=\arcsin y\text{.}\) Thus the volume can be computed as
\begin{equation*} \pi\int_0^1 \Big[ (\pi-\arcsin y)^2-(\arcsin y)^2\Big]\, dy\text{.} \end{equation*}
This integral isn’t terrible given that the \(\arcsin^2 y\) terms cancel, but it is more onerous than the integral created by the Shell Method.
We end this section with a table summarizing the usage of the Washer and Shell Methods.

Key Idea 7.3.13. Summary of the Washer and Shell Methods.

Let a region \(R\) be given with \(x\)-bounds \(x=a\) and \(x=b\) and \(y\)-bounds \(y=c\) and \(y=d\text{.}\)
Washer Method Shell Method
Horizontal Axis \(\ds \pi\int_a^b \big(R(x)^2-r(x)^2\big)\, dx\) \(\ds 2\pi\int_c^d r(y)h(y)\, dy\)
Vertical Axis \(\ds\pi \int_c^d\big(R(y)^2-r(y)^2\big)\, dy\) \(\ds 2\pi\int_a^b r(x)h(x)\, dx\)
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.
We use this same principle again in the next section, where we find the length of curves in the plane.

Exercises Exercises

Terms and Concepts

1.
T/F: A solid of revolution is formed by revolving a shape around an axis.
2.
T/F: The Shell Method can only be used when the Washer Method fails.
3.
T/F: The Shell Method works by integrating cross-sectional areas of a solid.
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\text{.}\)

Problems

Exercise Group.
Use the Shell Method to find the volume of the solid of revolution formed by revolving the given region about the \(y\)-axis.
5.
The region bounded by the curve \(y=3-x^2\text{,}\) the \(x\) axis, and the \(y\) axis:
6.
The region between \(y=5x\) and the \(x\) axis, for \(1\leq x\leq 2\text{:}\)
7.
The region between \(y=\cos(x)\) and the \(x\) axis, for \(0\leq x\leq \pi/2\text{:}\)
8.
The region between the curves \(y=x\) and \(y=\sqrt{x}\text{:}\)
Exercise Group.
Use the Shell Method to find the volume of the solid of revolution formed by revolving the given region about the \(x\)-axis.
9.
The region between \(y=3-x^2\) and the \(x\) axis:
10.
The region between \(y=5x\) and the \(y\) axis, for \(5\leq y\leq 10\text{:}\)
11.
The region between \(y=\cos(x)\) and the \(x\) axis, for \(0\leq x\leq \pi/2\text{:}\)
12.
The region between the curves \(y=x\) and \(y=\sqrt{x}\text{:}\)
Exercise Group.
Use the Shell Method to find the volume of the solid of revolution formed by revloving the given region about each of the given axes.
13.
Region bounded by: \(y=\sqrt{x}\text{,}\) \(y=0\) and \(x=1\text{.}\)
(a)
Rotate about the \(y\) axis.
(b)
Rotate about \(x=1\text{.}\)
(c)
Rotate about the \(x\) axis.
(d)
Rotate about \(y=1\text{.}\)
14.
Region bounded by: \(y=4-x^2\) and \(y=0\text{.}\)
(a)
Rotate about \(x=2\text{.}\)
(b)
Rotate about \(x=-2\text{.}\)
(c)
Rotate about the \(x\) axis.
(d)
Rotate about \(y=4\text{.}\)
15.
The triangle with vertices \((1,1)\text{,}\) \((1,2)\) and \((2,1)\text{.}\)
(a)
Rotate about the \(y\) axis.
(b)
Rotate about \(x=1\text{.}\)
(c)
Rotate about the \(x\) axis.
(d)
Rotate about \(y=2\text{.}\)
16.
Region bounded by \(y=x^2-2x+2\) and \(y=2x-1\text{.}\)
(a)
Rotate about the \(y\) axis.
(b)
Rotate about \(x=1\text{.}\)
(c)
Rotate about \(x=-1\text{.}\)
17.
Region bounded by \(y=1/\sqrt{x^2+1}\text{,}\) \(x=1\) and the \(x\) and \(y\) axes.
(a)
Rotate about the \(y\) axis.
(b)
Rotate about \(x=1\text{.}\)
18.
Region bounded by \(y=2x\text{,}\) \(y=x\) and \(x=2\text{.}\)
(a)
Rotate about the \(y\) axis.
(b)
Rotate about \(x=2\text{.}\)
(c)
Rotate about the \(x\) axis.
(d)
Rotate about \(y=4\text{.}\)