Unit 3: Further calculus and statistics

QLDMath MethodsSyllabus dot point

Topic 2: Integrals

Apply the definite integral to find the area under a curve, the area between two curves, the average value of a function, and to solve kinematics problems involving displacement, velocity and acceleration

A focused answer to the QCE Mathematical Methods Unit 3 dot point on the applications of integration. Covers area under a curve, area between two curves (including curves that cross), the average value of a function, and the kinematics chain (integrate acceleration for velocity, integrate velocity for displacement), with worked Paper 2 and PSMT-style examples.

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

QCAA wants you to apply the definite integral to find areas, average values and kinematic quantities. These three application types account for most of the Topic 2 marks in IA2 and the EA, and they are the most common Topic 2 contexts for PSMTs.

The answer

Area under a single curve

For f(x)0f(x) \geq 0 on [a,b][a, b]:

Area=abf(x)dx.\text{Area} = \int_a^b f(x) \, dx.

If f(x)f(x) is negative on part of the interval, the definite integral subtracts that portion (counts it as negative). To find the geometric area in that case, split the integral at the zeros and take absolute values:

Geometric area=acf(x)dxor equivalentlysign-piecef(x)dx.\text{Geometric area} = \int_a^c |f(x)| \, dx \quad \text{or equivalently} \quad \sum \left| \int_{\text{sign-piece}} f(x) \, dx \right|.

Area between two curves

For two curves y=f(x)y = f(x) and y=g(x)y = g(x) on [a,b][a, b] where f(x)g(x)f(x) \geq g(x):

Area=ab(f(x)g(x))dx.\text{Area} = \int_a^b \bigl( f(x) - g(x) \bigr) \, dx.

This is the "top minus bottom" rule. If the curves cross inside the interval, split the integral at each intersection and switch which curve is on top.

Method:

  1. Find the intersection points by solving f(x)=g(x)f(x) = g(x).
  2. On each subinterval, identify which function is on top.
  3. Integrate top minus bottom on each subinterval.
  4. Add the pieces (all positive).

Average value of a function

The average value of ff on [a,b][a, b] is

fˉ=1baabf(x)dx.\bar{f} = \frac{1}{b - a} \int_a^b f(x) \, dx.

Interpretation: the constant height of a rectangle on [a,b][a, b] that has the same area as the region under the curve. This is asked frequently in modelling contexts (average temperature, average concentration, average rate of demand over a day).

Kinematics

In rectilinear (straight-line) motion, displacement s(t)s(t), velocity v(t)v(t) and acceleration a(t)a(t) are linked by differentiation and integration.

v(t)=dsdt,a(t)=dvdt=d2sdt2v(t) = \frac{ds}{dt}, \qquad a(t) = \frac{dv}{dt} = \frac{d^2 s}{dt^2}

Reversing each link:

v(t)=a(t)dt+C1,s(t)=v(t)dt+C2.v(t) = \int a(t) \, dt + C_1, \qquad s(t) = \int v(t) \, dt + C_2.

The constants of integration are fixed by initial conditions (typically v(0)v(0) and s(0)s(0)).

For motion on [t1,t2][t_1, t_2]:

Displacement=t1t2v(t)dt,Total distance=t1t2v(t)dt.\text{Displacement} = \int_{t_1}^{t_2} v(t) \, dt, \qquad \text{Total distance} = \int_{t_1}^{t_2} |v(t)| \, dt.

The distinction matters. Displacement is the signed change in position. Total distance is the path length. They are equal only when v(t)v(t) does not change sign.

Worked examples

Area under a curve

Find the area under y=exy = e^x from x=0x = 0 to x=1x = 1.

01exdx=[ex]01=e11.718.\int_0^1 e^x \, dx = [e^x]_0^1 = e - 1 \approx 1.718.

Area between curves

Find the area enclosed by y=xy = x and y=x3y = x^3 in the first quadrant.

Intersections at x=x3    x(1x2)=0    x=0,1x = x^3 \implies x (1 - x^2) = 0 \implies x = 0, 1 (first quadrant).

On [0,1][0, 1], xx3x \geq x^3.

Area=01(xx3)dx=[x22x44]01=1214=14.\text{Area} = \int_0^1 (x - x^3) \, dx = \left[ \tfrac{x^2}{2} - \tfrac{x^4}{4} \right]_0^1 = \tfrac{1}{2} - \tfrac{1}{4} = \tfrac{1}{4}.

Average value

Find the average value of f(x)=sinxf(x) = \sin x on [0,π][0, \pi].

fˉ=1π0πsinxdx=1π[cosx]0π=1π(1+1)=2π0.637.\bar{f} = \dfrac{1}{\pi} \int_0^{\pi} \sin x \, dx = \dfrac{1}{\pi} [-\cos x]_0^{\pi} = \dfrac{1}{\pi} (1 + 1) = \dfrac{2}{\pi} \approx 0.637.

Kinematics: from acceleration to displacement

A particle starts at the origin with velocity 44 m/s and is subject to acceleration a(t)=2a(t) = -2 m/s2^2.

