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?