Volume Of A Solid Of Revolution Shell Method

Author onlinesportsblog
7 min read

The Volume of a Solid of Revolution Using the Shell Method

When studying calculus, one of the most fascinating applications of integration is calculating the volume of a solid formed by rotating a region around an axis. While the disk/washer method is often the first approach taught, the shell method offers a powerful alternative—especially when rotating around vertical or horizontal axes. This technique simplifies complex integrals by breaking the solid into thin, cylindrical "shells" rather than disks or washers. In this article, we’ll explore how the shell method works, walk through step-by-step examples, and discuss its real-world relevance.


What Is the Shell Method?

The shell method calculates the volume of a solid of revolution by summing the volumes of infinitesimally thin cylindrical shells. Imagine slicing the region horizontally or vertically into thin strips, then rotating each strip around the axis to form a hollow cylinder (or "shell"). The total volume is the sum of all these shells’ volumes.

Unlike the disk method, which slices perpendicular to the axis of rotation, the shell method slices parallel to it. This makes it particularly useful when the function is easier to express in terms of the variable perpendicular to the axis. For example, rotating a function $ y = f(x) $ around the y-axis often simplifies the integral compared to the disk method.


Key Formula for the Shell Method

The general formula for the shell method depends on the axis of rotation:

  • Around the y-axis:
    $ V = 2\pi \int_{a}^{b} (\text{radius})(\text{height}) , dx $
    Here, the radius is the horizontal distance from the y-axis (i.e., $ x $), and the height is the function value $ f(x) $.

  • Around the x-axis:
    $ V = 2\pi \int_{c}^{d} (\text{radius})

Continuing from the provided text:

Key Formula for the Shell Method (Continued)

The general formula for the shell method depends on the axis of rotation:

  • Around the y-axis:
    $ V = 2\pi \int_{a}^{b} (\text{radius})(\text{height}) , dx $
    Here, the radius is the horizontal distance from the y-axis (i.e., $ x $), and the height is the function value $ f(x) $.

  • Around the x-axis:
    $ V = 2\pi \int_{c}^{d} (\text{radius})(\text{height}) , dy $
    Here, the radius is the vertical distance from the x-axis (i.e., $ y $), and the height is the difference in x-values between the curves defining the region. For a region bounded by $ y = f(x) $ and $ y = g(x) $ rotated around the x-axis, the height of each shell is $ |f(x) - g(x)| $.


Step-by-Step Application: Example 1

Consider the region bounded by $ y = x^2 $, $ y = 0 $, and $ x = 1 $, rotated around the y-axis.

  1. Sketch the Region: The area under the parabola $ y = x^2 $ from $ x = 0 $ to $ x = 1 $.
  2. Identify Shells: Slice vertically into thin strips of width $ dx $. Each strip, when rotated around the y-axis, forms a cylindrical shell.
  3. Determine Radius and Height:
    • Radius = $ x $ (distance from y-axis).
    • Height = $ f(x) - g(x) = x^2 - 0 = x^2 $.
  4. Set Up the Integral:
    $ V = 2\pi \int_{0}^{1} (x)(x^2) , dx = 2\pi \int_{0}^{1} x^3 , dx $
  5. Evaluate:
    $ V = 2\pi \left[ \frac{x^4}{4} \right]_{0}^{1} = 2\pi \left( \frac{1}{4} - 0 \right) = \frac{\pi}{2} $

Step-by-Step Application: Example 2

Now, rotate the same region ($ y = x^2 $, $ y = 0 $, $ x = 1 $) around the x-axis.

  1. Sketch the Region: Same parabolic area.

  2. Identify Shells: Slice horizontally into thin strips of height $ dy $. Each strip, when rotated around the x-axis, forms a cylindrical shell

  3. Determine Radius and Height:

    • Radius = $ y $ (vertical distance from the x-axis).
    • Height = We must express $ x $ in terms of $ y $. Since $ y = x^2 $, we have $ x = \sqrt{y} $. The right boundary is $ x = 1 $, so the horizontal length (shell height) is $ 1 - \sqrt{y} $.
  4. Set Up the Integral:
    The volume is given by:
    $ V = 2\pi \int_{0}^{1} (y)(1 - \sqrt{y}) , dy $

  5. Simplify and Evaluate:
    Expand the integrand:
    $ V = 2\pi \int_{0}^{1} (y - y^{3/2}) , dy $
    Compute the integral:
    $ V = 2\pi \left[ \frac{y^2}{2} - \frac{2y^{5/2}}{5} \right]_{0}^{1} = 2\pi \left( \frac{1}{2} - \frac{2}{5} \right) = 2\pi \left( \frac{5 - 4}{10} \right) = 2\pi \cdot \frac{1}{10} = \frac{\pi}{5} $


