The shell method slices a region into thin vertical rectangles and revolves each one about a vertical axis. Instead of a disk, each rectangle sweeps out a hollow cylindrical shell, and unrolling that shell into a flat slab shows that its volume is circumference times height times thickness: .
| Item | Statement |
|---|---|
| Shell volume element | |
| Volume about the -axis | |
| Region between two curves | |
| General form | , with the shell radius and the area of the thin rectangle |
| Axis , region to the right | |
| Axis , region to the left | |
| Variable of integration | for a vertical axis, the same variable that measures the width of the region |
| Sphere of radius | |
| Ellipsoid from about the -axis | |
| Torus, tube radius , centre at distance | |
| Pappus's theorem | |
| Prefer shells when | solving for is painful, or washers would need two or more integrals |
Building a Cylindrical Shell
Let be the region under the curve between and , where .

In Section 8.2 we revolved such a region about the -axis and computed the volume with disks. Revolving the same region about the -axis produces a completely different solid, and disks are no longer the natural slice.

To compute the volume of this new solid, consider a thin vertical rectangle of height and width , standing at distance from the -axis.
When this rectangle is revolved about the -axis, it generates a hollow, thin-walled shell of radius , height and thickness .

If the cylindrical shell is rolled out flat, like a thin sheet of tin cut down one vertical side, it becomes a thin slab of height , thickness , and length , which is the circumference of the shell. This is the picture worth remembering:

The slab has volume length times height times thickness, so the element of volume is
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{dV=\underbrace{2\pi x}_{\text{circumference}}\underbrace{f(x)}_{\text{height}}\underbrace{dx}_{\text{thickness}}.}The total volume is then obtained by adding up the nested infinitesimal shells, one for each between and :
- In principle the volume of this solid can also be obtained with thin disks generated by revolving infinitesimally thin horizontal rectangles. In practice that is often harder, because (1) the equation has to be solved for in terms of , and (2) the formula for the length of the horizontal rectangle may change partway up the region. In such cases we have to compute more than one integral.
- Notice that the shell method integrates with respect to even though the axis of revolution is vertical. That is exactly the reverse of the washer method, and it is the whole reason the shell method exists.
Regions Between Two Curves
If the region lies between two curves and with , then the height of the vertical rectangle, which is also the height of the cylindrical shell, is .

Therefore, in this case
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{dV=2\pi x\left[f(x)-g(x)\right]dx}and
In general we can write
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{V=\int_{a}^{b}2\pi(\text{shell radius})(\text{area of thin rectangle})=\int_{a}^{b}2\pi\rho\,dA}where is the distance from the thin rectangle to the axis of revolution and is the area of that rectangle. Writing the formula this way makes it easy to adapt when the axis is a vertical line other than the -axis: if the axis is and the region lies to the right of it, then ; if the region lies to the left of it, then . In both cases must be positive throughout the region, because it is a radius.
Shell or Washer? How to Choose
Both methods compute the same number, so the choice is purely a matter of which integral you would rather evaluate. The following comparison covers almost every case you will meet.
| Question | Washer (Section 8.2) | Shell |
|---|---|---|
| Slice orientation | Perpendicular to the axis | Parallel to the axis |
| Axis vertical (a line ) | Integrate in | Integrate in |
| Axis horizontal (a line ) | Integrate in | Integrate in |
| What you must solve for | The boundary curves as functions of the integration variable | Usually nothing, the curves are already given in that form |
| Volume element |
Reach for shells when any of the following is true.
- The region is described by and solving for in terms of is painful or impossible. For example or cannot be inverted in closed form at all, so washers about the -axis are simply unavailable, while shells give immediately.
- The region's horizontal cross sections change formula partway up, so the washer setup would have to be split into two or more integrals. A vertical strip, by contrast, runs from one single lower curve to one single upper curve for every .
- The region touches the axis of revolution only at a point, or sits away from it, so that the washer picture would require you to track an inner radius that appears and disappears.
- The axis is vertical and the region is already described conveniently by .
- The shell integrand is harder than the washer integrand. Multiplying by the radius raises the degree of a polynomial by one and can turn a friendly integral into an integration by parts.
- The solid is a plain disk or washer of revolution and one integral in finishes the job.
A practical routine: sketch the region, draw the axis, then draw one rectangle parallel to the axis and one perpendicular to it. Whichever rectangle has endpoints that are described by a single pair of curves across the whole region is the rectangle to use. If both work, set up both integrals symbolically and evaluate the shorter one. Exercise 9 below asks you to do exactly this.
Worked Examples
The region between the two curves and for is revolved about the -axis. Find the volume of the resulting solid by the shell method.

