Question:
Let f(x)=3x2+4. Consider the point P(3,f(3)) on the graph of f.
a) Use linear approximation to estimate the value of f(3.02).
b) Determine an upper bound for the absolute error in the linear approximation obtained in part (a).
c) Find the differential dy and evaluate dy when x=3 and dx=0.02.
Answer:
a) Estimating f(3.02) using linear approximation:
The linear approximation of a function f at a point (a,f(a)) can be expressed as:
L(x)=f(a)+f′(a)(x−a)where f′(a) is the derivative of f evaluated at a. In this case, a=3 and f(a)=f(3).
To find f′(3), we differentiate f(x) with respect to x, which gives:
f′(x)=33x2+42⋅21xThus, f′(3)=3332+42⋅21⋅3 becomes:
f′(3)=4373Now, using the linear approximation formula, we have:
L(x)=f(3)+f′(3)⋅(x−3)Substituting the values, we get:
L(x)=332+4+4373⋅(x−3)For x=3.02, the estimate for f(3.02) is:
L(3.02)=332+4+4373⋅(3.02−3)Simplifying the above expression gives:
L(3.02)=313+4373⋅0.02Finally, the estimate for f(3.02) is approximately:
L(3.02)≈313+4370.03b) Upper bound for the absolute error:
The upper bound for the absolute error in linear approximation can be determined using the formula:
E(x)=2f′′(c)(x−a)2where f′′(c) is the second derivative of f evaluated at some point c in the interval between a and x.
To find the upper bound, we need to find the maximum value of f′′(x) in the interval [3, 3.02].
Differentiating f′(x) with respect to x gives:
f′′(x)=−9(x2+4)358xFinding the critical points by solving f′′(x)=0:
−9(x2+4)358x=0This equation holds true when x=0.
Evaluating f′′(x) at the endpoints and critical points, we have:
f′′(3)=−9(32+4)358(3)f′′(0)=−9(02+4)358(0)Calculating these values yields:
f′′(3)=−81378f′′(0)=0Since f′′(0) is not defined, we consider f′′(c)=f′′(3) as the maximum value for the second derivative.
Substituting these values into the upper bound formula, we get:
E(3.02)=2f′′(3)(3.02−3)2Simplifying the expression gives:
E(3.02)=2−81378(0.02)2Finally, the upper bound for the absolute error in the linear approximation is approximately:
E(3.02)≈81037−1c) Finding the differential dy and evaluating dy when x=3 and dx=0.02:
The differential dy represents the change in y (or f(x)) due to a small change in x, denoted as dx. It can be calculated using the formula:
dy=f′(a)⋅dxwhere a is the value of x and dx represents the change in x.
Given that a=3 and dx=0.02, we already calculated f′(3) as:
f′(3)=4373Substituting these values, we have:
dy=4373⋅0.02Evaluating the expression, we get:
dy≈2370.03Thus, dy when x=3 and dx=0.02 is approximately:
dy≈2370.03