I was given the following exercise: let $S$ be $x^2 +y^2-z^2=1$.
- show that for every real number $t$ the line $l_t$ $$(x-z)\cos t=(1-y)\sin t,\quad (x+z)\sin t=(1+y)\cos t$$ is contained in $S$;
- show that every point of $S$ is contained in one and only one of the above lines;
- use this remark to parametrize $S$.
My approach was to observe that $l_t = l_{t+k\pi}$; then I defined $t:=\arctan\left(\frac{1+y}{x+z}\right)$ and showed that $$p=(x,y,z) \in S \iff p \in l_t\text{,}$$ obviously assuming $t\neq \pm \frac{\pi}{2}, y\neq 1, x\neq -z$. The 'only one' part was not a problem. Finally I wrote $l_t$ in parametric form obtaining a parametrization for $S$.
My question is: is there a way to solve the exercise so that the parametrization obtained for $S$ is unique? Unfortunately in my solution I have to consider an atlas of parametrizations, since only one parametrization covers $S$ minus a line (e.g. $y=1, x=-z$).
Thank you.
