67 total
By the end of this topic, you should be able to:
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:
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.
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:
δxδy≈dxdy
The symbol ≈ means "approximately equal to".
Rearranging this gives the key formula for small increments:
δy≈dxdy×δx
In plain English: To find the approximate change in y (called δy), multiply the derivative dxdy by the small change in x (called δx).
Given: an equation connecting x and y, and a small change δx.
To find δy (the approximate change in y):
Variables x and y are connected by the equation y=x3+x2. Find the approximate increase in y as x increases from 2 to 2.05.
Step 1: Identify δx. δx=2.05−2=0.05
Step 2: Differentiate. dxdy=3x2+2x
Step 3: Substitute x = 2. dxdy=3(2)2+2(2)=12+4=16
Step 4: Use the formula. δy≈16×0.05=0.8
✅ The approximate increase in y is 0.8.
Sign in to view full notes