Chapter 5 Module 1
Chapter 5 Module 1
E-mail: [email protected]
1
Introduction to polynomials
We leave it to the reader to verify that (R[x], +, .) is a commutative ring with unity (1, 0, 0, · · · ).
Also (0, 0, · · · ) is the zero element of R[x] and the additive inverse of (a0 , a1 , · · · ) is (−a0 , −a1 , · · · ).
The mapping
a −→ (a, 0, 0, · · · )
is a monomorphism of the ring R into R[x]. Thus, R can be considered as a subring of R[x] and we
no longer distinguish between a and (a, 0, 0, · · · ).
The particular element (0, 1, 0, 0, 0, · · · ) is called the indeterminate over R and is usually de-
noted by x. Then according to the definitions of addition and multiplication in R[x], we have
2
and then
Thus we have
Example 0.1. Consider the polynomial ring Z6 [x]. Then f (x) = [2]x3 and g(x) = [3]x2 are two
nonzero elements of Z6 [x] but f (x)g(x) = [0]. This shows that Z6 [x] is not an integral domain.
Now we characterize the rings R for which the associated polynomial ring R[x] is an integral
domain.
Theorem 0.2. Let R be a commutative ring with unity 1. Then R[x] is an integral domain if and
only if R is an integral domain.
Proof. First assume that R is an integral domain. Then R[x] is a commutative ring with 1. Let
f (x) = a0 + a1 x + · · · + an xn and g(x) = b0 + b1 x + · · · + bm xm be two nonzero polynomials in R[x].
Then, we may consider an 6= 0 and bm 6= 0; and so an bm 6= 0, since R is an integral domain. Then
the polynomial f (x)g(x) = c0 + c1 x + · · · + cn+m xn+m is such that cm+n = an bm 6= 0. This implies
that f (x)g(x) 6= 0. Thus, R[x] is an integral domain.
The converse follows directly.
In fact, even if R is a field then also R[x] is not a field, for x has no multiplicative inverse.
3
During our school days we have seen that for two nonzero polynomials f (x) and g(x), deg f (x)g(x)
is equal to the sum deg f (x) + deg g(x). Recall that there we actually considered polynomials over
the field of all real numbers where there is no zero divisors. Now we show that this result may not
hold over an arbitrary ring. For example consider:
Example 0.4. Consider the polynomial ring Z6 [x]. Then f (x) = [2]x3 +x+[1] and g(x) = [3]x2 +[2]
are two nonzero polynomials of degree 3 and 2, respectively. Now f (x)g(x) = x3 + [3]x2 + [2]x + [2]
shows that deg f (x)g(x) < deg f (x) + deg g(x).
Theorem 0.5. Let R be a commutative ring with unity and f (x), g(x) be two nonzero polynomials
in R[x].
1. If f (x)g(x) 6= 0, then deg f (x)g(x) ≤ deg f (x) + deg g(x). Equality holds if R is an integral
domain.
2. If f (x) + g(x) 6= 0, then deg(f (x) + g(x)) ≤ max{deg f (x), deg g(x)}.
4
of degree less than n. Let f (x) = a0 + a1 x + · · · + an xn be a unit in R[x]. Then there is a polynomial
b0 + b1 x + · · · + bm xm ∈ R[x] such that
(a0 + a1 x + · · · + an xn )(b0 + b1 x + · · · + bm xm ) = 1.
a0 b0 = 1 (0.1)
a0 b1 + a1 b0 = 0 (0.2)
a0 b 2 + a1 b1 a2 b0 = 0 (0.3)
..
.
an−2 bm + an−1 bm−1 + an bm−2 = 0 (0.4)
an−1 bm + an bm−1 = 0 (0.5)
an b m = 0 (0.6)
a2n bm−1 = 0.
a3n bm−2 = 0.
1 Summary
• A polynomial over a commutative ring R with 1 is defined as an infinite sequence (a0 , a1 , a2 , · · · )
such that al but finitely many ai are 0.
• The set R[x] of all polynomials is a commutative ring with unity, where
5
◦ −(a0 , a1 , · · · ) = (−a0 , −a1 , · · · )
• The particular element (0, 1, 0, 0, 0, · · · ) is called the indeterminate over R and is usually
denoted by x.
• If p(x) ∈ R[x] is a nonzero polynomial then the largest integer n such that the coefficient of
xn is nonzero, is called the degree of p(x).
• Let f (x), g(x) ∈ R[x] be two nonzero polynomials. If F is an integral domain, then f (x)g(x) 6=
0 and deg(f (x)g(x)) = deg f (x) + deg g(x).