When Is X^N+1 Irreducible?

For how many positive integers n 1000 n\leq 1000 is the polynomial x n + 1 x^n+1 irreducible?

Details and assumptions

A polynomial with integer coefficients is called irreducible if it cannot be written as a product of two non-constant polynomials with integer coefficients.


The answer is 10.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Calvin Lin Staff
May 13, 2014

Any number n n can be uniquely written as n = 2 k m , n=2^km, where k 0 k\geq 0 and m m is odd. If m > 1 m>1 , then x n + 1 x^n+1 is reducible: x n + 1 = ( x 2 k + 1 ) ( x 2 k ( m 1 ) x 2 k ( m 2 ) + . . . x 2 k + 1 ) x^n+1=(x^{2^k}+1)(x^{2^k(m-1)}- x^{2^k(m-2)}+...-x^{2^k}+1) If m = 1 m=1 , so n = 2 k n=2^k , we rewrite the polynomial x n + 1 x^n+1 in the variable y = x 1 y=x-1 : f n ( x ) = ( y + 1 ) n + 1 f_n(x)=(y+1)^n+1 .

Lemma. For n = 2 k n=2^k , ( y + 1 ) n y n + 1 ( ( m o d 2 ) ) (y+1)^n\equiv y^n+1 (\pmod 2) (that is, all of its middle coefficients are even).

Proof. We can do it by induction on k k . If k = 1 k=1 , it is obvious. If for n = 2 k n=2^k we have ( y + 1 ) n y n + 1 ( ( m o d 2 ) ) (y+1)^n\equiv y^n+1 (\pmod 2) , then ( y + 1 ) 2 k + 1 ( y n + 1 ) 2 y 2 n + 1 ( ( m o d 2 ) ) (y+1)^{2^{k+1}} \equiv (y^n+1)^2 \equiv y^{2n} +1 (\pmod 2) . The lemma is proven.

By the Eisenstein Irreducibility Criterion for prime p = 2 p=2 , the polynomial ( y + 1 ) 2 k + 1 (y+1)^{2^k}+1 is irreducible, so x 2 k + 1 x^{2^k}+1 is also irreducible. There are 10 10 powers of 2 2 up to 1000 1000 : from 2 0 2^0 to 2 9 . 2^9.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...