Prove that the following system:
\begin{align}F(x,y,z)&=2x^2+y^2+1-z^2=0\\ G(x,y,z)&=2x^2+2y^2-z^2=0\end{align}
can be solved for $z$ and $y$ as functions of $x$.
Furthermore, provide the values of the points that allow the parameterization.
An attempt:
According to the implicit function theorem as long as the determinant of the jacobian given by $\frac{\partial(F,G)}{\partial(y,z)}$ ($\partial(F,G)$ represents the partial derivative) is not equal to $0$, the parametrization is possible. $$\frac{\partial(F,G)}{\partial(y,z)}=4yz$$
Meaning that all points where $z$ and $y$ are not $0$.
My solution:
Same as previous, conclude that according to the implicit function theorem it is all points where $z$ and $y$ are not $0$. However, test the possibilities where $y=0$ and $z=0$.
$y=0$: by subtracting $F-G$ you get $1=0$, which is impossible.
$z=0$: gives $G=2x^2+2y^2=0$ which gives $x=y=0$, which is impossible for $F$, as it gives $1=0$.
My question:
Is it necessary to consider the possibilities of $y=0$ and $z=0$. These possibilities should be impossible as either one makes the determinant of the jacobian $0$ which if you were to use Cramer's rule to find the partial derivative: $\frac{\partial(y)}{\partial(x)}$ would lead to dividing by zero.
Furthermore, it leads to the same conclusion. Is there a reason to why it is important and are there cases where it would not lead to the same conclusion?