1. Which of the following best explains why the linear approximation $f(x) \approx f(a) + f'(a)(x - a)$ becomes less accurate as $x$ moves farther from $a$?
- A.The derivative $f'(a)$ becomes undefined for large $|x - a|$.
- B.The tangent line captures only the first-order behavior of $f$, ignoring curvature and higher-order terms.
- C.The function $f$ must be discontinuous away from $a$ for the approximation to fail.
- D.Linear approximations are only valid when $f'(a) = 0$.
View Answer
Answer: The tangent line captures only the first-order behavior of $f$, ignoring curvature and higher-order terms.
Understanding the tangent line approximation: The linearization uses only the value and first derivative at $a$. It matches the function's slope at that one point but does not account for how the slope itself changes (curvature). Why the correct answer works: Option B correctly identifies that the tangent line is a first-order (degree 1) approximation. Higher-order terms like $\frac{f''(a)}{2}(x-a)^2$ are neglected, and these grow as $|x - a|$ increases. Why distractors fail: Option A is wrong because $f'(a)$ is a fixed number and does not become undefined. Option C is wrong because inaccuracy arises from curvature, not discontinuity. Option D is wrong because linear approximation works for any differentiable function, not just at critical points.