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

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

2. Example-2





2. Using Newton's Divided Difference formula to find solution
xf(x)
04
13
424
539

x = 2


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

x0145
y432439

Numerical divided differences method to find solution

Newton's divided difference table is
xy`1^(st)` order`2^(nd)` order`3^(rd)` order
04
-1
132
70
4242
15
539


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

`f(x) = 4 + (x -0) xx -1 + (x -0)(x -1) xx 2 + (x -0)(x -1)(x -4) xx 0`

`f(x) = 4 + (x) xx -1 + (x^2-x) xx 2 + (x^3-5x^2+4x) xx 0`

`f(x) = 4 + (-x) + (2x^2-2x) + (0) `

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

Now, differentiate with x
`f'(x)=4x-3`

`f''(x)=4`

Now, substitute `x=2`

`f'(2)=4 xx 2-3=5`

`f''(2)=4=4`


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





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.