Let's consider a system of non-linear ODE: $$ x' = 1-x^{2}-y^{2} \\ y ' = 2xy$$
The final goal is to draw a phase portrait (of course, manually). The trouble is that this system, as i can suggest right know, requires a trick, taking into account that it cannot be transformed in something, which is more convenient to work with only by applying routine tranformations. It's likely to use polar coordinates, but this particular approach does not work as well.
Could anybody suggest some trick (i suppose that it should be something well-known )? Any help would be much appreciated.
I'd start with $$(x+y)' = 1-(x-y)^2\\(x-y)'=1-(x+y)^2.$$ After that make an obvious change of variables and then deduce a phase portrait.