I want to prove that if $f''$ is continuous at $x_0$, then $$f''(x_0)=\displaystyle\lim_{h\to 0}\dfrac{f(x_0+2h)+f(x_0)-2f(x_0+h)}{h^2}$$
Any hint to prove it?
I can't use l'Hopital or Taylor.
Thanks.
I want to prove that if $f''$ is continuous at $x_0$, then $$f''(x_0)=\displaystyle\lim_{h\to 0}\dfrac{f(x_0+2h)+f(x_0)-2f(x_0+h)}{h^2}$$
Any hint to prove it?
I can't use l'Hopital or Taylor.
Thanks.
Consider that $f'(x)=\lim\limits_{h\to0} \frac{f(x+h)-f(x)}h$ and $f''(x)=\lim\limits_{h\to0} \frac{f'(x+h)-f'(x)}h$. Subsituting the first into the latter should lead you in the right direction.
$$\lim_{h\to 0}\frac{f(x_0+2h)+f(x_0)-2f(x_0+h)}{h^2} \\=\lim_{h\to 0}\frac{\frac{f(x_0+2h)-f(x_0+h)}h-\frac{f(x_0+h)-f(x_0)}h}{h} \\=\lim_{h\to 0}\frac{f'(x_0+h)-f'(x_0)}{h} \\=f''(x_0)$$
We can proceed as follows. Let $$F(h,k)=f(x+h+k)-f(x+h)-f(x+k)+f(x)$$ and we need to show that $$f''(x)=\lim_{h\to 0}\frac{F(h,h)}{h^{2}}$$ Now let $$G(k)=f(x+h+k)-f(x+k)$$ so that $$\begin{aligned}F(h,k)&=G(k)-G(0)\\ &=kG'(ak)\text{ (where } 0<a<1)\\ &= k\{f'(x+h+ak)-f'(x+ak)\}\\ &= hkf''(x+ak+bh)\text{ (where }0<b<1)\end{aligned}$$ It then follows that $$\frac{F(h,h)}{h^{2}}=f''(x+ah+bh)$$ Now by continuity of $f''$ it is clear that RHS of the above equation tends to $f''(x)$ as $h\to 0$.