Factoring $x^5 + x + 1$

18.9k Views Asked by At

Factor. $\displaystyle x^5 + x + 1$.

I'm trying my hand on these types of expressions. In the book, it mentions that for these types you should rewrite the $x$ term such as $2x-x$. But I don't know how to make any use of this technique.

What is this type of factoring called by the way?

2

There are 2 best solutions below

19
On BEST ANSWER

As Gerry suggests, we can add and subtract $\;+ x^2 - x^2 = 0 $ without changing the expression:

$$\begin{align} x^5 + x + 1 & = (x^5-x^2)+(x^2+x+1)\\ \\ & = x^2(x^3 - 1) + (x^2 + x + 1) \\ \\ & = x^2(x-1)\color{blue}{\bf (x^2 + x + 1)} + \color{blue}{\bf (x^2 + x + 1)}\end{align}$$

Now factor out the common factor...which gives us $$\Big(x^2(x-1) + 1\Big)(x^2 + x + 1) = (x^3 - x^2 + 1)(x^2 + x + 1)$$

2
On

You can verify that both primitive $3$rd roots of unity are roots of this equation, since $5$ is $2$ mod $3$. This means the corresponding cyclotomic polynomial, $x^2+x+1$, divides $x^5+x+1$, and you can do polynomial division to find the other factor.

The answer is $(x^2+x+1)(x^3-x^2+1)$.