15. Given y' = 1+1, y(1) = 2, and true solution is: y(t) = + ln(t) + 2t. Determine the relative error in each case. a. C
Posted: Thu May 12, 2022 8:46 am
15. Given y' = 1+1, y(1) = 2, and true solution is: y(t) = + ln(t) + 2t. Determine the relative error in each case. a. Complete four steps of Eulers method by hand with h =. 1 to estimate y(1.4) b. Complete two steps of the Runge-Kutta method by hand with h = 2 to estimate y(1.4). c. Compare the results of the Euler and Runge-Kutta approximations. Are the errors what you should have expected the error for each method to be? Explain.