Solve this system of equations for real $x$ and $y$:
- $5x\left(1+\dfrac{1}{x^2+y^2}\right)=12$
- $5y\left(1-\dfrac{1}{x^2+y^2}\right)= 4$
I juggled with those equations and got $x-y+\dfrac{x+y}{x^2+y^2}=\dfrac{8}{5}$, from where I guessed a solution $(2,1)$.
But I don't know how to approach mathematically.
Please help me.
\begin{align} 5x\left(1+\frac{1}{x^2+y^2}\right)&=12\\ 5y\left(1-\frac{1}{x^2+y^2}\right)&=4\\ \end{align}
Obviously, $x\neq0$ and $y\neq0$.
\begin{align} \left(1+\frac{1}{x^2+y^2}\right)&=\frac{12}{5x}\\ \left(1-\frac{1}{x^2+y^2}\right)&=\frac{4}{5y}\\ 1&=\frac{6}{5x}+\frac{2}{5y}&=\frac{6y+2x}{5xy}\\ \frac{1}{x^2+y^2}&=\frac{6}{5x}-\frac{2}{5y}&=\frac{6y-2x}{5xy}\\ x^2+y^2&=\frac{6y+2x}{6y-2x}\\ 5xy&=6y+2x&=(x^2+y^2)(6y-2x)\\ \end{align}
Now, consider $x=y.\alpha$. Remember that $y\neq 0$
\begin{align} y(5\alpha) &=6+2\alpha&=y^2(1+\alpha^2)(6-2\alpha) \end{align}
$$y=\frac{6+2\alpha}{5\alpha}$$ $$25\alpha^2=(1+\alpha^2)(36-4\alpha^2)$$ $$4\alpha^4-7\alpha^2-36=0$$ $$\alpha=\pm 2$$ (There are two other imaginary roots for $\alpha$ that gives two more solutions in $\mathbb C$)
Hence two solutions : $(x,y)=(2,1)$ or $(x,y)=(\frac{2}{5},-\frac{1}{5})$