Year 11 Maths Advanced Module 3 ⏱ ~35 min Lesson 1 of 15

Average and Instantaneous Rates of Change

The fastest 100m sprint ever was 9.58 seconds. But the runner was not running at 10.44 m/s for the entire race. His speed varied: slow at the start, explosive in the middle, then a slight fade at the end. In this lesson, you will learn how to measure average speed over an interval — and glimpse how calculus will let us find his exact speed at any single instant.

🏃
Printable worksheet

Download this lesson's worksheet

Use the PDF for classwork, homework or revision. It includes key ideas, activities, questions, an extend task and success-criteria proof.

Think First

A car travels 120 km in 2 hours, so its average speed is 60 km/h. Does this mean the speedometer showed exactly 60 km/h at every moment? What do you think happens to the accuracy of the average speed as we measure it over shorter and shorter time intervals — say, over 1 minute, then 10 seconds, then 1 second?

Type your initial response below — you will revisit this at the end of the lesson.

Write your initial response in your book. You will revisit it at the end of the lesson.

Write your initial thinking in your book
Saved
📐

Formula Reference — This Lesson

Average rate of change
$$\text{Average rate of change} = \frac{\Delta y}{\Delta x} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}$$
Geometric meaning
The average rate of change over $[a, b]$ is the gradient of the secant line through the points $(a, f(a))$ and $(b, f(b))$.
Key insight: Average rate of change tells us the overall steepness between two points. Instantaneous rate of change is what happens when those two points get infinitely close together — the secant becomes a tangent.
📖 Know

Key Facts

  • The formula for average rate of change
  • That average rate of change equals the gradient of a secant
  • The distinction between average and instantaneous rates
💡 Understand

Concepts

  • Why average speed smooths out variation over an interval
  • How shrinking the interval improves the approximation of instantaneous speed
  • The geometric connection between secants and tangents
✅ Can Do

Skills

  • Calculate average rate of change from a formula or table
  • Interpret average rate of change in real-world contexts
  • Estimate instantaneous rate of change using small intervals

Misconceptions to Fix

Wrong: Average rate of change over an interval equals instantaneous rate of change at every point in that interval.

Right: Average rate of change is the overall slope between two points. Instantaneous rate of change is the slope at a single point. They are only equal for linear functions.

Key Terms
DerivativeThe rate of change of a function at a point; the gradient of the tangent.
DifferentiationThe process of finding the derivative of a function.
Stationary PointA point where the derivative equals zero.
Chain RuleA rule for differentiating composite functions: dy/dx = dy/du × du/dx.
Product RuleA rule for differentiating products: d(uv)/dx = u(dv/dx) + v(du/dx).
Rate of ChangeHow much a quantity changes per unit of another quantity; the gradient of a secant or tangent.
📈

Average Rate of Change

When a quantity changes, we often want to know how fast it changes. If a car travels from $x_1$ to $x_2$ and its position changes from $f(x_1)$ to $f(x_2)$, the average rate of change is:

$$\text{Average rate of change} = \frac{\Delta y}{\Delta x} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}$$

This is exactly the same calculation as finding the gradient of a straight line through the two points $(x_1, f(x_1))$ and $(x_2, f(x_2))$. On a curve, this line is called a secant — it cuts through the curve at two points.

From Speed to Any Rate

The same idea applies to any changing quantity:

Instantaneous Rate of Change

Average speed over a whole journey tells us very little about what the speedometer reads at any single moment. To get a better estimate of the speed at a particular instant, we calculate the average speed over a shorter interval around that instant.

Imagine watching a runner at the 50-metre mark. If we time them from 45 m to 55 m, we get a good estimate of their speed at 50 m. If we time them from 49 m to 51 m, the estimate gets even better. As the interval shrinks toward zero, the average speed approaches the instantaneous speed — the exact reading on the speedometer.

Why this matters for sport. In elite athletics, coaches analyse split times over tiny intervals to understand exactly when an athlete accelerates, maintains speed, or decelerates. Usain Bolt's 9.58-second 100m world record involved an average speed of 10.44 m/s, but his peak speed was closer to 12.3 m/s around the 60–80 metre mark. Average speed hides this peak; instantaneous speed reveals it.

The Geometric Idea

Geometrically, as the second point on the curve moves closer to the first, the secant line pivots and approaches a limiting position: the tangent line at that point. The gradient of this tangent is the instantaneous rate of change.

Show the parabola $y = x^2$ for $0 \leq x \leq 4$. Mark the fixed point $P(2, 4)$. Draw a secant line through $P$ and $Q(3, 9)$, and label its gradient as $\frac{9-4}{3-2} = 5$. Draw a second, steeper secant through $P$ and $Q'(2.5, 6.25)$ with gradient $\frac{6.25-4}{0.5} = 4.5$. Show the tangent line at $P$ with gradient $4$. Add an arrow indicating $Q$ approaching $P$, with the caption: "As $Q \to P$, the secant approaches the tangent."

🧮 Worked Examples

Worked Example 1 — Average Rate of Change from a Function

