4. Volumes of Revolution0%

Integration · Topic 4 of 5

4. Volumes of Revolution

Video coming soon2 worked examples

Theory

Rotating a curve about an axis sweeps out a solid whose volume is found by integrating the area of circular cross-sections. About the xx-axis, between x=ax = a and x=bx = b:

V=πaby2dxV = \pi \int_a^b y^2\,dx

About the yy-axis, between y=cy = c and y=dy = d: V=πcdx2dyV = \pi \int_c^d x^2\,dy.

The Golden Rule: square the radius (the function), integrate, and multiply by π\pi; rotating about the xx-axis uses y2dx\int y^2\,dx, about the yy-axis uses x2dy\int x^2\,dy.

⚠️ Common Examiner Traps

  • Forgetting to square: the integrand is y2y^2 (or x2x^2), not yy.
  • Wrong variable: rotation about the yy-axis integrates with respect to yy.
  • Losing the π\pi: the whole result is multiplied by π\pi.

Worked examples

Example 1

The curve y=xy = \sqrt{x} is rotated about the xx-axis between x=0x = 0 and x=4x = 4. Find the volume generated.

Step 1: Apply the formula with y2=(x)2=xy^2 = (\sqrt{x})^2 = x:

V=π04xdxV = \pi \int_0^4 x\,dx

Step 2: Integrate and evaluate:

=π[x22]04=π(162)=8π= \pi\left[\frac{x^2}{2}\right]_0^4 = \pi\left(\frac{16}{2}\right) = 8\pi

Example 2

The curve y=x2y = x^2 is rotated about the yy-axis between y=0y = 0 and y=9y = 9. Find the volume generated.

Step 1: Rotating about the yy-axis uses x2dy\int x^2\,dy. Here y=x2y = x^2, so x2=yx^2 = y:

V=π09ydyV = \pi \int_0^9 y\,dy

Step 2: Integrate and evaluate:

=π[y22]09=π(812)=81π2= \pi\left[\frac{y^2}{2}\right]_0^9 = \pi\left(\frac{81}{2}\right) = \frac{81\pi}{2}