This previous post of mine was closed by people who were saying that these two limits always evaluate to the same thing:Can these two limits be used to directly check the twice differentiability of a function?. Here, I'm giving an example, to show that these two limits don't always evaluate to the same thing and hence can be used as a second order differentiability check.
First, consider this function: $$f(x)=\frac{x^2}{2},x\geq0$$ $$=\frac{-x^2}{2},x<0$$, when $x$ is greater than or equal to 0
Now, clearly this function is once differentiable at $x=0$. But after the first differentiation, the derivative of this function comes out to be $|x|$, which is certainly not differentiable at $x=0$. So, this function is not twice differentiable at $x=0$.
Now these are the limits I'm using to check twice differentiability: $$\lim_{h\rightarrow 0}\frac{f(x+2h)-2f(x+h)+f(x)}{h^2}$$ And,$$\lim_{h\rightarrow 0}\frac{f(x-2h)-2f(x-h)+f(x)}{h^2}$$ When these limits are applied to $f(x)$ at $x=0$, the first limit evaluates to 1 while the second limit evaluates to -1. So, you, see these two limits are not always equal. And, hence the given function is not twice differentiable at $x=0$.
Now, please tell me if these two limits can be used as a second-order differentiability check or not.
Here are my calculations:
For the function: $$f(x)=\frac{x^2}{2},x\geq0$$ $$=\frac{-x^2}{2},x<0$$. Now, this function is differentiable once at $x=0$. But after the first differentiation, its derivative comes out to be $|x|$ which isn't differentiable at $x=0$. So, this function is not twice differentiable at $x=0$. So, those limits should give different values. Now,$$\lim_{h\rightarrow 0}\frac{f(x+2h)-2f(x+h)+f(x)}{h^2}$$ At $x=0$, $$=\lim_{h\rightarrow 0}\frac{f(2h)-2f(h)+f(0)}{h^2}$$ $$=\lim_{h\rightarrow 0}\frac{\frac{(2h)^2}{2}-2\frac{h^2}{2}+0}{h^2}$$ $$=2-1=1$$ And, at $x=0$, $$\lim_{h\rightarrow 0}\frac{f(x-2h)-2f(x-h)+f(x)}{h^2}$$ $$=\lim_{h\rightarrow 0}\frac{f(-2h)-2f(-h)+f(0)}{h^2}$$ $$=\lim_{h\rightarrow 0}\frac{\frac{-(-2h)^2}{2}+2\frac{-h^2}{2}+0}{h^2}$$ $$=-2+1=-1$$ So, these limits are not equal, which means $f(x)$ is not twice differentiable at $x=0$. So, I think this limit works. Is there some way to prove that a function is twice differentiable only if these two limits are equal?
Please note that $h$ itself is assumed to be positive.