Let $f_2(x)$ be a contstant function and $f_1(x)$ be a continous funtion $f:\mathbb{R}\to\mathbb{R}$. Let $$\lim_{h\to 0} \frac{ f_1(a+ h) - 2f_1(a) + f_1(a-h) }{h^2}=f_2(a).$$
Is it true that if the limit above exist for all $a$s, then $f_1(a)$ is polynomial function with degree at most 2?
Here is the reverse of this problem:reverse Please help, I am thankful for every solution!
EDIT: In my original problem, “continous” was missing
Consider the Taylor expansion around $h=0$ $$f_1(a+n\,h)=f_1(a)+h n f_1'(a)+\frac{1}{2} h^2 n^2 f_1''(a)+\frac{1}{6} h^3 n^3 f_1'''(a)++\frac{1}{24} h^4 n^4 f''''(a)+O\left(h^5\right)$$ Use it to get $$ f_1(a+ h) - 2f_1(a) + f_1(a-h)=h^2 f_1''(a)+\frac{1}{12} h^4 f''''(a)+O\left(h^5\right)$$ $$\frac{ f_1(a+ h) - 2f_1(a) + f_1(a-h) }{h^2}=f_1''(a)+\frac{1}{12} h^2 f''''(a)+O\left(h^3\right)$$
Now, ??? I am sure that you can take it from here.