$f(X)=3X^n+13X^{n-1}+11 $ irreducible

176 Views Asked by At

Show that $f(X)=3X^n+13X^{n-1}+11 $ is irreducible for $n \in \mathbb{N}_{\ge 2}$ over $\mathbb{Z}$. I tried to use Eisenstein's criterion but I couldn't find a $p$ which matches the criterion. I would be glad if you'd give me some advice.

Thank you.

2

There are 2 best solutions below

0
On BEST ANSWER

If $f(X)=\left(\sum_{k=0}^p a_kX^k\right)\left(\sum_{k=0}^q b_kX^k\right)$ with $p$ and $q\geq 1$, you can assume WLOG $b_0=11$ and $a_0=1$.

Then $a_1b_0 + b_1a_0 = 0$, hence $11\mid b_1$. You also get $a_2b_0 + a_1b_1 + a_0b_2 = 0$, hence $11\mid b_2$. In a similar fashion, since the coefficient of $X^i$ in $f$ is $$\displaystyle \sum_{\ell=\max(i-p,0)}^{\min(i,q)}a_{i-\ell}b_\ell$$ we must have $11\mid b_i$ for all $i\leq \min(q,n-2)$.

  • In the case $q\leq n-2$, $11\mid b_q$ which cannot be, since $a_pb_q = 3$. Contradiction.

  • In the case $q> n-2$, since $p\geq 1$, we have $q=n-1$ and $p=1$, hence $b_{n-1}a_1=3$ and $b_{n-1}=13$, another contradiction.

0
On

You can use the extended Eisenstein criterion to conclude that $f$ has an irreducible factor of degree at least $n-1$. But since $f$ has no integer roots, this already implies that $f$ is irreducible.

For the extended Eisenstein criterion, see here, Theorem $17$.