Derivatives can be used to get very good linear approximations to functions.
By definition, f′(a)=limx→af(x)−f(a)x−a.
In particular, whenever x is close to a,
f(x)−f(a)x−a is close to f′(a).
So whenever x is close to a, f(x)−f(a) is close to f′(a)(x−a).
This means that f(x)≈f(a)+f′(a)(x−a)
whenever x is close to a.
The function L(x)=f(a)+f′(a)(x−a) is called the
linearization of f(x).
The line y=L(x) goes through (a,f(a)) with slope f′(a),
so it is the line tangent to y=f(x) at (a,f(a)).
Differentials
Differentials are another name for the same idea.
Let Δx=x−a be the change in x, and Δf=f(x)−f(a) be the change in f.
And let dx=x−a, and let df=f′(a)dx.
Our approximation is then Δf≈df.
The actual changes Δf and Δx are the rise and run
along the secant line between P=(a,f(a)) and R=(x,f(x)).
The differentialsdf and dx are the rise and run along the
tangent line as we go from a to x.