CENTRAL DIFFERENCE INTERPOLATION FORMULA Exercises With Solution
CENTRAL DIFFERENCE INTERPOLATION FORMULA Exercises With Solution
PROBLEM
1. Apply Bessel’s formula below to obtain y 25, given that y20=2854, y24=3162, y28=3544 and y32=3992.
2. Interpolate by means of Gauss’s backward formula given below, the population of a town for the year
1975, given that
x y ∆ ∆2 ∆3
20 2854
308
x0=24 3162 74
382 -8
28 3544 66
448
32 3992
Bessel’s formula is
yp = y0 + p∆y0 + p(p-1)/2! [∆2y-1+∆2y0]/2 + (p-1/2)p(p-1)/3! ∆3y-1
+ (p+1)p(p-1)(p-2)/4! [∆4y-2+∆4y-1]/2+ …
y25 = 3162 + (0.25)382 + (0.25)(0.25-1)/2 [74+66]/2
+ (0.25-1/2)0.25(0.25-1)/6 (-8)
= 3162 + 95.5 – 6 – 5625 – 0.0625
= 3250.875.
2. Let x be the year and y be the population.
Therefore,
p=(x-x0)/h =(1975-1970)/10 = 0.5.
+ (2.5)(1.5)(0.5)(-0.5)(-1.5)/120 (-10)
= 33.345 thousands.