2

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}$?

2 Answers2

7

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.

MJD
  • 67,568
  • 43
  • 308
  • 617
2

\begin{align} x^4-x^2+1&=(x^2+1)^2-3x^2\\ &=(x^2-\sqrt{3}\,x+1)(x^2+\sqrt{3}\,x+1) \end{align}

egreg
  • 244,946