Section 4.7
Exercises
Choose one of the questions from:
Determine in each of the following cases whether the polynomials a and b are congruent modulo c.
In each of the following cases, the equivalence class of the polynomial a modulo d is given. Give a representative of degree less than deg(d).
Determine representatives for all equivalence classes for each of the following residue class rings.
Consider the element a = X + (X2 + X + 1)Z/2Z[X] in S = Z/2Z[X]/(X2 + X + 1).
Let a
R. Define a map
eval : R[X]/(X - a) -> R by
f + (X - a)R[X] -> f(a).
(The equivalence class of f is sent to the polynomial function evaluated in the point a.)
We define two maps
f + : Q[X]/(X2 - 2) -> R and f- : Q[X]/(X2 - 2) -> R
by
f+( a + ( X2 - 2)
) = a(
2)
and
f-(a + ( X2 - 2))
= a(-
2).
2 | c, d
Q}. Both maps give a way to associate the residue class ring
Q[X]/(X2 - 2) to
Q + Q
2.
Find the representative of degree less than 5 of the residue class of
in Q[X]/(X5).
The polynomial f in Q[X] satisfies
for some polynomial a in Q[X]. Determine the remainder upon division of f by X2 + 1.
Let R denote one of the fields Q, R, C,
Z/pZ (p a prime number).
Let c, d be a pair of
polynomials in R[X] of degrees m and
n, respectively. Suppose that c and d are relatively
prime.
Show that, for any a
R[X] of degree less than m and b
R[X] of degree less than n,
there is exactly one polynomial in
R[X] of degree less than mn that is
equal to a modulo c and
equal to b modulo d.
This is the Chinese remainder theorem for polynomials.
Write an algorithm that, given two polynomials c and d that are relative prime, and two polynomials a and b, computes the polynomial f from the Chinese remainder theorem for polynomials (Exercise 9) satisfying f = a mod c and f = b mod d.
Determine the first 3 terms of the Taylor series around 0 of each of the following functions in x by computation modulo x4.
Suppose that a, b, d are polynomials in
Z[X] such that d = gcd(a,b)
(in the ring Q[X]).
Moreover, let f, g
Z[X] with af + bg = d.
By reducing the coefficients of a and b
modulo a prime p we obtain new polynomials a',
b', d' in Z/pZ[X].
Consider the elements a = 1 + X + (X2 + 1) and b = 1 + 2X + (X2 + 1) in Z/3Z[X]/(X2 + 1). Solve the following equation for z:
Consider the element a = X + (X3 + X + 1)Q[X] in Q[X]/(X3 + X + 1).
Let f and d be polynomials in R[X] and a, b, c elements of R[X]/(d).
Prove or disprove:
Suppose that R is a field.
If d
R[X]
is a polynomial of degree 1,
then the map R -> R[X]/(d),
a -> a + (d) is bijective. Prove this.
K[X] with f irreducible
and let a be the class of X in K[X]/(f).
Show that f | g if and only if a is a zero
of g, where we view g as polynomial with coefficients in K[X]/(f).
Let R be a ring. A polynomial is called monic if its leading coefficient equals 1.
Let K = Z/2Z[X]/(X3 + X + 1) and let a be the class of X.