Calc 2 Volume RotationAbout a Line is a cornerstone topic in integral calculus, and mastering it unlocks the ability to compute the space occupied by three‑dimensional objects generated by rotating planar regions. This article walks you through the conceptual foundation, the procedural workflow, and the nuanced details that separate a correct solution from a common error. By the end, you will be equipped to set up and evaluate integrals for disks, washers, and shells with confidence, regardless of whether the axis of rotation is horizontal, vertical, or slanted.
Understanding the Core Idea
When a region in the xy‑plane is revolved around a straight line—often the x‑axis, y‑axis, or a horizontal/vertical line parallel to them—a solid of revolution is formed. The volume of that solid can be approached in two primary ways:
- Disk/Washer Method – slices perpendicular to the axis of rotation create circular cross‑sections whose areas are integrated.
- Shell Method – slices parallel to the axis produce cylindrical shells whose lateral surfaces are integrated.
Both techniques rely on the same fundamental principle: approximate the solid with many thin slices, compute the volume of each slice, and sum them up via a definite integral. The choice between disks and shells often depends on the orientation of the axis and the ease of expressing the radius as a function of the independent variable Not complicated — just consistent..
Setting Up the Integral for Rotation About a Horizontal Line
Consider a region bounded by y = f(x), the x‑axis, x = a, and x = b. Rotating this region about the x‑axis yields a solid whose cross‑sections perpendicular to the x‑axis are disks of radius R = f(x). The volume is therefore:
[ V = \int_{a}^{b} \pi [R(x)]^{2},dx = \int_{a}^{b} \pi [f(x)]^{2},dx. ]
If the region lies between two curves, y = f(x) and y = g(x), with f(x) ≥ g(x), rotating about the x‑axis creates washers whose outer radius is R = f(x) and inner radius is r = g(x). The volume becomes:
[ V = \int_{a}^{b} \pi \big([f(x)]^{2} - [g(x)]^{2}\big),dx. ]
Key Steps
- Identify the axis of rotation and determine whether it is horizontal or vertical.
- Sketch the region to visualize the radii of disks or washers.
- Express the radius as a function of the variable of integration.
- Determine the limits of integration from the intersection points of the bounding curves.
- Write the integral using the appropriate formula (disk, washer, or shell).
- Evaluate the integral, simplifying algebraically where possible.
Example: Find the volume of the solid obtained by rotating the region bounded by y = √x, y = 0, x = 0, and x = 4 about the x‑axis Nothing fancy..
- Outer radius: R(x) = √x.
- Limits: x = 0 to x = 4.
- Integral: (\displaystyle V = \int_{0}^{4} \pi (\sqrt{x})^{2},dx = \int_{0}^{4} \pi x,dx = \pi \left[\frac{x^{2}}{2}\right]_{0}^{4} = 8\pi.)
Rotating About a Vertical Line
When the axis of rotation is vertical—say the y‑axis or a line x = c—the disk/washer method requires integrating with respect to y if the radii are expressed as functions of y. Alternatively, the shell method often simplifies the computation because cylindrical shells are naturally aligned with a vertical axis Not complicated — just consistent..
No fluff here — just what actually works.
Shell Method Overview
For rotation about a vertical line x = c, a typical vertical strip at position x has height h(x) (the difference between the top and bottom y‑values of the region) and distance r(x) = |x - c| from the axis. Rotating the strip produces a cylindrical shell with:
- Circumference: (2\pi r(x))
- Height: (h(x))
- Thickness: (dx)
The differential volume is (dV = 2\pi r(x)h(x),dx), and the total volume is:
[ V = \int_{a}^{b} 2\pi ,r(x),h(x),dx. ]
Example: Compute the volume of the solid formed by rotating the region bounded by y = x^{2} and y = 2x about the line x = 3 That's the whole idea..
- Intersection points: solve (x^{2}=2x) → (x=0) or (x=2).
- Height of shell: (h(x) = 2x