14.7 Rates of Change and Approximations


2026 📌 Syllabus Objectives

By the end of this topic, you should be able to:

  • Apply differentiation to small increments and approximations — use the derivative to estimate how much a variable changes when another variable changes by a small amount.
  • Apply differentiation to connected rates of change — use the chain rule to link the rates at which two or more quantities are changing with respect to time.

Part 1: Small Increments and Approximations

What is a "small increment"?

An increment just means a small change in a variable. When we write δx (said "delta x"), we mean "a small change in x". Similarly, δy means "a small change in y".

For example:

  • If x changes from 3 to 3.02, then δx = 0.02
  • If x changes from 10 to 10 + p (where p is small), then δx = p

The Big Idea: Connecting δy and δx Using the Derivative

Imagine you have a curve y = f(x). Pick a point P(x, y) on the curve. Now move to a nearby point Q(x + δx, y + δy) — also on the curve, but very close to P.

  • The gradient of the chord PQ (the straight line connecting P and Q) is: δyδx\dfrac{\delta y}{\delta x}
  • The gradient of the tangent at P is: dydx\dfrac{dy}{dx}

When P and Q are very close together (i.e., δx is very small), the chord PQ almost lines up with the tangent. This means:

δyδxdydx\frac{\delta y}{\delta x} \approx \frac{dy}{dx}

The symbol means "approximately equal to".

Rearranging this gives the key formula for small increments:

δydydx×δx\boxed{\delta y \approx \frac{dy}{dx} \times \delta x}

In plain English: To find the approximate change in y (called δy), multiply the derivative dydx\dfrac{dy}{dx} by the small change in x (called δx).


Step-by-Step Method for Small Increments

Given: an equation connecting x and y, and a small change δx.

To find δy (the approximate change in y):

  1. Differentiate y with respect to x to get dydx\dfrac{dy}{dx}.
  2. Substitute the given value of x into dydx\dfrac{dy}{dx}.
  3. Multiply by δx: δydydx×δx\delta y \approx \frac{dy}{dx} \times \delta x

✏️ Worked Example 1

Variables x and y are connected by the equation y=x3+x2y = x^3 + x^2. Find the approximate increase in y as x increases from 2 to 2.05.

Step 1: Identify δx. δx=2.052=0.05\delta x = 2.05 - 2 = 0.05

Step 2: Differentiate. dydx=3x2+2x\frac{dy}{dx} = 3x^2 + 2x

Step 3: Substitute x = 2. dydx=3(2)2+2(2)=12+4=16\frac{dy}{dx} = 3(2)^2 + 2(2) = 12 + 4 = 16

Step 4: Use the formula. δy16×0.05=0.8\delta y \approx 16 \times 0.05 = 0.8

✅ The approximate increase in y is 0.8.

Sign in to view full notes