Derivation of Local Error Terms for Integration Formulae

5.1. Derivation of Local Error Terms for Integration Formulae#

The error terms associated with various integration formulae can be derived by using the interpolating formulae or by the method of undetermined coefficients. For this unit we only consider the former through the following examples.

Example 5.1

Use the Gregory-Newton forward-interpolation formula:

\[\begin{aligned} f_s ~&=~ f_0 + s\Delta f_0 + \frac{s(s-1)}{2!}\Delta^2 f_0 + \frac{s(s-1)(s-2)}{3!}\Delta^3 f_0 + \frac{s(s-1)(s-2)(s-3)}{4!}\Delta^4 f_0 \end{aligned}\]

to derive the Simpson rule with error term \(\epsilon\):

\[\begin{aligned} \int_{x_0}^{x_2} f(x)\,\dx ~=~ \frac{h}{3}(f_2 + 4f_1 + f_0) + \epsilon \end{aligned}\]

Theorem 5.1 (Mean Value Theorem)

Let \(f=f(x)\), \(x \in \R\) be continuous over the closed interval \([a, b]\) and differentiable over the open interval \((a, b)\). Then, there exists at least one point \(c\in (a,b)\) such that

\[ f'(c)=\frac{f(b)-f(a)}{b-a} \]

Example 5.2

Use the Gregory-Newton forward-interpolation formula:

\[f_s = f_0 + s\Delta f_0 + \frac{s(s-1)}{2!}\Delta^2 f_0 + \frac{s(s-1)(s-2)}{3!}\Delta^3 f_0 + \frac{s(s-1)(s-2)(s-3)}{4!}\Delta^4 f_0\]

to show that for Milne’s formula:

\[\begin{aligned} \int_{x_{-1}}^{x_3} f(x)\,\dx ~=~ \frac{4h}{3} (2f_0 - f_1 + 2f_2) + \epsilon \end{aligned}\]

the error term

\[\begin{aligned} \epsilon ~=~ \frac{14}{45}h^5 f^{(iv)}(z) \quad for \quad x_{-1} \leq z \leq x_3 \end{aligned}\]

can be obtained by integrating the terms involving third and fourth differences.