So we have this system of nonlinear equations \begin{align*} \sin(x+u) - e^y + 1 = 0\\ x^2 + y + e^u = 1 \end{align*} and we want to show that it has infinitely many solutions $(x,y,u)$.
I tried starting by finding the Jacobian matrix (so I can use the theorem of implicit functions) $$ J_{(x,y,u)} = \left[\begin{array}{ccc} \cos(x+u) & -e^y & \cos(x+u) \\ 2x & 1 & e^u \end{array}\right] $$ but obviously this is not a square matrix so the determinant is not defined. I was thinking we could add another equation, I was told "$H(x,y,u) = u$ (or $x$ or $y$)" could work but how is that "allowed"?
You might notice that $(x,y,u) = (0,0,0)$ is a solution. In a neighbourhood of that, consider looking for a solution of the form $x = x(u), y = y(u)$. Then by differentiating the equations with respect to $u$, you get
$$ \eqalign{(1 + x') \cos(x+u) - y' e^y &= 0\cr 2 x x' + y' + e^u &= 0\cr}$$ and therefore the system of differential equations $$ \eqalign{x' &= - \frac{e^{u+y} + \cos(x+u)}{2 x e^y + \cos(x+u)} \cr y' &= - \frac{\cos(x+u) (e^u - 2 x)}{2 x e^y + \cos(x+u)}\cr}$$ A solution of this system with initial conditions $x(0)=0, y(0)=0$ exists in some interval around $u=0$, and will be a solution of your system.