Home > Numerical methods calculators > Numerical Interpolation using Newton's Divided Difference Interpolation formula example

3. Newton's Divided Difference Interpolation 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)
4. Lagrange's Interpolation formula
(Next method)

4. Example-4





Find Solution of an equation 2x^3-4x+1 using Newton's Divided Difference Interpolation formula
x1 = 2 and x2 = 4
x = 3.8
Step value (h) = 0.5
Finding f(2)


Solution:
Equation is `f(x)=2x^3-4x+1`.

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

x22.533.54
y922.254372.75113

Numerical divided differences method to find solution

Newton's divided difference table is
xy`1^(st)` order`2^(nd)` order`3^(rd)` order`4^(th)` order
29
26.5
2.522.2515
41.52
343180
59.52
3.572.7521
80.5
4113


The value of `x` at you want to find the `f(x) : x = 3.8`

Newton's divided difference interpolation formula is
`f(x)=y_0 +(x-x_0) f[x_0, x_1]+(x-x_0)(x-x_1) f[x_0, x_1, x_2]+(x-x_0)(x-x_1)(x-x_2) f[x_0, x_1, x_2, x_3]+(x-x_0)(x-x_1)(x-x_2)(x-x_3) f[x_0, x_1, x_2, x_3, x_4]`

`y(3.8) = 9 + (3.8 -2) xx 26.5 + (3.8 -2)(3.8 -2.5) xx 15 + (3.8 -2)(3.8 -2.5)(3.8 -3) xx 2 + (3.8 -2)(3.8 -2.5)(3.8 -3)(3.8 -3.5) xx 0`

`y(3.8) = 9 + (1.8) xx 26.5 + (1.8)(1.3) xx 15 + (1.8)(1.3)(0.8) xx 2 + (1.8)(1.3)(0.8)(0.3) xx 0`

`y(3.8) = 9 +47.7 +35.1 +3.744 +0`

`y(3.8) = 95.544`


Solution of divided difference interpolation method `y(3.8) = 95.544`


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)
4. Lagrange's Interpolation formula
(Next method)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.