Skip to main content
VICMath MethodsSyllabus dot point

How is the definite integral used to compute the average value of a function, total change from a rate of change, and related applications?

Applications of integration including the average value of a function on a closed interval, total change from a rate of change function, and kinematics (displacement and distance from velocity)

A focused answer to the VCE Math Methods Unit 4 key-knowledge point on applications of integration. Average value of a function, total change from a rate function, kinematics (displacement from velocity), and the recurring Paper 2 contexts in volume of water, drug concentration and population modelling.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. Average value of a function
  3. Total change from a rate of change
  4. Kinematics: displacement and distance from velocity
  5. Average rate of change
  6. Examples in context
  7. Try this

What this dot point is asking

VCAA wants you to use the definite integral in three application contexts: the average value of a function on a closed interval, the total change of a quantity from a given rate of change, and kinematics (displacement and distance from velocity). The dot point bridges the abstract calculus of Unit 3 to the modelling Paper 2 SAC and exam.

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

Geometrically, fˉ\bar f is the height of the rectangle on [a,b][a, b] whose area equals abf(x)dx\int_{a}^{b} f(x) \, dx. The rectangle has width (ba)(b - a) and area equal to the integral, so its height is the integral divided by the width.

Procedure

  1. Compute the definite integral abf(x)dx\int_{a}^{b} f(x) \, dx.
  2. Divide by the interval length bab - a.

Why it matters

In modelling contexts, average value is the natural "typical level" of a continuous quantity over time. The average temperature over a day, the average flow rate, the average drug concentration. All are integrals divided by interval length.

Example

Average value of f(x)=sin(x)f(x) = \sin(x) on [0,π][0, \pi].

fˉ=1π00πsin(x)dx=1π[cos(x)]0π=1π(((1))(1))=1π2=2π\bar f = \frac{1}{\pi - 0} \int_{0}^{\pi} \sin(x) \, dx = \frac{1}{\pi} [-\cos(x)]_{0}^{\pi} = \frac{1}{\pi} ((-(-1)) - (-1)) = \frac{1}{\pi} \cdot 2 = \frac{2}{\pi}.

Average value approximately 0.6370.637.

Total change from a rate of change

If r(t)=dQdtr(t) = \frac{dQ}{dt} is the rate of change of a quantity QQ with respect to time, the total change over [t1,t2][t_1, t_2] is:

Q(t2)Q(t1)=t1t2r(t)dtQ(t_2) - Q(t_1) = \int_{t_1}^{t_2} r(t) \, dt

This is the fundamental theorem of calculus applied to a rate function.

Procedure

  1. Identify the rate function r(t)r(t).
  2. Compute the definite integral.
  3. Interpret the result in the context's units.

Worked contexts

Water flowing into / out of a container
Rate in litres per minute integrated over time gives volume in litres.
Drug concentration in blood
Rate of change of concentration integrated gives concentration change.
Population growth
Rate of change of population integrated gives population change.
Energy flow
Power (rate of energy transfer) integrated gives energy.

Example

Water flows into a tank at r(t)=3+0.5tr(t) = 3 + 0.5 t litres per minute, 0t100 \leq t \leq 10 minutes. Volume added in the first 10 minutes:

V=010(3+0.5t)dt=[3t+0.25t2]010=30+25=55V = \int_{0}^{10} (3 + 0.5 t) \, dt = [3 t + 0.25 t^2]_{0}^{10} = 30 + 25 = 55 litres.

Kinematics: displacement and distance from velocity

The velocity v(t)v(t) of a particle is the rate of change of its position x(t)x(t), so v(t)=dxdtv(t) = \frac{dx}{dt}.

Displacement (signed)

The displacement of the particle on [t1,t2][t_1, t_2] is:

x(t2)x(t1)=t1t2v(t)dtx(t_2) - x(t_1) = \int_{t_1}^{t_2} v(t) \, dt

Displacement is signed: positive if the net motion is in the positive direction, negative if in the negative direction, zero if the particle returns to its starting point.

Distance travelled (unsigned)

The total distance travelled is the integral of speed (always non-negative):

Distance=t1t2v(t)dt\text{Distance} = \int_{t_1}^{t_2} \lvert v(t) \rvert \, dt

If the velocity changes sign on the interval, the distance is not the same as the displacement. Compute distance by splitting the interval at the zeros of vv and summing the absolute values of each piece.

Procedure for distance

  1. Find the zeros of v(t)v(t) on [t1,t2][t_1, t_2]. These are the times when the particle changes direction.
  2. Split the interval at each zero.
  3. Compute vdt\lvert \int v \, dt \rvert on each sub-interval and sum.

Example

A particle has velocity v(t)=2t6v(t) = 2t - 6 for 0t50 \leq t \leq 5 seconds.

Displacement. 05(2t6)dt=[t26t]05=(2530)0=5\int_{0}^{5} (2t - 6) \, dt = [t^2 - 6t]_{0}^{5} = (25 - 30) - 0 = -5.

Displacement is 5-5 metres (5 metres in the negative direction net).

Distance. v(t)=0v(t) = 0 at t=3t = 3. Split at t=3t = 3.

On [0,3][0, 3]: v<0v < 0 for t<3t < 3. 03(2t6)dt=[t26t]03=918=9\int_{0}^{3} (2t - 6) \, dt = [t^2 - 6t]_{0}^{3} = 9 - 18 = -9. Distance on this piece: 9=9|-9| = 9.

