I have an easy-looking task, but I have never solved nonlinear differential equations, so I have no idea how to approach this.
Solve $x'' = x^2$ with inital conditions $x(0) = \sqrt[3]{3}$, $x'(0) = \sqrt{2}$.
I've tried to do a substitution $\frac{\partial x}{\partial t} = y$, then $\frac{\partial^2 x}{\partial t^2} = \frac{\partial y}{\partial x}y$, so we get $y'y = x^2$ and with inital condition $y = \sqrt{1 - x^3}$, But then, when I try to get $x(t)$ back, I finish with integral I cannot compute. Is this approach good? How to finish it?
just hint $$x''x'=x^2x'$$
$$1/2x'^2=1/3x^3+c $$