I am trying to answer the following problem:
- Show that the two-sheeted cone, with its vertex at the origin, that is, the set $\{(x,y,z)∈R^3 :x^2+y^2−z^2=0\},$ is not a regular surface.
I am trying the following: I rewrite it as $(x,y,\pm \sqrt{x^2+y^2})$ and then compute the differential:
$$\begin{pmatrix} {1}&{0}\\ {0}&{1}\\ {\frac{x}{\sqrt{x^2+y^2}}}&{\frac{y}{\sqrt{x^2+y^2}}} \end{pmatrix}$$
In the definition of regular surface, we ask that: For each $q$, the differential $d\textbf{x}_q$ is one to one.
I think I can use that. The trouble for me is: The differential does not exist at $(0,0,0)$, does this also means that the surface is non regular?