Stepwise
Find the average rate of change of $f(x) = x^2 + 3x$ over the interval $[1, 4]$.
  1. 1
    Find the function values at the endpoints
    f(1) = (1)^2 + 3(1) = 4
    f(4) = (4)^2 + 3(4) = 16 + 12 = 28
  2. 2
    Apply the average rate of change formula
    \frac{f(4) - f(1)}{4 - 1} = \frac{28 - 4}{3} = \frac{24}{3} = 8
✓ Answer $8$

Worked Example 2 — Interpreting Average Speed

Stepwise
A runner's position $s$ (in metres) after $t$ seconds is given by $s(t) = 2t^2$. Find the average speed over the interval from $t = 3$ to $t = 5$, and explain what it means.
  1. 1
    Calculate positions
    s(3) = 2(3)^2 = 18 \text{ m}
    s(5) = 2(5)^2 = 50 \text{ m}
  2. 2
    Calculate average speed
    \frac{s(5) - s(3)}{5 - 3} = \frac{50 - 18}{2} = \frac{32}{2} = 16 \text{ m/s}
  3. 3
    Interpret
    Over the 2-second interval, the runner's position changed at an average rate of 16 metres per second. This does not mean the runner was moving at exactly 16 m/s at every instant — only that 16 m/s is the overall average.
✓ Answer $16$ m/s

Worked Example 3 — Estimating an Instantaneous Rate

Stepwise
For the same runner with $s(t) = 2t^2$, estimate the instantaneous speed at $t = 3$ by calculating the average speed over $[3, 3.1]$ and $[2.9, 3]$.
  1. 1
    Calculate over $[3, 3.1]$
    s(3.1) = 2(3.1)^2 = 19.22
    \frac{19.22 - 18}{0.1} = \frac{1.22}{0.1} = 12.2 \text{ m/s}
  2. 2
    Calculate over $[2.9, 3]$
    s(2.9) = 2(2.9)^2 = 16.82
    \frac{18 - 16.82}{0.1} = \frac{1.18}{0.1} = 11.8 \text{ m/s}
  3. 3
    Estimate the instantaneous speed
    The two average speeds are 12.2 m/s and 11.8 m/s. As the interval shrinks around $t = 3$, the average speed approaches the middle of these values. A good estimate for the instantaneous speed at $t = 3$ is 12 m/s.
✓ Answer Approximately $12$ m/s
⚠️

Common Mistakes — Don't Lose Easy Marks

Confusing average rate of change with the function value
Students sometimes give $f(b)$ as the answer instead of $\frac{f(b) - f(a)}{b - a}$. The rate of change measures how steeply the function is changing, not how high it is.
✓ Fix: Always divide the change in output by the change in input.
Forgetting that $\Delta x$ can be negative
If you calculate from right to left (e.g. $x_1 = 5$ to $x_2 = 3$), $\Delta x$ is negative. The average rate of change is still the same, but students sometimes drop the negative sign and get the wrong direction.
✓ Fix: Be consistent with order — $\frac{f(x_2) - f(x_1)}{x_2 - x_1}$.
Thinking average speed equals instantaneous speed
Average speed over an interval is just an overall measure. Instantaneous speed is what happens at a single point. They are only the same for objects moving at constant speed.
✓ Fix: Use shorter intervals to estimate instantaneous speed; use the whole interval for average speed.

📓 Copy Into Your Books

📖 Formula

  • $\text{Average rate} = \frac{f(x_2) - f(x_1)}{x_2 - x_1}$

🔢 Meaning

  • Gradient of the secant through two points
  • Overall change per unit over an interval

⚠️ Instantaneous

  • Use smaller intervals for better estimates
  • Limit of secants becomes the tangent

💡 Context

  • Speed, growth rate, flow rate, cost/unit

📝 How are you completing this lesson?

🧪 Activities

🔍 Activity 1 — Calculate

Find the Average Rate of Change

Calculate the average rate of change for each function over the given interval.

  1. 1 $f(x) = 3x + 5$ over $[2, 6]$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 $g(x) = x^2 - 2x$ over $[1, 5]$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  3. 3 $h(t) = t^3$ over $[1, 3]$

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  4. 4 The height of a ball is $s(t) = 5t^2$ metres after $t$ seconds. Find the average speed over $[2, 4]$.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
🎨 Activity 2 — Interpret

What Does It Mean?

Interpret each average rate of change in context.

  1. 1 A company's profit $P$ (in thousands of dollars) after selling $n$ items is $P(n) = 2n - 100$. The average rate of change of profit over $[50, 150]$ is 2. Explain what this means in practical terms.

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
  2. 2 A population of bacteria is modelled by $P(t) = 100 \times 2^t$ where $t$ is in hours. The average rate of change over $[0, 2]$ is 150 bacteria per hour. Why might the instantaneous growth rate at $t = 0$ be different from 150?

    Type your answer:

    Answer in your workbook.

    Answer in your workbook
Revisit Your Thinking

Earlier you were asked: Does an average speed of 60 km/h mean the speedometer showed exactly 60 km/h at every moment?

