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

1. Formula & Example-1
(Previous example)
3. Example-3
(Next example)

2. Example-2





2. Find Solution using Newton's Divided Difference Interpolation formula
xf(x)
20.69315
2.50.91629
31.09861

x = 2.7


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

x22.53
y0.69320.91631.0986

Numerical divided differences method to find solution

Newton's divided difference table is
xy`1^(st)` order`2^(nd)` order
20.6932
`(0.9163-0.6932)/(2.5-2)=0.4463`
2.50.9163`(0.3646-0.4463)/(3-2)=-0.0816`
`(1.0986-0.9163)/(3-2.5)=0.3646`
31.0986


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

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

`y(2.7) = 0.6932 + (2.7 -2) xx 0.4463 + (2.7 -2)(2.7 -2.5) xx -0.0816`

`y(2.7) = 0.6932 + (0.7) xx 0.4463 + (0.7)(0.2) xx -0.0816`

`y(2.7) = 0.6932 +0.3124 -0.0114`

`y(2.7) = 0.9941`


Solution of divided difference interpolation method `y(2.7) = 0.9941`


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)
3. Example-3
(Next example)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.