Problem: I'd like to parametrize the manifold given by $\{(x,y,z)\in{\mathbb R}^{3}\,|\, x^2 + y^2 - z^2 = a\}$ for $a < 0$. The two mappings we'd use are $f(x,y) = (x,y,\sqrt{x^2 + y^2 - a})$ and a similar map for the "bottom part."

It was noted that I should prove that these are diffeomorphisms by showing that $d(f)_{(x,y)}:R^{2}\to T(M_{1})_{f(x,y)}$ with $M_{1}$ being the "top part" is nonsingular as a linear transformation and then apply the inverse function theorem. My problem is showing this map is non-singular: what exactly is the derivative here? I thought that it might be something like
$\left(\begin{array}{ccc} 1 & 0 & \frac{-x}{\sqrt{x^2 + y^2 - a}}\\ 0 & 1 &\frac{-y}{\sqrt{x^2 + y^2 - a}}\end{array}\right)$
but this isn't square and so cannot (I think!) be singular or non-singular by definition. Is there something I'm missing here?