I am looking for all the solutions of $x^4+2tx^2+1=0$
Is there any "quick" way to figure out all the complex-solutions $\pi_i(t)$ where $i=1,...4$ ?
I got $\pi_1(t)=\sqrt{-t+\sqrt{t^2-1}}\sqrt{t-\sqrt{t^2-1}}\sqrt{-t+\sqrt{1-t^2}}$
but apparently I am too "stupid" to verify my calculation. I always end up making mistakes (hopefully) in my calculation.
Would appreciate any help
My favourite hidden quadratic. Note: $$x^4+2tx^2+1=(x^2)^2+2t(x^2)^1+1(x^2)^0$$ Then using quadratic formula for $x^2$ gives $$x^2=\frac{-2t\pm\sqrt{4t^2-4}}{2}$$ And so by simplification $$x=\pm\sqrt{-t\pm\sqrt{t^2-1}}$$