Solution
Let and . The two curves meet where , that is at , so for the region runs from to . The height of the typical shell is
\begin{aligned} MN &= y_{1}-y_{2}\\ &= \left(4-x^{2}\right)-\left(x^{2}-4\right)\\ &= 8-2x^{2}. \end{aligned}So the volume of the shell shown in the figure is
where
and
Therefore
and the total volume is
\begin{aligned} V &= \int_{0}^{2}dV=\int_{0}^{2}2\pi x\left(8-2x^{2}\right)dx\\ &= 4\pi\int_{0}^{2}\left(4x-x^{3}\right)dx\\ &= 4\pi\left[2x^{2}-\frac{1}{4}x^{4}\right]_{0}^{2}\\ &= 4\pi\left(8-\frac{16}{4}\right)=16\pi. \end{aligned}The region inside the circle is revolved about the -axis. Find the volume of the resulting solid, which is a sphere, by the shell method.

Solution
We write the equation of the circle as
Then
\begin{aligned} dA &= \text{area of the thin rectangle}\\ &= (y_{1}-y_{2})\,dx\\ &= 2\sqrt{a^{2}-x^{2}}\,dx \end{aligned}and the volume of the shell is , where
Therefore
Because , the distance of the thin rectangle from the -axis, varies between and , the total volume is
\begin{aligned} V &= \int_{0}^{a}dV\\ &= \int_{0}^{a}2\pi x\left(2\sqrt{a^{2}-x^{2}}\right)dx\\ &= 2\pi\int_{0}^{a}2x\sqrt{a^{2}-x^{2}}\,dx. \end{aligned}Let . Then , so . When we have , and when we have . Therefore
\begin{aligned} V &= -2\pi\int_{a^{2}}^{0}\sqrt{u}\,du\\ &= 2\pi\int_{0}^{a^{2}}\sqrt{u}\,du\\ &= 2\pi\left[\frac{2}{3}u^{\frac{3}{2}}\right]_{0}^{a^{2}}\\ &= \frac{4\pi}{3}\left(a^{2}\right)^{\frac{3}{2}}=\frac{4}{3}\pi a^{3}, \end{aligned}which is the familiar formula for the volume of a sphere of radius . Note how the minus sign from was absorbed: reversing the order of the limits of integration flips the sign back.
The region inside the curve
is revolved about the -axis. Find the volume of the resulting ellipsoid.
Solution

If we solve the equation of the ellipse for , we get
Then
\begin{aligned} dA &= \text{area of the thin rectangle}\\ &= (y_{1}-y_{2})\,dx\\ &= 2b\sqrt{1-\frac{x^{2}}{a^{2}}}\,dx \end{aligned}and the volume of the shell is
\begin{aligned} dV &= 2\pi x\,dA\\ &= 2\pi x\left(2b\sqrt{1-\frac{x^{2}}{a^{2}}}\right)dx. \end{aligned}Because , the distance between the thin rectangle and the -axis, varies between and , the total volume is
Let . Then
We have when , and when . Therefore
\begin{aligned} V &= 4\pi b\int_{1}^{0}\sqrt{u}\underbrace{\left(-\frac{a^{2}}{2}\,du\right)}_{x\,dx}\\ &= -2\pi a^{2}b\left[\frac{2}{3}u^{\frac{3}{2}}\right]_{1}^{0}\\ &= -2\pi a^{2}b\left(0-\frac{2}{3}\right)\\ &= \frac{4}{3}\pi a^{2}b. \end{aligned}Two sign changes occur here and they cancel: the substitution contributes the factor , and the bracket is itself negative because the limits run downward. If you prefer to avoid negative-looking intermediate steps, flip the limits first:
As a check, setting gives , the volume of a sphere, which agrees with the previous example.
Given that a disk with radius and centre is revolved about the -axis, compute the volume of the resulting doughnut-shaped solid.

