# Derivative as gradient of tangent and rate of change

> IB Mathematics: Applications and Interpretation SL · Calculus
> Source: https://www.owlsprep.com/study/ib-math-ai-sl-u5-derivative-as-gradient-of-tangent/

This topic introduces the core concept of differentiation, connecting the graphical idea of tangent gradient to the numerical interpretation of instantaneous rate of change. It lays the foundational framework for all calculus applications in IB AI SL.

**Prerequisites:** [Gradient of straight lines](https://www.owlsprep.com/study/ib-math-ai-sl-algebra-gradient-lines/); [Basic function notation](https://www.owlsprep.com/study/ib-math-ai-sl-functions-introduction/)

## Learning objectives

- Define the derivative as the gradient of a tangent to a curve at a point
- Interpret the derivative as an instantaneous rate of change
- Distinguish between average and instantaneous rate of change
- Relate the sign of the derivative to the behavior of a function

## Tangent and Secant Gradient Approximation

To find the gradient of a non-linear curve at a specific point, we start by approximating with secant lines. A secant line connects two points on the curve, while a tangent line touches the curve at exactly one local point, matching its gradient at that point.

$$m_{\text{secant}} = \frac{f(a+h) - f(a)}{h}$$

**Secant vs Tangent Lines** — A secant intersects a curve at two points, giving the average gradient between those points. A tangent touches the curve at one local point, giving the exact gradient at that point.

**Worked example:** Approximate the gradient of $f(x) = x^2$ at $x=3$ using a secant with $h=0.1$.

1. Calculate $f(3)$:
2. $$f(3) = 3^2 = 9$$
3. Calculate $f(3 + 0.1) = f(3.1)$:
4. $$f(3.1) = (3.1)^2 = 9.61$$
5. Substitute into the secant gradient formula:
6. $$m_{\text{secant}} = \frac{9.61 - 9}{0.1} = \frac{0.61}{0.1} = 6.1$$
7. The approximation of the gradient at $x=3$ is 6.1, which is very close to the exact value of 6.

## The Derivative as Gradient of Tangent

As $h$ approaches 0, the second point on the curve gets closer and closer to the original point $(a, f(a))$, so the secant line approaches the tangent line. Taking the limit of the secant gradient as $h \to 0$ gives the exact gradient of the tangent, which is the derivative at that point.

**Derivative at a Point** — The exact gradient of the tangent line to $y=f(x)$ at $x=a$, defined as the limit of the secant gradient as the interval size tends to zero.

*Notation:* $f'(a)$ or $\frac{dy}{dx}\bigg|_{x=a}$

$$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$$

> **tip**
>
> For IB AI SL exams, you will rarely need to compute derivatives from first principles, but you must be able to explain why the derivative equals the tangent gradient using the limit of secants.

## Derivative as Instantaneous Rate of Change

Beyond graphical interpretation, the derivative has a core applied meaning: it is the instantaneous rate of change of the dependent variable with respect to the independent variable. This is distinct from the average rate of change over an interval.

**Average vs Instantaneous Rate of Change** — Average rate of change over an interval equals the gradient of the secant between the endpoints. Instantaneous rate of change at a point equals the derivative (gradient of tangent) at that point.

**Worked example:** The volume of water in a tank after $t$ minutes is given by $V(t) = 100t - 2t^2$, where $V$ is in liters. Find the instantaneous rate of change of volume at $t=10$ and interpret the result.

1. First find the derivative of $V(t)$ using the power rule:
2. $$V'(t) = 100 - 4t$$
3. Substitute $t=10$ to get the instantaneous rate:
4. $$V'(10) = 100 - 4(10) = 60$$
5. Interpretation: At $t=10$ minutes, the volume of water in the tank is increasing at a rate of 60 liters per minute.

**Check your understanding**

Test your interpretation of derivative sign:

1. If $V'(t) = -15$ at $t=20$, what does this mean?

   - A: Volume is 15 liters at $t=20$
   - B: Volume is decreasing at 15 liters per minute at $t=20$
   - C: Volume increased by 15 liters between $t=0$ and $t=20$
   - D: Volume will be -15 liters at $t=25$

   *Why:* Correct! A negative derivative means the function (volume) is decreasing at that point, with units of (dependent unit) per (independent unit).

## Common pitfalls

- **Wrong:** Confusing average rate of change with instantaneous rate of change
  - Why it fails: Exams frequently ask for one, but students calculate the other. Average is for an interval, instantaneous is at a point.
  - Correct: Always check the question: if it asks for change over an interval, calculate the secant gradient; if it asks for change at a point, calculate the derivative.
- **Wrong:** Calculating $f(a)$ instead of $f'(a)$ for rate of change
  - Why it fails: Students often confuse the value of the function with the value of its derivative.
  - Correct: When asked for a rate of change, always differentiate first, then substitute the input value.
- **Wrong:** Assuming $f'(a) = 0$ means a maximum or minimum at $x=a$
  - Why it fails: A zero derivative only means the tangent is horizontal, not that it is a turning point.
  - Correct: A zero derivative indicates a stationary point, but you need to check the sign of the derivative on either side to confirm it is a maximum or minimum.

## Cheatsheet

| Concept | Formula / Interpretation | Type |
| --- | --- | --- |
| Secant gradient (average rate of change) | $\frac{f(a+h)-f(a)}{h}$ | Interval |
| Derivative at $x=a$ (tangent gradient) | $\lim_{h \to 0} \frac{f(a+h)-f(a)}{h}$ | Point |
| $f'(a) > 0$ | Function increasing at $x=a$ | Graphical |
| $f'(a) < 0$ | Function decreasing at $x=a$ | Graphical |
| $f'(a) = 0$ | Horizontal tangent, stationary point | Graphical |
| $f'(t)$ in context | Rate of change of $f$ per unit $t$ | Applied |

## What's next

This core definition of the derivative is the foundation for all calculus you will learn in IB AI SL. Now that you understand the meaning of the derivative as both a tangent gradient and an instantaneous rate of change, you can move on to learning efficient rules for differentiating common functions, without needing to use the limit definition every time. These rules will allow you to solve more complex problems including finding turning points, optimizing quantities like area or cost, and modeling real-world dynamic systems, all of which are heavily tested in IB AI SL exams.

- [Differentiation of polynomial functions (power rule)](https://www.owlsprep.com/study/ib-math-ai-sl-u5-differentiation-of-polynomial-functions/)
- [Tangents, gradients, and stationary points](https://www.owlsprep.com/study/ib-math-ai-sl-u5-tangents-gradients-and-stationary-points/)
- [Optimisation problems with differentiation](https://www.owlsprep.com/study/ib-math-ai-sl-u5-optimisation-problems-with-differentiation/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ib-math-ai-sl-u5-derivative-as-gradient-of-tangent/
