Next: About this document ...
Up: Newton's Divided Differences
Previous: Pointwise Error
We take
, where h is the interval width. The
divided differences can be simplified, since we no longer need to show
the interval width explicitly. For this case we define the forward
difference by

The connection between this and the equivalent divided difference is
given by
![\begin{displaymath}
f[x_0,x_1]=\frac{f(x_1)-f(x_0)}{x_1-x_0}=\frac{\Delta f(x_0)}{h}, \end{displaymath}](img99.gif)
or
. We now regard
as the
forward difference operator, which operates on f(xi) to give
f(xi+1)-f(xi). Thus

It is easy to check that
is a linear operator, that is, it
satisfies
, which allows simpler manipulations.
Proceeding slightly differently, we obtain
![\begin{displaymath}
\begin{array}
{lcl}\Delta ^2f(x_i) & = & f(x_{i+2})-f(x_{i+1...
...hf[x_i,x_{i+1}]\\ & = & h^2f[x_i,x_{i+1},x_{i+2}]. \end{array} \end{displaymath}](img104.gif)
You will use induction in an exercise to prove the results
![\begin{displaymath}
\begin{array}
{lcl}\Delta ^nf(x_i) & = & \sum _{k=0}^n(-1)^{...
...}]\\ & = & h^nf^{(n)}(\xi ),\quad x_i<\xi <x_{i+n}.\end{array} \end{displaymath}](img105.gif)
Newton's divided Difference Interpolating Polynomial now becomes
![\begin{displaymath}
\begin{array}
{lcl}p(x) & = & f(x_0)+(x-x_0)f[x_0,x_1]+(x-x_...
...ts +\frac{s(s-1)\cdots
(s-n+1)}{n!}\Delta ^nf(x_0),\end{array} \end{displaymath}](img106.gif)
which we met earlier as Newton's Forward Difference Formula. The
differences are computed in a tabular form similar to that for divided
differences, but rather simpler.
We mention in passing the central difference operator,
,which is defined by

which is more symmetric than the forward difference operator, but has
the drawback of including intermediate tabular values. We establish its
connection as follows:

In general,

There is also a backward difference operator,
, which is
defined by

but we shall do nothing with it.
Next: About this document ...
Up: Newton's Divided Differences
Previous: Pointwise Error
John Gilbert
5/8/1998