Hi guys i am attempting the following question
Therefore based on the points given i decided to evaluate using the taylor series expansion
$$f(x+2h) = f(x) + 2hf'(x)+\frac{2h^2 f''(x)}{2!}+\frac{2h^3f'''(x)}{3!}$$ In a similar manner i evaluated at $$f(x-2h) = f(x) - 2hf'(x)+\frac{2h^2 f''(x)}{2!}-\frac{2h^3f'''(x)}{3!}$$
I then made f'''(x) the subject of the equation
$$f'''(x) = \frac{6}{h^3}[f(x+2h)-f(x)-2hf'(x)-h^2f''(x)]$$
Now the error is given by the following the
$$f'''(x) - D'''_h f(x)$$
Im not sure how to evaluate the error and show the order can anyone help

The function $$ g(h)=\frac{f(x+h)-f(x-h)}2 $$ is odd in $h$, its Taylor series is composed of the odd degree terms of the Taylor series of $f$, $$ g(h)=f'(x)h+\frac16f'''(x)h^3+\frac1{120}f^{(5)}(x)h^5+O(h^7). $$ The divided difference expression can be written as $$ \frac{g(2h)-2g(h)}{h^3}=\frac16f'''(x)[2^3-2]+\frac1{120}f^{(5)}(x)[2^5-2]h^2+\frac1{7!}f^{(7)}(x)[2^7-2]h^4+... \\ =f'''(x)+\frac14f^{(5)}(x)h^2+\frac1{40}f^{(7)}(x)h^4+... $$