
Calculate the first nonzero term in the Taylor series of the truncation error Tr(h) for the...
Numerical methods(a) Use the following data to find the velocity and acceleration at t = 10 seconds:Time (s):0246810121416Position (m):00.71.83.45.16.37.38.08.4Use second-order correct (i) centered finite-difference, and (ii) backward finite-difference methods. (b) Use the Taylor expansions for f(x +h), f(x+2h), f(x +3h) and derive the following forward finite-difference formulas for the second derivative. Write down the error term$$ f^{\prime \prime}(x) \approx \frac{-f(x+3 h)+4 f(x+2 h)-5 f(x+h)+2 f(x)}{h^{2}} $$
1. The two-point forward difference quotient with error term is given by where ξ e ll, l + hl. In class we showed an additional error term appears to due to computer rounding error, e(r). Denoting (z) f(x) +e(x) as what the com- puter stores, and supposing f"(x)M and e() e where e, M are constants, we obtained an upper bound for the error between f(r) and the computed forward difference quotient 2c h Find the minimum value of the...