Calculus (ME-C1, C2, C3)

NSWMaths Extension 1Syllabus dot point

How do we compute the volume of a solid generated by rotating a region around an axis?

Calculate volumes of revolution about the x-axis and y-axis using the disc method

A focused answer to the HSC Maths Extension 1 dot point on volumes of revolution. The disc method for rotation about the x-axis and y-axis, the integral setup, and the handling of regions bounded by curves and lines, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy8 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to set up and evaluate the integral for the volume of a solid of revolution generated by rotating a planar region around the x-axis or y-axis. Extension 1 uses the disc (or washer) method, not shells.

The answer

The disc method (rotation about the x-axis)

Consider a region bounded by y=f(x)y = f(x), the x-axis, and the vertical lines x=ax = a and x=bx = b (with f(x)0f(x) \ge 0 on [a,b][a, b]).

When rotated about the x-axis, a thin vertical strip at position xx of width dxdx sweeps out a thin disc of radius f(x)f(x) and thickness dxdx. Volume of one disc: π[f(x)]2dx\pi [f(x)]^2 \, dx.

Total volume:

V=πab[f(x)]2dx.V = \pi \int_a^b [f(x)]^2 \, dx.

Rotation about the y-axis

For a region with x=g(y)x = g(y) on [c,d][c, d] (with g(y)0g(y) \ge 0), rotating about the y-axis gives discs of radius g(y)g(y) and thickness dydy. Volume:

V=πcd[g(y)]2dy.V = \pi \int_c^d [g(y)]^2 \, dy.

If the curve is given as y=f(x)y = f(x) and you rotate about the y-axis, invert to find x=g(y)x = g(y) first.

The washer method (rotation about an axis, with inner curve)

If the region is bounded above by y=f(x)y = f(x) and below by y=h(x)y = h(x) (with 0h(x)f(x)0 \le h(x) \le f(x)) and rotated about the x-axis:

V=πab([f(x)]2[h(x)]2)dx.V = \pi \int_a^b \bigl([f(x)]^2 - [h(x)]^2\bigr) \, dx.

This subtracts the inner volume from the outer.

Setup recipe

  1. Sketch the region (this is essential, do not skip).
  2. Choose the axis of rotation.
  3. Choose vertical strips (for x-axis rotation, integrate dxdx) or horizontal strips (for y-axis rotation, integrate dydy).
  4. Identify the limits of integration: the x-range or y-range of the region.
  5. Write the radius (or outer minus inner) as a function of the integration variable.
  6. Set up and evaluate π(radius)2dV\pi \int (\text{radius})^2 \, dV or the washer version.

Common pitfalls in setup

  • Confusing the bound with the function: y=x2y = x^2 rotated about the x-axis between 00 and 22 has radius f(x)=x2f(x) = x^2, so the integrand is π(x2)2=πx4\pi (x^2)^2 = \pi x^4, not πx2\pi x^2.
  • Wrong integration variable: rotating about the y-axis requires dydy as the strip width.
  • Sign issues: [f(x)]2[f(x)]^2 is always non-negative, but writing f(x)2f(x)^2 is unambiguous, while f(x2)f(x^2) would be the squared input.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2022 HSC Q144 marksThe region bounded by y=x2y = x^2, the x-axis and the line x=2x = 2 is rotated about the x-axis. Find the volume of the solid formed.
Show worked answer →

Disc method about the x-axis: V=πaby2dxV = \pi \int_a^b y^2 \, dx.

Here y=x2y = x^2, so y2=x4y^2 = x^4. Limits: x=0x = 0 to x=2x = 2.

V=π02x4dx=π[x55]02=π325=32π5V = \pi \int_0^2 x^4 \, dx = \pi \left[ \frac{x^5}{5} \right]_0^2 = \pi \cdot \frac{32}{5} = \frac{32 \pi}{5}.

Markers reward writing the disc formula, the squared integrand, the correct limits, and the exact answer.

2021 HSC Q224 marksThe region bounded by y=xy = \sqrt{x}, the y-axis and the line y=2y = 2 is rotated about the y-axis. Find the volume of the solid formed.
Show worked answer →

Disc method about the y-axis: V=πabx2dyV = \pi \int_a^b x^2 \, dy.

Express xx in terms of yy: x=y2x = y^2, so x2=y4x^2 = y^4. Limits: y=0y = 0 to y=2y = 2.

V=π02y4dy=π[y55]02=32π5V = \pi \int_0^2 y^4 \, dy = \pi \left[ \frac{y^5}{5} \right]_0^2 = \frac{32 \pi}{5}.

Markers reward inverting the function to xx in terms of yy, the disc formula, and the integration step.

Related dot points