Polynomial Approximation
Polynomial Approximation
Makerere University
[email protected]
Polynomial Approximation
We generate a polynomial P(x) so that for all known points (xn , yn ) where
y = f (x), the values of P(x) and f(x) are the same i.e. P(x) = f (x). P(x)
is then used to interpolate and extrapolate f (x).
x0 y0 △y0 △2 y0 △3 y0 △4 y0 △5 y0
x1 y1 △y1 △2 y1 △3 y1 △4 y1
x2 y2 △y2 △2 y2 △3 y2
x3 y3 △y3 △2 y3
x4 y4 △y4
x5 y5
Construct the forward and finite difference tables for the following data
and deduce the power of the polynomial
x 1 2 3 4 5 6
y 2 4 12 32 70 132
NFFDIP
NBFDIP