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

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





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





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.