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

2. Newton's Forward 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)
2. Newton's Backward 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 = 2.25
Step value (h) = 0.25 using Newton's Forward 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.252.52.7533.253.53.754
y1215.640620.12525.54693239.578148.37558.484470

Newton's forward differentiation table is
xy`Deltay``Delta^2y``Delta^3y``Delta^4y`
212
3.6406
2.2515.64060.8438
4.48440.0938
2.520.1250.93750
5.42190.0938
2.7525.54691.03120
6.45310.0938
3321.1250
7.57810.0938
3.2539.57811.21880
8.79690.0938
3.548.3751.31250
10.10940.0938
3.7558.48441.4062
11.5156
470


The value of `x` at you want to find `f(x) : x_0 = 2.25`

`h = x_1 - x_0 = 2.25 - 2 = 0.25`


`[(dy)/(dx)]_(x=x_0) = 1/h * (Delta y_0 - 1/2 * Delta^2 y_0 + 1/3 * Delta^3 y_0 - 1/4 * Delta^4 y_0)`

`:.[(dy)/(dx)]_(x=2.25) = 1/0.25 * (4.4844 - 1/2 xx 0.9375 + 1/3 xx 0.0938 - 1/4 xx 0)`

`:.[(dy)/(dx)]_(x=2.25) = 16.1875`


`[(d^2y)/(dx^2)]_(x=x_0) = 1/h^2 * (Delta^2 y_0 - Delta^3 y_0 + 11/12 * Delta^4 y_0)`

`:.[(d^2y)/(dx^2)]_(x=2.25) = 1/0.0625 * (0.9375 - 0.0938 + 11/12 xx 0)`

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


`:.` `Pn'(2.25) = 16.1875` and `Pn''(2.25) = 13.5`


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)
2. Newton's Backward Difference formula
(Next method)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.