Next: 2.3 Newton Interpolation Polynomial
Up: Curve Fitting : Interpolation,
Previous: Newton Interpolation polynomial:
It may also
be noted for calculating the higher order divided differences we
have used lower order divided differences. In fact starting from
the given zeroth order differences ; , one can
systematically arrive at any of higher order divided differences.
For clarity the entire calculation may be depicted in the form a
table called Newton Divided Difference Table.
Again suppose that we are given the data set
and that we are interested in finding the
order Newton Divided Difference interpolynomial. Let us first
construct the Newton Divided Difference Table. Wherein one can
clearly see how the lower order differences are used in
calculating the higher order Divided Differences:
Example:
Construct the Newton Divided Table for
generating Newton interpolation polynomial with the following data
set:
i |
0 |
1 |
2 |
3 |
4 |
|
0 |
1 |
2 |
3 |
4 |
|
0 |
1 |
8 |
27 |
64 |
Solution:
Here . One can fit a fourth order Newton
Divided Difference interpolation polynomial to the given data. Let
us generate Newton Divided Difference Table; as requested.
note: One may note that the given data corresponds to
the cubic polynomial . To fit such a data order
polynomial is adequate. From the Newton Divided Difference table
we notice that the fourth order difference is zero. Further the
divided differences in the table can be directly used for
constructing the Newton Divided Difference interpolation
polynomial that would fit the data.
Next: 2.3 Newton Interpolation Polynomial
Up: Curve Fitting : Interpolation,
Previous: Newton Interpolation polynomial:
root
2006-02-14