Cylindrical Shells Method Notes
Cylindrical Shells (Shell Method) for Rotation
Conceptual idea
- Instead of slicing perpendicular to the axis of rotation (discs/washers), you slice parallel to the axis to create cylindrical shells when you rotate the region.
- When you rotate a vertical strip about the y-axis, you obtain a cylindrical shell with a certain radius and height.
- Visual intuition: imagine taking a thin vertical strip, rotate it around the axis, and unroll the curved surface of the resulting shell into a rectangle. The rectangle has width equal to the shell’s circumference and height equal to the strip’s length along the axis.
- Along these lines, the volume contribution of a thin shell is approximately (circumference) × (height) × (thickness).
Key formula (shell method around the y-axis)
- For vertical slices (dx):
V = 2\pi \int_{a}^{b} r\,h\,dx - Here:
- the radius r is the distance from the strip to the axis of rotation (for rotation about the y-axis, the radius is the x-coordinate of the strip): r = x
- the height h is the length of the strip in the direction perpendicular to the axis, i.e., the difference between the upper and lower y-values on the region: h = y{2}(x) - y{1}(x)
- the limits a and b are the x-bounds of the region (often from intersections of curves or from where the region begins/ends).
- Volume is an integral of surface “area” to accumulate into volume, analogous to how the derivative/antiderivative relationships work for length, area, etc. (as mentioned in the lecture: derivative of position is velocity; integral of area is volume).
- For vertical slices (dx):
Important setup steps
1) Identify the region and the axis of rotation.
2) Decide whether vertical strips (dx) or horizontal strips (dy) give a simpler height expression.
3) If rotating about the y-axis, vertical strips typically give shells with radius r = x; if rotating about the x-axis, horizontal strips yield shells with radius r = y.
4) Determine the height h from the region: h = (upper y) − (lower y) for that x (or h = (right x) − (left x) for a dy setup).
5) Convert any given y-terms into x-terms (or vice versa) so that the integrand is a function of the chosen variable of integration.
6) Set the bounds a and b to cover the entire region in the chosen direction (x or y).Common considerations and tips
- Radius interpretation
- When rotating around the y-axis, the radius is the x-coordinate of the strip, i.e., r = x. The radius is not constant if the region is not symmetric about the axis.
- Height interpretation
- Height is the distance between the two boundary curves in the direction perpendicular to the axis. If rotating around the y-axis and using vertical strips, height is y2(x) − y1(x).
- Always ensure you’re integrating between two different boundary curves (or an axis and a boundary), not between the same curve twice. Slicing between the same curve twice can lead to invalid or awkward setups.
- Two limits to determine
- x-bounds: determined by where the region starts and ends along the x-axis (often from x = a to x = b where the region is bounded or where curves intersect).
- y-values are then replaced by expressions in x (or vice versa) to compute h.
- When to prefer shells vs discs/washers
- Shells can be easier when the radius or height is straightforward in one variable and the axis is parallel to a set of strips.
- Discs/washers are often easier when you have a clean expression for the outer and inner radii as functions of the other variable and you don’t want to deal with two boundary curves for height.
- In some problems, one method is dramatically simpler; in others, both are doable but one requires fewer splits or simpler algebra.
- Symmetry and shortcuts
- In some cases you can exploit symmetry to reduce the computation, or choose a method that leverages a symmetry to avoid splitting the region.
- What you did in class (from the transcript)
- You rotated around the y-axis using vertical strips (dx) and set up the shell integral as
V = 2\pi \int_{0}^{2} r h \, dx - Radius: r = x (distance to the y-axis).
- Height: h = y{2}(x) - y{1}(x), with y2 and y1 given by the region’s boundary curves expressed as functions of x; you convert the boundary expressions to x as needed.
- For a concrete example in the transcript, the region was bounded by a parabola and a line: y2(x) = -x^2 + 4 and y1(x) = x, so
h = (-x^2 + 4) - x = -x^2 - x + 4. - The bounds were 0 to 2 in the example setup (dx integration). Although the actual region might require identifying the true intersection point of the curves, the working example used those bounds to illustrate the setup.
Worked example (shell method, rotation about the y-axis)
- Region: bounded by y2(x) = -x^2 + 4 and y1(x) = x, from x = 0 to x = 2 (as in the lecture example setup).
- Rotate about the y-axis; use vertical shells with radius r = x and height h = y2(x) − y1(x).
- Setup:
V = 2\pi \int{0}^{2} x\left((-x^2 + 4) - x\right) dx = 2\pi \int{0}^{2} (-x^3 - x^2 + 4x)\, dx. - Antiderivative:
\int (-x^3 - x^2 + 4x) \, dx = -\frac{x^4}{4} - \frac{x^3}{3} + 2x^2 + C. - Evaluate from 0 to 2:
- At x = 2: (-\frac{16}{4} - \frac{8}{3} + 8) = (-4 - \frac{8}{3} + 8) = (4 - \frac{8}{3}) = (\frac{4}{3}).
- At x = 0: 0.
- Difference: (\frac{4}{3}).
- Multiply by 2π:
V = 2\pi \cdot \frac{4}{3} = \frac{8\pi}{3}. - Interpretation: the shell method and the choice of region produce a volume of (\dfrac{8\pi}{3}) for this setup. The calculation illustrates how the height is the difference of the boundary functions and how the radius scales with x.
- The key takeaway is that the same problem can yield the same volume via different methods, provided the region and axes are handled consistently.
Comparison to other methods
- Disc/Washer method (around the y-axis with horizontal slices, i.e., dy):
- You’d express x as a function of y (solving for x from the boundary equations), and the volume would be
V = \pi \int (R(y))^2 \, dy - \pi \int (r(y))^2 \, dy,
where R(y) and r(y) are the outer and inner radii as a function of y. - This can become more algebraically involved if the region requires splitting into multiple y-intervals or solving for x(y) that’s not straightforward.
- The lecture notes emphasize that shell method can be more convenient when the radius and height are readily expressed in the chosen variable, and the axis of rotation aligns with the direction of the chosen strips.
Practical implications for exams
- If the problem statement does not specify a method, you can choose the method that minimizes work, but be prepared for a test that might require a specific technique already covered (substitution, disc method, shell method).
- In some rotation problems, one orientation of slices (vertical vs horizontal) yields a simpler height expression or simpler bounds; always check which yields less algebra.
- If you encounter a situation where slicing horizontally leads to intersections with the same curve twice, switch to vertical slices (or vice versa) so that your height is between two different boundary curves or a boundary curve and the axis.
- Always check your results by imagining two different methods yielding the same volume; if they don’t, re-check your region, bounds, and expressions for r and h.
Connections to foundational ideas
- The shell method is an application of volume accumulation by summing cylindrical shells, conceptually similar to how the area under a curve accumulates in Riemann sums (but in 3D).
- The formula structure mirrors the idea that a thin shell contributes approximately surface area (circumference) times height times thickness: dV ≈ (circumference) × (height) × (thickness).
- The radius encodes the geometry of rotation: rotating about the y-axis uses r = distance to the y-axis; rotating about the x-axis would use r = distance to the x-axis.
Quick recap of the main formulae
- Shells about the y-axis with vertical strips (dx):
V = 2\pi \int{a}^{b} x\,[y{2}(x) - y_{1}(x)]\,dx. - Shells about the x-axis with horizontal strips (dy):
V = 2\pi \int{c}^{d} y\,[x{\text{right}}(y) - x_{\text{left}}(y)]\,dy. - Disc/Washer method about the y-axis (washers): typically involves expressing the region as x in terms of y and using
V = \pi \int [R(y)^2 - r(y)^2] \, dy.
- Shells about the y-axis with vertical strips (dx):
Philosophical/educational note from the lecture
- There isn’t a single “always right” method; choice depends on the problem and personal preference, but there are practical reasons to prefer one method over another.
- In some rotations, a method that seems more intuitive for the student (due to visualization or algebra) will be preferred; in others, the instructor may steer you to a method that minimizes computational complexity.
- The instructor emphasizes “path of least resistance” and using the method best suited to the problem at hand, while also encouraging reading and comparing different approaches (e.g., textbook illustrations) to deepen understanding.
Summary takeaways
- The shell method converts volume into an integral of (circumference) × (height) × (thickness) and is especially convenient when the axis of rotation is parallel to the chosen slices.
- Correct setup requires identifying r and h carefully, ensuring the region’s bounds are expressed in the same variable as the integration, and confirming the height is between two distinct boundaries (or between a boundary and the axis).
- Always verify by cross-checking with another method if possible and ensure the numerical result makes sense for the given region and axis of rotation.
Worked example (summary)
- For a region bounded by y2(x) = -x^2 + 4 and y1(x) = x, rotated about the y-axis with vertical shells from x = 0 to x = 2 (example setup in the lecture):
- Shell radius: r = x
- Shell height: h = y2(x) - y1(x) = (-x^2 + 4) - x
- Volume: V = 2\pi \int{0}^{2} x((-x^2 + 4) - x)\, dx = 2\pi \int{0}^{2} (-x^3 - x^2 + 4x)\, dx
- Antiderivative: -\frac{x^4}{4} - \frac{x^3}{3} + 2x^2
- Evaluate 0 to 2: result inside the brackets is (\frac{4}{3}) so then V = 2\pi \cdot \frac{4}{3} = \frac{8\pi}{3}.