Home > Numerical methods calculators > Numerical Interpolation using Bessel's formula example

9. Bessel's formula (Numerical Interpolation) example ( Enter your problem )
  1. Formula & Example-1
  2. Example-2
  3. Example-3
  4. Example-4
Other related methods
  1. Newton's Forward Difference formula
  2. Newton's Backward Difference formula
  3. Newton's Divided Difference Interpolation formula
  4. Lagrange's Interpolation formula
  5. Lagrange's Inverse Interpolation formula
  6. Gauss Forward formula
  7. Gauss Backward formula
  8. Stirling's formula
  9. Bessel's formula
  10. Everett's formula
  11. Hermite's formula
  12. Missing terms in interpolation table

3. Example-3
(Previous example)
10. Everett's formula
(Next method)

4. Example-4





Find Solution using Bessel's formula
xf(x)
2024
2432
2835
3240

x = 25
Finding f(2)


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

x20242832
y24323540

Bessel's method to find solution

`h=24-20=4`

Taking `x_0=24` then `p=(x-x_0)/h=(x-24)/4`

The difference table is
`x``p=(x-24)/4``y``Deltay``Delta^2y``Delta^3y`
20-124
8
24032-5
37
281352
5
32240


`x = 25`

`p = (x - x_0)/h = (25 - 24)/4 = 0.25`

`y_0=32, Delta y_0=3,Delta^2y_(-1)=-5,Delta^3y_(-1)=7`

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)`

`y_(0.25) = (32+35)/2 + (0.25-1/2)*(3) + (0.25(0.25-1))/(2)*((-5+2))/2 + ((0.25-1/2)0.25(0.25-1))/(6)*(7)`

`y_(0.25)=33.5-0.75 +0.140625 +0.0546875`

`y_(0.25)=32.9453`


Solution of Bessel's interpolation is `y(25) = 32.9453`


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



3. Example-3
(Previous example)
10. Everett's formula
(Next method)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.