How do I know which method of revolution to use for finding volume in Calculus?

The first thing to understand is that you don’t directly choose the method of integration: you determine what kind of integration will be easier, based on the shape of the region in question, and that determines which method you’ll use.

Draw the region that’s being revolved. Then ask yourself: does it slice up nicely into vertical strips, or do horizontal strips work better?

  1. If the region has boundaries of the form $y=f(x)$, $y=g(x)$, $x=a$, and $x=b$, the answer is almost always that vertical strips are simpler: for each $x$ from $a$ to $b$ you have a strip of length $f(x)-g(x)$ or $g(x)-f(x)$, depending on which of $f(x)$ and $g(x)$ is larger.

  2. Similarly, if the region has boundaries of the form $x=f(y)$, $x=g(y)$, $y=a$, and $y=b$, the answer is almost always that horizontal strips are simpler: for each $y$ from $a$ to $b$ you have a strip of length $f(y)-g(y)$ or $g(y)-f(y)$, depending on which of $f(y)$ and $g(y)$ is larger.

  3. The case of a region bounded by $y=f(x)$ and $y=g(x)$, where you have to solve for the points of intersection of the two curves in order to find the horizontal extent of the region, is really just special case of (1). Similarly, if the region is bounded by $x=f(y)$ and $x=g(y)$, and you have to solve for the vertical extent of the region, you’re looking at a special case of (2).

What you want is a way of slicing the region into vertical or horizontal strips whose endpoints are defined in the same way. Take, for instance, the region bounded by $y=x$ and $y=x(x-1)$. If you slice it into vertical strips, each strip runs from the parabola at the bottom to the straight line at the top, so the strip at each $x$ between $0$ and $2$ has its bottom end at $x(x-1)$ and its top end at $x$. If you were to slice it into horizontal strips, the ones between $y=0$ and $y=2$ would have their left ends on the straight line and their right ends on the parabola, but the ones between $y=-1/4$ and $y=0$ would have both ends on the parabola. Thus, you’d need a different calculation to handle the part of the region below the $x$-axis from the one that you’d need for the part above the $x$-axis.

Whether the boundaries are given in the form $y=f(x)$ or the form $x=f(y)$ is often a good indication: the former tends to go with vertical slices and the latter with horizontal slices. It’s far from infallible, however, and in some problems some boundaries are given in one form and some in the other. You should always look at a picture of the region. You want slices whose endpoints are defined consistently, and you want slices that don’t have any gaps in them.

Once you’ve decided which way to slice up the region, sketch in the axis of revolution. If it’s parallel to your slices, each slice will trace out a cylindrical shell as it revolves about the axis. If, on the other hand, it’s perpendicular to your slices, each slice will trace out a washer or disk as it revolves about the axis. In either case the proper method of integration has automatically been determined for you.


Use whichever method you find easiest to apply for each problem you encounter. They should give the same result (or something is wrong with the way you apply them).

As a practical matter, just pick one of them at random until you work up enough experience to have a hunch about what is likely to work easiest for the kind of shape you're looking at. If your first choice gets you into integrals that are hard for you to solve, put it aside for a while and see if it the other way is easier going.

Continue switching between the two methods, throwing progressively more effort at each until one of them yields.