Sketch the dynamical system
\begin{align} \dot x_1 = x_2 \\ \dot x_2 = 1 \end{align}
Firstly we may integrate this to find
$$x_2(t) = t + A$$ $$x_1(t) = \frac12t^2+At + B$$
How do I then change this into an equation that I can plot in the $(x_1,x_2)$ plane?