I have the following system:
$$y'(t)=x^2(t)-x(t)$$
$$x'(t)=y(t)$$
It comes from the second order ode
$$x''(t)=x^2(t)'x(t)$$
I am asked to do the first four Picard iterations starting from the solution $$\phi_0 (t)= \bigg(\frac{-1}{2},0 \bigg)$$
I can do Picard iterations for a simple first order ode, but I am not able to generalize it to a system where the two equations depend on each other, and I cant find any examples or theory that tells the algorithm to help me in this case.