[Math] Differentiation: exact or an approximation

calculusderivativeslimits

I understand that a derivative of a function at a chosen input value describes the best linear approximation of the function near that input value. This makes sense, since we would take the limit of the interval over which the derivative is computed as the interval tends to zero.

In other words, take the limit of the average rate of change as the interval over which the average is computed tends to zero.

But I read today that "differentiation is a method to find an exact value for the rate of change at any given value of $x$".

So is it a linear approximation or is it an exact value?

Thanks.

Best Answer

I think this comes down mainly to a conceptual issue: Imagine that you have a way of approximating the behavior of something, call it a function. Now, imagine that your approximation gets more and more accurate the closer you move to this function. If you were infinitely close to the function, your approximation becomes infinitely more accurate (and thus ceases to be an approximation—it becomes exact).

We know the slope of a line between two points, $(x_1, y_1)$ and $(x_2, y_2)$, is $\displaystyle \frac{y_2 - y_2}{x_2 - x_1}$—which can also be looked at as the average rate-of-change of the function between those two points (or, the approximation of the function's rate of change between those two points). Now, the closer these two points are to one another, the more accurate your approximation will be.

Let's take two points on an arbitrary function. We'll call these points $(x, f(x))$ and $(x + \delta{x}, f(x + \delta{x}))$, where $\delta{x}$ is defined as being an infinitely small quantity. (That is, if the function is differentiable, these points are infinitely close to one another because they deviate by an infinitely small quantity).

The derivative is defined as the slope of the line "between" these two infinitely close points. That is... $$\frac{df}{dx} = \frac{f(x + \delta{x}) - f(x)}{x +\delta{x} - x} = \frac{f(x + \delta{x}) - f(x)}{\delta{x}}$$ ... or, the more usual... $$\frac{df}{dx} = \lim_{\Delta{x} \rightarrow 0}\frac{f(x + \Delta{x}) - f(x)}{\Delta{x}}$$ (That is, as $\Delta{x}$ moves infinitely close to zero, becoming infinitely small).

Since these points are infinitely close, your approximation of the rate-of-change of the function becomes infinitely more accurate—or, in other words, it becomes exact.