Skip to main content
Logo image

Exercises 17.5 Exercises

1.

List all of the polynomials of degree 3 or less in Z2[x].

2.

Compute each of the following.
  1. (5x2+3x4)+(4x2x+9) in Z12[x]
  2. (5x2+3x4)(4x2x+9) in Z12[x]
  3. (7x3+3x2x)+(6x28x+4) in Z9[x]
  4. (3x2+2x4)+(4x2+2) in Z5[x]
  5. (3x2+2x4)(4x2+2) in Z5[x]
  6. (5x2+3x2)2 in Z12[x]

3.

Use the division algorithm to find q(x) and r(x) such that a(x)=q(x)b(x)+r(x) with degr(x)<degb(x) for each of the following pairs of polynomials.
  1. a(x)=5x3+6x23x+4 and b(x)=x2 in Z7[x]
  2. a(x)=6x42x3+x23x+1 and b(x)=x2+x2 in Z7[x]
  3. a(x)=4x5x3+x2+4 and b(x)=x32 in Z5[x]
  4. a(x)=x5+x3x2x and b(x)=x3+x in Z2[x]

4.

Find the greatest common divisor of each of the following pairs p(x) and q(x) of polynomials. If d(x)=gcd(p(x),q(x)), find two polynomials a(x) and b(x) such that a(x)p(x)+b(x)q(x)=d(x).
  1. p(x)=x36x2+14x15 and q(x)=x38x2+21x18, where p(x),q(x)Q[x]
  2. p(x)=x3+x2x+1 and q(x)=x3+x1, where p(x),q(x)Z2[x]
  3. p(x)=x3+x24x+4 and q(x)=x3+3x2, where p(x),q(x)Z5[x]
  4. p(x)=x32x+4 and q(x)=4x3+x+3, where p(x),q(x)Q[x]

5.

Find all of the zeros for each of the following polynomials.
  1. 5x3+4x2x+9 in Z12[x]
  2. 3x34x2x+4 in Z5[x]
  3. 5x4+2x23 in Z7[x]
  4. x3+x+1 in Z2[x]

6.

Find all of the units in Z[x].

7.

Find a unit p(x) in Z4[x] such that degp(x)>1.

8.

Which of the following polynomials are irreducible over Q[x]?
  1. x42x3+2x2+x+4
  2. x45x3+3x2
  3. 3x54x36x2+6
  4. 5x56x43x2+9x15

9.

Find all of the irreducible polynomials of degrees 2 and 3 in Z2[x].

10.

Give two different factorizations of x2+x+8 in Z10[x].

11.

Prove or disprove: There exists a polynomial p(x) in Z6[x] of degree n with more than n distinct zeros.

12.

If F is a field, show that F[x1,,xn] is an integral domain.

13.

Show that the division algorithm does not hold for Z[x]. Why does it fail?

14.

Prove or disprove: xp+a is irreducible for any aZp, where p is prime.

15.

Let f(x) be irreducible in F[x], where F is a field. If f(x)p(x)q(x), prove that either f(x)p(x) or f(x)q(x).

16.

Suppose that R and S are isomorphic rings. Prove that R[x]S[x].

17.

Let F be a field and aF. If p(x)F[x], show that p(a) is the remainder obtained when p(x) is divided by xa.

18. The Rational Root Theorem.

Let
p(x)=anxn+an1xn1++a0Z[x],
where an0. Prove that if p(r/s)=0, where gcd(r,s)=1, then ra0 and san.

19.

Let Q be the multiplicative group of positive rational numbers. Prove that Q is isomorphic to (Z[x],+).

20. Cyclotomic Polynomials.

The polynomial
Φp(x)=xp1x1=xp1+xp2++x+1
for p prime is called the cyclotomic polynomial. Show that Φp(x) is irreducible over Q for any prime p.

21.

If F is a field, show that there are infinitely many irreducible polynomials in F[x].

22.

Let R be a commutative ring with identity. Prove that multiplication is commutative in R[x].

23.

Let R be a commutative ring with identity. Prove that multiplication is distributive in R[x].

24.

Show that xpx has p distinct zeros in Zp, for any prime p. Conclude that
xpx=x(x1)(x2)(x(p1)).

25.

Let F be a field and f(x)=a0+a1x++anxn be in F[x]. Define f(x)=a1+2a2x++nanxn1 to be the derivative of f(x).
  1. Prove that
    (f+g)(x)=f(x)+g(x).
    Conclude that we can define a homomorphism of abelian groups D:F[x]F[x] by D(f(x))=f(x).
  2. Calculate the kernel of D if charF=0.
  3. Calculate the kernel of D if charF=p.
  4. Prove that
    (fg)(x)=f(x)g(x)+f(x)g(x).
  5. Suppose that we can factor a polynomial f(x)F[x] into linear factors, say
    f(x)=a(xa1)(xa2)(xan).
    Prove that f(x) has no repeated factors if and only if f(x) and f(x) are relatively prime.

26.

Let F be a field. Show that F[x] is never a field.

27.

Let R be an integral domain. Prove that R[x1,,xn] is an integral domain.

28.

Let R be a commutative ring with identity. Show that R[x] has a subring R isomorphic to R.

29.

Let p(x) and q(x) be polynomials in R[x], where R is a commutative ring with identity. Prove that deg(p(x)+q(x))max(degp(x),degq(x)).