(4) Given the differential equation:
Y^(')=f(x,y).
Derive the Adams-Moulton method of order 2 given by
y_(n+1)=y_(n)+(h)/(2)[f(x_(n+1),y_(n+1))+f(x_(n),y_(n))]
PLease provide a correct solution. Step by step. Previous one has some missing steps
(4) Given the differential equation:
Y'=f(x,y).
Derive the Adams-Moulton method of order 2 given by
Yn+1= Yn +
(xn+1,Yn+1)+ f(xn,Yn)]