Skip to main content
ExamExplained
VIC · Specialist Mathematics
Specialist Mathematics study scene
§-Syllabus dot point
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.

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 yy-axis
  5. Setting up from the wording
  6. Examples in context
  7. 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.

Setting up from the wording

The first decision is the axis of rotation, because it fixes the integration variable and the radius. Rotation about the xx-axis integrates πy2\pi y^2 with respect to xx, using xx-limits; rotation about the yy-axis integrates πx2\pi x^2 with respect to yy, using yy-limits. The second decision is disc versus washer: if the region touches the axis along its whole width, use a single disc; if there is a gap between the region and the axis (typically because two curves bound it), use a washer and subtract the squared inner radius. Sketching the region and a representative slice before writing the integral prevents almost every set-up error, since the slice shows the radius and the thickness directly.

Many VCAA items ask only for the integral (a "write down" mark) and then for its evaluation, so practise stopping cleanly at the correct integrand before computing. Keeping the constant π\pi outside the integral and squaring the radius first keeps the working tidy.

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.

VCAA 2022 Exam 14 marksThe curve y2=x1y^2 = x - 1, where 2x52 \le x \le 5, is rotated about the xx-axis to form a solid of revolution. (a) Write down the definite integral, in terms of xx, for the volume. (b) Evaluate the volume exactly.
Show worked answer →

(a) For rotation about the xx-axis, the disc method gives V=abπy2dxV = \displaystyle\int_a^b \pi y^2\,dx. Since y2=x1y^2 = x - 1 and 2x52 \le x \le 5:

V=25π(x1)dxV = \displaystyle\int_2^5 \pi(x - 1)\,dx.

(b) Antidifferentiate: (x1)dx=(x1)22\displaystyle\int (x - 1)\,dx = \dfrac{(x - 1)^2}{2}. Evaluate:

V=π[(x1)22]25=π(16212)=π(812)=15π2V = \pi\left[\dfrac{(x - 1)^2}{2}\right]_2^5 = \pi\left(\dfrac{16}{2} - \dfrac{1}{2}\right) = \pi\left(8 - \dfrac{1}{2}\right) = \dfrac{15\pi}{2}.

Markers reward the disc integral with y2=x1y^2 = x - 1 substituted, and the exact value 15π2\frac{15\pi}{2}.

VCAA 2023 Exam 25 marksThe region bounded by y=xy = x and y=x2y = x^2 for 0x10 \le x \le 1 is rotated about the xx-axis. (a) Explain why the washer method is required and identify the outer and inner radii. (b) Calculate the exact volume of the solid generated.
Show worked answer →

(a) On [0,1][0, 1], y=xy = x lies above y=x2y = x^2, so the region has a gap from the axis and each cross-section is a washer. The outer radius is youter=xy_{\text{outer}} = x and the inner radius is yinner=x2y_{\text{inner}} = x^2.

(b) V=01π(x2(x2)2)dx=π01(x2x4)dxV = \displaystyle\int_0^1 \pi\left(x^2 - (x^2)^2\right)dx = \pi\int_0^1 \left(x^2 - x^4\right)dx.

=π[x33x55]01=π(1315)=π215=2π15= \pi\left[\dfrac{x^3}{3} - \dfrac{x^5}{5}\right]_0^1 = \pi\left(\dfrac{1}{3} - \dfrac{1}{5}\right) = \pi\cdot\dfrac{2}{15} = \dfrac{2\pi}{15}.

Markers reward identifying the washer with correct radii, subtracting the squares, and the exact volume 2π15\frac{2\pi}{15}.

ExamExplained