I am solving:
$(\sigma_A^2 - 2\rho\sigma_A\sigma_B +\sigma_B^2)x^2 +2(\rho\sigma_A\sigma_B - \sigma_B^2)x +\sigma_B^2 = 0$
I need to show that a real $x$ exists if and only if $\rho = \pm 1$
Using the quadratic formula I could only get as far as
$ x = \frac{-2(\rho\sigma_A\sigma_B - \sigma_B^2) \pm \sqrt{4\sigma_A^2\sigma_B^2(\rho^2-1)}}{2( \sigma_A^2 +\sigma_B^2 - 2\rho\sigma_A\sigma_B)}$
I have a more simplified solution, which is
$x=[1- \frac{\sigma_A}{\sigma_B}(\rho\pm\sqrt{\rho^2-1})]^{-1}$
but I cannot see how to get there.