← Year 12: Calculus

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 $x$ or $y$ 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 $x$ and $y$ axes.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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

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=∫ab∣f(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.

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)]2 dx.V = \pi \int_a^b [f(x)]^2 \, dx.

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)]2 dy.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 Ο€βˆ«(fβˆ’g)2\pi \int (f - g)^2.

Worked example: area between curves

Find the area between y=x3y = x^3 and y=xy = x for x∈[0,1]x \in [0, 1].

On [0,1][0, 1], xβ‰₯x3x \geq x^3, so

A=∫01(xβˆ’x3) dx=[x22βˆ’x44]01=12βˆ’14=14A = \int_0^1 (x - x^3) \, dx = \left[ \frac{x^2}{2} - \frac{x^4}{4} \right]_0^1 = \frac{1}{2} - \frac{1}{4} = \frac{1}{4} square units.

Worked example: volume about the yy-axis

The region bounded by y=x2y = x^2, y=4y = 4 and the yy-axis (first quadrant) is rotated about the yy-axis. Find the volume.

Solve for xx in terms of yy: x=yx = \sqrt{y}, so x2=yx^2 = y.

V=Ο€βˆ«04y dy=Ο€[y22]04=8Ο€V = \pi \int_0^4 y \, dy = \pi \left[ \frac{y^2}{2} \right]_0^4 = 8 \pi cubic units.

Common traps

Forgetting the absolute value. A definite integral can be negative if the curve dips below the axis. Area is non-negative, so split or take absolute values.

Squaring the difference instead of differencing the squares. Volume of a washer uses [f(x)]2βˆ’[g(x)]2[f(x)]^2 - [g(x)]^2, not (f(x)βˆ’g(x))2(f(x) - g(x))^2.

Integrating with respect to the wrong variable. Rotation about the xx-axis pairs with ∫f(x)2 dx\int f(x)^2 \, dx. Rotation about the yy-axis pairs with ∫h(y)2 dy\int h(y)^2 \, dy.

Missing intersections. If the curves cross inside your interval, the upper and lower roles swap. Split the integral and re-test which curve is on top in each subinterval.

Dropping Ο€\pi. A volume of revolution always carries a factor of Ο€\pi. Forgetting it costs marks.

In one sentence

Areas are definite integrals of "upper minus lower" and volumes of revolution are Ο€βˆ«r2\pi \int r^2, with rr being the perpendicular distance from the rotation axis to the boundary.

Past exam questions, worked

Real questions from past NESA papers on this dot point, with our answer explainer.

2021 HSC Q154 marksFind the area of the region bounded by the curves $y = x^2$ and $y = 2 x$.
Show worked answer β†’

Find the points of intersection: x2=2xx^2 = 2 x gives x(xβˆ’2)=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(2xβˆ’x2) dx=[x2βˆ’x33]02=4βˆ’83=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 = \sqrt{x}$, the $x$-axis and the line $x = 4$ is rotated about the $x$-axis. Find the volume of the solid formed.
Show worked answer β†’

Use the disk method. Volume =Ο€βˆ«aby2 dx= \pi \int_a^b y^2 \, dx.

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

V=Ο€βˆ«04x dx=Ο€[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.

Related dot points