When to Use the Shell Method vs. the Disk/Washer Method

Choosing between the shell method and the disk/washer method depends on the geometry of the region and the axis of rotation:

  • Use the shell method when:

    • Rotating around a vertical axis and integrating with respect to $ x $, or
    • Rotating around a horizontal axis and integrating with respect to $ y $.
    • The region is naturally described as vertical or horizontal slices that form cylindrical shells.
  • Use the disk/washer method when:

    • Rotating around a horizontal axis and integrating with respect to $ x $, or
    • Rotating around a vertical axis and integrating with respect to $ y $.
    • Cross-sections perpendicular to the axis of rotation are disks or washers.

In some cases, both methods work, but one may lead to simpler computations than the other.


Conclusion

The shell method is a powerful technique for computing volumes of revolution, especially when dealing with regions rotated around axes parallel to the variable of integration. By identifying the correct radius and height of cylindrical shells, setting up the appropriate integral becomes straightforward. Whether you choose the shell method or the disk/washer method often comes down to which approach results in an easier integral—so it's beneficial to be comfortable with both techniques. With practice, determining the best strategy becomes intuitive, enabling efficient solutions to even complex volume problems in calculus.

When the axis of rotation is vertical(the y‑axis) and the region is bounded by functions of x, the shell method often simplifies the setup because the radius of each shell is simply the x‑coordinate and the height is given by the difference of the top and bottom curves. Consider the region enclosed by y = √x and y = x² from x = 0 to x = 1, revolved about the y‑axis. A vertical slice at position x produces a shell of radius x, height √x − x², and thickness dx. The volume integral becomes

[ V = 2\pi\int_{0}^{1} x\bigl(\sqrt{x}-x^{2}\bigr),dx = 2\pi\int_{0}^{1}\bigl(x^{3/2}-x^{3}\bigr),dx = 2\pi\left[\frac{2}{5}x^{5/2}-\frac{1}{4}x^{4}\right]_{0}^{1} = 2\pi\left(\frac{2}{5}-\frac{1}{4}\right) = \frac{3\pi}{10}. ]

Notice that attempting the disk/washer method here would require solving for x as a function of y and dealing with two separate integrals (one for the region where √x ≥ x² and another where the order reverses), which is more cumbersome. This illustrates a typical scenario where the shell method reduces the algebraic burden.

Another useful variant arises when the region is rotated about a line that is not a coordinate axis, say y = −1. In such cases the radius of a shell becomes the distance from the slice to the line of rotation (e.g., y + 1 for a horizontal slice), while the height remains unchanged. Adjusting the radius accordingly preserves the same integral structure:

[ V = 2\pi\int_{c}^{d} (\text{radius})(\text{height}),dy \quad\text{or}\quad V = 2\pi\int_{a}^{b} (\text{radius})(\text{height}),dx. ]

Practicing these shifts helps build intuition for selecting the variable of integration that yields the simplest integrand.


Conclusion

The shell method excels when the axis of rotation is parallel to the variable of integration, allowing the radius and height to be read directly from the geometry of the region. By contrast, the disk/washer method is preferable when cross‑sections perpendicular to the axis are easy to describe. Mastery of both approaches—and the ability to switch between them based on the problem’s symmetry—empowers you to tackle a wide range of volume‑of‑revolution questions efficiently and confidently. With repeated practice, recognizing the most streamlined method becomes second nature, turning seemingly complex integrals into straightforward calculations.

More to Read

Latest Posts

You Might Like

Related Posts

Thank you for reading about Volume Of A Solid Of Revolution Shell Method. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home