Find the all real roots of the polynomial $$x^6+3 x^5+3 x-1=0$$ in exact form.
WolframAlpha gives only numerical results. I've asked a few similar questions before. The source of the problem comes from the algebra precalculus workbook (but not homework workbook).
The rational root theorem doesn't work. Because, $x=1$ and $x=-1$ are not roots.
Wolfram says , we have only $2$ real roots. What kind of factorization should I try?Can a factorization of the form $P(x)=(x^3+ax^2+bx+c)(x^3+dx^2+ex+f)$ work?
I also tried the trick $\frac {P(x)}{x^n}$, but I failed.
There is a way to use $P(x)/x^3$ here, but because the coefficients are only symmetric up to a sign, we have to make a slight modification. Let $Q(x)=P(x)/x^3$, i.e.,
$$(x^3-x^{-3})+3(x^2+x^{-2}).$$
The goal is to express both the terms in parentheses in terms of $w=x-x^{-1}$.
We can compute $w^2=x^2+x^{-2}-2$, so $x^2+x^{-2}=w^2+2$, and $w^3=x^{3}-x^{-3}-3(x-x^{-1})$, so $x^{3}-x^{-3}=w^3+3w$.
Plugging in, we get $Q(w)=w^3+3w+3(w^2+2)=w^3+3w^2+3w+6$. Completing the cube, we are trying to solve $(w+1)^3+5=0$. We can get 3 solutions for $w$ easily from this, and from each solution we can solve for $x$.
What is going on in this problem is that the roots of the equation satisfy a symmetry. If $Q(z)=0$, then $Q(-1/z)=0$, which manifests in the coefficients being almost palindromic: in $Q(x)$, if $a_n$ is the coefficient of $x^n$, then $a_{-n}=(-1)^na_n$.
Because of this, except for the roots where $\alpha=-1/\alpha$ which need not pair up, we will get that $P(x)$ will factor into pairs of roots $(x-\alpha)(x+1/\alpha)$ in the same way the complex conjugate roots of a real polynomial pair up to give quadratic factors, and multiplying the factors out and then factoring out an $x$, we get $x(x-1/x -(\alpha-1/\alpha))$, and so as long as $0, \pm i$ are not roots of $P(x)$, then we can express $Q(x)$ as a polynomial in $w$.