The slice method computes a volume by cutting the solid with a family of parallel planes and adding up the volumes of the resulting slabs. If a plane perpendicular to the -axis meets the solid in a region of area , then a slab of thickness has volume , and the total volume is . The cross section does not have to be a disk: squares, triangles, semicircles, and trapezoids are all fair game.
| Item | Statement |
|---|---|
| Element of volume | |
| Slicing to the -axis | |
| Slicing to the -axis | |
| Disk method as a special case | |
| Square on base | |
| Equilateral triangle on base | |
| Semicircle on diameter | |
| Isosceles right triangle, legs | |
| Isosceles right triangle, hypotenuse | |
| Chord of the circle | length |
| Sphere of radius | |
| Two perpendicular cylinders of radius | |
| wedge from a cylinder of radius | |
| Strategy | Draw a typical slice, express in terms of the slicing variable, integrate over the range of that variable |
The Slice Method
The volumes of many solids can be obtained by the application of the slice method. In Section 8.2 we sliced the solid into infinitely many thin disks. However, the element of volume does not have to be a disk (or a washer).
In the general case, imagine the solid is sliced into infinitesimally thin slices of thickness by a family of planes perpendicular to the -axis, as in the figure below. Suppose you know a formula for the area of the cross section cut by such a plane. Some common cross sections are triangles, squares, rectangles, trapezoids, and semicircles. Then the volume of a slice, the element of volume, is this area multiplied by the thickness of the slice:
The total volume of the solid is the sum of the volumes of these slices. If the solid is bounded by two parallel planes perpendicular to the -axis at and , then
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{V=\int_{a}^{b}dV=\int_{a}^{b}A(x)\,dx.}
Similarly, suppose the solid is cut by planes perpendicular to the -axis and is the area of an arbitrary cross section, as in the next figure. Then
\bbox[8px, #E6F0FA, border: 3px solid #0066CC]{V=\int_{c}^{d}A(y)\,dy}if the solid is bounded between the planes and (with ).

- The disk method of Section 8.2 is the special case , and the washer method is the special case . Nothing new is being assumed here; the slice method simply drops the requirement that the cross section be round.
- The slicing variable and the thickness must agree: slices perpendicular to the -axis have thickness and their area must be written as a function of alone. A leftover in the integrand is the most common mistake in these problems.
Areas of Common Cross Sections
In most problems the solid sits on a plane region called the base, and each cross section is erected on a chord of that base. The chord length therefore controls everything, so it pays to know the area of the standard shapes in terms of .
| Cross section erected on a chord of length | Area |
|---|---|
| Square with side | |
| Rectangle of height | |
| Equilateral triangle with side | |
| Semicircle with diameter | |
| Isosceles right triangle with legs (one leg on the base) | |
| Isosceles right triangle with hypotenuse (hypotenuse on the base) | |
| Isosceles triangle of height |
Two special cases are worth memorizing, because they account for most textbook problems. If the base is the disk and the slices are perpendicular to the -axis, the chord runs from to , so
If the base is the region between and with , the chord is vertical and
For the equilateral triangle, the height is by the Pythagorean theorem, so its area is . For the isosceles right triangle with hypotenuse , each leg is , so the area is , exactly one quarter of the area of the square on the same chord.
Volume of a Sphere by Slicing
Compute the volume of a sphere with radius , knowing that the area of a circle with radius is .
Solution
Let us cut the sphere by planes perpendicular to the -axis into thin slices with circular cross section of area , as shown below.

If the distance of the plane from the origin is , then the radius of the cross section is , because that radius, the distance , and a radius of the sphere form a right triangle. Therefore, the area of the cross section is
and the volume of the slice is
Because varies between and , and the integrand is an even function of , the volume of the sphere is
\begin{aligned} V &= \int_{-R}^{R}\pi\left(R^{2}-x^{2}\right)dx\\ &= 2\int_{0}^{R}\pi\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)\\ &= \frac{4\pi}{3}R^{3}. \end{aligned}
Two Intersecting Cylinders
Consider two circular cylinders of radius , which intersect at right angles as shown in the figure below. Compute the volume of the region common to both cylinders. (This region is called the Steinmetz solid.)

