Home > Numerical methods calculators > Richardson extrapolation method calculator

Richardson extrapolation formula for differentiation example ( Enter your problem )
  1. Example-1 : `f(x)=xexp(x)`
  2. Example-2 : `f(x)=5xe^(-2x)`

2. Example-2 : `f(x)=5xe^(-2x)`
(Next example)

1. Example-1 : `f(x)=xexp(x)`





1. `f(x)=xexp(x)`, find f'(2) with h=0.2 using Richardson extrapolation method

Solution:
Richardson Extrapolation method
Equation is `f(x) = xexp(x)`.

`h=0.2`

`f^'(x)=(f(x+h)-f(x-h))/(2h)` (CDD)

`f^'(2)=(f(2+0.2)-f(2-0.2))/(2*0.2)`

`f^'(2)=(f(2.2)-f(1.8))/0.4`

`f^'(2)=(19.855-10.8894)/0.4`

`f^'(2)=22.4142`



`h=0.1`

`f^'(x)=(f(x+h)-f(x-h))/(2h)`

`f^'(2)=(f(2+0.1)-f(2-0.1))/(2*0.1)`

`f^'(2)=(f(2.1)-f(1.9))/0.2`

`f^'(2)=(17.149-12.7032)/0.2`

`f^'(2)=22.2288`



`TV=(AV)_(h/2)+((AV)_(h/2)-(AV)_(h))/3`

`=22.2288 + (22.2288 - 22.4142) / 3`

`=22.167`




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



2. Example-2 : `f(x)=5xe^(-2x)`
(Next example)





Share this solution or page with your friends.


 
Copyright © 2024. All rights reserved. Terms, Privacy
 
 

.