Linear Approximation Error Estimator
Math Calculus • Applications of Derivatives
Frequently Asked Questions
What is the linear approximation (linearization) of a function at x=a?
The linear approximation is the tangent-line model L(x)=f(a)+f'(a)(x-a). It is most accurate when x is close to a.
How is the linear approximation error bound computed?
If M is an upper bound for max |f''(t)| on an interval I containing a and x, then the remainder satisfies |R(x)| <= (M/2)(x-a)^2. The calculator uses your chosen M mode and interval to compute this bound.
What does M represent and why does it matter?
M bounds the maximum magnitude of the second derivative on the interval, so it controls how large the error bound can be. A larger M produces a looser (more conservative) bound.
Why might the calculator offer both estimated M and manual M?
Sampling can miss sharp peaks of |f''(t)| and may underestimate the true maximum, so it is not guaranteed. Manual M lets you provide a safe upper bound when you need a guaranteed error bound.
How do I choose the interval I for the error bound?
A common choice is the interval between a and x, because the Taylor remainder bound uses a region containing both points. Using a wider interval can increase max |f''| and make the bound larger.