Find the solutions $(x, y)$ of the system $\sqrt{x-y}=x+y-7$ and $\sqrt{x+y}=x-y-1$.
I tried to solve this question as follows:
$x-y=x^2+y^2+49+2xy-14x-14y$
$x+y=x^2+y^2+1-2xy-2x+2y$
Here I realized that I can't transform one equation into $x=...$ and then replace it into the other, as that would give a polynomial of too high a degree. Hence I attempted to combine them:
$-2y=48+4xy-12x-16y$
$48+4xy-12x-14y=0$
And I got stuck here.
Could you please explain to me how to solve the question, as I feel I'm very close?
Try $1≤a=x-y, 7≤b=x+y$
$$\begin{cases} a=(b-7)^2 \\ b=(a-1)^2 \end{cases} \implies a=((a-1)^2-7)^2$$
$$a^4 - 4 a^3 - 8 a^2 + 23 a + 36 = 0$$
$$(a - 4) (a^3 - 8 a - 9) = 0$$
$$ \implies a=4≥1$$
$$\implies b=(a-1)^2=9≥7.$$
Then you can find $x$ and $y.$
The last cubic equation doesn't have rational roots.