Question:
A function f(x) is defined as f(x)=3x2+1.
(a) Find the linear approximation of f(x) at the point x = 2.
(b) Use the linear approximation to estimate the value of f(2.1) and calculate the maximum error in this estimation.
Answer:
(a) To find the linear approximation of f(x) at the point x = 2, we will begin by finding the equation of the tangent line at x = 2.
- Find the derivative of f(x):
f′(x)=dxd(3x2+1)
Using the chain rule, we have:
f′(x)=31(x2+1)−2/3⋅2x
Simplifying further:
f′(x)=3(x2+1)2/32x
- Evaluate the derivative at x = 2:
f′(2)=3(22+1)2/32⋅2
f′(2)=3(5)2/34
- Find the equation of the tangent line using the point-slope form.
The equation of the tangent line at x = 2 will be in the form:
y=f(2)+f′(2)(x−2)
We need to find f(2) to complete our equation.
f(2)=322+1
f(2)=35
So, the equation of the tangent line is:
y=35+3(5)2/34(x−2)
(b) Now, we will use the linear approximation equation we derived in part (a) to estimate the value of f(2.1).
Substituting x = 2.1 into the equation of the tangent line, we have:
f(2.1)≈35+3(5)2/34(2.1−2)
Simplifying:
f(2.1)≈35+3(5)2/34(0.1)
f(2.1)≈35+34⋅(5)2/30.1
Calculating the approximation:
f(2.1)≈35+34⋅3520.1
f(2.1)≈35+34⋅3250.1
f(2.1)≈35+34⋅35⋅350.1
f(2.1)≈35+34⋅35⋅52/30.1
Calculating the value:
f(2.1)≈35+34⋅35⋅52/30.1≈1.8172
To calculate the maximum error in this estimation, we can use the formula for the error of a linear approximation:
Error=∣f(x)−L(x)∣
where f(x) is the original function and L(x) is the linear approximation.
For f(x) = 3x2+1 and L(x) = 35+3(5)2/34(x−2), we can find the maximum error by calculating:
Error=∣f(2.1)−L(2.1)∣
Substituting the values, we have:
Error=32.12+1−(35+3(5)2/34(2.1−2))
Error=34.41+1−(35+3(5)2/34(0.1))
Error=35.41−(35+3(5)2/34(0.1))
Error≈∣1.8436−1.8172∣≈0.0264
Therefore, the estimated value of f(2.1) using the linear approximation is approximately 1.8172 with a maximum error of approximately 0.0264.