Problem Sheet 3 - Runge Kutta#
a) Apply the Midpoint Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution: $
y(0)=1, N=4 $b) Apply the Midpoint Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution: $
y(0)=2, N=4 $a) Apply the 4th Order Runge Kutta Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution $
y(0)=1, N=4 $b) Apply the 4th Order Runge Kutta Method to approximate the solution of the given initial value problems using the indicated number of time steps. Compare the approximate solution with the given exact solution $
y(0)=2, N=4 $Derive the difference equation for the Midpoint Runge Kutta method $
k_1 a b \alpha \beta a+b=1 b\alpha=b\beta=\frac{1}{2}$ and choose appropriate values to give the Midpoint Runge Kutta method.