The shell method about the y axis is a powerful technique in calculus that allows you to find the volume of a solid of revolution by slicing the region into cylindrical shells rather than disks or washers. This approach is especially convenient when the region is described in terms of x‑values and you are rotating around a vertical line, such as the y‑axis. Even so, by integrating the lateral surface area of each shell, you can efficiently compute volumes that would otherwise require more complicated geometry. In this article we will explore the underlying principles, step‑by‑step procedures, and practical examples that illustrate how to apply the shell method when revolving around the y‑axis, while also addressing common pitfalls and frequently asked questions.
Understanding the Basic Concept
What is a cylindrical shell?
When a vertical strip of width dx is rotated around the y‑axis, it sweeps out a thin cylindrical shell. The shell has:
- Radius equal to the x‑coordinate of the strip (distance from the y‑axis).
- Height determined by the function value f(x) at that x.
- Thickness dx.
The lateral surface area of a shell is approximately 2π·(radius)·(height)·(thickness), which leads directly to the volume element dV = 2π·x·f(x)·dx.
Why use shells instead of disks?
- Simpler integrals when the region is bounded by x‑functions and revolved around a vertical axis.
- Avoids solving for x as a function of y, which can be algebraically messy.
- Handles gaps and holes more naturally, especially when the region does not touch the axis of rotation.
Step‑by‑Step Procedure
1. Sketch the region and identify the bounds
Draw the region in the xy‑plane and mark the points where the curve intersects the x‑axis or other bounding curves. These intersection points define the limits of integration, typically a and b.
2. Choose the shell radius and height
- Radius = x (distance from the y‑axis).
- Height = f(x) (the function value) or the difference between two y‑values if the region has top and bottom boundaries.
3. Write the differential volume element
[ dV = 2\pi \times (\text{radius}) \times (\text{height}) \times (\text{thickness}) = 2\pi x , f(x) , dx ]
If the region is bounded by two functions f(x) and g(x), the height becomes f(x) – g(x) Surprisingly effective..
4. Set up the definite integral
[ V = \int_{a}^{b} 2\pi x , \bigl[f(x) - g(x)\bigr] , dx ]
5. Evaluate the integral
Compute the antiderivative and substitute the limits. Simplify the result to obtain the volume.
Worked Example
Consider the region bounded by the curve y = x^2, the line y = 4, and the y‑axis. Rotate this region about the y‑axis and find the resulting volume.
- Sketch and bounds: The curves intersect where x^2 = 4, giving x = 2 (positive branch). Thus a = 0 and b = 2.
- Shell radius = x.
- Shell height = top function – bottom function = 4 – x^2.
- Integral setup:
[ V = \int_{0}^{2} 2\pi x \bigl(4 - x^2\bigr) , dx ]
- Evaluate:
[ \begin{aligned} V &= 2\pi \int_{0}^{2} \bigl(4x - x^3\bigr) , dx \ &= 2\pi \left[ 2x^2 - \frac{x^4}{4} \right]_{0}^{2} \ &= 2\pi \left( 2(4) - \frac{16}{4} \right) \ &= 2\pi \left( 8 - 4 \right) \ &= 8\pi \end{aligned} ]
The volume of the solid is (8\pi) cubic units Most people skip this — try not to..
Scientific Explanation Behind the Method
The shell method stems from the concept of infinitesimal surface area of a thin cylindrical shell. When a vertical strip of width dx at position x is revolved, its outer surface approximates a rectangle that wraps around the y‑axis. The rectangle’s dimensions are:
Easier said than done, but still worth knowing.
- Circumference = 2π·radius = 2πx
- Height = f(x) – g(x)
- Thickness = dx
Multiplying these gives the infinitesimal volume dV. Integrating dV over the interval aggregates all such shells, producing the total volume. This approach leverages the Pappus centroid theorem, which states that the volume generated
by revolving a plane region about an external axis equals the area of the region multiplied by the distance traveled by its centroid. In formula form,
[ V = A(2\pi R) ]
where A is the area of the region and R is the distance from the centroid of the region to the axis of rotation That's the whole idea..
The shell method can be viewed as an infinitesimal version of this idea. Instead of using one centroid for the entire region, it divides the region into many thin strips. Each strip has its own radius, height, and thickness, so each contributes a small shell volume. Adding all of these shell volumes through integration gives the exact total volume Small thing, real impact..
You'll probably want to bookmark this section Most people skip this — try not to..
When the Shell Method Is Useful
The shell method is often the better choice when:
- The region is easier to describe using vertical strips.
- The solid is rotated about the y‑axis.
- The washer or disk method would require solving the function for x in terms of y.
- The region has a hole or gap away from the axis of rotation.
- The bounds are simpler with respect to x.
As an example, if the region is bounded by functions of x and is rotated about the y‑axis, vertical shells usually lead to a straightforward integral Easy to understand, harder to ignore..
Shells Around Different Axes
Although the basic idea is the same, the radius changes depending on the axis of rotation.
Rotation about the y‑axis
For vertical shells,
[ V = \int_{a}^{b} 2\pi x \bigl[f(x)-g(x)\bigr],dx ]
where x is the radius of each shell.
Rotation about the x‑axis
If the region is better described using horizontal strips, then the shells are horizontal and integration is usually with respect to y:
[ V = \int_{c}^{d} 2\pi y \bigl[f(y)-g(y)\bigr],dy ]
Here, y represents the shell radius Took long enough..
Rotation about a vertical line
If the axis of rotation is a vertical line such as x = k, the radius is the horizontal distance from the shell to that line.
Here's one way to look at it: if the region is rotated about the line x = 3, the radius may be
[ 3 - x ]
or
[ x - 3 ]
depending on where the region lies relative to the axis. Since radius must be positive, choose the expression that gives a nonnegative distance over the interval Worth keeping that in mind..
Rotation about a horizontal line
Similarly, if the axis of rotation is a horizontal line such as y = k, the radius is the vertical distance from the shell to that line. This often means using horizontal shells and integrating with respect to y That alone is useful..
Common Mistakes to Avoid
1. Confusing radius with height
The radius is the distance from the shell to the axis of rotation. The height is the length of the strip being
rotated. Because of that, for a vertical shell, the height is the difference in y-values (top curve minus bottom curve). For a horizontal shell, the height is the difference in x-values (right curve minus left curve). Swapping these two quantities is the single most common source of errors And that's really what it comes down to..
2. Using the wrong variable of integration
Vertical shells (parallel to the axis of rotation) integrate with respect to x; horizontal shells integrate with respect to y. The differential (dx or dy) must match the orientation of the strips. If you set up a vertical shell but write dy, the radius and height expressions will be dimensionally inconsistent Practical, not theoretical..
3. Forgetting the factor of $2\pi$
The formula derives from the circumference of a circle ($2\pi r$). Omitting the $2\pi$ yields the lateral surface area of the shells rather than the volume, resulting in an answer that is off by a factor of $2\pi$ Which is the point..
4. Incorrect radius for shifted axes
When rotating about a line other than a coordinate axis (e.g., $x = k$ or $y = k$), the radius is the distance from the strip to that line. This distance is always an absolute value, but since the integral requires a positive integrand over the interval, write the radius as the larger coordinate minus the smaller one (e.g., $|k - x|$ becomes $k - x$ if $x \le k$ on $[a,b]$).
5. Misidentifying the bounds
The limits of integration correspond to the variable of integration. If integrating with respect to x, the bounds are the leftmost and rightmost x-values of the region. If the region is defined by intersections of curves, solve for those intersection points algebraically rather than guessing from a sketch Easy to understand, harder to ignore..
A Worked Example: Rotation About a Shifted Axis
Consider the region bounded by $y = \sqrt{x}$, $y = 0$, and $x = 4$, revolved about the vertical line $x = 5$.
- Orientation: The axis $x=5$ is vertical. Vertical strips (parallel to the axis) produce cylindrical shells. Integrate with respect to $x$.
- Bounds: The region runs from $x=0$ to $x=4$.
- Radius: A vertical strip at position $x$ is a distance $5 - x$ from the axis $x=5$. Since $x \in [0,4]$, $5-x > 0$.
- Height: The strip extends from $y=0$ to $y=\sqrt{x}$, so height $= \sqrt{x} - 0 = \sqrt{x}$.
- Integral: [ V = \int_{0}^{4} 2\pi (\text{radius})(\text{height}),dx = \int_{0}^{4} 2\pi (5 - x)\sqrt{x},dx ]
- Evaluate: [ V = 2\pi \int_{0}^{4} (5x^{1/2} - x^{3/2}),dx = 2\pi \left[ \frac{10}{3}x^{3/2} - \frac{2}{5}x^{5/2} \right]_{0}^{4} ] [ = 2\pi \left( \frac{10}{3}(8) - \frac{2}{5}(32) \right) = 2\pi \left( \frac{80}{3} - \frac{64}{5} \right) = 2\pi \left( \frac{400 - 192}{15} \right) = \frac{416\pi}{15} ]
Conclusion
The cylindrical shell method is more than an alternative integration technique; it is a geometric paradigm shift. By decomposing a solid into concentric layers rather than cross-sectional slices, it often transforms an intractable integral—one requiring inverse functions or multiple washer integrals—into a single, elementary computation. In practice, mastery comes from recognizing that the radius measures the lever arm of rotation while the height captures the profile of the region, and that the variable of integration is dictated solely by the orientation of the strips. With consistent practice in visualizing the "unrolled" shell—its circumference $2\pi r$, its height $h$, and its thickness $dr$—students gain a powerful tool that extends naturally from the coordinate axes to arbitrary lines of rotation, and from single-variable calculus into the parametric and polar realms.