Skip to main content
ExamExplained
NSW · Maths Advanced
Maths Advanced study scene
§-Syllabus dot point
NSWMaths AdvancedSyllabus dot point

How do we use definite integrals to compute areas between curves and volumes of solids of revolution?

Calculate the area under a curve, the area between two curves, and the volume of a solid of revolution about the xx or yy axis

A focused answer to the HSC Maths Advanced dot point on areas and volumes via integration. Areas under and between curves, the disk method for volumes of revolution about the xx and yy axes.

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

NESA wants you to interpret a definite integral as an area, extend that to the area between two curves, and apply the disk method to compute the volume of a solid formed by rotating a region about the xx or yy axis.

The answer

Area under a curve between x equals a and x equals b A curve y equals f of x above the x axis between x equals a and x equals b. The region between the curve, the vertical lines x equals a and x equals b, and the x axis is shaded as the area equals the integral of f of x from a to b. x y a b f(x) A = ∫ab f(x) dx

If f(x)0f(x) \geq 0 on [a,b][a, b], then the area between y=f(x)y = f(x) and the xx-axis is

A=abf(x)dx.A = \int_a^b f(x) \, dx.

If f(x)<0f(x) < 0 on part of the interval, the integral subtracts that part. To get the geometric area (always positive), split the integral at zeros of ff and take absolute values:

A=abf(x)dx.A = \int_a^b |f(x)| \, dx.

Area between two curves

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

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

Find the intersection points by solving f(x)=g(x)f(x) = g(x) and use them as your limits. If the curves cross inside the interval, split the integral at each crossing and use the correct ordering of "upper minus lower" on each piece.

The reason "upper minus lower" works regardless of the axis is worth understanding, because it removes the need to worry about whether the curves are above or below the xx-axis. The vertical gap between the two curves at a given xx is f(x)g(x)f(x) - g(x) whether both are positive, both negative, or straddling the axis: any constant you might add to shift both curves up cancels in the difference. So you never split at the xx-axis for an area-between-curves problem, only at the points where the two curves themselves cross.

Area between two curvesThe line y equals 2x and the parabola y equals x squared meet at x equals 0 and x equals 2. Between them the line is the upper curve and the parabola the lower curve. The region enclosed is shaded, and its area is the integral of upper minus lower from 0 to 2. xy y = 2x y = x² x = 0 x = 2 upper - lower A = integral of (2x - x squared) from 0 to 2 (line above, parabola below).

Area between a curve and the yy-axis

If the boundary is described as x=h(y)x = h(y), integrate with respect to yy:

A=cdh(y)dy.A = \int_c^d h(y) \, dy.

Volume of revolution about the xx-axis

Rotating the region under y=f(x)y = f(x) between x=ax = a and x=bx = b about the xx-axis produces a solid whose cross sections perpendicular to the axis are disks of radius f(x)f(x). The volume is

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

The [f(x)]2[f(x)]^2 is the part students drop. It is there because the cross section is a circle of radius f(x)f(x), and a circle's area is πr2\pi r^2, so the radius gets squared before integrating, not after. This is also why you cannot pull the π\pi inside or skip it: every cross section is a full disk, and π\pi is the area of a unit-radius one.

The volume of revolution, stage by stage

The disk method is best seen as a film: a flat region spins about an axis and sweeps out a solid, which you then slice back into disks to add up. The four stages below build exactly that picture for rotation about the xx-axis.

Stage 1, draw the region. Shade the region bounded by y=f(x)y = f(x), the xx-axis and the lines x=ax = a and x=bx = b. This flat region is what gets rotated; everything else follows from it.

The region to be rotatedThe region bounded by the curve y equals f of x, the x axis, and the lines x equals a and x equals b is shaded above the x axis. This is the region that will be rotated. xy ab y = f(x) 1 Stage 1: shade the region under y = f(x) from x = a to x = b.

Stage 2, take a representative disk. Picture a thin vertical strip of the region at a typical xx. When the region spins, that strip sweeps out a thin disk whose radius is the height of the curve, r=f(x)r = f(x), and whose thickness is dxdx. Its circular face is the ellipse straddling the axis.