On [3,5][3, 5]: v>0v > 0 for t>3t > 3. 35(2t6)dt=(2530)(918)=5(9)=4\int_{3}^{5} (2t - 6) \, dt = (25 - 30) - (9 - 18) = -5 - (-9) = 4. Distance: 44.

Total distance: 9+4=139 + 4 = 13 metres.

Note: displacement 5-5 differs from distance 1313 because the particle changed direction at t=3t = 3.

Position from velocity (with initial condition)

If v(t)=dxdtv(t) = \frac{dx}{dt} and x(0)=x0x(0) = x_0 is the initial position, then:

x(t)=x0+0tv(s)dsx(t) = x_0 + \int_{0}^{t} v(s) \, ds

Use this to find the position function from the velocity function and an initial condition.

Average rate of change

The average rate of change of a quantity over an interval is:

rˉ=Total changeInterval length=Q(t2)Q(t1)t2t1=1t2t1t1t2r(t)dt\bar r = \frac{\text{Total change}}{\text{Interval length}} = \frac{Q(t_2) - Q(t_1)}{t_2 - t_1} = \frac{1}{t_2 - t_1} \int_{t_1}^{t_2} r(t) \, dt

This is the average value of the rate function. The same formula applies to velocity (average velocity = displacement / time) and speed (average speed = distance / time).

Examples in context

Example 1. Average temperature over a morning. A room's temperature is T(t)=18+2t0.25t2T(t) = 18 + 2t - 0.25t^2 degrees, tt hours after 6 am, for 0t40 \le t \le 4. Its average value is Tˉ=1404(18+2t0.25t2)dt=14[18t+t2t312]04=14(72+166412)=14(82.67)20.7\bar T = \frac{1}{4}\int_0^4 (18 + 2t - 0.25t^2)\,dt = \frac{1}{4}\left[18t + t^2 - \frac{t^3}{12}\right]_0^4 = \frac{1}{4}\left(72 + 16 - \frac{64}{12}\right) = \frac{1}{4}(82.67) \approx 20.7^\circC.

Example 2. Distance from a velocity that reverses. A trolley has velocity v(t)=3t12v(t) = 3t - 12 m/s for 0t60 \le t \le 6 s. The displacement is 06(3t12)dt=[3t2212t]06=5472=18\int_0^6(3t - 12)\,dt = \left[\frac{3t^2}{2} - 12t\right]_0^6 = 54 - 72 = -18 m. But v=0v = 0 at t=4t = 4: distance is 04vdt+46vdt=24+6=30\left|\int_0^4 v\,dt\right| + \int_4^6 v\,dt = |-24| + 6 = 30 m, larger than the displacement because the trolley reversed direction.

Try this

Q1. Find the average value of f(x)=4xf(x) = 4x on [0,5][0, 5]. [2 marks]

  • Cue. 15054xdx=15[2x2]05=505=10\frac{1}{5}\int_0^5 4x\,dx = \frac{1}{5}[2x^2]_0^5 = \frac{50}{5} = 10.

Q2. Water flows in at r(t)=2t+1r(t) = 2t + 1 L/min for 0t60 \le t \le 6. Find the total volume added. [3 marks]

  • Cue. 06(2t+1)dt=[t2+t]06=42\int_0^6 (2t + 1)\,dt = [t^2 + t]_0^6 = 42 litres.

Q3. A particle has velocity v(t)=2t8v(t) = 2t - 8 m/s for 0t60 \le t \le 6 s. Find (a) the displacement and (b) the distance travelled. [2+3 marks]

  • Cue. (a) 06(2t8)dt=[t28t]06=12\int_0^6(2t - 8)\,dt = [t^2 - 8t]_0^6 = -12 m. (b) v=0v = 0 at t=4t = 4; 16+4=20|{-16}| + 4 = 20 m.

Exam-style practice questions

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

2024 VCAA Paper 13 marksFind the average value of f(x)=3x22f(x) = 3 x^2 - 2 on the interval [1,3][1, 3].
Show worked answer →

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.

Antiderivative. (3x22)dx=x32x\int (3 x^2 - 2) \, dx = x^3 - 2x.

Definite integral. [x32x]13=(276)(12)=21(1)=22[x^3 - 2x]_{1}^{3} = (27 - 6) - (1 - 2) = 21 - (-1) = 22.

Average value. fˉ=13122=222=11\bar f = \frac{1}{3 - 1} \cdot 22 = \frac{22}{2} = 11.

Markers reward the correct formula, the definite integral evaluation, and division by interval length.

2023 VCAA Paper 25 marksWater flows out of a tank at a rate r(t)=2+4tetr(t) = 2 + 4 t e^{-t} litres per minute, where tt is measured in minutes. (a) Find the total volume of water that has flowed out in the first 3 minutes. (b) Find the average rate of flow over the same interval.
Show worked answer →

(a) Total volume.

V=03(2+4tet)dtV = \int_{0}^{3} (2 + 4 t e^{-t}) \, dt.

The first term: 032dt=6\int_{0}^{3} 2 \, dt = 6.

The second term: 034tetdt\int_{0}^{3} 4 t e^{-t} \, dt requires technology in Paper 2; using a CAS, this evaluates to approximately 4(14e3)3.204(1 - 4 e^{-3}) \approx 3.20 (to 2 decimal places).

Total: approximately 6+3.20=9.206 + 3.20 = 9.20 litres.

(b) Average rate.

rˉ=Vt2t1=9.2033.07\bar r = \frac{V}{t_2 - t_1} = \frac{9.20}{3} \approx 3.07 litres per minute.

Markers reward the definite integral set-up for total volume, calculator-active evaluation, and the average-rate formula (total / interval).

Related dot points