1

Evaluate $$\lim_{h \rightarrow 0} \frac{f(x+h) -2f(x) + f(x-h) } { h^2}$$

if $f$ is a twice differentiable function.

I'm not sure how to understand this problem. If I differentiate the numerator I get $f'(x+h) - 2f'(x) + f'(x-h)$ but that doesn't seem to take me anywhere?

user88595
  • 4,549
Paze
  • 1,956

3 Answers3

3

Hint

Use the Taylor formula: $$f(x\pm h)=f(x)\pm hf'(x)+\frac{h^2}2f''(x)+o(h^2)$$

0

we have $$\lim_{h \rightarrow 0} \frac{f(x+h) -2f(x) + f(x-h) } { h^2}$$ apply L'hopital, differentiate wrt h , u get $$\frac{f'(x+h) - f'(x-h) } { 2h}$$ again by L'hopital u get

$$\lim_{h \rightarrow 0} \frac{f''(x+h) +f''(x-h) } { 2}=f''(x)$$

ketan
  • 2,213
0

Hint

Rewrite

$$ [f(x+h) -2f(x) + f(x-h)] =[f(x+h)-f(x)] -[f(x)-f(x-h)]$$

Divide each portion by $h$. What does that become ? Do it again to arrive to ...

I am sure that you can take from here.