Given the differential equations: $$ \begin{cases} \frac{dx}{dt} = y-1 \\ \frac{dy}{dt} = -xy \end{cases} $$ I'm trying to find out which solutions are periodic. So I tried to find the solutions $y(x)$ and tried to prove that for some startvalues $x_0$ and $y_0$ we find that $y(x_0) = y(x_0 + p)$, where $p$ is the period.
The solution, $y(x)$, that I found is the following: $$y(x)-\ln{y(x)} = -\frac{1}{2}x^2+\frac{1}{2}x_0^2+y_0-\ln{y_0}$$ Or rewritten as a function of $x(y)$: $$x(y) = \pm(2\ln{y}-2y+2(\frac{1}{2}x_0^2+y_0-\ln{y_0}))^{\frac{1}{2}}$$
I've plotted the solutions and found the following

So the periodic solutions are only found when $y_0 > 0$ and $x_0$ is in some range. If $x_0$ is too large or too small the solution goes to $y(x) = -\infty$. But how can I show this correctly?
This was a special equation to me as it formed part of my phd. $$ \ddot{x} -x\dot{x} + \mu x = 0 $$ it was found that you get autosave behaviour (periodic) entered about the shift which for you is 1 (for me it was $\mu$)
I used Bendixson Theorem to prove periodic solutions existed.
Which for you implies you need a domain where $x=0$ you can then determine which side of the phase-transition you will have periodic solutions (it is based on $y$)
For the above equation you always have the same form, and there is a relationship between the asymptotic region and bounded solution (it depends on $\mu$ and $\dot{x}$ ). Also, for any parameter in the periodic domain we have closed solutions.
Note that you can transform your equation $$ \ddot{x} + x\dot{x} + x = 0 $$ To my original equation by $t\to -t$ $$ \ddot{x} -x\dot{x} + x = 0 $$ since the solutions are similar in phase space.