CALCULUS 2 • APPLICATIONS OF INTEGRATION

Shell Method — Volumes by the Shell Method

Compute volumes of revolution by integrating cylindrical shells when the disk method falls short.

Historical Context & Motivation

The problem of computing volumes of solids dates to antiquity, when Archimedes devised ingenious geometric arguments to find the volume of a sphere by comparing it with a cylinder and a cone. His method of exhaustion—slicing a solid into ever-thinner cross-sections—anticipated the integral calculus by nearly two millennia. Yet Archimedes lacked a general algebraic framework, and each new shape required a fresh argument from scratch.

When Newton and Leibniz independently formalized calculus in the late seventeenth century, the disk method (and its extension, the washer method) became the standard technique for computing volumes of revolution. These methods work beautifully when the axis of rotation is perpendicular to the direction in which you naturally integrate. However, many practical solids—think of a trumpet bell, a wine glass, or a cooling tower—present curves that are far easier to express as functions of a variable parallel to the axis of rotation. Forcing a disk approach in such cases requires solving for the inverse function, splitting the integral, or performing other algebraic gymnastics that can be tedious or impossible in closed form.

c. 250 BCE
Archimedes and the Method of Exhaustion
Archimedes computed the volume of a sphere by imagining it decomposed into infinitely many thin slices—an early precursor to integration and volume computation.
1666–1684
Newton & Leibniz Formalize Calculus
The invention of integral calculus enabled systematic computation of areas and volumes, giving rise to the disk/washer method for solids of revolution.
c. 1700s
Cylindrical Shell Decomposition Emerges
Mathematicians recognized that decomposing a solid into concentric cylindrical shells, rather than flat disks, provided a powerful alternative when the integrand is naturally expressed parallel to the rotation axis.
19th–20th C.
The Shell Method in Engineering and Physics
With the rise of mechanical engineering, the shell method became essential for calculating volumes and moments of inertia in turbines, pressure vessels, and other axially symmetric structures.

The central question the shell method answers is deceptively simple: given a region in the xy-plane that is revolved about a vertical (or horizontal) axis, how can we compute the resulting volume without ever needing to invert the defining function? The answer lies in wrapping the region into thin cylindrical shells and summing their volumes—a perspective that transforms many previously intractable problems into single, clean integrals.

Core Principles & Definitions

The shell method rests on a beautifully intuitive idea: instead of slicing a solid of revolution into flat cross-sectional disks perpendicular to the axis, you peel it into nested, coaxial cylindrical shells. Each shell is thin enough to be "unrolled" into a nearly flat rectangular slab, whose volume is easy to compute. Summing (integrating) these infinitesimal shell volumes produces the total volume of the solid. The following foundational concepts underpin the method.

1

Axis of Revolution

The fixed line about which the region rotates. The shell method is most natural when this axis is parallel to the integration variable—e.g., revolving around the y-axis while integrating with respect to x.
2

Shell Radius r(x)

The perpendicular distance from the axis of revolution to the representative shell. When revolving about the y-axis, r(x) = x; when revolving about x = c, r(x) = |x − c|.
3

Shell Height h(x)

The length of the shell in the direction parallel to the axis of revolution. Typically h(x) = f(x) or h(x) = f(x) − g(x) when the region is bounded between two curves.
4

Shell Thickness dx (or dy)

The infinitesimal wall thickness of the shell. This is the differential element of integration and corresponds to the width of the generating strip in the original planar region.
5

Unrolled Shell = Rectangular Slab

Cutting a thin cylindrical shell along a vertical line and flattening it yields a rectangle of width 2πr, height h, and thickness dx. Its volume element is therefore dV = 2πr(x)·h(x)·dx.
KEY TAKEAWAY
Imagine peeling a label off a soup can: the label is a thin cylindrical shell, and when you flatten it, you get a rectangle whose width equals the can's circumference (2πr) and whose height equals the label's height. The shell method works exactly this way—each infinitesimally thin shell "unrolls" into a rectangular slab, and multiplying circumference × height × thickness gives its volume contribution dV.

Visual Explanation — Anatomy of a Cylindrical Shell