A representative diskA thin vertical strip of the region at a typical value of x sweeps out a disk when rotated. The disk has radius f of x and thickness d x. Its circular face is shown as an ellipse straddling the x axis. xy r = f(x) ab y = f(x) 2 Stage 2: a thin strip at x sweeps a disk of radius r = f(x).

Stage 3, sweep the whole region. A full turn about the xx-axis sends every strip around, sweeping the region into a solid. Its outline is the curve above the axis and its mirror image below; the far end is a circular cap of radius f(b)f(b).

The solid of revolutionRotating the region a full turn about the x axis sweeps out a solid. Its outline is the curve above the axis and its mirror image below. The far end is a circular cap of radius f of b; faint dashed ellipses inside show stacked disks. xy a b 3 Stage 3: a full turn about the x-axis sweeps the region into a solid.

Stage 4, sum the disks. Fill the solid with these thin disks. One disk has volume πr2dx=π[f(x)]2dx\pi r^2 \, dx = \pi [f(x)]^2 \, dx (area of a circle times thickness), and adding them all from aa to bb turns the sum into an integral:

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

Volume as the sum of disksThe solid is filled with many thin disks. Each disk has volume pi times f of x squared times d x, so the total volume is pi times the integral of f of x squared d x from a to b. xy a b 4 Stage 4: each disk has volume pi r squared dx; summing them gives the volume V as pi times the integral of f(x) squared.

Volume of revolution about the yy-axis

Rotating the region between x=h(y)x = h(y) and the yy-axis, between y=cy = c and y=dy = d, about the yy-axis gives

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

You must invert the relation to express xx as a function of yy before integrating.

Volume between two curves

If a region is bounded by y=f(x)y = f(x) above and y=g(x)y = g(x) below, rotating about the xx-axis gives a washer with outer radius f(x)f(x) and inner radius g(x)g(x):

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

Note that this is not π(fg)2\pi \int (f - g)^2. The reason is geometric: each cross section is an annulus (a washer), whose area is the big circle minus the small hole, πR2πr2\pi R^2 - \pi r^2. That is π(R2r2)\pi(R^2 - r^2), the difference of the squared radii. Squaring the gap (fg)(f - g) would measure the area of a disk whose radius is the gap, which is a completely different solid.

How exam questions ask about areas and volumes

The wording pins down both the method and the variable you integrate in:

  • "Find the area bounded by / enclosed by the curve and the xx-axis." A single curve against the axis: integrate f(x)f(x), but if the curve dips below the axis, split at its roots and take magnitudes so the area is positive.
  • "Find the area between / enclosed by the two curves." Solve f(x)=g(x)f(x) = g(x) for the limits, then integrate upper minus lower. Sketch first so you know which curve is on top.
  • "The region is rotated about the xx-axis." Disk method in xx: V=π[f(x)]2dxV = \pi \int [f(x)]^2\,dx, with xx-limits.
  • "The region is rotated about the yy-axis." Disk method in yy: rearrange to x=h(y)x = h(y) first, then V=π[h(y)]2dyV = \pi \int [h(y)]^2\,dy, with yy-limits. The single most common error here is forgetting to invert and convert the limits to yy-values.
  • "Find the volume of the solid between y=f(x)y = f(x) and y=g(x)y = g(x) when rotated about the xx-axis." Washer method: V=π([f]2[g]2)dxV = \pi \int ([f]^2 - [g]^2)\,dx, outer radius squared minus inner radius squared.
  • "Give your answer in exact form" or no rounding instruction. Leave π\pi, surds and fractions in place; do not reach for the calculator.

The axis of rotation decides the variable of integration every time: rotate about the xx-axis and you integrate in xx; rotate about the yy-axis and you integrate in yy. Get that pairing wrong and the whole integral is set up incorrectly.

Exam-style practice questions

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

