Sorry in advance for the formatting I've never used this site before.
I'm asked to use linear approximation to estimate 1/4.002
I found the derivative = -1/(x^2)
and I believe f(x) is 1/4
so a = 4
and L(x) = f(a) - f'(a)(x-a)
therefore: L(x) = 1/4 - (-1/16)(x-4)
But what is the x? I'm thinking its 0.002 but that doesn't seem right cause it need to be close to 4. Is it just 4.002?
Yes. It is just 4.002. You are estimating $f(x)=1/x$ at $x=4.002$ by evaluating $L(x)$ there instead.