Left: a representative vertical strip of width dx at position x in the region under y = f(x). The strip has height h(x) = f(x) and sits at distance r(x) = x from the y-axis. Right: when the strip is revolved about the y-axis, it sweeps out a thin cylindrical shell; cutting and unrolling that shell yields a rectangle of width 2πr(x), height h(x), and thickness dx.

The diagram above captures the central geometric insight. On the left, a thin vertical strip at position x is highlighted within the region bounded by y = f(x) and the x-axis. When this strip is revolved around the y-axis, every point on it traces a circle, producing a hollow cylindrical shell whose radius is r(x) = x and whose height is h(x) = f(x). The key conceptual step is recognizing that this shell can be "unrolled" into a flat rectangular slab (shown on the right). Its width equals the circumference of the shell, 2πr(x); its height equals h(x); and its thickness is the infinitesimal dx. Multiplying these three dimensions yields the differential volume element dV = 2π·x·f(x)·dx, and integrating from the inner to the outer radius produces the total volume.

Mathematical Framework

We now formalize the geometric intuition. Consider a region R in the xy-plane bounded above by y = f(x), below by y = g(x) (with f(x) ≥ g(x)), and extending from x = a to x = b. When R is revolved about the y-axis, the volume of the resulting solid is computed by integrating the volumes of all cylindrical shells generated by vertical strips of width dx.

SHELL METHOD — REVOLUTION ABOUT THE Y-AXIS
V = ∫ₐᵇ 2π · r(x) · h(x) dx = ∫ₐᵇ 2πx [f(x) − g(x)] dx
where r(x) = x is the distance from the shell to the y-axis, h(x) = f(x) − g(x) is the height of the shell, and [a, b] is the interval of integration along the x-axis (with 0 ≤ a < b when revolving about the y-axis).

When the axis of revolution is not the y-axis but a vertical line x = c, the shell radius changes accordingly. The formula generalizes naturally.

SHELL METHOD — REVOLUTION ABOUT x = c
V = ∫ₐᵇ 2π |x − c| · [f(x) − g(x)] dx
Here |x − c| replaces x as the shell radius. If the entire region lies to the right of x = c, the absolute value can be dropped: r(x) = x − c.

The shell method can also be set up with horizontal shells (integrating with respect to y) when the axis of revolution is horizontal. This is simply the "rotated" version of the same idea.

SHELL METHOD — REVOLUTION ABOUT THE X-AXIS (HORIZONTAL SHELLS)
V = ∫_c^d 2πy [f(y) − g(y)] dy
Here y plays the role of the shell radius, f(y) − g(y) gives the shell "width" (measured horizontally), and [c, d] is the interval of integration along the y-axis.
📐 Derivation Sketch
Partition [a, b] into n subintervals of width Δx = (b − a)/n. At a sample point xₖ in the k-th subinterval, the cylindrical shell has inner radius xₖ, outer radius xₖ + Δx, and height h(xₖ). Its exact volume is π(xₖ + Δx)²h(xₖ) − πxₖ²h(xₖ) = π(2xₖΔx + (Δx)²)h(xₖ). As Δx → 0 the (Δx)² term vanishes, leaving 2πxₖh(xₖ)Δx. Summing over all shells and taking the limit yields the Riemann integral V = ∫ₐᵇ 2πx·h(x) dx.

Setting Up Shell Integrals — A Systematic Approach

Students often find that the hardest part of the shell method is not the integration itself but correctly identifying the radius, height, and limits of integration. The following systematic procedure and reference diagram will help you set up shell integrals reliably, regardless of the axis of revolution.

  1. Step 1 — Sketch the region. Draw the curves and shade the bounded region. Mark the axis of revolution.
  2. Step 2 — Draw a representative strip parallel to the axis. For a vertical axis, use a vertical strip (integrate in x). For a horizontal axis, use a horizontal strip (integrate in y).
  3. Step 3 — Identify r and h. The radius r is the distance from the strip to the axis. The height h is the length of the strip (top curve minus bottom curve, or right curve minus left curve).
  4. Step 4 — Determine the limits of integration. These are the extreme positions of the strip—found from intersection points or boundary values.
  5. Step 5 — Assemble and evaluate. Write V = ∫ 2π r · h dx (or dy) and compute the integral.
