Newton Forward Backward Interpolation
Newton Forward Backward Interpolation
Forward and
Backward
Interpolation
Evaluate,
Differentiate, and
Integrate.
NEWTONS DIVIDED
DIFFERENCE
f[x1,x2] – f[x0,x1]
f[x0,x1,x2] =
x2 – x1
P(x) = f(x0) + (x – x0) f[x0, x1] + (x – x0) ( x – x1) f [x0, x1, x2] +
(x – x0) (x – x1) (x – x2) f [x0, x1, x2, x3]
= 2x3 – x2 + 10
P (1) = 11
p(p - 1)(p - 2) L (p - n + 1) n
D y0
n!
Example
2y0+
p(p 1)(p 2)
3y0+
p(p 1)(p 2)(p 3)
4y0
p( p 1)
P(x) = y0 + py0+ 2! 3! 4!
= 0.4384
Thus f(3.17) = 0.4384.
x: 20 25 30 35 40 45
f(x): 354 332 291 260 231 204
We can relate the central difference operator with and E using the operator
relation = E½.