Loading [MathJax]/jax/output/HTML-CSS/jax.js

Saturday, May 18, 2013

Polynomial Factorization Practice #2 (9.4.1-4)

Dummit and Foote Abstract Algebra, section 9.4, exercise- 1-4:

MathJax TeX Test Page 1. Factor the following polynomials:
(a) x2+x+1F2[x]
(b) x3+x+1F3[x]
(c) x4+1F5[x]
(d) x4+10x+1Z[x]
2. Prove the following polynomials are irreducible in Z[x]:
(a) x44x4+6
(b) x6+30x515x3+6x120
(c) x4+4x3+6x2+2x+1
(d) (x+2)p2px for p an odd prime.
3. Show that fn(x)=(x1)(x2)...(xn)1 is irreducible over Z for all n1.
4. Show that fn(x)=(x1)(x2)...(xn)+1 is irreducible over Z for all n1 and n4.

Proof: (1) (a) There are no zeros to this equation, so it is irreducible.
(b) By discovering f(1)=0, we obtain x3+x+1=(x1)(x2+x+2), where the latter has no zeros.
(c) x4+1=x44=(x22)(x2+2).
(d) Reduce modulo 5. If f(x)=a(x)b(x), then due to monicity of f(x) we have a(x) and b(x) are monic and not collapsing to units so that ¯a(x) is associate to ¯x2+2 or ¯x22, say the former. Since ¯a(x) is monic we have ¯a(x)=¯x2+2 which forces the constant term of a(x) to not be ±1, a contradiction.

Alternatively, since f(x) clearly has no zeros in Z, it would have to factor as the product of two quadratics such that the following hold:f(x)=a(x)b(x)a(x)=x2+a1x+a0b(x)=x2+b1x+b0a0b0=1a1b0+a0b1=0a1b1+a0+b0=10a1+b1=0Solving for b1 as a typical system of equations reveals14b41+15b21+24=0which is impossible.

(2) (a) Eisenstein's criterion for p=2 applies.
(b) Eisenstein applies for p=3.
(c) We generalize the technique employed in example 2. Lemma 1: Let R be an integral domain with f(x)=a0+a1x+...+anxnR[x] and g(x)=f(r(x)) for r(x) a nonconstant polynomial. If g(x) is irreducible, then f(x) is irreducible. Proof: If f(x)=a(x)b(x) for some nonunit polynomials, then g(x)=a(r(x))b(r(x)) where necessarily deg(a(r(x)))=deg(a(x))deg(r(x))1 if deg(a(x))1 and a(r(x))=a(x) if a(x) is a constant and similarly for b(r(x)), a contradiction. 

Let g(x)=f(x1)=x42x+2, where Eisenstein applies for p=2.
(d) (x+2)p2px=xp+...+2p, where by the binomial theorem the omitted terms have coefficients of multiples of p. Eisenstein applies for p.

(3) When n=1 we clearly have fn(x) is irreducible, so assume n>1. Assuming fn(x) has a zero in Z, then 1=(x1)(x2)...(xn) so that in particular x1=±1 and x2=±1, a contradiction. Therefore if fn(x)=a(x)b(x) then the degrees of a(x) and b(x) are greater than one.

We demonstrate a basic algebraic result, first. If R is an integral domain and f(x)R[x] of degree n1, then there are at most n zeros of f(x). If not, then f(x)=(xα1)(xα2)...(xαn+1)f(x) entails deg(f(x))>n, a contradiction.

Since fn(m)=1 for all integers 1mn we have a(m)=±1 and b(m)=1 for at least n values. We thus have a(x)+b(x) has at least n zeros, so that necessarily a(x)=b(x). But now the largest term's coefficient of a(x)b(x) is 1, a contradiction.

(4) Similar as in the last problem, f1(x) is irreducible and fn(x) has no zeros for n>1, so that necessarily a(x)=b(x)=±1 for at least n values, and again a(x)=b(x) so that fn(x) is a perfect square. However, when n is odd this is an impossibility by degree, so n must be even. For n<4 we can observe fn(4) is irreducible, and for n>4 and n even we can observe fn(3/2) is negative, a contradiction since fn(x) is a perfect square.

When n=4, with a process similar to that for (1)(d), we can observe f4(x)=(x25x+5)2 is its decomposition. 

No comments:

Post a Comment