---
For Q6: Find the linear approximation of the function $f(x)=\sqrt{x+9}$ at $x=0$ and use it to approximate the number $\sqrt{9.01}$.
step 1
The linear approximation formula is given by: L(x)=f(a)+f′(a)(x−a), where a=0
step 2
First, we find f(0)=0+9=3
step 3
Next, we find the derivative: f′(x)=2x+91. Evaluating at x=0: f′(0)=291=61
step 4
Now we can write the linear approximation: L(x)=3+61(x−0)=3+61x
step 5
To approximate 9.01, we substitute x=0.01: L(0.01)=3+61(0.01)=3+60.01=3+0.0016667≈3.00167
step 6
Rounding to five decimal places, we get: 3.00167
Answer
The linear approximation of 9.01 is approximately 3.00167.
Key Concept
Finding relative extrema and inflection points involves using derivatives to analyze the behavior of functions. Linear approximation uses derivatives to estimate function values near a point.
Explanation
The relative extreme points and inflection points were determined using first and second derivatives, while the linear approximation provided a method to estimate values of functions close to a known point.