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

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.

Setting up the integral from a sketch

The reliable workflow is always the same: sketch the region, mark the limits where the boundary curves meet, decide the axis of rotation, and then identify the radius. For an xx-axis rotation the radius is the vertical distance from the axis to the curve, namely the yy-value; for a yy-axis rotation it is the horizontal distance, the xx-value, so you must first rearrange the curve into the form x=g(y)x = g(y). Getting the limits from the intersection points and the radius from the correct distance accounts for most of the marks; the integration itself is usually routine.

Areas where curves cross

When the two curves cross inside the interval, the upper and lower roles swap, and a single integral of fgf - g would let positive and negative pieces cancel. Find every intersection in the interval, split the region at each one, and integrate the positive difference (upper minus lower) on each piece separately, then add the parts. Equivalently, integrate the absolute value of the difference. For example, the area between y=sinxy = \sin x and the xx-axis over [0,2π][0, 2\pi] must be split at x=πx = \pi, because the curve dips below the axis on (π,2π)(\pi, 2\pi).

A worked link to trigonometric integration

Volumes of revolution frequently produce integrands like sin2x\sin^2 x or cos2x\cos^2 x after squaring the radius, which cannot be integrated directly. The power-reducing identities sin2x=1cos2x2\sin^2 x = \tfrac{1 - \cos 2x}{2} and cos2x=1+cos2x2\cos^2 x = \tfrac{1 + \cos 2x}{2} convert them into terms that integrate immediately. Recognising that a squared trigonometric radius will need a double-angle reduction is the key planning step in those questions, and it ties this dot point directly to the trigonometric-integration techniques in the same unit.

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.

QCAA 20225 marksPaper 2 (complex familiar). The region between the xx-axis and y=1+sin2xy = 1 + \sin 2x for 0xπ20 \leq x \leq \tfrac{\pi}{2} is rotated about the xx-axis. Determine the exact volume of the solid of revolution, in simplest form.
Show worked answer →

Disc formula: V=π0π/2(1+sin2x)2dx.V = \pi \displaystyle\int_0^{\pi/2} (1 + \sin 2x)^2\, dx.

Expand: (1+sin2x)2=1+2sin2x+sin22x(1 + \sin 2x)^2 = 1 + 2\sin 2x + \sin^2 2x. Use sin22x=1cos4x2\sin^2 2x = \tfrac{1 - \cos 4x}{2}, so the integrand is 32+2sin2x12cos4x.\tfrac{3}{2} + 2\sin 2x - \tfrac{1}{2}\cos 4x.

Integrate: V=π[32xcos2x18sin4x]0π/2.V = \pi\Big[\tfrac{3}{2}x - \cos 2x - \tfrac{1}{8}\sin 4x\Big]_0^{\pi/2}.

At x=π2x = \tfrac{\pi}{2}: 3π4cosπ18sin2π=3π4+1\tfrac{3\pi}{4} - \cos\pi - \tfrac{1}{8}\sin 2\pi = \tfrac{3\pi}{4} + 1. At x=0x = 0: 1-1. So V=π[(3π4+1)(1)]=π(3π4+2)V = \pi\big[(\tfrac{3\pi}{4} + 1) - (-1)\big] = \pi\big(\tfrac{3\pi}{4} + 2\big) cubic units.

Markers reward the disc setup, the double-angle reduction, the antiderivative, and the exact evaluation.

QCAA 20234 marksPaper 1 (technique). Determine the area enclosed between the curves y=x2y = x^2 and y=2xy = 2x.
Show worked answer →

Intersections: x2=2xx^2 = 2x gives x(x2)=0x(x - 2) = 0, so x=0x = 0 and x=2x = 2. On (0,2)(0, 2) the line y=2xy = 2x is above the parabola.

Area =02(2xx2)dx=[x2x33]02=483=43= \displaystyle\int_0^2 (2x - x^2)\, dx = \Big[x^2 - \tfrac{x^3}{3}\Big]_0^2 = 4 - \tfrac{8}{3} = \tfrac{4}{3} square units.

Markers reward the intersection points, the correct upper-minus-lower integrand, and the evaluated area.

ExamExplained