I'm interesting in finding the possible quadratic factorization of this polynomial: $x^4 - x^2 + 1$. My first idea was to do long division by $x^2+1$, but I did get a remainder, so I presume this doesn't have a quadratic factorization over $\mathbb{R}$.
How should I go about factoring the polynomial over $\mathbb{C}$?
Substitute $y = x^2$; then you get $$y^2 - y + 1$$ which you can factor in the usual way (for example, with the quadratic formula) into something of the form $$(y-a)(y-b).$$ Then put back $x^2$: $$(x^2-a)(x^2-b)$$ and each of the two terms is a difference of squares.