1. Given data 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 x 0.8 f(x) 1.0000 1.0000 1.0003 1.0024 1.0102 1.0313 1.0778 1.1681 1.3277 a.
Posted: Mon Jul 11, 2022 11:10 am
1. Given data 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 x 0.8 f(x) 1.0000 1.0000 1.0003 1.0024 1.0102 1.0313 1.0778 1.1681 1.3277 a. Use the central difference approach, O(h²), h = 0.2, 4 decimal to estimate f''(0.4) b. Use the central difference approach, O(h²), h = 0.1, 4 decimal to estimate f''(0.4) c. Based on answers (a) and (b), use Richardson's extrapolation with p=2, 4 decimal places, to estimate f''(0.4) d. Use the derivative of quadratic interpolation, 4 decimal places, and the nearest point x=0.3, x=0.5,x=0.6 to estimate f''(0.4)