Solution
Take the axes of the cylinders to be the - and -axes, so that the two cylinders are and . By symmetry it is enough to work with one eighth of the common region, the piece lying in the octant with its corner at the origin , shown in the figure below. Let us cut this piece by planes perpendicular to the -axis into thin slices. The cross section $EFGH$ is a square, so its area is
since by the symmetry between the two cylinders.


If , then because is a radius of the cylinder, the right triangle gives
Therefore,
and the volume of this slice is
The total volume of the common region is eight times the volume of the piece we sliced:
\begin{aligned} V &= 8\int_{0}^{a}dV\\ &= 8\int_{0}^{a}\left(a^{2}-x^{2}\right)dx\\ &= 8\left[a^{2}x-\frac{x^{3}}{3}\right]_{0}^{a}\\ &= 8\times\frac{2a^{3}}{3}\\ &= \frac{16a^{3}}{3}. \end{aligned}Check. We may also slice the whole solid at once. At the station , the full cross section is the square , , whose side is and whose area is . Then
the same answer. Notice that no appears, even though the solid is bounded entirely by round surfaces.
A Wedge Cut From a Cylinder
Consider a right circular cylinder of radius . Find the volume of the wedge cut from this cylinder by a plane through a diameter of the base of the cylinder making a angle with the base.
Solution
Method (a): triangular slices. Take the -axis along the diameter through which the cutting plane passes, and divide the wedge into thin slices of thickness by planes perpendicular to the -axis. The figure below shows one of these slices. As we can see, the sections cut by these planes are right triangles.

If the slice is located at a distance from the origin, then the base of the triangle is the half-chord
and its height is
Thus
and the volume of the infinitely thin slice is
Because varies between and , and the integrand is even, the total volume is
\begin{aligned} V &= \int_{-a}^{a}\frac{1}{2}\left(a^{2}-y^{2}\right)dy\\ &= 2\int_{0}^{a}\frac{1}{2}\left(a^{2}-y^{2}\right)dy\\ &= \int_{0}^{a}\left(a^{2}-y^{2}\right)dy\\ &= \left[a^{2}y-\frac{y^{3}}{3}\right]_{0}^{a}\\ &= a^{3}-\frac{a^{3}}{3}=\frac{2a^{3}}{3}. \end{aligned}The factor coming from the symmetry cancels the in the area, which is why the bracket carries no coefficient in front of it.
Method (b): rectangular slices. We can instead cut the wedge into thin slices of rectangular cross section with planes parallel to the sharp edge of the wedge, that is, parallel to the diameter. Measure perpendicular to that diameter, as in the figure below.