Four common configurations for the shell method. In each panel, the pink line marks the axis of revolution, the amber arrow shows the shell radius r, and the violet label indicates the shell height h. Cases A and B use vertical strips (dx), while Cases C and D use horizontal strips (dy).
Quick-reference table for identifying the shell radius and height in common configurations.
Axis of RevolutionStrip DirectionShell Radius rShell Height h
y-axis (x = 0)Vertical (dx)xf(x) − g(x)
x = c (region left of c)Vertical (dx)c − xf(x) − g(x)
x-axis (y = 0)Horizontal (dy)yf(y) − g(y)
y = c (region above c)Horizontal (dy)y − cf(y) − g(y)

Worked Example — Volume by Cylindrical Shells

Let us compute the volume of the solid obtained by revolving the region bounded by y = x² and y = x about the y-axis. This is a classic problem where both the disk and shell methods can be applied, but the shell method yields a notably simpler integral.

Volume of Revolution: y = x² and y = x about the y-axis
1
Step 1 — Find Intersection PointsSet x² = x, which gives x² − x = 0, so x(x − 1) = 0. The curves intersect at x = 0 and x = 1. These will be our limits of integration.
Limits: a = 0, b = 1
2
Step 2 — Identify the Outer and Inner CurvesOn the interval [0, 1], the line y = x lies above the parabola y = x². Therefore, the shell height is h(x) = x − x². Since we revolve about the y-axis, each vertical strip is parallel to the axis, confirming the shell method is appropriate.
h(x) = x − x²
3
Step 3 — Determine the Shell RadiusThe axis of revolution is the y-axis (x = 0). The distance from a generic vertical strip at position x to the axis is simply r(x) = x.
r(x) = x
4
Step 4 — Write the Shell IntegralApplying the shell method formula V = ∫₀¹ 2π · r(x) · h(x) dx, we obtain: V = ∫₀¹ 2πx(x − x²) dx = 2π ∫₀¹ (x² − x³) dx.
V = 2π ∫₀¹ (x² − x³) dx
5
Step 5 — Evaluate the IntegralCompute the antiderivative: ∫(x² − x³) dx = x³/3 − x⁴/4. Evaluate from 0 to 1: (1/3 − 1/4) − (0 − 0) = 4/12 − 3/12 = 1/12. Multiply by the constant 2π: V = 2π · (1/12) = π/6.
V = π/6 ≈ 0.5236 cubic units
Verification via the Washer Method
For a sanity check, note that using washers (integrating with respect to y about the y-axis), we would need to express x in terms of y for both curves: x = √y and x = y. The washer integral becomes V = π ∫₀¹ [(√y)² − y²] dy = π ∫₀¹ (y − y²) dy = π(1/2 − 1/3) = π/6, confirming our shell-method result.

Shell Method vs. Disk/Washer Method — When to Use Which

Both the shell method and the disk/washer method compute the same volume—they are simply two ways of decomposing the same solid into infinitesimal pieces. The choice between them is a matter of algebraic convenience. Understanding when each method is preferable is a valuable strategic skill in Calculus 2.

Side-by-side comparison of the shell and disk/washer methods.
CriterionShell MethodDisk/Washer Method
Strip orientationParallel to the axis of revolutionPerpendicular to the axis of revolution
Volume elementdV = 2πr · h · dx (or dy)dV = π(R² − r²) dx (or dy)
Preferred when…Solving for the inverse function is difficult or produces multiple branchesThe cross-section is easily expressed as a function of the variable perpendicular to the axis
Example advantagey = sin(x)/x revolved about the y-axis — no closed-form inversey = √x revolved about the x-axis — simple cross-sections
Number of integrals neededOften one integral where the disk method would require splitting into two or moreOften one integral for simple regions; may need splitting for complex boundaries
Common pitfallForgetting the 2π factor or using the wrong expression for the radiusConfusing inner and outer radii, or squaring the wrong function
STRATEGIC RULE OF THUMB
Think of the shell and disk methods as two different tools in a workshop: a lathe (disk) and a peel-and-measure approach (shell). If the curve's equation is naturally solved for the variable parallel to the axis of revolution, choose shells. If it's naturally solved perpendicular to the axis, choose disks/washers. When both work equally well, go with whichever yields the simpler integrand.

