Linear approximation simplifies complex calculations by estimating function values near a known point. It's a powerful tool in calculus, allowing us to understand a function's behavior without dealing with its full complexity.
The key formula is L(x) = f(a) + f'(a)(x-a), where 'a' is the point of approximation. This represents the tangent line to the function at that point, giving us a linear estimate of the function's values nearby.
Linear Approximation and Tangent Lines
Purpose of linear approximation
- Simplifies complex calculations by estimating function values without directly evaluating the function
- Provides a rough estimate when the original function is difficult to evaluate or high precision is not required
- Useful in applications such as engineering, physics, and numerical analysis where approximations are often sufficient (Taylor series)

Formula for linear approximation
- Represents a function near a point using a linear function
- Formula:
- is the function value at the point of approximation
- is the derivative (rate of change) at the point of approximation
- is the difference between the input value and the point of approximation
- Constructing the formula involves:
- Evaluating by plugging in into the original function
- Finding by differentiating the function and evaluating at
- Substituting these values into the linear approximation formula

Applications of linear approximation
- Estimating function values near a known point
- Choose a nearby point where the function value and derivative are known or easily calculated
- Construct the linear approximation formula using and
- Evaluate at the desired input value to estimate the function value
- Accuracy of the approximation depends on:
- Proximity of to - closer values generally yield better approximations
- Function behavior near - more linear behavior leads to higher accuracy
- Commonly used in scientific computations, optimization problems, and error analysis (propagation of uncertainty)
Geometry of linear approximation
- Tangent line to the function at the point of approximation
- Touches the function at a single point without crossing it
- Slope equals the derivative , indicating the function's rate of change
- Best linear approximation near the point of approximation
- Approximation improves as the input value approaches the point of approximation
- Tangent line closely resembles the function's behavior in a small neighborhood around
- Visual representation of the local behavior and rate of change of the function (increasing, decreasing, or stationary)