A solid of revolution is what you get when a plane region is spun around a fixed line, the axis of revolution. Slice the solid perpendicular to that axis and every slice is a circle: a full disk if the region touches the axis, a washer (a disk with a hole) if it does not. Integrating the area of that circular slice through the solid gives the volume.
| Item | Statement |
|---|---|
| Element of volume, disk | , where is the radius of the slice |
| Element of volume, washer | , outer radius , inner radius |
| Disk, about the -axis | |
| Disk, about the -axis | |
| Washer, about the -axis | |
| Washer, about the -axis | |
| About the line | Radius is the vertical distance ; integrate in |
| About the line | Radius is the horizontal distance ; integrate in |
| Rectangle orientation | The typical rectangle is drawn perpendicular to the axis of revolution |
| Variable of integration | for a horizontal axis, for a vertical axis |
| Cylinder volume | (base area thickness) |
| Hollow cylinder volume | |
| Sanity checks | Cone: . Sphere: |
Solids of Revolution
In this section we learn two methods for computing the volumes of solids of revolution. A solid of revolution is a solid figure obtained by revolving a region in the plane around some straight line, called the axis of revolution.
- Some examples of solids of revolution in engineering and manufacturing are pistons, axles, and funnels. Solids of revolution are also widely used in architecture and in the decorative arts: a vase turned on a potter's wheel, a column, a bell, and a wine glass are all surfaces swept out by a single profile curve. Renaissance draftsmen such as Paolo Uccello drew vases precisely this way, one profile revolved about a vertical axis.

Both methods of this section come from the same two-step idea used for areas in Section 8.1: write down the contribution of one infinitesimally thin slice, then add up the slices with an integral.
The Disk Method
Consider the region bounded by the curve , the -axis, and the vertical lines and , shown in the figure below.

If this region is revolved around the -axis, it generates a three-dimensional body called a solid of revolution. The profile curve sweeps out the curved surface, and the two vertical segments at and sweep out the flat circular ends.

The figure below shows the region itself together with a typical infinitesimally thin rectangle of height and width .

When this rectangle is revolved, we obtain a circular disk in the form of a thin right circular cylinder with base radius and thickness . The volume of this disk, which is our element of volume , is then
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{dV=\pi[f(x)]^{2}\,dx.}- Recall that the volume of a right circular cylinder of radius and height (or thickness) is area of the base thickness .

The solid is composed of infinitely many infinitesimally thin disks like this. So its total volume is obtained by adding up all the elements of volume as the typical disk sweeps through the solid from left to right. That is,
This method of finding volume is called the disk method.
Volume of a Solid of Revolution: The Disk Method. If the region bounded by the curve , the -axis, , and is revolved about the -axis, the volume of the solid generated this way is
Revolving About the y-Axis
If the region bounded by the curve , the -axis, and the horizontal lines and (with ) is revolved about the -axis, we compute the volume of the resulting solid in exactly the same way. The only change is bookkeeping: the typical rectangle is now horizontal, because it must stay perpendicular to the axis of revolution, its length is , its thickness is , and everything must be expressed in terms of .

If the region bounded by the curve , the -axis, , and is revolved about the -axis, then the element of volume is and the total volume is
The region under on is revolved about the -axis. Find the volume of the resulting solid.

Solution
The element of volume is
\begin{aligned} dV &= \pi[f(x)]^{2}\,dx\\ &= \pi(2x)^{2}\,dx\\ &= 4\pi x^{2}\,dx. \end{aligned}So the volume of the solid is
\begin{aligned} V &= \int dV\\ &= \int_{0}^{1}4\pi x^{2}\,dx\\ &= \left.4\pi\frac{x^{3}}{3}\right|_{0}^{1}=\frac{4\pi}{3}\approx 4.1888. \end{aligned}This is the result we expected, because the solid is a cone whose radius is and whose height is :

The region bounded by , , and is rotated about the -axis. Compute the volume of the resulting solid.

Solution
The axis of revolution is vertical, so the typical rectangle is horizontal and the element of volume is
To integrate, we have to express in terms of . From we get , so
The rectangle sweeps from up to , so
\begin{aligned} V &= \int_{0}^{2}\pi\left(\frac{y}{2}\right)^{2}dy\\ &= \frac{\pi}{4}\int_{0}^{2}y^{2}\,dy\\ &= \left.\frac{\pi}{4}\cdot\frac{y^{3}}{3}\right|_{0}^{2}\\ &= \frac{\pi}{4}\cdot\frac{8}{3}=\frac{2\pi}{3}\approx 2.0944. \end{aligned}Again the answer agrees with elementary geometry. The solid is a circular cone whose radius is (the value of when ) and whose height is :

