Assignment 8 Richardson's Extrapolation
Assignment 8 Richardson's Extrapolation
Assignment 8
Richardson Extrapolation
1.
x 0.8 1 1.2 1.4 1.6 1.8 2 2.2 2.4
y 1.3 1.7 2.3 3.2 4.7 6.2 8.1 9.2 9.8
Using Richardson extrapolation method to evaluate y (1.6) with CD formula up to
O(h 6 ).
3. Use the following finite difference formula and table to evaluate y(0.1) with O(h4).
4 f ( xi+1 ) − 3 f ( xi ) − f ( xi+2 )
f ( x) = + O( h 2 )
2h
5. Use the following finite difference formula to evaluate y (1) up to O(h 6 ) for
y( x) = cos(x 2 )e − x with hmax= 0.2
f ( xi+1 ) − 2 f ( xi ) + f ( xi−1 )
f ( x) = + O( h 2 )
h2
𝒚(𝒙) = 𝒙𝒆𝒙 up to 𝑶(𝒉𝟔 ), with 𝒉𝒎𝒊𝒏 = 𝟎. 𝟏. Find the percentage of true error.