Is it possible to solve an exact solution for this system? WolframAlpha has an exact solution but I can't find a way to arrive at it myself.
$$x = 1 + \frac{\sqrt{4-y^2} - 1}{2}$$
$$y = 1 + \frac{\sqrt{4-x^2} - 1}{2}$$
Is it possible to solve an exact solution for this system? WolframAlpha has an exact solution but I can't find a way to arrive at it myself.
$$x = 1 + \frac{\sqrt{4-y^2} - 1}{2}$$
$$y = 1 + \frac{\sqrt{4-x^2} - 1}{2}$$
Those equations can be written as $(2x-1)^2=4-y^2, (2y-1)^2=4-x^2$ after some trivial arithmetic manipulations. Substracting the first from the second we have $$4x^2-4x+y^2=4y^2-4y+x^2$$ or equivalently $$(x-y)(3x-3y-4)=0,$$ which implies that $$(x=y)\lor (x=y+4/3).$$ I hope you can handle the rest.
P.S. I skipped some steps but I guess you can recover them (though this is a good exercise).