For the initial value problem
\[
\frac{dy}{dx} = f(x, y), \quad y(x_0) = y_0,
\]
generate approximations \( y_n \) to \( y(x_n) \) using the recursion formula
\[
y_n = y_{n-1} + a k_1 + b k_2,
\]
where
\[
k_1 = h f(x_{n-1}, y_{n-1}), \quad k_2 = h f(x_{n-1} + \beta h, y_{n-1} + \beta k_1).
\]
Which one of the following choices of \( a, b, \alpha, \beta \) gives the Runge-Kutta method of order 2?