I am asked to show that the set of equations $$x^2+4xy=1$$ $$x^2+3y^2=9$$ Has exactly one solution for $(x,y)\in [0,1]\times[1,2]$. Also, I shell give an iteration converging to this solution.
I know I will have to use Banach fixed-point theorem and I tried to define the obvious function $$\Phi(x,y)=(x^2+4xy+x-1, x^2+3y^2+y-9)^T$$ but this does not project into the given set... Did I miss something here?