v(t)=2dt=2t+C1v(t) = \int -2 \, dt = -2 t + C_1. From v(0)=4v(0) = 4, C1=4C_1 = 4, so v(t)=42tv(t) = 4 - 2 t.

s(t)=(42t)dt=4tt2+C2s(t) = \int (4 - 2 t) \, dt = 4 t - t^2 + C_2. From s(0)=0s(0) = 0, C2=0C_2 = 0, so s(t)=4tt2s(t) = 4 t - t^2.

The particle reaches maximum displacement when v=0v = 0, at t=2t = 2, where s=4s = 4. After t=2t = 2 the particle moves back towards the origin.

Common traps

Top minus bottom inverted. If you integrate bottom minus top you get a negative result. Take absolute values or swap the order.

Forgetting to split at intersections. Curves that cross on the interval require multiple integrals with the order flipped on each piece.

Mixing displacement and distance. Displacement is the signed integral of velocity. Total distance is the integral of v(t)|v(t)|. PSMT and EA markers test this distinction frequently.

Skipping initial conditions in kinematics. Both integration constants (C1C_1 and C2C_2) must be evaluated from initial conditions, not left in the answer.

Wrong factor on the average value. The denominator is bab - a, not bb alone. A common slip on a [0,b][0, b] interval gives the right answer by coincidence and then the wrong answer everywhere else.

Using the definite integral for area without checking sign. abfdx\int_a^b f \, dx is signed area. For geometric area you may need to split at the zeros of ff and absolute-value each piece.

In one sentence

The definite integral computes area under a curve, area between two curves (top minus bottom, split at intersections), the average value 1baabfdx\frac{1}{b - a} \int_a^b f \, dx, and the kinematic chain (integrate acceleration for velocity, integrate velocity for displacement, integrate the absolute value for total distance), making it the workhorse application tool of Unit 3.

Past exam questions, worked

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

2023 QCAA-style P25 marksFind the exact area enclosed between the curves $y = x^2$ and $y = 4 - x^2$.
Show worked answer →

A 5-mark answer needs the intersection points, the top-minus-bottom integrand, the evaluation, and the simplified exact value.

Intersections: x2=4x2    2x2=4    x=±2x^2 = 4 - x^2 \implies 2 x^2 = 4 \implies x = \pm \sqrt{2}.

Top minus bottom: on [2,2][-\sqrt{2}, \sqrt{2}], 4x2x24 - x^2 \geq x^2, so the integrand is (4x2)x2=42x2(4 - x^2) - x^2 = 4 - 2 x^2.

Area =22(42x2)dx= \int_{-\sqrt{2}}^{\sqrt{2}} (4 - 2 x^2) \, dx.

By symmetry (even integrand), =202(42x2)dx=2[4x2x33]02= 2 \int_0^{\sqrt{2}} (4 - 2 x^2) \, dx = 2 \left[ 4 x - \frac{2 x^3}{3} \right]_0^{\sqrt{2}}.

=2(422(2)33)=2(42423)=2122423=1623.= 2 \left( 4 \sqrt{2} - \frac{2 (\sqrt{2})^3}{3} \right) = 2 \left( 4 \sqrt{2} - \frac{4 \sqrt{2}}{3} \right) = 2 \cdot \frac{12 \sqrt{2} - 4 \sqrt{2}}{3} = \frac{16 \sqrt{2}}{3}.

Markers reward correct intersection points, the top-minus-bottom orientation (often inverted), use of symmetry to halve the work, and the simplified exact form.

2022 QCAA-style P24 marksA particle moves in a straight line with velocity $v(t) = 3 t^2 - 12 t + 9$ m/s for $0 \leq t \leq 4$ seconds. (a) Find the displacement of the particle over the interval. (b) Find the total distance travelled.
Show worked answer →

A 4-mark kinematics answer must distinguish displacement (signed) from total distance (unsigned).

(a) Displacement =04v(t)dt=04(3t212t+9)dt=[t36t2+9t]04=(6496+36)0=4= \int_0^4 v(t) \, dt = \int_0^4 (3 t^2 - 12 t + 9) \, dt = [t^3 - 6 t^2 + 9 t]_0^4 = (64 - 96 + 36) - 0 = 4 m.

(b) Total distance requires identifying when vv changes sign. v(t)=3(t24t+3)=3(t1)(t3)v(t) = 3 (t^2 - 4 t + 3) = 3 (t - 1)(t - 3). Zeros at t=1t = 1 and t=3t = 3.

Sign: v>0v > 0 on [0,1)[0, 1), v<0v < 0 on (1,3)(1, 3), v>0v > 0 on (3,4](3, 4].

Distance =01vdt13vdt+34vdt=4(4)+4=8= \int_0^1 v \, dt - \int_1^3 v \, dt + \int_3^4 v \, dt = 4 - (-4) + 4 = 8 m. (Using 01=4\int_0^1 = 4, 13=4\int_1^3 = -4, 34=4\int_3^4 = 4, by direct evaluation.)

Markers reward the displacement integral, identification of velocity zeros, splitting the integral at those zeros, and the absolute-value treatment that gives total distance of 88 m as distinct from displacement of 44 m.

Related dot points