So, I'm struggling a bit with factoring some of these polynomials (I'm missing many basics) so I'm working through some problems.
The first step of the solution I have for the example I'm working on is the following:
We re-write the polynomial as:
$(x^2)^2 + x^2 + 1$ and conclude that that's equal to $(x^2-w) (x^2 - w^2)$, where $w = e^{2πi}/3$.
Can someone explain why do we re-write this and how we made that conclusion?
I know that $e^{2πi}/3$ is one of the solutions to cube roots of unity and it's equal to $-1/2 + √3/2i$, but how does that relate to our problem?
The equation $x^4+x^2+1$ is what we call a biquadratic equation since only even powers of $x$ are involved.
Let $y:=x^2$, then $x^4+x^2+1=0$ is equivalent to $y^2+y+1=0$. Now, it is derived from quadratic formula that $y^2+y+1=(y-w)(y-w^2)$. Recalling what is $y$, one has: $$x^4+x^2+1=(x^2-w)(x^2-w^2)=(x^2-w)(x-w)(x+w).$$ The factorization is still not complete, $x^2-w$ can still be split into a product of two linear factors.