Volume of Revolution
CSEC Additional Mathematics Essential Knowledge: Volume of revolution involves finding the volume of a 3D solid created by rotating a 2D region around an axis. This powerful application of integration allows us to calculate volumes of objects with curved surfaces that cannot be found using basic geometry formulas.
Key Concept: When a region in the xy-plane is rotated about a line (usually the x-axis or y-axis), it generates a three-dimensional solid. The volume of this solid can be found using integration with either the disk method or washer method.
Part 1: The Disk Method
Revolution About the x-axis
When the region under \(y = f(x)\) from \(x = a\) to \(x = b\) is rotated about the x-axis:
Think of slicing the solid perpendicular to the x-axis: each slice is a circular disk with radius \(f(x)\) and thickness \(dx\).
Visualization: Rotate curve about x-axis → Solid formed
Each vertical slice becomes a circular disk
When the region to the right of \(x = g(y)\) from \(y = c\) to \(y = d\) is rotated about the y-axis:
Key Idea: The radius is the horizontal distance from the curve to the y-axis.
\(V = \pi \int_a^b y^2 \, dx\)
\(V = \pi \int_c^d x^2 \, dy\)
Find the volume generated when the region under \(y = \sqrt{x}\) from \(x = 0\) to \(x = 4\) is rotated about the x-axis.
Interpretation: The solid formed is a paraboloid (like a bowl).
Find the volume generated when the region bounded by \(y = x^2\), \(y = 0\), and \(x = 2\) is rotated about the y-axis.
Part 2: The Washer Method
Volume with a Hole
When the region between two curves \(y = f(x)\) (outer) and \(y = g(x)\) (inner) is rotated about the x-axis:
Each slice is a washer (disk with a hole). The volume is the difference between the outer disk and inner disk.
Area = π[f(x)]²
Area = π[g(x)]²
For rotation about the y-axis with curves \(x = f(y)\) (right) and \(x = g(y)\) (left):
CSEC Strategy: Always sketch the region to identify which curve is “outer” and which is “inner” relative to the axis of rotation.
Find the volume generated when the region between \(y = x^2\) and \(y = x\) (from \(x = 0\) to \(x = 1\)) is rotated about the x-axis.
Visualization: The solid looks like a bowl with a conical hole.
The region bounded by \(y = x^2\), \(y = 4\), and the y-axis is rotated about the y-axis. Find the volume generated.
Part 3: Choosing the Right Method
Disk vs Washer Method Decision Guide
Disk Method
Use when: The region touches the axis of rotation
Formula: \(V = \pi \int [radius]^2 \, d\)(axis)
Example: Region under \(y = \sqrt{x}\) from 0 to 4 rotated about x-axis
No hole in the solid
Washer Method
Use when: There’s a gap between region and axis of rotation
Formula: \(V = \pi \int ([R]^2 – [r]^2) \, d\)(axis)
Example: Region between \(y = x\) and \(y = x^2\) rotated about x-axis
Solid has a hole
General Strategy
1. Sketch the region
2. Identify axis of rotation
3. Draw a typical slice perpendicular to the axis
4. Determine if slice is disk (solid) or washer (has hole)
5. Set up integral with correct limits
• YES → Disk method (radius = distance to curve)
• NO → Washer method (R = outer distance, r = inner distance)
The region bounded by \(y = x^3\), \(y = 8\), and \(x = 0\) is rotated about the y-axis. Find the volume.
Part 4: Volume of Composite Solids
Combining Methods and Regions
Sometimes the solid is formed by rotating a region that needs to be split into parts:
Each part might require a different method or have different radius expressions.
The region bounded by \(y = x^2\), \(y = 4\), and the y-axis is rotated about the x-axis. Find the volume.
Visualization: The solid is like a cylinder (radius 4) with a parabolic hole.
Common Mistake: Forgetting to square the radii! Remember: \(V = \pi \int (\text{radius})^2 \, d\)(axis), not \(\pi \int \text{radius} \, d\)(axis).
Part 5: Real-World Applications
Practical Uses of Volume of Revolution
Everyday Objects as Volumes of Revolution
A tank is designed by rotating the curve \(y = \frac{1}{4}x^2\) from \(x = 0\) to \(x = 4\) about the y-axis. Find its capacity.
Quiz: Test Your Understanding
Disk method: \(V = \pi \int_0^2 (x^2 + 1)^2 dx = \pi \int_0^2 (x^4 + 2x^2 + 1) dx\)
\(= \pi \left[ \frac{x^5}{5} + \frac{2x^3}{3} + x \right]_0^2 = \pi \left( \frac{32}{5} + \frac{16}{3} + 2 \right)\)
\(= \pi \left( \frac{96}{15} + \frac{80}{15} + \frac{30}{15} \right) = \pi \times \frac{206}{15} = \frac{206\pi}{15}\) cubic units
Washer method: Outer radius = \(\sqrt{x}\), inner radius = \(x\)
\(V = \pi \int_0^1 \left( (\sqrt{x})^2 – (x)^2 \right) dx = \pi \int_0^1 (x – x^2) dx\)
\(= \pi \left[ \frac{x^2}{2} – \frac{x^3}{3} \right]_0^1 = \pi \left( \frac{1}{2} – \frac{1}{3} \right) = \pi \left( \frac{3}{6} – \frac{2}{6} \right) = \frac{\pi}{6}\) cubic units
About y-axis: Express x in terms of y: \(y = 2x \Rightarrow x = \frac{y}{2}\)
y-limits: When \(x=0\), \(y=0\); when \(x=3\), \(y=6\)
Disk method: \(V = \pi \int_0^6 \left( \frac{y}{2} \right)^2 dy = \pi \int_0^6 \frac{y^2}{4} dy = \frac{\pi}{4} \left[ \frac{y^3}{3} \right]_0^6\)
\(= \frac{\pi}{4} \times \frac{216}{3} = \frac{\pi}{4} \times 72 = 18\pi\) cubic units
Find x-intercepts: \(4 – x^2 = 0 \Rightarrow x = \pm 2\)
Disk method: \(V = \pi \int_{-2}^2 (4 – x^2)^2 dx = \pi \int_{-2}^2 (16 – 8x^2 + x^4) dx\)
Even function, so can compute from 0 to 2 and double:
\(= 2\pi \int_0^2 (16 – 8x^2 + x^4) dx = 2\pi \left[ 16x – \frac{8x^3}{3} + \frac{x^5}{5} \right]_0^2\)
\(= 2\pi \left( 32 – \frac{64}{3} + \frac{32}{5} \right) = 2\pi \left( \frac{480}{15} – \frac{320}{15} + \frac{96}{15} \right) = 2\pi \times \frac{256}{15} = \frac{512\pi}{15}\) cubic units
Intersection: \(x^2 = 2x \Rightarrow x(x-2) = 0 \Rightarrow x = 0, 2\)
About y-axis: For washer method, need outer and inner radii in terms of y
Outer: from y-axis to line \(x = \frac{y}{2}\) (since \(y = 2x\))
Inner: from y-axis to curve \(x = \sqrt{y}\) (since \(y = x^2\))
y-limits: From \(y=0\) to \(y=4\) (when \(x=2\), both give y=4)
\(V = \pi \int_0^4 \left( \left(\frac{y}{2}\right)^2 – (\sqrt{y})^2 \right) dy = \pi \int_0^4 \left( \frac{y^2}{4} – y \right) dy\)
\(= \pi \left[ \frac{y^3}{12} – \frac{y^2}{2} \right]_0^4 = \pi \left( \frac{64}{12} – \frac{16}{2} \right) = \pi \left( \frac{16}{3} – 8 \right) = \pi \left( \frac{16}{3} – \frac{24}{3} \right) = -\frac{8\pi}{3}\)
Volume is positive: \(\frac{8\pi}{3}\) cubic units
🎯 Key Concepts Summary
- Disk Method: \(V = \pi \int [radius]^2 \, d\)(axis) – when region touches axis
- Washer Method: \(V = \pi \int ([R]^2 – [r]^2) \, d\)(axis) – when there’s a hole
- About x-axis: Integrate with respect to x, radius = y-value
- About y-axis: Integrate with respect to y, radius = x-value
- Key Steps:
- 1. Sketch the region
- 2. Identify axis of rotation
- 3. Draw typical slice perpendicular to axis
- 4. Determine disk or washer
- 5. Set up integral with correct limits
- 6. Integrate and evaluate
- Common CSEC Question Types:
- Rotate region under single curve (disk method)
- Rotate region between two curves (washer method)
- Rotate about x-axis or y-axis
- Find volume of practical objects (bowls, tanks)
- Formula Memory Aid:
- DISK: \(V = \pi \int (\text{radius})^2 \, d\)(axis)
- WASHER: \(V = \pi \int (\text{big R}^2 – \text{small r}^2) \, d\)(axis)
- ALWAYS square the radius!
CSEC Exam Strategy: Volume of revolution questions typically appear in Paper 2. Common mistakes: 1) Forgetting to square the radius, 2) Using wrong limits, 3) Confusing disk vs washer method, 4) Integrating with respect to wrong variable. Always sketch the region, clearly identify your radius expression, and check that your final answer has the correct units (cubic units). Show all working for full marks.
Pro Tip: To check if your volume calculation is reasonable: 1) Volume should always be positive. 2) The volume should be less than the bounding cylinder. 3) For rotation about x-axis, if you swap the roles of x and y, you should get the same volume when rotating the inverse function about the y-axis (for one-to-one functions).