2021 HSC Q154 marksFind the area of the region bounded by the curves y=x2y = x^2 and y=2xy = 2 x.
Show worked answer →

Find the points of intersection: x2=2xx^2 = 2 x gives x(x2)=0x(x - 2) = 0, so x=0x = 0 and x=2x = 2.

On the interval [0,2][0, 2], the line y=2xy = 2 x lies above the parabola y=x2y = x^2.

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

Markers reward finding the intersections, identifying the upper curve, and evaluating the definite integral correctly.

2019 HSC Q144 marksThe region bounded by y=xy = \sqrt{x}, the xx-axis and the line x=4x = 4 is rotated about the xx-axis. Find the volume of the solid formed.
Show worked answer →

Use the disk method. Volume =πaby2dx= \pi \int_a^b y^2 \, dx.

With y=xy = \sqrt{x}, y2=xy^2 = x.

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

Markers expect the disk-method formula, the correct y2y^2, evaluation between 00 and 44, and the answer left in exact form with π\pi.

Practice questions

Original practice questions graded from foundation to exam level, each with a full worked solution. Try them before revealing the solution.

foundation2 marksFind the area between the curve y=3x2y = 3x^2 and the xx-axis from x=1x = 1 to x=2x = 2.
Show worked solution →

Set up the area integral. The curve is positive on [1,2][1, 2], so the area is the definite integral of yy:

A=123x2dx.A = \int_1^2 3x^2 \, dx.

Integrate and evaluate.

A=[x3]12=2313=81=7 square units.A = \left[ x^3 \right]_1^2 = 2^3 - 1^3 = 8 - 1 = 7 \text{ square units}.

Marker's note: one mark for the correct integral 123x2dx\int_1^2 3x^2\,dx with the antiderivative x3x^3, one for evaluating to 77 square units. Writing the answer without "square units" is a common minor loss.

foundation3 marksFind the area of the region enclosed between the line y=xy = x and the parabola y=x2y = x^2.
Show worked solution →

Find the intersection points for the limits. Solve x=x2x = x^2:

x2x=0x(x1)=0x=0 or x=1.x^2 - x = 0 \quad\Rightarrow\quad x(x - 1) = 0 \quad\Rightarrow\quad x = 0 \text{ or } x = 1.

Decide which curve is upper. Testing x=12x = \tfrac{1}{2} gives y=12y = \tfrac{1}{2} for the line and y=14y = \tfrac{1}{4} for the parabola, so y=xy = x is above y=x2y = x^2 on [0,1][0, 1].

Integrate upper minus lower.

A=01(xx2)dx=[x22x33]01=1213=16 square units.A = \int_0^1 (x - x^2) \, dx = \left[ \frac{x^2}{2} - \frac{x^3}{3} \right]_0^1 = \frac{1}{2} - \frac{1}{3} = \frac{1}{6} \text{ square units}.

Marker's note: one mark for the limits x=0x = 0 and x=1x = 1, one for the correct "upper minus lower" integrand xx2x - x^2, one for evaluating to 16\frac{1}{6}. Integrating x2xx^2 - x (wrong order) gives 16-\frac{1}{6} and loses the final mark.

foundation2 marksThe region under the line y=2xy = 2x from x=0x = 0 to x=3x = 3 is rotated about the xx-axis. Find the volume of the cone formed.
Show worked solution →

Apply the disk method. Rotating about the xx-axis gives V=πab[f(x)]2dxV = \pi \int_a^b [f(x)]^2 \, dx with f(x)=2xf(x) = 2x, so [f(x)]2=4x2[f(x)]^2 = 4x^2:

V=π034x2dx.V = \pi \int_0^3 4x^2 \, dx.

Integrate and evaluate.

V=π[4x33]03=π4×273=36π cubic units.V = \pi \left[ \frac{4x^3}{3} \right]_0^3 = \pi \cdot \frac{4 \times 27}{3} = 36\pi \text{ cubic units}.

