For a homework question, I am required to "describe the Lie group SU(1, 1)". This is a bit ambiguous, but I think what that means is I need to find a parametrisation of the elements of the group. I know that the general form of a matrix in $\mathrm{SU}(1, 1)$ is given by $$\left( \begin{array}{ccc} \alpha & \beta \\ \beta^* & \alpha^* \end{array} \right), $$ where $|\alpha|^2 - |\beta|^2 = 1$. So, I'm trying to get a "parametrisation" of the entries of this matrix, in the same way that $\left( \begin{array}{ccc} a & -b \\ b & a \end{array} \right) \in \mathrm{SO}(2)$ can be parametrised by $g (\theta) = \left( \begin{array}{ccc} \mathrm{cos}(\theta) & -\mathrm{sin}(\theta) \\ \mathrm{sin}(\theta) & \mathrm{cos}(\theta) \end{array} \right) $, with $\theta \in (-\pi, \pi] $. I'm pretty sure that such a parametrisation for $\mathrm{SU}(1, 1)$ would involve 3 parameters, and the exponential function and hyperbolic trigonometric functions. I can't quite see how to get it based on the intrinsic form of the group elements though. My guess would be something like $$g(\omega, \phi, \theta) = \left( \begin{array}{ccc} e^{i\phi}\mathrm{cosh}(\theta) & e^{i\omega}\mathrm{sinh}(\theta) \\ e^{-i\omega}\mathrm{sinh}(\theta) & e^{-i\phi}\mathrm{cosh}(\theta) \end{array} \right)$$ This seems to work, but presumably I need to justify it. In other words, I suppose I would need to prove that this does generate all elements of $\mathrm{SU}(1, 1)$ and that at least three parameters are needed. So my question is: starting with the generic description of the elements of $\mathrm{SU}(1, 1)$, how can we derive a parametrisation like the one above? And how can we be sure that this "works" (in the sense that it generates all the elements of the group and uses the least possible number of parameters)?
Also, as part of the description, I think I need to show that $\mathrm{SU}(1, 1)$ is isomorphic to $\mathrm{SL}(2, \mathbb{R})$, and I'm not entirely sure how to do this. I've read somewhere that the "Cayley transform" gives an isomorphism, but I don't really know what that is. Is there an "easy" way to see that these two groups are isomorphic? Apologies if these questions sound too simple. Any help would be appreciated.