I've been trying to solve this question for a while, tried different approaches, but I can't get to the answer. The question is:
Define $\, \, \,e^{i\beta \Phi}=\rho \left ( \dfrac{\tau_0}{\tau_1} \right )^2$
with $\Phi = \Phi_1 + i\Phi_2$, and being that $\Phi_1, \Phi_2, \rho, \tau_0, \tau_1$ are complex numbers and $\beta$ is a real parameter. Show that:
$\Phi_1 = \dfrac{1}{\beta} \tan^{-1} \left [ i \dfrac{e^{-i\delta}\tau_{0}^{*} \tau_1 - e^{i\delta}\tau_0 \tau_{1}^*}{e^{i\delta}\tau_0 \tau_{1}^*+e^{-i\delta}\tau_{0}^{*} \tau_1} \right ]\,\,\,\,\,\,\,\,$ and $\,\,\,\,\,\,\,\, \Phi_2=-\dfrac{1}{\beta}\log \left [ \left | \rho \right | \dfrac{\tau_0^* \tau_0}{\tau_1^* \tau_1} \right ]$, with $\rho = \left | \rho \right |e^{i\delta}$
The following part is the best I could do:
First, I worked out the expression
$e^{i\beta(\Phi_1 + i\Phi_2)}=\left | \rho \right |e^{i\delta}\left ( \dfrac{\tau_0}{\tau_1} \right )^2\qquad$ (1)
Took the conjugate
$e^{-i\beta(\Phi_1^* - i\Phi_2^*)}=\left | \rho \right |e^{-i\delta}\left ( \dfrac{\tau_0^*}{\tau_1^*} \right )^2\qquad$ (2)
Rewrote like this
$e^{i\beta(\Phi_1^* - i\Phi_2^*)}=\dfrac{1}{\left | \rho \right |}e^{i\delta}\left ( \dfrac{\tau_1^*}{\tau_0^*} \right )^2\qquad$ (3)
Then I multiplied (1) and (3) and got the following expression
$e^{i\beta (\Phi_1 + \Phi_1^* + i(\Phi_2 - \Phi_2^*))}=e^{2i\delta}\left(\dfrac{\tau_0 \tau_1^*}{\tau_0^* \tau_1}\right)^2$
$e^{2i\beta (Re(\Phi_1) - Im(\Phi_2))}=e^{2i\delta}\left(\dfrac{\tau_0 \tau_1^*}{\tau_0^* \tau_1}\right)^{2}$
$e^{i\beta (Re(\Phi_1) - Im(\Phi_2))}=e^{i\delta}\left(\dfrac{\tau_0 \tau_1^*}{\tau_0^* \tau_1}\right)\qquad$ (4)
Also, multiplying (1) and (2), I got:
$e^{i\beta (\Phi_1 - \Phi_1^* + i(\Phi_2 + \Phi_2^*))}= \left | \rho \right |^{2}\left(\dfrac{\tau_0 \tau_0^*}{\tau_1 \tau_1^*}\right)^2$
$e^{i\beta (2i Im(\Phi_1) + 2i Re(\Phi_2))}= \left | \rho \right |^{2}\left(\dfrac{\tau_0 \tau_0^*}{\tau_1 \tau_1^*}\right)^2$
$e^{-\beta (Im(\Phi_1) + Re(\Phi_2))}= \left | \rho \right |\left(\dfrac{\tau_0 \tau_0^*}{\tau_1 \tau_1^*}\right)\qquad$ (5)
(5) gives me directly that:
$Im(\Phi_1) + Re(\Phi_2) = -\dfrac{1}{\beta}\log\left[\left | \rho \right |\dfrac{\tau_0 \tau_0^*}{\tau_1 \tau_1^*}\right]\qquad$ (6)
After working for a while with (4), I could find this:
$Re(\Phi_1) - Im(\Phi_2) = \dfrac{1}{\beta}\tan^{-1}\left[i\dfrac{e^{-i\delta}(\tau_0 \tau_1^*)^{2} - e^{i\delta}(\tau_0^{*} \tau_1)^{2}}{e^{i\delta}(\tau_0 \tau_1^*)^{2} + e^{-i\delta}(\tau_0^{*} \tau_1)^{2}}\right]\quad$ (7)
But from here I don't know how to obtain $\Phi_1$ and $\Phi_2$, I did some other things, but this approach was the one that seemed most correct. I'm also not 100% sure that everything that I did is actually right. Am I missing something? Thank you.