Question: Let $f(x)$ be a twice differentiable function on $\mathbb{R}$. Show that for any $h>0$ and any $x\in\mathbb{R}$ there exists a $\zeta$ between $x-h$ and $x+h$ such that $$ \frac{f(x+h)-2f(x)+f(x-h)}{h^2}=f''(\zeta). $$
My Attempt: For $a \in (x-h,x) $ and $b \in (x,x+h)$ by Mean Value Theorem: $$ f'(a)=\frac{f(x)-f(x-h)}{h} $$ $$ f'(b)=\frac{f(x+h)-f(x)}{h} $$ Then, because $f$ is twice differentiable $\exists \zeta \in(a,b) \subset (x-h,x+h)$ s.t. $$ f''(\zeta)=\frac{f'(b)-f'(a)}{b-a} =\frac{\frac{f(x+h)-f(x)}{h}-\frac{f(x)-f(x-h)}{h}}{b-a}=\frac{f(x+h)-2f(x)+f(x-h)}{h(b-a)}$$ can we now, choose $a$ and $b$ to be $h$ apart? I don't think Mean Value Theorem allows us to choose it this way...
If I use the derivative definition I'm not sure how to get rid of the limit. I also think the "linearization" formula may be useful something like $f(a)+f'(a)(x-a)+1/2 f''(\zeta)(x-a)^2$ ?