Compute the volume of the solid obtained by revolving the region under the curve on about the -axis.

Solution
The element of volume is
\begin{aligned} dV &= \pi y^{2}\,dx\\ &= \pi[f(x)]^{2}\,dx\\ &= \pi\left(x^{3}\right)^{2}dx\\ &= \pi x^{6}\,dx, \end{aligned}and the total volume is
\begin{aligned} V &= \int dV\\ &= \int_{1}^{2}\pi x^{6}\,dx\\ &= \left.\frac{\pi}{7}x^{7}\right|_{1}^{2}\\ &= \frac{\pi}{7}\left(2^{7}-1\right)=\frac{127\pi}{7}\approx 56.9975. \end{aligned}
Compute the volume of the solid obtained by revolving the region bounded by , , , and the -axis about the -axis.

Solution
The axis is the -axis, so the slices are horizontal and the radius of a slice is the -coordinate of the curve. Solving for gives , and the element of volume is
\begin{aligned} dV &= \pi x^{2}\,dy\\ &= \pi\left(y^{1/3}\right)^{2}dy\\ &= \pi y^{2/3}\,dy. \end{aligned}The total volume is
\begin{aligned} V &= \int dV\\ &= \int_{1}^{8}\pi y^{2/3}\,dy\\ &= \left.\pi\frac{3}{5}y^{5/3}\right|_{1}^{8}\\ &= \frac{3\pi}{5}\left(8^{5/3}-1\right)\\ &= \frac{3\pi}{5}\left(2^{5}-1\right)=\frac{93\pi}{5}\approx 58.4336. \end{aligned}Here we used .
The Washer Method
The washer method is a generalization of the disk method. Actually, a washer is a disk with a hole. Suppose is a region enclosed by the curves and (with ) on , and is revolved about the -axis.

To compute the volume of this solid, consider an infinitely thin vertical rectangle. When this rectangle is revolved about the -axis, it does not sweep out a full disk, because it does not reach down to the axis: it generates an infinitely thin circular hollow cylinder whose outer radius is and whose inner radius is . The volume of this hollow cylinder, which is our element of volume, is
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{dV=\pi\left([f(x)]^{2}-[g(x)]^{2}\right)dx}- Recall that the volume of a right circular hollow cylinder of outer radius , inner radius , and height (or thickness) is the area of the base thickness .
- A common error is to write . The square of the difference is not the difference of the squares: it is the two areas and that subtract, not the radii.

Adding up the washers gives the total volume
In fact, the volume of this solid is the volume of the solid generated by revolving the region bounded by the curve and the -axis minus the volume of the solid generated by revolving the region bounded by the curve and the -axis. That is,
The revolved region sweeps out is precisely the tunnel drilled through the middle of the bigger solid, so subtracting it leaves the hollow solid we want.

Volume of a Solid of Revolution: The Washer Method. If the region between and on , where , is revolved about the -axis, then
For a region between and on revolved about the -axis,
Let be the region in the first quadrant enclosed by the curve and the line (bounded on the left by the -axis). If is revolved about the -axis, compute the volume of the resulting solid.

Solution

If a vertical rectangle is revolved about the -axis, it will generate a thin hollow disk with outer radius and inner radius . The volume of the thin hollow disk (a washer) is
To find the limits of the integral, we have to find where the curves and intersect:
Because the point does not lie in the first quadrant, the limits of integration are and . Expanding the integrand first,
\begin{aligned} (4-x^{2})^{2}-(3x)^{2} &= 16-8x^{2}+x^{4}-9x^{2}\\ &= x^{4}-17x^{2}+16, \end{aligned}so the total volume is
\begin{aligned} V &= \int_{0}^{1}dV\\ &= \pi\int_{0}^{1}\left[(4-x^{2})^{2}-(3x)^{2}\right]dx\\ &= \pi\int_{0}^{1}\left(x^{4}-17x^{2}+16\right)dx\\ &= \pi\left[\frac{x^{5}}{5}-\frac{17}{3}x^{3}+16x\right]_{x=0}^{x=1}\\ &= \pi\left[\frac{1}{5}-\frac{17}{3}+16\right]\\ &= \pi\cdot\frac{3-85+240}{15}\\ &= \frac{158\pi}{15}\approx 33.0914. \end{aligned}Notice the two extreme slices. At the inner radius is , so the washer there is a full disk of radius ; at the two radii are equal ( and ), so the washer has shrunk to a circle of zero area. Both are consistent with , which equals at and at .
Find the volume of the solid generated by revolving about the -axis the region in the first quadrant bounded between the circle and the ellipse

