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

Morgan Wilde
  • 431
  • 5
  • 15

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
  • 65,394
  • 39
  • 298
  • 580
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
  • 238,574