Problem 62
Question
Quadratic approximations Let \(Q(x)=b_{0}+b_{1}(x-a)+b_{2}(x-a)^{2}\) be a quadratic approximation to \(f(x)\) at \(x=a\) with the properties: i. \(Q(a)=f(a)\) ii. \(Q^{\prime}(a)=f^{\prime}(a)\) iii. \(Q^{\prime \prime}(a)=f^{\prime \prime}(a)\) Determine the coefficients \(b_{0}, b_{1},\) and \(b_{2}\) b. Find the quadratic approximation to \(f(x)=1 /(1-x)\) at \(x=0\) . c. Graph \(f(x)=1 /(1-x)\) and its quadratic approximation at \(x=0 .\) Then zoom in on the two graphs at the point \((0,1)\) . Comment on what you see. d. Find the quadratic approximation to \(g(x)=1 / x\) at \(x=1\) . Graph \(g\) and its quadratic approximation together. Comment on what you see. e. Find the quadratic approximation to \(h(x)=\sqrt{1+x}\) at \(x=0 .\) Graph \(h\) and its quadratic approximation together. Comment on what you see. f. What are the linearizations of \(f, g,\) and \(h\) at the respective points in parts (b), (d), and (e)?
Step-by-Step Solution
VerifiedKey Concepts
Taylor series
- The function and its derivatives at the point of expansion
- The formula: \[ T(x) = f(a) + f'(a)(x-a) + \frac{f''(a)}{2!}(x-a)^2 + \cdots \]
First derivative
- The slope of the function at that point
- Information about whether the function is increasing or decreasing
Second derivative
- Indicating concavity: whether the graph of the function is curving upwards or downwards
- Identifying points of inflection where the concavity changes
Function approximation
- It provides a balance between simplicity and accuracy
- It can approximate a wide range of functions locally near the chosen expansion point
- It's computationally less demanding than higher-order polynomial approximations