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

3. Newton's Backward Difference formula (Numerical Differentiation) example ( Enter your problem )
  1. Formula & Example-1 (table data)
  2. Example-2 (table data)
  3. Example-3 (`f(x)=2x^3-4x+1`)
  4. Example-4 (`f(x)=x^3+x+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

3. Example-3 (`f(x)=2x^3-4x+1`)
(Previous example)
3. Newton's Divided Difference formula
(Next method)

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





Find Solution of an Equation x^3+x+2
x1 = 2 and x2 = 4
x = 3.5
Step value (h) = 0.5 using Newton's Backward Difference formula


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

Numerical differentiation method to find solution.
The value of table for `x` and `y`

x22.533.54
y1220.1253248.37570

Newton's backward differentiation table is
xy`grady``grad^2y``grad^3y``grad^4y`
212
8.125
2.520.1253.75
11.8750.75
3324.50
16.3750.75
3.548.3755.25
21.625
470


The value of x at you want to find `f(x) : x_n = 3.5`

`h = x_1 - x_0 = 2.5 - 2 = 0.5`


`[(dy)/(dx)]_(x=x_n) = 1/h * (grad y_n + 1/2 * grad^2 y_n + 1/3 * grad^3 y_n + 1/4 * grad^4 y_n)`

`:.[(dy)/(dx)]_(x=3.5) = 1/0.5 xx (16.375 + 1/2 xx 4.5 + 1/3 xx 0.75 + 1/4 xx 0)`

`:.[(dy)/(dx)]_(x=3.5) = 37.75`


`[(d^2y)/(dx^2)]_(x=x_n) = 1/h^2 * (grad^2 y_n + grad^3 y_n + 11/12 * grad^4 y_n)`

`:.[(d^2y)/(dx^2)]_(x=3.5) = 1/0.25 * (4.5 + 0.75 + 11/12 xx 0)`

`:.[(d^2y)/(dx^2)]_(x=3.5) = 21`


`:.` `Pn'(3.5) = 37.75` and `Pn''(3.5) = 21`


This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



3. Example-3 (`f(x)=2x^3-4x+1`)
(Previous example)
3. Newton's Divided Difference formula
(Next method)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.