Finding parameter of $a$ for which equation $x^4+ax^3-6x^2+ax+1 = 0$
has two distinct positive roots
Attempt: writing equation $\displaystyle \bigg(x^2+\frac{1}{x^2}\bigg)+a\bigg(x+\frac{1}{x}\bigg)-6=0\;,$ where $x\neq 0$
So $\displaystyle \bigg(x+\frac{1}{x}\bigg)^2+a\bigg(x+\frac{1}{x}\bigg)-8=0$
put $\displaystyle \bigg(x+\frac{1}{x}\bigg)=t\;,$ where $|t|\geq 2$
so $t^2+at-8=0.$ So for real roots $D\geq 0.$ So $a^2+32\geq 0$
So $\displaystyle t = \frac{-a\pm \sqrt{a^2+32}}{2}.$
could some help me how to solve it, thanks