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.
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 on , the area enclosed between them is
the upper curve minus the lower curve. Find the intersection points to fix the limits and . 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 from to about the -axis sweeps out a solid of circular cross-sections of radius . Each thin disc has volume , so
The integrand is the radius squared; the is the area of the circular face.
Volume of revolution about the y-axis
Rotating the region between and the -axis from to about the -axis gives
Here you express as a function of and integrate with respect to . The structure mirrors the -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 and an inner curve , the cross-section is an annulus (washer):
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 -axis integrates in with radius given by a -value; rotation about the -axis integrates in with radius given by an -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.