\begin{align} w_0 &= \alpha \\ w_{i+1}&=w_i +a_1 f(t_i,w_i) + a_2 f(t_i+\alpha_2,w_i+\delta_2 f(t_i,w_i)) \end{align} for each $i =0,1,2,...,N-1$, cannot have local truncation error $O(h^3)$ for any choice of constants $\ a_1,a_2,\alpha_2 $ and $\delta_2 $
my text book do not explain why
and this form had not been seen ever before
usually Runge-Kutta method has the form
$$ \ w_{i+1}=w_i +h(a_1 f(t_i,w_i) + a_2 f(t_i+\alpha_2,w_i+\delta_2 f(t_i,w_i)))$$
it is replaced by Taylor 2 order form, which is defined to 2 order Runge-Kutta method
but first form seemed not correct form and do not understand why this form has local truncation error with not having $O(h^3)$ regardless of choice of $ a_1,a_2,\alpha_2,\delta_2 $