where
is the starting point (sometimes, for convenience,
the middle data point is taken as
and in such a case the
integer
is allowed to take both negative and positive values.)
and
is the step size. Further it is enough to calculate simple
differences rather than the divided differences as in the
non-uniformly placed data set case. These simple differences can
be forward difference
or back differences
. We will first look at forward differences and
the interpolation polynomial based on
forward differences.
The first order forward difference
is defined as
Since we already know Newton interpolation polynomial in terms of
divided differences, to derive or generate Newton interpolation
polynomial in terms of forward differences it is enough to express
forward differences in terms of divided differences.
Recall the definition of first divided difference
,
This is known as Gregory-Newton forward difference interpolation
polynomial. For Convenience while constructing (10) one can first
generate a forward difference table and use the
from the table. Suppose we have data set
,
then forward difference table looks as follows: