prove best lin. approx. of f(x) near 'a' is f(a+h)=f(a)+....

jccxyz

New member
Joined
Jul 2, 2008
Messages
1
For the best linear approximation of f(x) near a my text says f(a+h) = f(a) + f'(a)h aproximately.

How do I prove this using the difference quotient or the derivative defination ( or both).
 
By definition of derivative limh0f(a+h)f(a)h=f(a)\displaystyle \lim _{h \to 0} \frac{{f(a + h) - f(a)}}{h} = f'(a).
This means that if h0\displaystyle h \approx 0, h is near zero, then f(a+h)f(a)hf(a)\displaystyle \frac{{f(a + h) - f(a)}}{h} \approx f'(a).
Rearrange that to get: f(a+h)f(a)+hf(a)\displaystyle f(a + h) \approx f(a) + hf'(a).
 
Top