Practice question · True or false
The linearization is exact for every function on a small enough interval.
Hints
- What does 'exact' require of the error term?
- Taylor's remainder carries .
Show the answer
False
Why
False. It is exact only where the error term vanishes, that is, for linear functions. For everything else it is an approximation whose error grows with the square of the distance, at a rate set by the curvature. Small intervals make it good, never exact.
Practise Graphs, approximation, and numerical sense
The app has 6 more questions on this lesson, and keeps your place in the course. Physics I is free to start.
More questions on Graphs, approximation, and numerical sense
- Newton’s method races to a root when it works, but pick the starting point badly and it fails. Which…
- Use linearisation to estimate sin(0.1). (Use sin(0) = 0 and cos(0) = 1.) Set the slider to your answer.
- A linear approximation is excellent near the expansion point and poor far from it. Why does the approximation…
- Which statements about Newton's method are true?
- Order the steps in one iteration of Newton's method for root-finding.
- Use the linear approximation at x=16 to estimate √(16.4), then set the slider. (f(x)=√(x), f'(x) =…