Volumes by Shells
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn the shell method, an alternative to disks and washers for finding volumes of solids of revolution. It’s often the easier choice when rotating around the y-axis.
The Concept
Section titled “The Concept”Instead of slicing the solid into flat disks, the shell method wraps the solid in thin cylindrical shells (like nesting tubes). Each shell has a radius, a height, and a tiny thickness.
The formula
Section titled “The formula”When rotating a region around the y-axis
where x is the radius of the shell (distance from the y-axis) and h(x) is the height of the shell at that x value.
The idea: circumference times height times thickness = volume of one thin shell. Add them all up (integrate) to get the total volume.
When to use shells vs disks/washers
Section titled “When to use shells vs disks/washers”Use shells when the axis of rotation is parallel to the variable you’re integrating with respect to. Specifically:
- Rotating around the y-axis and your functions are in terms of x? Shells are usually easier.
- Rotating around the x-axis and your functions are in terms of y? Shells again.
- If you’d have to solve for the other variable or split into multiple integrals with disks, try shells instead.
Both methods give the same answer. Pick whichever makes the integral simpler.
Worked Example
Section titled “Worked Example”Example 1: Region between y = x and y = x² rotated around the y-axis
Find the volume when the region between y = x and y = x² from x = 0 to x = 1 is rotated around the y-axis.
This is the same solid from the washer lesson, but the shell method makes the setup much simpler. Each shell has radius x and height (x - x²).
This is the same region from the washer lesson, but notice how much simpler the shell setup is. One integral, no solving for x in terms of y.
Example 2: y = sqrt(x) from x = 0 to x = 4 rotated around the y-axis
The orange inner surface is the paraboloid from y = sqrt(x), and the blue outer cylinder is the boundary at x = 4. The green profile curve shows y = sqrt(x). Each shell has radius x and height sqrt(x).
Example 3: Comparing shell and washer methods
For Example 1, the washer method around the y-axis would require solving y = x for x = y and y = x² for x = sqrt(y), then integrating
Same answer, but you had to invert both functions first. The shell method skipped that step entirely.
Real-World Application
Section titled “Real-World Application”The shell method shows up anywhere you need volumes of rotationally symmetric objects.
- In manufacturing, designing containers and machine parts where the profile is easier to describe from the side
- In engineering, calculating volumes of pipes, turbines, and axially symmetric components
- In game development, generating 3D objects by revolving a profile curve, especially when the profile is defined as y = f(x) and the rotation axis is vertical
- In physics, computing moments of inertia for cylindrical and conical objects