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

7. Bessel's formula (Numerical Differentiation) example ( Enter your problem )
  1. Formula & Example-1
  2. Example-2
Other related methods
  1. Newton's Forward Difference formula
  2. Newton's Backward Difference formula
  3. Newton's Divided Difference formula
  4. Lagrange's formula
  5. Stirling's formula
  6. Bessel's formula

1. Formula & Example-1
(Previous example)

2. Example-2





2. Using Bessel's formula to find solution
xf(x)
0135
300149
600157
900183
1200201
1500205
1800193

x = 900


Solution:
Bessel's formula (central difference formula).
The value of table for `x` and `y`

x0300600900120015001800
y135149157183201205193

Difference table is
xy`Deltay``Delta^2y``Delta^3y``Delta^4y``Delta^5y``Delta^6y`
0135
14
300149-6
824
60015718-50
26-2670
900183-820-86
18-6-16
1200201-144
4-2
1500205-16
-12
1800193


The value of `x` at you want to find `f(x) : x_0 = 900`

`h = x_1 - x_0 = 300 - 0 = 300`


Bessel's Formula is
`[(dy)/(dx)]_(x=x_0) = 1/h * [Delta y_0 - 1/4 * (Delta^2 y_(0) + Delta^2 y_(-1)) + 1/12 Delta^3 y_(-1) + 1/24 * (Delta^4 y_(-1) + Delta^4 y_(-2)) - 1/120 Delta^5 y_(-2) - 1/120 * (Delta^6 y_(-2) + Delta^6 y_(-3)) + ...]`

`:.[(dy)/(dx)]_(x=900) = 1/300 * [18 - 1/4 * (-14 -8) + 1/12 * (-6) + 1/24 * (4 +20) - 1/120 * (-16) - 1/120 * (0 -86) + ...]`

`:.[(dy)/(dx)]_(x=900) = 1/300 * [18+5.5-0.5+1+0.1333333333+0.7166666667]`

`:.[(dy)/(dx)]_(x=900) = 0.0828`


`[(d^2y)/(dx^2)]_(x=x_0) = 1/h^2 * [1/2 * (Delta^2 y_(0) + Delta^2 y_(-1)) - 1/3 Delta^3 y_(-1) - 1/24 * (Delta^4 y_(-1) + Delta^4 y_(-2)) + 1/24 Delta^5 y_(-2) + 1/180 * (Delta^6 y_(-2) + Delta^6 y_(-3)) + ...]`

`:.[(d^2y)/(dx^2)]_(x=900) = 1/90000 * [1/2 * (-14 -8) - 1/2 * (-6) - 1/24 * (4 +20) + 1/24 * (-16) + 1/180 * (0 -86)]`

`:.[(d^2y)/(dx^2)]_(x=900) = 1/90000 * [-11+3-1-0.6666666667-0.4777777778]`

`:.[(d^2y)/(dx^2)]_(x=900) = -0.0001`


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



1. Formula & Example-1
(Previous example)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.