I'm currently looking at the system of first order ODEs
$$ \begin{cases} x' = -y-x^2y \\ y' = x+xy^2 \end{cases} $$
and I try to show that every non-trivial orbit of the system is periodic. I'm lost how to approach this. I tried converting the system into polar coordinates (but this got ugly and the radius didn't stay constant). I know how to show that no periodic orbits exists using Bendixson, but this is of no use here.
The system looks kind of symmetric, since the first line is equivalent to $-y(1-x^2)$ and the second line to $x(1+y^2)$, but I don't know where is could help me. I also looked the only fix point $(0, 0)$. It is non-hyperbolic (the Jacobian at $(0, 0)$ hat Eigenvalues $\lambda_{1/2} = \pm i$). Any hints on how to proceed are welcome!
This system admits a first integral: $$ \frac{dx}{-y-x^2y}=\frac{dy}{x+xy^2} $$ or $$ \frac{x\,dx}{1+x^2}=-\frac{y\,dy}{1+y^2} $$ gives us $$\tag{1} (1+x^2)(1+y^2)=C. $$ The level sets defined by (1) are closed curves, except for the case $C=1$, which corresponds to the equilibrium point. Hence, all solutions are periodic.