Solution
If we revolve an infinitesimally thin vertical rectangle as shown in the figure below, it will generate a washer with outer radius and inner radius .

To find the length of , we solve for (with ):
For the length of , we solve for (with ):
Notice that only the squares of these radii are needed, so no square roots survive. The volume of the infinitesimally thin washer is
\begin{aligned} dV &= \pi\left(MP^{2}-NP^{2}\right)dx\\ &= \pi\left(9-x^{2}-4\left(1-\frac{x^{2}}{9}\right)\right)dx\\ &= \pi\left(9-x^{2}-4+\frac{4}{9}x^{2}\right)dx\\ &= \pi\left(5-\frac{5}{9}x^{2}\right)dx. \end{aligned}Both curves meet the -axis at , so the slices run from to and the total volume is
\begin{aligned} V &= \int_{0}^{3}dV\\ &= \pi\int_{0}^{3}\left(5-\frac{5}{9}x^{2}\right)dx\\ &= \pi\left[5x-\frac{5}{27}x^{3}\right]_{x=0}^{x=3}\\ &= \pi\left[15-\frac{5}{27}\cdot 27\right]\\ &= 10\pi\approx 31.4159. \end{aligned}As a check, the full solid of revolution generated by the quarter disk is a hemisphere of radius , of volume , and the quarter ellipse generates half an ellipsoid of volume . The difference is .
Revolving About a Line That Is Not a Coordinate Axis
Nothing in the derivation used the fact that the axis was a coordinate axis. All that matters is the distance from the axis to the near and far edges of the typical rectangle, because that distance is the radius of the circle traced by a point of the rectangle.
Rotation about (a horizontal line). Slice vertically. A point at height traces a circle of radius , so
where is the edge of the region farther from the line and the edge nearer to it.
Rotation about (a vertical line). Slice horizontally and integrate in , with radii measured as horizontal distances from .
In practice the only thing that changes is the radius: for a region lying above the line the radius of the far edge is , and for a region lying below that line the radius is . Everything else, the choice of variable, the limits, and the integral itself, works exactly as before. Exercise 8 below carries this out twice.
Exercises
In each problem, sketch the region first, decide whether the typical rectangle should be vertical or horizontal (it must be perpendicular to the axis of revolution), and then decide whether the slice is a disk or a washer.
The region bounded by , the -axis, and the line is revolved about the -axis. Find the volume of the solid generated.
Solution
The region touches the axis of revolution, so each slice is a full disk of radius and thickness :
Therefore
\begin{aligned} V &= \pi\int_{0}^{4}x\,dx\\ &= \left.\pi\frac{x^{2}}{2}\right|_{0}^{4}\\ &= \pi\cdot\frac{16}{2}=8\pi\approx 25.1327. \end{aligned}Find the volume of the solid obtained by revolving the region under on about the -axis.
Solution
The slice is a disk of radius :
Hence
\begin{aligned} V &= \pi\int_{1}^{3}x^{-2}\,dx\\ &= \pi\left[-\frac{1}{x}\right]_{1}^{3}\\ &= \pi\left(-\frac{1}{3}+1\right)=\frac{2\pi}{3}\approx 2.0944. \end{aligned}Check the antiderivative by differentiating: , as required.
The region bounded by the curve , the -axis, and the horizontal lines and is revolved about the -axis. Find the volume.
Solution
The axis is vertical, so the rectangle is horizontal, its length is the radius , and its thickness is :
Then
\begin{aligned} V &= \pi\int_{0}^{2}y^{4}\,dy\\ &= \left.\pi\frac{y^{5}}{5}\right|_{0}^{2}\\ &= \frac{32\pi}{5}\approx 20.1062. \end{aligned}Note that the answer would be different if this same region were revolved about the -axis, because then the rectangle would be perpendicular to a horizontal line and the roles of the variables would swap.
Find the volume of the solid generated by revolving the region under one arch of , that is on , about the -axis.
Solution
The element of volume is . To integrate , use the half-angle identity :
\begin{aligned} V &= \pi\int_{0}^{\pi}\sin^{2}x\,dx\\ &= \frac{\pi}{2}\int_{0}^{\pi}\left(1-\cos 2x\right)dx\\ &= \frac{\pi}{2}\left[x-\frac{\sin 2x}{2}\right]_{0}^{\pi}\\ &= \frac{\pi}{2}\left[\left(\pi-0\right)-\left(0-0\right)\right]\\ &= \frac{\pi^{2}}{2}\approx 4.9348. \end{aligned}The squaring is essential: the area under the same arch is , which has nothing to do with this volume.
The region bounded by and is revolved about the -axis. Find the volume of the solid generated.
Solution
First find the intersections: gives , so and . On the line lies above the parabola (at , ), so the outer radius is and the inner radius is :
Therefore
\begin{aligned} V &= \pi\int_{0}^{2}\left(4x^{2}-x^{4}\right)dx\\ &= \pi\left[\frac{4x^{3}}{3}-\frac{x^{5}}{5}\right]_{0}^{2}\\ &= \pi\left[\frac{32}{3}-\frac{32}{5}\right]\\ &= 32\pi\cdot\frac{5-3}{15}=\frac{64\pi}{15}\approx 13.4041. \end{aligned}Revolve the region of the previous exercise, bounded by and , about the -axis instead, and find the volume.
Solution
The axis is now vertical, so slice horizontally and express both boundaries as functions of . The two curves meet at and , so runs from to . Solving,
For we have (at , ), so the parabola is the outer boundary and the line is the inner one:
Hence
\begin{aligned} V &= \pi\int_{0}^{4}\left(y-\frac{y^{2}}{4}\right)dy\\ &= \pi\left[\frac{y^{2}}{2}-\frac{y^{3}}{12}\right]_{0}^{4}\\ &= \pi\left[8-\frac{64}{12}\right]\\ &= \pi\left[8-\frac{16}{3}\right]=\frac{8\pi}{3}\approx 8.3776. \end{aligned}The same region gives a different volume about a different axis, and the roles of "outer" and "inner" are exchanged.
The region bounded by and the -axis is revolved about the -axis. Find the volume of the resulting solid.
Solution
The parabola crosses the -axis where , that is at . Each slice is a disk of radius :
Therefore
\begin{aligned} V &= \pi\int_{-2}^{2}\left(16-8x^{2}+x^{4}\right)dx\\ &= 2\pi\int_{0}^{2}\left(16-8x^{2}+x^{4}\right)dx\\ &= 2\pi\left[16x-\frac{8x^{3}}{3}+\frac{x^{5}}{5}\right]_{0}^{2}\\ &= 2\pi\left[32-\frac{64}{3}+\frac{32}{5}\right]\\ &= 2\pi\cdot\frac{480-320+96}{15}\\ &= \frac{512\pi}{15}\approx 107.2330. \end{aligned}The integrand is even, which is why we could double the integral over .
Revolve each of the following regions about the line and find the volume of the solid generated.
- (a) the region bounded by , the -axis, and ;
- (b) the region under on .
Solution
In both parts the region lies above the line but does not touch it, so revolving the typical rectangle produces a washer, not a disk. Measure both radii from that line: the far edge of the rectangle is the curve and the near edge is the -axis, at distance .
(a) The outer radius is and the inner radius is , so
\begin{aligned} dV &= \pi\left[\left(\sqrt{x}+1\right)^{2}-1^{2}\right]dx\\ &= \pi\left[x+2\sqrt{x}+1-1\right]dx\\ &= \pi\left(x+2x^{1/2}\right)dx. \end{aligned}Therefore
\begin{aligned} V &= \pi\int_{0}^{4}\left(x+2x^{1/2}\right)dx\\ &= \pi\left[\frac{x^{2}}{2}+\frac{4}{3}x^{3/2}\right]_{0}^{4}\\ &= \pi\left[8+\frac{4}{3}\cdot 8\right]\\ &= \pi\left[8+\frac{32}{3}\right]=\frac{56\pi}{3}\approx 58.6431. \end{aligned}Compare with Exercise 1, where the same region about the -axis gave only .
(b) Now the outer radius is and the inner radius is again :
Therefore
\begin{aligned} V &= \pi\int_{0}^{2}\left(x^{4}+2x^{2}\right)dx\\ &= \pi\left[\frac{x^{5}}{5}+\frac{2x^{3}}{3}\right]_{0}^{2}\\ &= \pi\left[\frac{32}{5}+\frac{16}{3}\right]\\ &= \pi\cdot\frac{96+80}{15}=\frac{176\pi}{15}\approx 36.8614. \end{aligned}Had we carelessly revolved this region about the -axis instead, we would have found , which is much smaller: moving the axis away from the region enlarges every radius.
Let be the region in the first quadrant bounded by , the line , and the -axis. Find the volume of the solid obtained by revolving about the vertical line .
Solution
The axis is vertical, so slice horizontally and integrate in , with running from to . The typical rectangle stretches from the -axis () to the curve . Distances are measured from :
- outer radius: (the far edge is the -axis),
- inner radius: (the near edge is the curve).
So
\begin{aligned} dV &= \pi\left[3^{2}-\left(3-\sqrt{y}\right)^{2}\right]dy\\ &= \pi\left[9-\left(9-6\sqrt{y}+y\right)\right]dy\\ &= \pi\left(6\sqrt{y}-y\right)dy, \end{aligned}and
\begin{aligned} V &= \pi\int_{0}^{4}\left(6y^{1/2}-y\right)dy\\ &= \pi\left[6\cdot\frac{2}{3}y^{3/2}-\frac{y^{2}}{2}\right]_{0}^{4}\\ &= \pi\left[4\cdot 8-8\right]\\ &= 24\pi\approx 75.3982. \end{aligned}Since , the first bracketed term is . The solid is a cylinder of radius and height , of volume , with the region's "shadow" solid of volume removed.
Find the volume of the solid generated by revolving the region bounded by and about the -axis.
Solution
The curves meet where , that is , so and . On we have (at , ), so and :
Hence
\begin{aligned} V &= \pi\int_{0}^{1}\left(x-x^{2}\right)dx\\ &= \pi\left[\frac{x^{2}}{2}-\frac{x^{3}}{3}\right]_{0}^{1}\\ &= \pi\left(\frac{1}{2}-\frac{1}{3}\right)=\frac{\pi}{6}\approx 0.5236. \end{aligned}The washer is degenerate at both ends: at and the two radii coincide, so those slices contribute nothing.
Let be a constant. By revolving the region under the semicircle , , about the -axis, prove that the volume of a sphere of radius is . Then find the volume of the solid generated by revolving only the part of that region over .
Solution
Revolving the semicircular region about the -axis produces a solid ball of radius . Each slice is a disk of radius , so
Since is a constant, integrate in from to :
\begin{aligned} V &= \pi\int_{-r}^{r}\left(r^{2}-x^{2}\right)dx\\ &= 2\pi\int_{0}^{r}\left(r^{2}-x^{2}\right)dx\\ &= 2\pi\left[r^{2}x-\frac{x^{3}}{3}\right]_{0}^{r}\\ &= 2\pi\left(r^{3}-\frac{r^{3}}{3}\right)\\ &= 2\pi\cdot\frac{2r^{3}}{3}=\frac{4}{3}\pi r^{3}. \end{aligned}For the second part, the same element of volume is integrated from to :
\begin{aligned} V_{1} &= \pi\int_{0}^{r/2}\left(r^{2}-x^{2}\right)dx\\ &= \pi\left[r^{2}x-\frac{x^{3}}{3}\right]_{0}^{r/2}\\ &= \pi\left(\frac{r^{3}}{2}-\frac{r^{3}}{24}\right)\\ &= \pi r^{3}\cdot\frac{12-1}{24}=\frac{11\pi r^{3}}{24}. \end{aligned}As a check, is more than half of the hemisphere's , which is right: the slab near is thin and contributes little.
A bowl is made by revolving the curve , , about the -axis; the inside of the bowl is the solid of revolution swept out by the region between the curve and the -axis. Find the volume of liquid the bowl holds when the liquid is units deep (), find the total capacity of the bowl, and find the depth at which the bowl is exactly half full.
Solution
The liquid is a solid of revolution about the -axis, so slice it horizontally. At height the radius of the circular cross-section is the -value on the curve, , so
The liquid occupies heights , so
The rim of the bowl is at , that is , so the total capacity is
The bowl is half full when :
The half-full level is well above the midpoint , and that is exactly what the shape predicts: the bowl is narrow near the bottom and wide near the top, so the upper half of the height holds much more than the lower half.