Connections to Advanced Theory

The shell method is not merely a computational trick for Calculus 2—it connects to several deeper ideas that arise in multivariable calculus, differential equations, and physics. Understanding these links provides motivation for the technique and reveals why it remains relevant well beyond introductory coursework.

How shell method ideas extend into advanced mathematics and physics.
Shell Method ConceptAdvanced Extension
V = ∫ 2πr · h dx (single integral)The Pappus–Guldinus theorem: V = 2π r̄ · A, where r̄ is the distance from the centroid of the region to the axis and A is its area. The shell integral is the proof mechanism for this theorem.
Decomposing into concentric shellsIn multivariable calculus, switching to cylindrical coordinates (r, θ, z) mirrors the shell decomposition; the Jacobian factor r dr dθ is the continuous analogue of the 2πr factor in the shell formula.
Choosing integration direction for convenienceIn physics and engineering, problems involving radial symmetry—heat conduction in cylinders, electrostatic potential of charged shells—use the same radial decomposition principle.
Volume of revolution as a single integralGeneralizes to computing moments of inertia I = ∫ 2πr³ · h dx by modifying the integrand—same shell geometry, different physical quantity.

Of particular note is the theorem of Pappus: the volume of a solid of revolution equals the area of the generating region multiplied by the distance traveled by its centroid, V = 2πA. This elegant result falls directly out of the shell integral when you recognize the integral ∫ r · h dx as the first moment of the region about the axis, which equals ·A. Looking ahead to Calculus 3, you will see how the transition from shells (single-variable) to cylindrical-coordinate triple integrals (multivariable) is essentially the same idea with an extra dimension and an explicit angular integration replacing the 2π factor.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why the factor 2π appears in the shell method formula V = ∫ 2πr · h dx. What geometric quantity does it represent, and how does the "unrolling" analogy justify it?
PROBLEM 2BASIC CALCULATION
Use the shell method to find the volume of the solid obtained by revolving the region bounded by y = x³, y = 0, and x = 2 about the y-axis.
PROBLEM 3INTERMEDIATE
Find the volume of the solid formed by revolving the region bounded by y = √x, y = 0, and x = 4 about the line x = 5. Use the shell method.
PROBLEM 4APPLIED
A decorative vase is modeled by revolving the region between y = 2 + sin(x) and y = 0, for 0 ≤ x ≤ π, about the y-axis. Set up (but do not fully evaluate) the shell method integral for its volume, then use integration by parts to show that V = 2π(2π − 2) ≈ 24.47 cubic units.
PROBLEM 5CRITICAL THINKING
Consider the region R bounded by y = 1/x, y = 0, x = 1, and x = b (where b > 1). When R is revolved about the y-axis, the resulting solid has volume V(b). (a) Compute V(b) using the shell method. (b) Show that lim_{b→∞} V(b) = ∞, even though the area of R is ln b which also diverges. (c) Compare this result with the disk/washer method applied to the same region about the x-axis (Gabriel's Horn) and discuss why one volume converges and the other diverges.

Summary — Shell Method at a Glance

The shell method computes volumes of solids of revolution by decomposing the solid into nested cylindrical shells rather than flat disks. Each shell is generated by revolving a thin strip parallel to the axis of revolution. When unrolled, the shell becomes a rectangular slab of width 2πr (the circumference), height h, and thickness dx (or dy), yielding the volume element dV = 2πr · h · dx.

The resulting integral, V = ∫ₐᵇ 2π · r(x) · h(x) dx, is especially powerful when the function is easier to express in the variable parallel to the axis—avoiding the need to compute inverse functions or split integrals. To set up the integral correctly, always identify the shell radius (distance from strip to axis) and the shell height (length of the strip). The shell method complements the disk/washer method; choosing between them is a strategic decision driven by algebraic simplicity, and both ultimately yield the same volume.

Varsity Tutors • Calculus 2 • Shell Method — Volumes by the Shell Method