Interpolation Maths
Interpolation Maths
x 1 2 3 4 5 6 7 8
f(x) 1 8 27 64 125 216 343 512
Find f(1.5) using Newton’s forward formula.
Solve
where u =
f(1.5) = 3.375
x 1 2 3 4 5 6 7 8
f(x) 1 8 27 64 125 216 343 512
Find f(7.5) using Newton’s backward formula.
Solve
where u =
f(7.5) = 421.875
Wr (x) =
f(x) = ∑
x : 1 7 15
f(x) : 168 192 336 Based on given chart find f(x) and f(5).
Ans.
Here x0 = 1, x1 = 7, x2 = 15
Now, W0(x) = = =
W1(x) = = =-
W0(x) = = =
Therefore, f(x) = ∑
= x2 – 4x + 171