How can I solve a non-linear differential equations system?

72 Views Asked by At

I have the following system of differential equations, $$\ddot{r}-\dot{\theta}^2=0$$ $$r\ddot{\theta}+2\dot{r}\dot{\theta}=\ddot{r}$$ how can I solve it?