1

I want to find a 3rd degree polynomial in $\mathbb{Z}[X]$ that has no roots in $\mathbb{Z}$, but reducible in $\mathbb{Z}[X]$.

Tried to construct one as a product of two or three lower degree irreducible polynomials, but this won't work because one factor must be of the form $(x-r)$ where $r\notin\mathbb{Z}$.

Is there a general way to find such polynomials?

Xena
  • 3,853

1 Answers1

1

If the polynomial is reducible in $\mathbb{Z}[X]$ it is also reducible in $\mathbb{Q}[X]$; reducibility of a degree $3$ polynomial in $F[X]$, where $F$ is a field (including the case $F=\mathbb{Q}$), implies existence of a root in $F$.

So your polynomial must have a root in $\mathbb{Q}$ which is not in $\mathbb{Z}$. Can you find a degree $1$ polynomial in $\mathbb{Z}[X]$ that has no integer root? Then just cube it.

egreg
  • 238,574