For this problem, we will be analyzing the differential equation y'' with the initial condition y0=2. For parts c-d, you may use Excel to do your computations.
a) Use methods from the course to solve this differential equation exactly. Then, find the value of y(1).
b) Use Euler's Method with a step size h=0.1 to estimate the value of y(1).
c) Use the Improved Euler's Method with a step size h=0.1 to estimate the value of y(1).
d) Use the Runge-Kutta Method with a step size h=0.1 to estimate the value of y(1).
e) Which method was the most accurate? What was the error for this method?