18.5 Applying Richardson Extrapolation to the Numerical Integration Methods#
Note that all of the numerical integration methods we have covered (the midpoint, trapezoidal and Simpson’s rules) have errors of the form:
given a sufficiently smooth \(f\). Thus, we can apply at least 1 iteration of Richardson extrapolation to these methods.
Note
Remember, for a numerical method of the form:
with \(0 < h < 1\) and \(k_0 < k_1 < k_2 < ...\). Richardson extrapolation can be appied recursively to imprive the approximation:
with leading error of \(O(h^{k_{i + 1}})\). Error can be estimated as:
We will use a slightly different notation for this:
If we choose \(t=2\), then we effectively double the number of sub-intervals used for the integration method:
Using this, the first iteration of the extrapolated method is:
and the error can be estimated as:
To apply this to the methods, note that: