Consider the Runge-Kutta method
k1k2yn+1=f(yn)=f(yn+(1−a)hk1+ahk2),=yn+2h(k1+k2)
for the solution of the scalar ordinary differential equation y′=f(y). Here a is a real parameter.
(a) Determine the order of the method.
(b) Find the range of values of a for which the method is A-stable.