Find all solution in $\mathbb{R}$ for the following system of equations:
\begin{cases} x + \frac{3x-y}{x^2+y^2} = 3 \\ y – \frac{x+3y}{x^2+y^2} = 0 \end{cases}
I've tried few method, but none bring a success.
First I tried to substitute, and tried to express $y$ in terms of $x$, but I wasn't able to do that. I tried to use $y = \frac{x+3y}{x^2+y^2}$, but as you guess that substitution made the things even more complicated.
Next I tried to multiply the second equation with $\frac{3x-y}{x+3y}$, assuming it's not zero. And I end up with:
\begin{cases} x + \frac{3x-y}{x^2+y^2} = 3 \\ y\left(\frac{3x-y}{x+3y}\right) – \frac{x+3y}{x^2+y^2} = 0 \end{cases}
Now I add the together and I end up with:
$$x + y\left(\frac{3x-y}{x+3y}\right) = 3$$
But solution to this equation aren't solution to the system, because there are infinite amount of them.
Next I tried just to add them and I end up with:
$$x+y \frac{2x-3y}{x^2+y^2} = 3$$
But again I faced the same problem, this equation has an infinite amount of solution, unlike the system of equations.
So how can I solve this system of equations?