Marker's note: one mark for the set-up π03(2x)2dx\pi \int_0^3 (2x)^2\,dx with the radius squared, one for evaluating to 36π36\pi cubic units. Forgetting to square the 22 (using 2x22x^2 instead of 4x24x^2) halves the answer and loses the mark.

core4 marksThe parabola y=x24y = x^2 - 4 is graphed. It has its vertex at (0,4)(0, -4), cuts the xx-axis at x=2x = -2 and x=2x = 2, and lies entirely below the xx-axis for 2<x<2-2 < x < 2. Find the area of the region enclosed between the curve and the xx-axis.
Show worked solution →

Recognise the region sits below the axis. Between x=2x = -2 and x=2x = 2 the curve is below the xx-axis, so the plain definite integral would come out negative. Area is non-negative, so take the magnitude:

A=22(x24)dx=22(4x2)dx.A = \left| \int_{-2}^{2} (x^2 - 4) \, dx \right| = \int_{-2}^{2} (4 - x^2) \, dx.

Integrate the flipped integrand.

A=[4xx33]22.A = \left[ 4x - \frac{x^3}{3} \right]_{-2}^{2}.

Evaluate at each limit.

(4(2)83)(4(2)83)=(883)(8+83)=163+163=323 square units.\left( 4(2) - \frac{8}{3} \right) - \left( 4(-2) - \frac{-8}{3} \right) = \left( 8 - \frac{8}{3} \right) - \left( -8 + \frac{8}{3} \right) = \frac{16}{3} + \frac{16}{3} = \frac{32}{3} \text{ square units}.

Marker's note: one mark for recognising the region is below the axis and using |\cdot| (or integrating 4x24 - x^2), one for the correct antiderivative, one for correct substitution of both limits, one for 323\frac{32}{3} square units. Reporting 323-\frac{32}{3} or forgetting the sign issue is the trap the graph is drawn to expose.

core4 marksThe region in the first quadrant bounded by the curve y=x2y = x^2, the line y=9y = 9 and the yy-axis is rotated about the yy-axis. Find the exact volume of the solid formed.
Show worked solution →

Rotation about the yy-axis means integrate in yy. Use V=πcd[h(y)]2dyV = \pi \int_c^d [h(y)]^2 \, dy, so first express the radius xx as a function of yy. From y=x2y = x^2 (first quadrant),

x=yx2=y=[h(y)]2.x = \sqrt{y} \quad\Rightarrow\quad x^2 = y = [h(y)]^2.

Set the yy-limits. The region runs from y=0y = 0 (the origin) up to y=9y = 9 (the line).

Integrate.

V=π09ydy=π[y22]09=π812=81π2 cubic units.V = \pi \int_0^9 y \, dy = \pi \left[ \frac{y^2}{2} \right]_0^9 = \pi \cdot \frac{81}{2} = \frac{81\pi}{2} \text{ cubic units}.

Marker's note: one mark for choosing to integrate in yy, one for inverting to [h(y)]2=y[h(y)]^2 = y, one for the correct limits 00 to 99, one for 81π2\frac{81\pi}{2} cubic units. The classic error is leaving the integral in xx and rotating as if about the xx-axis.

exam5 marksA region RR is bounded by the curve y=xy = \sqrt{x} and the line y=x2y = \dfrac{x}{2}. (a) Show that the curve and the line meet at x=0x = 0 and x=4x = 4. (b) Show that the area of RR is 43\dfrac{4}{3} square units. (c) Hence, or otherwise, find the exact volume of the solid formed when RR is rotated about the xx-axis.
Show worked solution →

Part (a): solve x=x2\sqrt{x} = \dfrac{x}{2} for the intersections. Square both sides:

x=x244x=x2x24x=0x(x4)=0,x = \frac{x^2}{4} \quad\Rightarrow\quad 4x = x^2 \quad\Rightarrow\quad x^2 - 4x = 0 \quad\Rightarrow\quad x(x - 4) = 0,

so x=0x = 0 and x=4x = 4, as required.

