Suppose $x_0,y_0$ are reals such that $x_0^2+y_0^2>0.$ Suppose $x(t)$ and $y(t)$ satisfy the following:
- $\frac{dx}{dt} = (x-y)(1-x^2-y^2),$
- $\frac{dy}{dt} = (x+y)(1-x^2-y^2),$
- $x(0) = x_0,$
- $y(0) = y_0.$
I am asked to find $\lim_{t\to\infty}x(t).$
Dividing the two differential equations, we have $$\frac{dy}{dx} = \frac{x+y}{x-y} = \frac{1 + \frac{y}{x}}{1-\frac{y}{x}}.$$ Let $v(x)=\frac{y}{x},$ so that $y = xv(x),$ and $$\frac{dy}{dx} = v + x\frac{dv}{dx}.$$ This implies that $$x\frac{dv}{dx} = \frac{1+v}{1-v} - v = \frac{1+v^2}{1-v}.$$ Rearranging and integrating, we get $$\log(x) = \arctan(v)-\frac{1}{2}\log(1+v^2)+c,$$ so $$\log(x) = \arctan\left(\frac{y}{x}\right)-\frac{1}{2}\log\left(1+\left(\frac{y}{x}\right)^2\right)+c.$$ By writing $1+\left(\frac{y}{x}\right)^2$ as $\frac{x^2+y^2}{x^2},$ we can simplify the above equation to $$\frac{1}{2}\log(x^2+y^2) = \arctan\left(\frac{y}{x}\right) + c.$$
However, I'm not sure how to proceed from this implicit equation. Any help would be much appreciated!
If you only want to compute the limit, you don't even need to solve the equation explicitly (at least for $r$).
Following @player100's suggestion, you can transform the system into $$ \begin{cases} \dot r = r(1-r^2)\\ \dot \theta = 1-r^2 \end{cases}, $$ with $r^2 = x^2+y^2$ and $\theta = \arctan\frac{y}{x}.$
Then we can observe that our system rests at the origin as well as on the unit circle. Since $\dot r > 0$ when $0 < r < 1,$ and $\dot r < 0$ when $r>1$, we may conclude that any solution starting in $(x_0,y_0)$ with $x_0^2+y_0^2 > 0$ will be attracted to the unit circle, so that $$\lim_{t \to \infty} r(t) = 1.$$
Hence our limit becomes $$ \lim_{t\to \infty} x(t) = \lim_{t\to \infty} r(t)\cos\theta(t) = \lim_{t\to \infty} \cos\theta(t) = \cos \left(\lim_{t\to \infty}\theta(t)\right). $$ Now \begin{align} \theta(t) - \theta(t_0) &= \int_{t_0}^t \dot\theta(s) \, ds = \int_{t_0}^t 1-r(s)^2 \, ds, \end{align} and changing the integration variable to $u = r(s),$ so that $$du = \dot r(s) \, ds = r(s)(1-r(s)^2) \, ds = u(1-u^2) \, ds,$$ we obtain \begin{align} \int_{t_0}^t 1-(r(s))^2 \, ds &= \int_{r(t_0)}^{r(t)} \frac{1}{u} \, du = \log(r(t))-\log(r(t_0)). \end{align} This gives \begin{align} \lim_{t\to \infty}\theta(t) &= \lim_{t\to \infty}\theta(t) - \theta(t_0) + \theta(t_0) = \lim_{t\to \infty} \log(r(t))-\log(r(t_0)) + \theta(t_0)\\ &= \log(1)-\log(r(t_0)) + \theta(t_0) = \arctan{\frac{y_0}{x_0}} - \log\sqrt{x_0^2+y_0^2}, \end{align} so that $$\lim_{t\to \infty} x(t) = \cos \left( \arctan{\frac{y_0}{x_0}} - \log\sqrt{x_0^2+y_0^2} \right). $$