Home > Numerical methods > Numerical Interpolation > Bessel's interpolation formula example

9. Bessel's Interpolation formula example ( Enter your problem )
  1. Formula & Example-1 (table data)
  2. Example-2 (table data)
  3. Example-3 (table data)
  4. Example-4 (table data)

2. Example-2 (table data)





2. Find Solution using Bessel's formula
xf(x)
2.524.145
3.022.043
3.520.225
4.018.644
4.517.262
5.016.047

x = 3.75


Solution:
The value of table for `x` and `y`

x2.533.544.55
y24.14522.04320.22518.64417.26216.047

Bessel's method to find solution

`h=3-2.5=0.5`

Taking `x_0=3.5` then `p=(x-x_0)/h=(x-3.5)/0.5`

The difference table is
`x``p=(x-3.5)/0.5``y``Deltay``Delta^2y``Delta^3y``Delta^4y``Delta^5y`
2.5-224.145
-2.102
3-122.0430.284
-1.818-0.047
3.5020.2250.2370.009
-1.581-0.038-0.003
4118.6440.1990.006
-1.382-0.032
4.5217.2620.167
-1.215
5316.047


`x = 3.75`

`p = (x - x_0)/h = (3.75 - 3.5)/0.5 = 0.5`

`y_0=20.225, Delta y_0=-1.581,Delta^2y_(-1)=0.237,Delta^3y_(-1)=-0.038,Delta^4y_(-2)=0.009,Delta^5y_(-2)=-0.003`

Bessel's formula is
`y_p=(y_0+y_1)/2+(p-1/2)*Delta y_0 + (p(p-1))/(2!) * (Delta^2y_(-1)+Delta^2y_(0))/2 + ((p-1/2)p(p-1))/(3!) * Delta^3y_(-1) + ((p+1)p(p-1)(p-2))/(4!) * (Delta^4y_(-2)+Delta^4y_(-1))/2 + ((p-1/2)(p+1)p(p-1)(p-2))/(5!) * Delta^5y_(-2)`

`y_(0.5) = (20.225+18.644)/2 + (0.5-1/2)*(-1.581) + (0.5(0.5-1))/(2)*((0.237+0.199))/2 + ((0.5-1/2)0.5(0.5-1))/(6)*(-0.038) + ((0.5+1)0.5(0.5-1)(0.5-2))/(24)*((0.009+0.006))/2 + ((0.5-1/2)(0.5+1)0.5(0.5-1)(0.5-2))/(120)*(-0.003)`

`y_(0.5)=19.4345+0 -0.02725 +0 +0.0001757813 +0`

`y_(0.5)=19.40743`


Solution of Bessel's interpolation is `y(3.75) = 19.40743`




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.