Consider the following equations $$\begin{cases} 2(x^2+y^2)-z^2=0\\ x+y+z-2=0\end{cases}$$Prove that the above system of equations defines a unique function $\phi: z\mapsto (x(z),y(z))$, from a neighborhood of $z=2$ to a neighbor hood $V$ of $(1,-1)$ and $\phi\in C^1$ on $U$.
My idea is to use The implicit function theorem
Now I have to check the condition to apply this theorem!
First, let set $F(x,y,z)=2(x^2+y^2)-z^2$ and $G(x,y,z)=x+y+z-2$.
Obviously, $F,G\in C^1$ on $R^3$, $F(1,-1,2)=G(1,-1,2)=0$.
Also, $D_zF(1,-1,2)=-4\neq 0, D_zG(1,-1,2)=1\neq 0$.
According to the Implicit function theorem, there exits a unique $z=f(x,y)$ defined for $(x,y)$ near $(1,-1)$ s.t $F(x,y,z)=0$ and a unique $z=g(x,y)$ defined for $(x,y)$ near $(1,-1)$ s.t $G(x,y,z)=0$
Does this imply there is a unique function $\phi: z\mapsto (x(z),y(z))$, from a neighborhood of $z=2$ to a neighbor hood $V$ of $(1,-1)$ and $\phi\in C^1$ on $U$?
No, you must check that the $2\times 2$ Jacobian matrix $\dfrac{\partial (F,G)}{\partial (x,y)}$ is invertible at the given point $(1,-1,2)$. With regard to your final question, read the statement of the Implicit Function Theorem very carefully. What specific question do you have?