Solve the following system :-
$$x^2+y^2+\frac {2xy}{x+y}=1\tag 1$$
$$\sqrt {x+y}=x^2-y \tag 2$$
My try follows:-
I have tried many idea's including squaring the second equation , but i have got stuck . Is there any reference to be more familiar with these idea's.
Any help is appreciated thank you
We have \begin{eqnarray*} x^2+y^2+\frac{2xy}{x+y}=1 \\ \sqrt{x+y}=x^2-y \end{eqnarray*} Now rearrange $(2)$ \begin{eqnarray*} x+y=x^4-2x^2y+y^2 \\ y^2-(2x^2+1)y+x^4-x=0 \\ y= \frac{2x^2+1 \pm (2x+1)}{2} \end{eqnarray*} Now taking the positive root $y=x^2+x+1$ and subtituting in $(1)$ ... \begin{eqnarray*} x(x+2)((x+x)^2+(2x+1)^2+1)=0 \end{eqnarray*} For the negative root $y=x^2-x$ ... \begin{eqnarray*} x^2(x+1)(x-1)((x-1)^2+2)=0 \end{eqnarray*} We shall reject the solution $(0,0)$ as it causes division by zero in equation $(1)$. So to summarise $\color{red}{(-2,3),(-1,2),(0,1),(1,-1)}$.