Using Newton's difference form $f''(x_0) \approx 2f[x_{-1} x_0 x_1]$ as an approximation, I need to show that this approximation is first order accurate.
So WTS $f''(x_0) - P''_n(x_0)$ is first order accurate. Using the error formula, we have $f(x_0) - P_n(x_0)= \frac{f^{n+1}(\xi(x_0))}{(n+1)!} \prod_{k=-l}^u(x_0-x_k)$. However, I am having a hard time differentiating this twice. Is this the correct method to take, or is there an easier route?