Skip to main content
QLDSpecialist MathematicsSyllabus dot point

Topic 1: Integration and applications of integration

Determine areas between curves and volumes of solids of revolution generated by rotating a region about the x-axis or the y-axis, setting up the correct definite integral and evaluating it

A focused answer to the QCE Specialist Mathematics Unit 4 dot point on areas and volumes. Covers the area between two curves, the disc formula for rotation about each axis, and rotating a region bounded by two curves, with a verified worked example and the squaring trap.

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

What this dot point is asking

QCAA wants you to use definite integrals to measure areas enclosed between curves and the volumes of solids formed by rotating a region about an axis. The assessable skill is setting up the correct integral, with the right integrand, the right limits, and the right axis, then evaluating it. Drawing the region first prevents most errors.

The answer

Area between two curves

If f(x)g(x)f(x) \geq g(x) on [a,b][a, b], the area enclosed between them is

A=ab(f(x)g(x))dx,A = \int_a^b \big(f(x) - g(x)\big)\, dx,

the upper curve minus the lower curve. Find the intersection points to fix the limits aa and bb. If the curves cross within the interval, split the integral at each crossing and integrate the positive difference on each piece.

Volume of revolution about the x-axis

Rotating the region under y=f(x)y = f(x) from x=ax = a to x=bx = b about the xx-axis sweeps out a solid of circular cross-sections of radius f(x)f(x). Each thin disc has volume π[f(x)]2dx\pi [f(x)]^2\, dx, so

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

The integrand is the radius squared; the π\pi is the area of the circular face.

Volume of revolution about the y-axis

Rotating the region between x=g(y)x = g(y) and the yy-axis from y=cy = c to y=dy = d about the yy-axis gives

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

Here you express xx as a function of yy and integrate with respect to yy. The structure mirrors the xx-axis case with the roles of the variables swapped.

Region between two curves rotated about an axis

When the rotated region lies between an outer curve R(x)R(x) and an inner curve r(x)r(x), the cross-section is an annulus (washer):

V=πab([R(x)]2[r(x)]2)dx.V = \pi \int_a^b \Big( [R(x)]^2 - [r(x)]^2 \Big)\, dx.

You subtract the squares of the radii, not the square of the difference. Squaring each radius separately is essential.

Choosing the variable of integration

Rotation about the xx-axis integrates in xx with radius given by a yy-value; rotation about the yy-axis integrates in yy with radius given by an xx-value. Match the variable of integration to the axis of rotation.

Exam-style practice questions

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

2022 QCAA5 marksThe region between the x-axis and the curve of the function y = (1 + sin 2x) for 0 less than or equal to x less than or equal to pi/2 is rotated about the x-axis to form a solid of revolution. Determine the volume of this solid. Express your answer in simplest form.
Show worked answer →

Use the disc formula V = pi * integral of y^2 dx from 0 to pi/2.

Set up [1 mark]: V = pi * integral from 0 to pi/2 of (1 + sin 2x)^2 dx.

Expand the integrand [1 mark]: (1 + sin 2x)^2 = 1 + 2 sin 2x + sin^2(2x).

Apply the double-angle identity sin^2(2x) = (1 - cos 4x)/2 [1 mark], so the integrand becomes 3/2 + 2 sin 2x - (1/2) cos 4x.

Integrate [1 mark]: pi * [ (3/2)x - cos 2x - (1/8) sin 4x ] from 0 to pi/2.

Evaluate [1 mark]: at x = pi/2, the bracket is 3pi/4 - cos(pi) - (1/8) sin(2pi) = 3pi/4 + 1; at x = 0 it is -1.
V = pi[(3pi/4 + 1) - (-1)] = pi(3pi/4 + 2) cubic units.