Show that $x^4 + 4x^3 + 6x^2 + 2x + 1$ is irreducible over the field of rational numbers Q. Now I've tried substituting x-1 for x to show that it is irreducible, but I'm having a hard time. This is the correct way to go about it, I know, but I don't know how to execute the problem.
-
Hint: this is $(x+1)^4-2x$. Find the extrema and check their signs. – Apr 22 '14 at 20:55
-
@YvesDaoust: lack of rational roots does not imply irreducibility over $\mathbb Q$. Consider the polynomial $x^4+4=(x^2+2x+2)(x^2-2x+2)$. – Michael Apr 22 '14 at 20:59
-
Oooooops, sorry. – Apr 22 '14 at 21:05
5 Answers
Let $P(x)=x^4+4x+6x^2+2x+1$ then $P(x)=(x+1)^4-2x=(x+1)^2-2(x+1)+2=Q(x+1)$, with $Q(y)=y^4-2y+2$. Now Eisenstein criterion applies with $p=2$.
- 28,772
By doing the substitution $x = y - 1$ as suggested, we get $y^4 - 2 y + 2$. Now apply Eisenstein's criterion.
- 39,603
Hint: Eisenstein's criterion will still work after the substitution.
A polynomial $f(x) \in \mathbb{Q}[x]$ is irreducible $\iff f(x+c)$ is irreducible for some $c \in \mathbb{Z}$.
- 33,011
Since making the substitution $x = y - 1$ requires a "lucky guess", here's a more systematic way.
This is a polynomial of degree $4$. If it factors, it'll be either as:
- The product of two degree $2$s, or
- The product of a degree $3$ and a linear polynomial.
The latter case would imply that the polynomial has a rational root, and the rational root theorem quickly shows that that isn't the case (it shows that the only possible roots are $1$ and $-1$, which can be easily ruled out by inspection).
In the former case, you can tell from the leading and constant coefficients of your polynomial that the factorization will be in the form:
$$(x^2+ax+1)(x^2+bx+1)$$
Multiplying out and comparing coefficents, you should spot a contradiction.
- 27,819
- 7
- 63
- 129
Just take the polynomial modulo $2$. By the RRT, $x^4+1$ is irreducible so we are done.
- 8,135
-
3Uh, $x^4 + 1$ is reducible over $\mathbb{Z}/2\mathbb{Z}$. $1$ is a root, for instance. – Viktor Vaughn Apr 22 '14 at 21:06
-
Beware, polynomials which seem irreducibles are not always in other fields. – user88595 Apr 22 '14 at 21:26