I can't solve this problem, spent a lot of time, just no result
$$ x^4-7x^3+14x^2-7x+1=0 $$
PLEASE HELP
I can't solve this problem, spent a lot of time, just no result
$$ x^4-7x^3+14x^2-7x+1=0 $$
PLEASE HELP
Hint: $$x=0$$ is not a solution, after dividing by $$x^2$$ we get $$x^2+\frac{1}{x^2}-7\left(x+\frac{1}{x}\right)+14=0$$ now substitute $$x+\frac{1}{x}=t$$
The coefficients of the quartic are of the form$$p(x)=x^4+ax^3+bx^2+ax+1$$which is a palindromic polynomial. Therefore, factor out an $x^2$ term from the right-hand side and group the terms into $x+1/x$ factors.$$\begin{align*}p(x) & =x^2\left[x^2-7x+14-\frac 7x+\frac 1{x^2}\right]\\ & =x^2\left[\left(x+\frac 1x\right)^2-7\left(x+\frac 1x\right)+12\right]\\ & =x^2\left(x+\frac 1x-4\right)\left(x+\frac 1x-3\right)\end{align*}$$Distribute an $x$ to each factor to make the fractions vanish.$$p(x)\color{blue}{=\left(x^2-4x+1\right)\left(x^2-3x+1\right)}$$