Lesson 4: The Derivative – Instantaneous Rate of Change

1. From Average to Instantaneous Rate

The average rate of change over an interval [a, b] is the slope of the secant line:

\[ \text{Average rate} = \frac{f(b) - f(a)}{b - a} \]

As the interval gets smaller \((h \rightarrow 0)\), this becomes the **instantaneous rate** — the slope of the tangent line at a point. This is the **derivative**.

Definition:

\[ f'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \]

If this limit exists, \(f\) is differentiable at \(x\).

Exercise 1

For \(f(x) = x^{2}\), compute the average rate of change from \(x=2\) to \(x=3\):
\(\frac{f(3) - f(2)}{3 - 2} = \)

2. The Derivative as a Function

\(f'(x)\) gives the instantaneous rate (slope) at every \(x\).

Example: \(f(x) = x^{2}\)

Using the limit definition:

\[ f'(x) = \lim_{h \to 0} \frac{(x+h)^2 - x^2}{h} = \lim_{h \to 0} \frac{2xh + h^2}{h} = 2x \]

So \(f'(x) = 2x\) — slope doubles as \(x\) increases.

Exercise 2

What does \(f'(x) = 2x\) mean for \(f(x) = x^{2}\)?

Summary – Lesson 4

Next: easy rules to compute derivatives without limits every time.

← Previous Lesson (3) Next Lesson (5) →