The width of the rectangle is the full chord , and its height is , because the cutting plane rises one unit for every unit of horizontal distance from the diameter. Therefore, the area of the rectangle is
and the volume of the slice is
Because varies between and , the total volume of the wedge is
To evaluate the above integral, let . Then
and
\begin{aligned} V &= \int_{0}^{a}\underbrace{\sqrt{a^{2}-x^{2}}}_{\sqrt{u}}\ \underbrace{2x\,dx}_{-du}\\ &= -\int_{a^{2}}^{0}\sqrt{u}\,du\\ &= \int_{0}^{a^{2}}\sqrt{u}\,du\\ &= \left.\frac{2}{3}u^{3/2}\right|_{0}^{a^{2}}\\ &= \frac{2}{3}\left(a^{2}\right)^{3/2}=\frac{2a^{3}}{3}, \end{aligned}as before. The two methods slice the same solid in perpendicular directions and, as they must, they agree.
Setting Up a Slice Problem
- Sketch the solid, or at least its base, and draw one typical slice.
- Decide which axis the slices are perpendicular to. That choice fixes the variable of integration and the thickness, or .
- Find the length of the chord of the base on which the cross section stands, in terms of the slicing variable alone.
- Convert that chord length into the area using the shape of the cross section (square, triangle, semicircle, and so on).
- Integrate between the two extreme values of the slicing variable, and use symmetry whenever the integrand is even.
Exercises
A solid lies between the planes and . Every cross section perpendicular to the -axis is a square of side . Find the volume.
Solution
The area of the cross section is , so
\begin{aligned} V &= \int_{0}^{3}(x+1)^{2}\,dx\\ &= \left[\frac{(x+1)^{3}}{3}\right]_{0}^{3}\\ &= \frac{64}{3}-\frac{1}{3}=21. \end{aligned}The base of a solid is the disk . Cross sections perpendicular to the -axis are squares. Find the volume.
Solution
The chord of the base at the station runs from to , so the side of the square is and
Since the integrand is even,
\begin{aligned} V &= \int_{-2}^{2}4\left(4-x^{2}\right)dx\\ &= 8\int_{0}^{2}\left(4-x^{2}\right)dx\\ &= 8\left[4x-\frac{x^{3}}{3}\right]_{0}^{2}\\ &= 8\left(8-\frac{8}{3}\right)=8\cdot\frac{16}{3}=\frac{128}{3}. \end{aligned}This is the Steinmetz formula with , as it must be: the solid built from squares on a disk of radius is exactly the region common to two perpendicular cylinders of radius .
The base of a solid is the disk . Cross sections perpendicular to the -axis are semicircles whose diameters lie in the base. Find the volume.
Solution
The diameter of the semicircle is the chord , so its radius is and
Therefore
\begin{aligned} V &= \frac{\pi}{2}\int_{-3}^{3}\left(9-x^{2}\right)dx\\ &= \pi\int_{0}^{3}\left(9-x^{2}\right)dx\\ &= \pi\left[9x-\frac{x^{3}}{3}\right]_{0}^{3}\\ &= \pi\left(27-9\right)=18\pi. \end{aligned}The base of a solid is the disk . Cross sections perpendicular to the -axis are equilateral triangles. Find the volume.
Solution
The side of the triangle is the chord , so
Hence
\begin{aligned} V &= \sqrt{3}\int_{-1}^{1}\left(1-x^{2}\right)dx\\ &= 2\sqrt{3}\int_{0}^{1}\left(1-x^{2}\right)dx\\ &= 2\sqrt{3}\left[x-\frac{x^{3}}{3}\right]_{0}^{1}\\ &= 2\sqrt{3}\cdot\frac{2}{3}=\frac{4\sqrt{3}}{3}. \end{aligned}The base of a solid is the region bounded by the parabola and the line . Cross sections perpendicular to the -axis are squares. Find the volume.
Solution
Because the slices are perpendicular to the -axis, everything must be written in terms of . At height the region stretches from to , so the side of the square is and
The solid lies between and , so
The base of a solid is the region bounded by and the -axis. Cross sections perpendicular to the -axis are isosceles right triangles with one leg in the base. Find the volume.
Solution
The leg lying in the base has length , and for an isosceles right triangle with legs the area is . So
The integrand is even, so
\begin{aligned} V &= \frac{1}{2}\int_{-1}^{1}\left(1-2x^{2}+x^{4}\right)dx\\ &= \int_{0}^{1}\left(1-2x^{2}+x^{4}\right)dx\\ &= \left[x-\frac{2x^{3}}{3}+\frac{x^{5}}{5}\right]_{0}^{1}\\ &= 1-\frac{2}{3}+\frac{1}{5}=\frac{15-10+3}{15}=\frac{8}{15}. \end{aligned}The base of a solid is the region bounded by , the -axis, and the line . Cross sections perpendicular to the -axis are semicircles with diameter in the base. Find the volume.
Solution
Here the chord runs from up to , so the diameter is and the radius is . Then
Therefore
The base of a solid is the region bounded by and . Cross sections perpendicular to the -axis are squares. Find the volume.
Solution
The curves meet where , that is at and , and on that interval . The side of the square is , so
Hence
\begin{aligned} V &= \int_{0}^{1}\left(x^{2}-2x^{3}+x^{4}\right)dx\\ &= \left[\frac{x^{3}}{3}-\frac{x^{4}}{2}+\frac{x^{5}}{5}\right]_{0}^{1}\\ &= \frac{1}{3}-\frac{1}{2}+\frac{1}{5}=\frac{10-15+6}{30}=\frac{1}{30}. \end{aligned}Use the slice method to show that a pyramid with a square base of side and height has volume . Then adapt the argument to a right circular cone of radius and height .
Solution
Measure downward from the apex and slice with planes parallel to the base. The slice at distance from the apex is a square whose side satisfies the similar-triangle relation
Therefore , and
\begin{aligned} V &= \int_{0}^{h}\frac{b^{2}}{h^{2}}y^{2}\,dy\\ &= \frac{b^{2}}{h^{2}}\left[\frac{y^{3}}{3}\right]_{0}^{h}\\ &= \frac{b^{2}}{h^{2}}\cdot\frac{h^{3}}{3}=\frac{1}{3}b^{2}h. \end{aligned}For the cone, the same similar triangles give a circular slice of radius , so and
In both cases the volume is one third of the base area times the height, which is what the factor is really saying.
The base of a solid is the region between and the -axis for . Cross sections perpendicular to the -axis are equilateral triangles. Find the volume.
Solution
The side of the triangle is the vertical chord , so
Using the half-angle identity ,
\begin{aligned} V &= \frac{\sqrt{3}}{4}\int_{0}^{\pi}\sin^{2}x\,dx\\ &= \frac{\sqrt{3}}{8}\int_{0}^{\pi}\left(1-\cos 2x\right)dx\\ &= \frac{\sqrt{3}}{8}\left[x-\frac{\sin 2x}{2}\right]_{0}^{\pi}\\ &= \frac{\sqrt{3}}{8}\left(\pi-0\right)=\frac{\sqrt{3}\,\pi}{8}. \end{aligned}Note that , so only the term survives, and , as one expects from the fact that averages over a half period.
A plane through a diameter of the base of a right circular cylinder of radius makes an angle with the base, where . Find the volume of the wedge it cuts off, using both triangular and rectangular slices, and check that recovers the value found in this section.
Solution
Triangular slices. Put the -axis along the diameter. At the station the triangle has base and height , so
Hence
\begin{aligned} V &= \frac{\tan\theta}{2}\int_{-a}^{a}\left(a^{2}-y^{2}\right)dy\\ &= \tan\theta\int_{0}^{a}\left(a^{2}-y^{2}\right)dy\\ &= \tan\theta\left[a^{2}y-\frac{y^{3}}{3}\right]_{0}^{a}=\frac{2a^{3}}{3}\tan\theta. \end{aligned}Rectangular slices. Measuring perpendicular to the diameter, the rectangle has width and height , so and, with and ,
\begin{aligned} V &= \tan\theta\int_{0}^{a}2x\sqrt{a^{2}-x^{2}}\,dx\\ &= \tan\theta\int_{0}^{a^{2}}\sqrt{u}\,du\\ &= \tan\theta\cdot\frac{2}{3}\left(a^{2}\right)^{3/2}=\frac{2a^{3}}{3}\tan\theta. \end{aligned}Both methods agree. When we have and , the value obtained in the worked example. As the volume grows without bound, which is correct: the cutting plane becomes vertical and the wedge climbs an infinitely tall cylinder.
The base of a solid is the ellipse . Cross sections perpendicular to the -axis are squares. Find the volume, and explain what happens when .
Solution
Solving the equation of the ellipse for gives , so the chord at the station has length
and the square erected on it has area
Since the integrand is even and runs from to ,
\begin{aligned} V &= 4b^{2}\int_{-a}^{a}\left(1-\frac{x^{2}}{a^{2}}\right)dx\\ &= 8b^{2}\int_{0}^{a}\left(1-\frac{x^{2}}{a^{2}}\right)dx\\ &= 8b^{2}\left[x-\frac{x^{3}}{3a^{2}}\right]_{0}^{a}\\ &= 8b^{2}\left(a-\frac{a}{3}\right)=\frac{16ab^{2}}{3}. \end{aligned}If the base is a disk of radius and the formula becomes , the volume of the Steinmetz solid computed earlier in this section. That is no coincidence: erecting squares on the chords of a disk of radius produces exactly the region common to two perpendicular cylinders of radius .