Write all the unitary vectors of $\mathbb{C}^2$ in terms of real parameters. After so, write all the orthonormal basis of $\mathbb{C}^2$
I thought that for the first part, a vector $\vec{u}=(x_1,x_2)$ is unitary if $|x_1|^2+|x_2|^2=1$, but I don't know how the book goes from here to directly put that the solutions are $$x_1=e^{i\alpha}\cos\theta$$ $$x_2=e^{i\beta}\sin \theta$$ Also clueless for the second part, I'm guessing I can do $\vec{u}\cdot\vec{x}=0$ for a generic vector $\vec{x}=(x_3,x_4)$
If $$|x_1|^2+|x_2|^2=1,$$ you have a solution in terms of real numbers of the form $$x_1=\cos\theta\\x_2=\sin\theta,$$ where $\theta \in\mathbb R$. But $x_1,x_2\in\mathbb C$, so you take the magnitudes ($|\sin\theta|$ and $|\cos\theta|$) and multiply by unit vectors in $\mathbb C$. Therefore $$x_1=e^{i\alpha'}|\cos\theta|\\x_2=e^{i\beta'}|\sin\theta|$$ Here $\alpha'$ and $\beta'$ are any random real numbers. Note that $e^{i\pi}=-1$, so if $\cos\theta<0$, then $$|\cos\theta|=e^{i\pi}\cos\theta$$ This $\pi$ factor can be then absorbed into $\alpha=\alpha'+\pi$. A similar approach is valid for $\beta$
EDIT: Based on the comments, I think I should clarify a couple of points:
For the second part, this question might provide some insight. It is a lot of calculation anyway. $$\vec u\cdot\vec v=(\cos\theta e^{i\alpha},\sin\theta e^{i\beta})\cdot(\cos\gamma e^{i\mu},\sin\gamma e^{i\nu})=\cos\theta\cos\gamma e^{i(\alpha-\mu)}+\sin\theta\sin\gamma e^{i(\beta-\nu)}$$ It's easy to see that $\vec u\cdot\vec u=1$. Now let's look for an orthogonal base. The number of vectors in such a base is $2$ (two complex numbers = 4 real numbers). Since $\vec u\cdot\vec v=0$, the six parameters and two constraints (real and imaginary parts are zero) yield 4 independent variables. There are several cases.