Michael J. answered 10/31/16
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
You need to find the linear approximation.
Suppose you had a function such that
f(x) = x3
This function was derived using the expression given in the problem. Since you are taking some input and cubing it.
Lets write down the linear approximation formula so we can see what we need to find.
L(x) = f(xo) + f'(x0)(x - x0)
We need to find the derivative of f(x).
f'(x) = 3x2
Since x=5.99 is close to x=6, we use x0=6.
f'(6) = 3(6)2
= 3 * 36
= 108
f(6) = 63
= 216
Now we plug in these value of f(x0) and f'(xo) into the approximation.
L(x) = 216 + 108(x - 6)
L(x) = 216 + 108x - 648
L(x) = 108x - 432