How to combine two approximations with steps h and h/2 to cancel the dominant error term and raise the order, with the formulas for all terms and for even powers.
The idea: cancel the dominant error
If we know the error form of an approximation N1(h) of the exact value M, we can combine N1(h) and N1(h/2) to remove the first error term. Repeating raises the order each time.
M=N1(h)+k1h+k2h2+k3h3+⋯(O(h))
General case and even powers
When the error has all powers of h, each step gains one order. If by symmetry only even powers appear (as in the central formula), each step gains two orders and the weights change.