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

2. Example-2 (table data)
(Previous example)
4. Example-4 (`f(x)=x^3+x+2`)
(Next example)

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





Find Solution of an Equation 2x^3-4x+1
x1 = 2 and x2 = 4
x = 2.25
Step value (h) = 0.25 using Newton's Forward Difference formula


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

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

x22.252.52.7533.253.53.754
y914.781222.2531.59384356.656272.7591.4688113

Newton's forward differentiation table is
xy`Deltay``Delta^2y``Delta^3y``Delta^4y`
29
5.7812
2.2514.78121.6875
7.46880.1875
2.522.251.8750
9.34380.1875
2.7531.59382.06250
11.40620.1875
3432.250
13.65620.1875
3.2556.65622.43750
16.09380.1875
3.572.752.6250
18.71880.1875
3.7591.46882.8125
21.5312
4113


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

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


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

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

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


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

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

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


`:.` `Pn'(2.25) = 26.375` and `Pn''(2.25) = 27`


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



2. Example-2 (table data)
(Previous example)
4. Example-4 (`f(x)=x^3+x+2`)
(Next example)





Share this solution or page with your friends.


 
Copyright © 2025. All rights reserved. Terms, Privacy
 
 

.