No. Average speed is calculated over a whole interval and smooths out all the variation. The speedometer shows instantaneous speed, which can be faster or slower than the average at any given moment. As we measure over shorter and shorter intervals, the average speed gets closer and closer to the instantaneous speed — this is the fundamental idea that will lead us to the derivative.

Now revisit your initial response. What did you get right? What has changed in your thinking?

Look back at your initial response in your book. Annotate it with what you now understand differently.

Annotate your initial response in your book
Saved
Interactive: Secant-Tangent Rate Explorer
Revisit Your Initial Thinking

Look back at what you wrote in the Think First section. What has changed? What did you get right? What surprised you?

MC

Multiple Choice

5 random questions from a replayable lesson bank — feedback shown immediately

✍️ Short Answer

📝

Extended Questions

ApplyBand 4

6. The position of a cyclist along a straight track is given by $s(t) = t^2 + 4t$ metres, where $t$ is in seconds. Find the average speed over $[1, 5]$, and estimate the instantaneous speed at $t = 3$ by using the interval $[2.9, 3.1]$. Show all working. 4 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

7. The graph of $y = f(x)$ passes through $(1, 2)$ and $(5, 10)$. Explain why the average rate of change over $[1, 5]$ does not tell us the exact value of $f'(3)$, and describe what would happen to the estimate of $f'(3)$ if we used the interval $[2.9, 3.1]$ instead. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook
AnalyseBand 5

8. Usain Bolt's 100m world record of 9.58 seconds gives an average speed of approximately 10.44 m/s. However, video analysis shows his peak speed was closer to 12.3 m/s around the 60–80 metre mark. By considering the difference between average and instantaneous rates of change, explain why his average speed is lower than his peak speed. 3 MARKS

Type your answer below:

Answer in your workbook.

✏️ Answer in your workbook

✅ Comprehensive Answers

🔍 Activity 1 — Calculate Model Answers

1. $\frac{f(6) - f(2)}{6 - 2} = \frac{23 - 11}{4} = 3$

2. $\frac{g(5) - g(1)}{5 - 1} = \frac{15 - (-1)}{4} = 4$

3. $\frac{h(3) - h(1)}{3 - 1} = \frac{27 - 1}{2} = 13$

4. $\frac{s(4) - s(2)}{4 - 2} = \frac{80 - 20}{2} = 30$ m/s

🎨 Activity 2 — Interpret Model Answers

1. For each additional item sold between 50 and 150, the company makes an average profit of $2,000 (since $P$ is in thousands). This is a constant rate because the function is linear.

2. The average rate of 150 bacteria/hour is an overall measure across 2 hours. At $t = 0$, the population is just starting to grow, so the instantaneous growth rate is lower than the average over $[0, 2]$.

❓ Multiple Choice

1. A — $\frac{f(3) - f(1)}{3 - 1} = \frac{9 - 1}{2} = 4$

2. A — $\frac{s(4) - s(2)}{4 - 2} = \frac{80 - 20}{2} = 30$ m/s

3. A — Average rate of change = $\frac{\\Delta y}{\\Delta x}$, which is the gradient of the secant line.

4. A — As the interval shrinks, the average rate approaches the instantaneous rate.

5. A — $\frac{f(4) - f(0)}{4 - 0} = \frac{32 - 0}{4} = 8$

6. A — For a straight line, the gradient is constant, so the average rate of change always equals $m$.

7. A — If the function is increasing, $f(b) > f(a)$, so $\frac{f(b) - f(a)}{b - a} > 0$.

📝 Short Answer Model Answers

Q6 (4 marks): $s(1) = 5$ and $s(5) = 45$, so average speed $= \frac{45 - 5}{5 - 1} = 10$ m/s [2]. For instantaneous speed at $t = 3$: $s(2.9) = 20.01$ [1], $s(3.1) = 22.01$ [1]. Average speed over $[2.9, 3.1] = \frac{22.01 - 20.01}{0.2} = 10$ m/s [1]. This estimates instantaneous speed because the interval is very narrow [1].

Q7 (3 marks): The average rate of change over $[1, 5]$ equals the gradient of the secant through $(1, 2)$ and $(5, 10)$, which is $\frac{10 - 2}{5 - 1} = 2$ [1]. This measures the overall steepness across the whole interval and does not account for how the curve may bend between the points [1]. Using $[2.9, 3.1]$ shrinks the interval so the secant approximates the tangent at $x = 3$ much more closely, giving a better estimate of $f'(3)$ [1].

Q8 (3 marks): Average speed is calculated over the entire 100 m race and smooths out all changes in speed [1]. Bolt started from rest and accelerated, so his speed was below the average at the start and end [1]. His peak instantaneous speed of about 12.3 m/s around the 60–80 m mark is the speed at a single instant and is not dragged down by the slower sections, which is why it is higher than the overall average of 10.44 m/s [1].

Consolidation Game

Average and Instantaneous Rates of Change

Mark lesson as complete

Tick when you've finished all activities and checked your answers.