I'm trying to prove the below equation:
The given function $f$ is twice differentiable. And the given formula is
$f''(x) = 2\lim_{h \rightarrow 0} \frac{f(x+h) -f(x) - f'(x)h } { h^2}$
I know this can be proved by l'Hospital's rule.
Since the numerator and denominator goes to zero as $h \rightarrow 0$, the given formula becomes $lim_{h \rightarrow 0} \frac{f'(x+h)-f'(x)} {h}$, which equals to $f''(x)$.
But the reason I write this post is this:
When I tried to change the $f'(x)$ of the numerator, by definition of the derivative, the equation no longer true.
The trial is
$f''(x)$ = $2\lim_{h \rightarrow 0} \frac{f(x+h) -f(x) - f'(x)h } { h^2}$ = $2\lim_{h \rightarrow 0} \frac{f(x+h) -f(x) - h\cdot lim_{h \rightarrow 0} \frac{f(x) - f(x-h)} {h} } { h^2}$ = $2\lim_{h \rightarrow 0} \frac{f(x+h) -2f(x) + f(x-h) } { h^2}$ = $2f''(x)$.
But $f''(x)$ $=$ $2f''(x)$ can't be true for $f''(x)$ isn't zero. The plausible inference for the obtaining the false result is the "change of $f'(x)$ to limit", from the second to the third of the above equalities, is wrong.
I think the possible explanation is, when the derivative change to the limit, the limit variable doesn't necessarily be $h$. The choice of the limit variable doesn't affect the derivative of the $f$, for example, $f'(x) = \lim_{k \rightarrow 0} \frac{f(x+k) -f(x) } {k}$ is also okay. So the formula can't be combined by $lim_{h \rightarrow 0}$.
Any help would be appreciated.