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 built up stage by stage, the washer method, the integral setup, and the handling of regions bounded by curves and lines, with worked examples.
✦ Generated by Claude Opus 4.8·15 min answer·
Reviewed by: AI editorial process; not yet individually human-reviewed
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 the y-axis. Extension 1 uses the disc method (and its washer extension for a region with a hole), not cylindrical shells. The single skill being tested is turning a picture of a spinning region into a definite integral of π×(radius)2, with the right radius, the right variable, and the right limits.
The idea worth internalising is that a solid of revolution is a stack of thin circular discs. Slice the solid perpendicular to the axis of rotation and every slice is a circle; the radius of that circle is the distance from the axis out to the boundary curve. Because a circle's area is πr2, the radius gets squared before you integrate, which is the step students most often drop. Once you see the solid as a stack of discs, the formula is just "add up the disc volumes", and adding up infinitely many infinitely thin discs is precisely what the integral does.
The answer
The disc method (rotation about the x-axis)
Consider a region bounded by y=f(x), the x-axis, and the vertical lines x=a and x=b (with f(x)≥0 on [a,b]).
When rotated about the x-axis, a thin vertical strip at position x of width dx sweeps out a thin disc of radius f(x) and thickness dx. One disc has volume π[f(x)]2dx (area of a circle times thickness), and summing them gives
V=π∫ab[f(x)]2dx.
The disc method, stage by stage
The disc method is best seen as a short film: a flat region spins about an axis, sweeps out a solid, and that solid is then sliced back into discs to add up. The four panels build exactly that picture for the region under y=x from x=0 to x=4, rotated about the x-axis.
Stage 1, draw the region. Shade the region bounded by y=x, the x-axis and the line x=4. This flat region is what gets rotated; every later step refers back to it, so a clear sketch is not optional. Its right-hand edge has height 4=2.
Stage 2, take a representative disc. Picture a thin vertical strip of the region at a typical x. When the region spins about the x-axis, that strip sweeps out a thin disc whose radius is the height of the curve, r=f(x)=x, and whose thickness is dx. Its circular face is the ellipse straddling the axis.
Stage 3, sweep the whole region. A full turn about the x-axis sends every strip around, sweeping the region into a solid (here a horn-shaped paraboloid). Its outline is the curve above the axis and its mirror image below; the far end at x=4 is a circular cap of radius f(4)=2.
Stage 4, sum the discs. Fill the solid with these thin discs. One disc has volume πr2dx=π[f(x)]2dx, and adding them all from a to b turns the sum into an integral. For f(x)=x, [f(x)]2=x, so
V=π∫04(x)2dx=π∫04xdx=π[2x2]04=8π.
Rotation about the y-axis
For a region with x=g(y) on [c,d] (with g(y)≥0), rotating about the y-axis gives discs of radius g(y) and thickness dy, so
V=π∫cd[g(y)]2dy.
If the curve is given as y=f(x) and you rotate about the y-axis, invert to find x=g(y) first, and convert the limits to y-values. The axis of rotation decides the variable every time: rotate about the x-axis and integrate in x; rotate about the y-axis and integrate in y. Forgetting to invert (and leaving the integral in x) is the single most common y-axis mistake.
The washer method (region with an inner curve)
If the region is bounded above by y=f(x) and below by y=h(x) (with 0≤h(x)≤f(x)) and rotated about the x-axis, each cross section is an annulus, a washer, whose area is the big circle minus the hole, πR2−πr2:
V=π∫ab([f(x)]2−[h(x)]2)dx.
This is the difference of the squares, [f]2−[h]2, and emphatically notπ∫(f−h)2dx: squaring the gap would measure a disk whose radius is the gap, which is a different solid. Subtract the inner squared radius from the outer squared radius.
Setup recipe
Sketch the region (this is essential, do not skip).
Choose the axis of rotation.
Choose vertical strips (for x-axis rotation, integrate in x) or horizontal strips (for y-axis rotation, integrate in y).
Identify the limits of integration: the x-range or y-range of the region.
Write the radius (or outer minus inner) as a function of the integration variable, and square it.
Evaluate π∫[radius]2dx (or dy), or the washer version.
Common pitfalls in setup
Confusing the bound with the function: y=x2 rotated about the x-axis between 0 and 2 has radius f(x)=x2, so the integrand is π(x2)2=πx4, not πx2.
Wrong integration variable: rotating about the y-axis requires dy as the strip width, with y-limits.
Squaring the difference instead of differencing the squares in a washer: use [f]2−[h]2.
How exam questions ask about volumes of revolution
The wording fixes both the method and the variable:
"The region bounded by y=f(x), the x-axis and x=b is rotated about the x-axis." Disc method in x: V=π∫ab[f(x)]2dx. Square the function, use the x-limits.
"... rotated about the y-axis." Disc method in y: rearrange to x=g(y) first, then V=π∫cd[g(y)]2dy with y-limits. Inverting and converting the limits is where the marks are won or lost.
"The region between y=f(x) and y=h(x) is rotated about the x-axis." Washer method: find the intersections for the limits, decide which curve is outer, then V=π∫([f]2−[h]2)dx.
"Find the volume of the solid formed", with a trig or inverse-trig boundary. Squaring may produce sin2x (use the half-angle identity) or 1+x21 (an arctan integral). The squaring step links this dot point to the rest of the calculus topic.
"Give your answer in exact form" or no rounding instruction. Leave π, surds and fractions in place, and label volumes "cubic units".
"Show that the volume is ..." Set up the integral, evaluate, and reach the stated value; the method marks are for the correct disc or washer set-up even before the arithmetic.
Exam-style practice questions
Practice questions written in the style of NESA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
2022 HSC Q144 marksThe region bounded by y=x2, the x-axis and the line x=2 is rotated about the x-axis. Find the volume of the solid formed.
Show worked answer →
Disc method about the x-axis: V=π∫aby2dx.
Here y=x2, so y2=x4. Limits: x=0 to x=2.
V=π∫02x4dx=π[5x5]02=π⋅532=532π.
Markers reward writing the disc formula, the squared integrand, the correct limits, and the exact answer.
2021 HSC Q224 marksThe region bounded by y=x, the y-axis and the line y=2 is rotated about the y-axis. Find the volume of the solid formed.
Show worked answer →
Disc method about the y-axis: V=π∫abx2dy.
Express x in terms of y: x=y2, so x2=y4. Limits: y=0 to y=2.
V=π∫02y4dy=π[5y5]02=532π.
Markers reward inverting the function to x in terms of y, the disc formula, and the integration step.