I have a homework question that is asking to use the linear approximation to estimate $\Delta f=f(3.02)-f(3)$ for $f(x)=x^2$.
I know that the linear approximation is $L(x) = f'(a)(x-a)+f(a)$.
I however do not quit understand what the problem is asking in the first place. Couldn't I just estimate $\Delta f=f(3.02)-f(3)$, by plugging both 3.02 and 3 into the original function of $f(x) = x^2$ and subtracting them. How do I do this with linear approximation?
Using the linear approximation $L$ for $f$, we have $$\Delta f := f(x) - f(a) \approx L(x) - L(a) = L(x) - f(a) = f'(a) (x - a).$$ (Notice that the last equality is just the rearrangement of the linear approximation formula $$L(x) = f'(a) (x - a) + f(a).)$$
In your case, $$f'(3) = \left.2x \right\vert_{x = 3} = 2(3) = 6,$$ and hence substituting in the above formula gives $$\Delta f = f(3.02) - f(3) \approx (6)((3.02) - 3) = 6(0.02) = \boxed{0.12}.$$