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

3. Newton's Divided Difference Interpolation formula example ( Enter your problem )
  1. Formula & Example-1 (table data)
  2. Example-2 (table data)
  3. Example-3 (`f(x)=x^3-x+1`)
  4. Example-4 (`f(x)=2x^3-4x+1`)

3. Example-3 (`f(x)=x^3-x+1`)





2. Find Solution of an equation x^3-x+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)=x^3-x+1`.

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

x22.533.54
y714.1252540.37561

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
27
14.25
2.514.1257.5
21.751
32590
30.751
3.540.37510.5
41.25
461


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) = 7 + (3.8 -2) xx 14.25 + (3.8 -2)(3.8 -2.5) xx 7.5 + (3.8 -2)(3.8 -2.5)(3.8 -3) xx 1 + (3.8 -2)(3.8 -2.5)(3.8 -3)(3.8 -3.5) xx 0`

`y(3.8) = 7 + (1.8) xx 14.25 + (1.8)(1.3) xx 7.5 + (1.8)(1.3)(0.8) xx 1 + (1.8)(1.3)(0.8)(0.3) xx 0`

`y(3.8) = 7 +25.65 +17.55 +1.872 +0`

`y(3.8) = 52.072`


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




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
 
 

.