Remainder of Taylor expansion

138 Views Asked by At

My lecture note says for $f\in C^2 _c $ the $|f(z+h)-(f(z)+f'(z)h+\frac{1}{2}f''(z)h^2)|\le \omega(h)h^2$ where $\omega$ is the modulus of continuity of $f''$.

I have been thinking this for an hour and I cannot get the answer without assuming third derivative. Could anyone help to show why this is true?
Thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

The mean value form of the Taylor series is $$f(z+h) = f(z) + f'(z) h + \frac{1}{2} f''(\xi) h^2,$$ for some $\xi$ between $z$ and $z+h$. Then use $|f''(\xi) - f''(z)| \le \omega(|\xi-z|) \le \omega(h)$.


More detail: substituting the mean value form for $f(z+h)$ gives

\begin{align} &\left|f(z+h) - f(z) - f'(z) h - \frac{1}{2} f''(z) h^2\right|\\ &\le \frac{1}{2} |f''(\xi) - f''(z)| h^2\\ &\le \frac{1}{2} \omega(h) h^2. \end{align}