6

Please help me to prove that these polynomials are irreducible over $\mathbb{Q}$:

1) $x^4+5x^3+7x^2-6$

2) $x^4-4x^3+8x^2-8x+9$

Unfortunately , it takes infinite amount of time to prove that given polynomials are irreducible according to Eisenstein's criterion. So could you recommend and show other ways, that requires less time , because such exercises will come in final exam where I should solve a problems in a short time.

Bill Dubuque
  • 272,048
Nicko
  • 69
  • 2

3 Answers3

7

Actually Eisenstein is quick and easy here since the required shift is obvious as I explain below. The remark shows how this is a special case of general method to discover such Eisenstein shifts.

Hint $ $ for $(2)\!:\, \bmod\color{#c00}2\!:\ f(x) \equiv x^{ 4}\!+\!1\equiv (x\!+\!1)^{4} \ $ is a $\rm\color{#0a0}{prime\ power}$.

So Eisenstein works on $\,g(x) = f(x\!-\!1) \equiv x^4\ $ by $\,\color{#c00}2^2\!\nmid\! g(0)\! =\! f(-1)\equiv 1\!+\!9\equiv 2\pmod{\!\color{#c00}2^2}$

Remark $\ $ Recall that the key idea behind the Eisenstein criteria is that polynomials satisfying the criterion are $\rm\color{#0a0}{prime\ powers}$ $(\equiv x^n) \bmod p,\,$ and products of primes always factor uniquely. The same works for its shift $\,(x-c)^n,\,$ so we seek primes $\,p\,$ such that, mod $\,p,\,$ the polynomial is congruent to such a power (e.g. for motivation: cyclotomic case). The only primes $\,p\,$ that can yield such powers are those dividing the discriminant (here by Alpha = $\,\color{#c00}2^9\cdot 3\cdot 5^2)$. Indeed, if $\,f\equiv a (x-c)^n,\,\ n> 1\,$ then $\,f\,$ and $\,f'\,$ have a common root $\,x\equiv c,\,$ hence their resultant $\, R(f,f')\equiv 0.\,$ But this is, up to sign, the discriminant of $\,f\,$ (presumed monic).

Bill Dubuque
  • 272,048
4

The first polynomial is not irreducible since we have $$ x^4+5x^3+7x^2-6= (x^2 + 3x + 3)(x^2 + 2x - 2). $$ For the second, we see by the rational root test that there is no root. Hence the only way to decompose it is into two quadratic factors. By writing these as equations in the integer coefficients we obtain a contradiction (by Gauss Lemma we may assume that the coefficients are integers). Hence the second polynomial is irreducible.

Dietrich Burde
  • 130,978
1

Try with contradiction, say $$x^4-4x^3+8x^2-8x+9 = (x^2+ax+b)(x^2+cx+d)$$ or $$x^4-4x^3+8x^2-8x+9 = (x^3+ax^2+bx+c)(x+d)$$

Second option is valid only if polynomal has (positive) integer roots. The canidates are only $1,3,9$ and non works, so you have to try with first option.

nonuser
  • 90,026