4

Let $f(x)\in\mathbb{Z}[x]$ be an irreducible polynomial of degree $\ge 2$. Is it true that $f(x^k)$ is irreducible for $k\ge 2$? If not true, under what hypothesis, we can gurantee positive answer?


For $\alpha=\sqrt[6]{\sqrt{2}+\sqrt{3}}$, I saw that it satisfies a polynomial over $\mathbb{Q}$ given by $x^{24}-10x^{12}+1$. I wanted to check whether this polynomial is irreducible, and I came to above general question.

user26857
  • 52,094
Maths Rahul
  • 2,877

4 Answers4

10

$$f(x) = x^2 + 1$$ is irreducible over $\mathbb Q$, but $$f(x^3) = x^6 + 1 = (x^2 + 1)(x^4 - x^2 + 1)$$ obviously factors.

heropup
  • 135,869
4

Here is a sufficient condition:

$f(x)$ is irreducible over $\mathbb{Q}$ and in some field $K$ (the splitting field of $f(x)$) we have $f(x) = (x-\alpha_1)\cdot \ldots \cdot (x-\alpha_n)$, and moreover each $x^k - \alpha_i$, $1\le i \le n$, is irreducible over $K$.

This applies in particular to your polynomial, see this answer.

$\bf{Added:}$ The point is that over some extension $K$ the polynomial $f(x^k)$ factors into irreducibles that are polynomials in $x^k$.

$\bf{Added:}$ Let $\alpha$ be any root of $f(x)$. We have $f(x^k)$ irreducible if and only if the degree of $\sqrt[k]{\alpha}$ over $\mathbb{Q}$ is $k n$. This is equivalent to: the degree of $\sqrt[k]{\alpha}$ over $\mathbb{Q}(\alpha)$ is $k$.

orangeskid
  • 53,909
2

If $k\ne2$ then $f(x)=x^2-2^k$ is irreducible but $f(x^k)=(x^2)^k-2^k$ is reducible

IrbidMath
  • 3,187
  • 12
  • 27
1

Combining Cappeli's lemma and criterion for irreducibiliy of $x^n-c$ we can formulate a following necessary and sufficient condition:

Let $f(x)\in\mathbb{Q}[x]$ be irreducible polynomial and let $\alpha\in \mathbb{C}$ be one of its roots. Then $f(x^n)$ is irreducible in $\mathbb{Q}[x]$ if and only if $\alpha\not\in \mathbb{Q}(\alpha)^p$ for all primes $p\mid n$ and $\alpha \not\in -4 \mathbb{Q}(\alpha)^4$ when $4\mid n$.

A related sufficient condition also given in Problems from the Book by Titu Andreescu (Example 9, page 494):

Let $f(x)$ be a monic polynomial with integer coefficients and let $p$ be a prime number. If $f(x)$ is irreducible in $\mathbb{Z}[x]$ and $\sqrt[p]{(-1)^{\deg f}f(0)}$ is irrational, then $f(x^p)$ is also irreducible in $\mathbb{Z}[x]$.

Sil
  • 16,612