Part (b): integrate upper minus lower. Testing x=1x = 1 gives x=1\sqrt{x} = 1 and x2=12\dfrac{x}{2} = \dfrac{1}{2}, so y=xy = \sqrt{x} is the upper curve on [0,4][0, 4]:

A=04(xx2)dx=[23x3/2x24]04.A = \int_0^4 \left( \sqrt{x} - \frac{x}{2} \right) dx = \left[ \frac{2}{3} x^{3/2} - \frac{x^2}{4} \right]_0^4.

Substitute x=4x = 4 (using 43/2=84^{3/2} = 8):

A=23(8)164=1634=163123=43 square units.A = \frac{2}{3}(8) - \frac{16}{4} = \frac{16}{3} - 4 = \frac{16}{3} - \frac{12}{3} = \frac{4}{3} \text{ square units}.

Part (c): rotate RR about the xx-axis using the washer method. The outer radius is the upper curve x\sqrt{x} and the inner radius is the line x2\dfrac{x}{2}, so use the difference of squared radii:

V=π04((x)2(x2)2)dx=π04(xx24)dx.V = \pi \int_0^4 \left( (\sqrt{x})^2 - \left( \frac{x}{2} \right)^2 \right) dx = \pi \int_0^4 \left( x - \frac{x^2}{4} \right) dx.

Integrate and evaluate:

V=π[x22x312]04=π(1626412)=π(8163)=π83=8π3 cubic units.V = \pi \left[ \frac{x^2}{2} - \frac{x^3}{12} \right]_0^4 = \pi \left( \frac{16}{2} - \frac{64}{12} \right) = \pi \left( 8 - \frac{16}{3} \right) = \pi \cdot \frac{8}{3} = \frac{8\pi}{3} \text{ cubic units}.

Marker's note: one mark for part (a) solving to x=0,4x = 0, 4; one mark for the correct "upper minus lower" integrand in (b) and one for evaluating to 43\frac{4}{3}; one mark in (c) for the washer set-up with squared radii (not the square of the difference) and one for 8π3\frac{8\pi}{3} cubic units. Writing π(xx2)2dx\pi\int(\sqrt{x} - \tfrac{x}{2})^2\,dx is the standard washer trap and scores neither (c) mark.

exam5 marksA designer models a bowl by rotating the region under the curve y=12x2y = \dfrac{1}{2}x^2, between x=0x = 0 and x=4x = 4, about the yy-axis. All lengths are in centimetres. (a) Show that, written in terms of yy, the squared radius of the bowl satisfies x2=2yx^2 = 2y. (b) Find the depth of the bowl, that is the value of yy where x=4x = 4. (c) Find the exact capacity of the bowl in cubic centimetres.
Show worked solution →

Part (a): invert the curve. Rotation is about the yy-axis, so the radius must be a function of yy. From y=12x2y = \dfrac{1}{2}x^2,

2y=x2x2=2y,2y = x^2 \quad\Rightarrow\quad x^2 = 2y,

as required.

Part (b): find the depth. The rim of the bowl is at x=4x = 4, so

y=12(4)2=12(16)=8 cm.y = \frac{1}{2}(4)^2 = \frac{1}{2}(16) = 8 \text{ cm}.

The bowl is 88 cm deep.

Part (c): the capacity is the volume of revolution in yy. Using V=πcdx2dyV = \pi \int_c^d x^2 \, dy with x2=2yx^2 = 2y and yy running from 00 to 88:

V=π082ydy=π[y2]08=π(640)=64π cm3.V = \pi \int_0^8 2y \, dy = \pi \left[ y^2 \right]_0^8 = \pi (64 - 0) = 64\pi \text{ cm}^3.

Marker's note: one mark for inverting to x2=2yx^2 = 2y in (a); one mark for the depth y=8y = 8 cm in (b); one mark for the volume set-up π082ydy\pi\int_0^8 2y\,dy with yy-limits, one for the antiderivative y2y^2, and one for 64π64\pi cm3^3. Integrating in xx, or using xx-limits 00 to 44 with the yy-integrand, are the two common set-up errors.

ExamExplained