1

I have a particular polynomial

$$z^5-5z^4+30z^3-150z^2+465z-725$$

A quick check in mathematica shows that this polynomial is irreducible over the rationals, however, it does not pass the third condition of Eisenstein's Criteria to prove it definitively. Unfortunately, $$5^2|725$$

My question is this. I know you can make a transformation $z=x-c$ and once the transformed polynomial can be shown by EC to be irreducible then the original polynomial is irreducible. What is a suitable value for $c$ and is there a definitive or canonical approach to determining the possible value of $c$?

2 Answers2

2

In general there is no suitable value for $c$. This has been shown at the answers to this MSE question, with the example $$ f(x) = x^3 + x + 1\in \mathbb{Z}[x]. $$

Dietrich Burde
  • 130,978
2

Hint: For a polynomial of $n$.degree and a coefficient $a_{n-1}\neq 0$. You can always reduce the $(n-1)$-power by $z=x+\frac{a_{n-1}}{n}$.

As Dietrich Burde suggested $c=1$ for this case.

MrYouMath
  • 15,833