Solution
The equation of a circle with radius and centre is
This equation gives us two functions
Therefore, the height of the typical thin rectangle is
\begin{aligned} MN &= y_{1}-y_{2}\\ &= \sqrt{1-(x-5)^{2}}-\left(-\sqrt{1-(x-5)^{2}}\right)\\ &= 2\sqrt{1-(x-5)^{2}}, \end{aligned}the area of a thin rectangle is
\begin{aligned} dA &= (MN)\,dx\\ &= 2\sqrt{1-(x-5)^{2}}\,dx, \end{aligned}and the volume of the shell is
\begin{aligned} dV &= 2\pi\rho\,dA\\ &= 2\pi x\left(2\sqrt{1-(x-5)^{2}}\right)dx\\ &= 4\pi x\sqrt{1-(x-5)^{2}}\,dx. \end{aligned}Because , the distance between the thin rectangle and the axis, varies between and , the total volume is
Let , so that and . The limits and become and :
\begin{aligned} V &= \int_{-1}^{1}4\pi(u+5)\sqrt{1-u^{2}}\,du\\ &= 4\pi\int_{-1}^{1}u\sqrt{1-u^{2}}\,du+20\pi\int_{-1}^{1}\sqrt{1-u^{2}}\,du. \end{aligned}Because the function is odd, that is
and the interval is symmetric about the origin, we know
On the other hand, is the upper half of the unit circle , so is exactly the area of a semicircle of radius , as the figure below shows.

