Let $u = (u_1,u_2,u_3)$, $v = (v_1,v_2,v_3)$ and
$$X = \{(u,v) \in \mathbb{R^3} \times \mathbb{R^3} \mid u_1^2+u_2^2+u_3^3=1, v_1^2+v_2^2-v_3^2=1, u \cdot v=0 \}$$
Then, is $X$ a smooth manifold?
What I have in mind is try to apply regular value theorem.
So, let $F:\mathbb{R^6} \rightarrow \mathbb{R^3}$ define by
$$F(u,v) = (u_1^2+u_2^2+u_3^3,v_1^2+v_2^2-v_3^2,u_1v_1+u_2v_2+u_3v_3)$$
$$DF = \left( \begin{array}{ccc} 2u_1 & 2u_2 & 2u_3 & 0 & 0 & 0 \\ 0 & 0 & 0 & 2v_1 & 2v_2 & -2v_3 \\ v_1&v_2&v_3&u_1&u_2&u_3 \end{array} \right) $$
I know that $F(u',v')$ will be a regular value when $DF|_{(u',v')}$ has full rank (i.e. $\text{rank}(DF) = 3$). But I don't know how to show that. Isn't as long as none of the row has all zero entries, the matrix will have full rank? (Which mean as long as $u \neq 0$ or $v \neq 0$)