Skip to main content
VICSpecialist MathematicsSyllabus dot point

How does integration give the volume of a solid formed by rotating a region about an axis, and how do we choose between disc, washer and shell setups?

The use of definite integrals to find the volume of a solid of revolution generated by rotating a region about the xx-axis or yy-axis, using the disc and washer (annulus) methods, and the setting up of the appropriate integral

A focused answer to the VCE Specialist Mathematics Unit 4 key-knowledge point on volumes of revolution. The disc and washer methods for rotation about the x-axis and y-axis, choosing the integration variable, and setting up the integral, with a verified worked example.

Generated by Claude Opus 4.76 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

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

Jump to a section
  1. What this dot point is asking
  2. The disc method
  3. The washer (annulus) method
  4. Rotation about the $y$-axis
  5. Examples in context
  6. Try this

What this dot point is asking

VCAA wants you to compute the volume of a solid formed when a region is rotated about the xx-axis or yy-axis, by setting up and evaluating a definite integral. You need the disc method for a region against the axis and the washer (annulus) method when there is a gap, and you must choose the integration variable to match the axis of rotation.

The disc method

Slice the solid into thin discs perpendicular to the axis of rotation. Rotating the region under y=f(x)y = f(x) about the xx-axis, a slice at position xx is a disc of radius f(x)f(x) and thickness dxdx, with volume π[f(x)]2dx\pi [f(x)]^2\,dx. Summing over the interval gives

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

The radius is the distance from the axis to the curve, here simply y=f(x)y = f(x). The square is essential: the disc area is πr2\pi r^2.

The washer (annulus) method

When the region lies between two curves youtery_{\text{outer}} and yinnery_{\text{inner}} (both measured from the axis), each slice is a washer: a disc with a hole. Its area is the outer disc minus the inner disc, so

V=abπ([youter]2[yinner]2)dx.V = \int_a^b \pi\left([y_{\text{outer}}]^2 - [y_{\text{inner}}]^2\right) dx.

Subtract the squares of the radii, not the radii themselves; [yo]2[yi]2(yoyi)2[y_o]^2 - [y_i]^2 \ne (y_o - y_i)^2.

Rotation about the yy-axis

To rotate about the yy-axis, slice horizontally. Each disc has radius xx (the distance from the yy-axis to the curve) and thickness dydy, so you express xx as a function of yy and integrate with yy-limits:

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

The rule is: match the integration variable to the axis. Rotation about the xx-axis integrates in xx with radius yy; rotation about the yy-axis integrates in yy with radius xx.

Examples in context

Example 1. Rotating y=ry = r (a horizontal line) for 0xh0 \le x \le h about the xx-axis gives a cylinder, V=0hπr2dx=πr2hV = \int_0^h \pi r^2\,dx = \pi r^2 h.

Example 2. Rotating the region between y=xy = x and y=x2y = x^2 on [0,1][0, 1] about the xx-axis uses the washer π(x2x4)\pi(x^2 - x^4), since y=xy = x is outer.

Try this

Q1. Write the disc-method volume for rotating y=f(x)y = f(x), axba \le x \le b, about the xx-axis. [1 mark]

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

Q2. Find the volume when y=xy = \sqrt{x}, 0x40 \le x \le 4, is rotated about the xx-axis. [3 marks]

  • Cue. 04πxdx=π[x22]04=8π\int_0^4 \pi x\,dx = \pi\left[\frac{x^2}{2}\right]_0^4 = 8\pi.

Q3. State the washer integrand for outer radius R(x)R(x) and inner radius r(x)r(x). [1 mark]

  • Cue. π(R2r2)\pi(R^2 - r^2).

Exam-style practice questions

Practice questions written in the style of VCAA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

2023 VCAA1 marksThe curve given by y^2 = x - 1, where 2 <= x <= 5, is rotated about the x-axis to form a solid of revolution. Write down the definite integral, in terms of x, for the volume of this solid of revolution.
Show worked answer →

For rotation about the x-axis, the disc method gives volume = integral of pi y^2 dx between the x limits.

Here y^2 = x - 1 and the region runs from x = 2 to x = 5.

Substitute y^2 = x - 1 directly into pi y^2:
Volume = integral from 2 to 5 of pi (x - 1) dx.

This is the required definite integral (the radius of each disc is y, so the area of a cross-section is pi y^2 = pi(x - 1)).

2023 VCAA1 marksThe curve given by y^2 = x - 1, where 2 <= x <= 5, is rotated about the x-axis to form a solid of revolution. Find the volume of the solid of revolution.
Show worked answer →

Evaluate the disc-method integral Volume = integral from 2 to 5 of pi (x - 1) dx.

Antidifferentiate: integral of (x - 1) dx = (x - 1)^2 / 2 (a convenient form here).

Evaluate between the limits: pi [ (x - 1)^2 / 2 ] from x = 2 to x = 5 = pi [ (4)^2 / 2 - (1)^2 / 2 ] = pi [ 16/2 - 1/2 ] = pi [ 8 - 0.5 ].

So the volume is (15/2)pi = 7.5 pi cubic units.