Therefore
The volume of the doughnut-shaped solid is
\begin{aligned} V &= 4\pi\underbrace{\int_{-1}^{1}u\sqrt{1-u^{2}}\,du}_{=0}+20\pi\underbrace{\int_{-1}^{1}\sqrt{1-u^{2}}\,du}_{=\pi/2}\\ &= 0+20\pi\cdot\frac{\pi}{2}\\ &= 10\pi^{2}. \end{aligned}
The Torus and Pappus's Theorem
If a circle is revolved about an axis that does not cut it, the doughnut-shaped solid is called a torus. If the radius of the circle is and the distance between the centre of the circle and the axis is , with , then repeating the computation of the last example with gives
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{V=\left(\pi r^{2}\right)(2\pi a)=2\pi^{2}r^{2}a.}
Read that formula as a product: it is the area of the disk being revolved, multiplied by , the distance travelled by the centre of the disk as it goes once around the axis. Because the disk is symmetric, its centre is its centroid, and this is an instance of a general result.
Pappus's theorem for volumes. If a plane region of area is revolved about a line in its plane that does not intersect the region, and is the distance from the centroid of the region to that line, then the volume of the resulting solid of revolution is
The shell method is essentially a proof of this theorem in disguise. Writing and factoring out the constant gives , and the integral divided by the total area is precisely the definition of the centroid's distance from the axis. So each time. In the torus example, and , so Pappus predicts , matching the integral we computed.
- Pappus's theorem is a shortcut only when the centroid is already known, typically by symmetry. For a region whose centroid you would have to compute first, the shell integral is usually the faster route.
Exercises
The region bounded by , and is revolved about the -axis. Use the shell method to find the volume of the resulting solid.
Solution
The shell at distance from the axis has radius , height and thickness , so . Since runs from to ,
\begin{aligned} V &= \int_{0}^{2}2\pi x\cdot x^{2}\,dx\\ &= 2\pi\int_{0}^{2}x^{3}\,dx\\ &= 2\pi\left[\frac{x^{4}}{4}\right]_{0}^{2}\\ &= 2\pi\cdot\frac{16}{4}=8\pi. \end{aligned}The region bounded by , and is revolved about the -axis. Find the volume by the shell method.
Solution
Here and the shell height is , so with :
\begin{aligned} V &= 2\pi\int_{0}^{4}x^{3/2}\,dx\\ &= 2\pi\left[\frac{2}{5}x^{5/2}\right]_{0}^{4}\\ &= 2\pi\cdot\frac{2}{5}\cdot32\\ &= \frac{128\pi}{5}. \end{aligned}Here .
The region bounded by , , and is revolved about the -axis. Find the volume.
Solution
The factor supplied by the circumference cancels the in the height, which is what makes this one so short:
\begin{aligned} V &= \int_{1}^{3}2\pi x\cdot\frac{1}{x}\,dx\\ &= 2\pi\int_{1}^{3}dx\\ &= 2\pi\left[x\right]_{1}^{3}=4\pi. \end{aligned}Notice how badly washers would have fared here: the region's horizontal cross sections change formula at and again at , so the washer setup would need two integrals.
The region bounded by and is revolved about the -axis. Find the volume of the resulting solid.
Solution
The curves meet where , that is at and , and on we have . So the shell height is and
\begin{aligned} V &= \int_{0}^{1}2\pi x\left(x-x^{2}\right)dx\\ &= 2\pi\int_{0}^{1}\left(x^{2}-x^{3}\right)dx\\ &= 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\cdot\frac{1}{12}=\frac{\pi}{6}. \end{aligned}The region bounded by and the -axis is revolved about the -axis. Find the volume of the resulting solid.
Solution
The parabola meets the -axis where , that is at and , and on . Therefore
\begin{aligned} V &= \int_{0}^{2}2\pi x\left(2x-x^{2}\right)dx\\ &= 2\pi\int_{0}^{2}\left(2x^{2}-x^{3}\right)dx\\ &= 2\pi\left[\frac{2x^{3}}{3}-\frac{x^{4}}{4}\right]_{0}^{2}\\ &= 2\pi\left(\frac{16}{3}-4\right)=2\pi\cdot\frac{4}{3}=\frac{8\pi}{3}. \end{aligned}The region bounded by , and is revolved about the vertical line . Find the volume of the resulting solid.
Solution
The region lies to the left of the axis , so the shell radius is , which is positive for every in . The shell height is , so
\begin{aligned} V &= \int_{0}^{1}2\pi(2-x)x^{2}\,dx\\ &= 2\pi\int_{0}^{1}\left(2x^{2}-x^{3}\right)dx\\ &= 2\pi\left[\frac{2x^{3}}{3}-\frac{x^{4}}{4}\right]_{0}^{1}\\ &= 2\pi\left(\frac{2}{3}-\frac{1}{4}\right)=2\pi\cdot\frac{5}{12}=\frac{5\pi}{6}. \end{aligned}A useful check on the sign of the radius: at the shell has radius , the full distance from the axis, and at it has radius . Writing instead would give negative radii and a negative volume.
The region bounded by , and is revolved about the vertical line . Find the volume of the resulting solid.
Solution
The region lies to the right of the axis , so the shell radius is . The shell height is and runs from to :
\begin{aligned} V &= \int_{0}^{4}2\pi(x+1)\sqrt{x}\,dx\\ &= 2\pi\int_{0}^{4}\left(x^{3/2}+x^{1/2}\right)dx\\ &= 2\pi\left[\frac{2}{5}x^{5/2}+\frac{2}{3}x^{3/2}\right]_{0}^{4}\\ &= 2\pi\left(\frac{2}{5}\cdot32+\frac{2}{3}\cdot8\right)\\ &= 2\pi\left(\frac{64}{5}+\frac{16}{3}\right)=2\pi\cdot\frac{192+80}{15}=\frac{544\pi}{15}. \end{aligned}Sanity check: the answer should exceed the volume found in Exercise 2 for the same region about the -axis, since every shell now has a radius one unit larger. It does.
The region bounded by , , and is revolved about the -axis. Find the volume, and explain why the washer method is not a practical option here.
Solution
By the shell method, and the height is :
Substituting , so that , and noting that when and when ,
\begin{aligned} V &= \pi\int_{0}^{1}e^{-u}\,du\\ &= \pi\left[-e^{-u}\right]_{0}^{1}\\ &= \pi\left(1-e^{-1}\right)\approx1.986. \end{aligned}The washer method would require the region's boundary as a function of , that is , and the resulting integral over the appropriate range, split at where the boundary switches from the curve to the line . The shell integral needed one substitution; the washer setup needs two integrals and a logarithm. The extra factor of that the shell method supplies is precisely what makes the substitution work.
The region bounded by , and is revolved about the -axis. Set up the volume integral by both the shell method and the washer method, evaluate both, and say which is easier.
Solution
Shells. A vertical strip at has height and radius , with :
\begin{aligned} V &= \int_{0}^{2}2\pi x\cdot x^{3}\,dx\\ &= 2\pi\int_{0}^{2}x^{4}\,dx\\ &= 2\pi\left[\frac{x^{5}}{5}\right]_{0}^{2}=2\pi\cdot\frac{32}{5}=\frac{64\pi}{5}. \end{aligned}Washers. A horizontal strip at height runs from the curve out to the line , so the outer radius is and the inner radius is , with :
\begin{aligned} V &= \int_{0}^{8}\pi\left(2^{2}-\left(y^{1/3}\right)^{2}\right)dy\\ &= \pi\int_{0}^{8}\left(4-y^{2/3}\right)dy\\ &= \pi\left[4y-\frac{3}{5}y^{5/3}\right]_{0}^{8}\\ &= \pi\left(32-\frac{3}{5}\cdot32\right)=\pi\cdot\frac{64}{5}=\frac{64\pi}{5}. \end{aligned}Here . Both give , as they must.
Which is easier? The shell integral is easier. It required no inversion of , no fractional exponents, and its integrand is a monomial. The washer setup forced us to solve for , to recognise that the outer radius is the constant rather than a curve, and to handle the exponent . If the cubic were replaced by something non-invertible, such as , the washer route would close entirely while the shell route would be unchanged.
The region bounded by and the -axis for is revolved about the -axis. Find the volume.
Solution
Since on , the shell height is and the radius is :
Integrate by parts with and , so and :
\begin{aligned} \int_{0}^{\pi}x\sin x\,dx &= \left[-x\cos x\right]_{0}^{\pi}+\int_{0}^{\pi}\cos x\,dx\\ &= \left[-x\cos x+\sin x\right]_{0}^{\pi}\\ &= \left(-\pi(-1)+0\right)-\left(0+0\right)=\pi. \end{aligned}Therefore
The washer method here would require as a function of , which is on the left half of the arch and on the right half, so it would need two branches. Shells avoid the split entirely.
The region inside the circle with is revolved about the -axis. Find the volume of the resulting solid, which is the ring left after drilling a cylindrical hole of radius straight through the centre of a sphere of radius .
Solution
A vertical strip at runs from up to , so its height is , and runs from to . Hence
Let , so and . When we get , and when we get . Therefore
\begin{aligned} V &= -2\pi\int_{3}^{0}\sqrt{u}\,du\\ &= 2\pi\int_{0}^{3}\sqrt{u}\,du\\ &= 2\pi\left[\frac{2}{3}u^{3/2}\right]_{0}^{3}\\ &= \frac{4\pi}{3}\cdot3\sqrt{3}=4\sqrt{3}\,\pi\approx21.77. \end{aligned}Check: the whole sphere of radius has volume , so the drilled ring is indeed a substantial but proper part of it.
A disk of radius with centre , where , is revolved about the -axis. Show by the shell method that the volume of the resulting torus is , and confirm that this agrees with Pappus's theorem.
Solution
The boundary circle is , so the vertical strip at has height
and runs from to . The shell radius is , which is positive throughout because . Therefore
Let , so and ; the limits become and :
\begin{aligned} V &= 4\pi\int_{-r}^{r}(u+a)\sqrt{r^{2}-u^{2}}\,du\\ &= 4\pi\int_{-r}^{r}u\sqrt{r^{2}-u^{2}}\,du+4\pi a\int_{-r}^{r}\sqrt{r^{2}-u^{2}}\,du. \end{aligned}The first integrand is odd, since replacing by changes the sign of the factor and leaves unchanged, and the interval is symmetric about the origin, so that integral is . The second integral is the area of a semicircle of radius , namely . Hence
Agreement with Pappus. The revolved region is a disk of area , and by symmetry its centroid is its centre, at distance from the axis. Pappus's theorem gives
the same answer. Setting and recovers , the value computed in the last worked example of this section.