Unit 15
Unit 15
UNIT 15
POLYNOMIAL RINGS
15.1 INTRODUCTION
So far you have studied about many rings, includings rings with special
properties. You have also studied about polynomials over R in some detail in
Block 1 of ‘Calculus’. In the previous units of this course, you studied several
examples related to various rings of polynomials. In this unit, we aim to put all
your earlier studies of polynomials together, and take them a little further.
In Sec.15.2, you will study about sets whose elements are polynomials of the
type a 0 + a1x + L+ a n xn , where a 0 , a 1 ,K, a n are elements of a ring R. You will
see that this set, denoted by R[ x ], is a ring also.
In Sec.15.3, you will see why we are discussing polynomial rings in a block on
domains and fields. You will study several properties of R[ x ] in this
connection. In particular, you will see that if R is an integral domain, so is
R[ x ].
Taking the discussion further, in Sec.15.4, you will see that the ring of
polynomials over a field behaves quite a bit like Z. It satisfies a division
algorithm, which is similar to the one satisfied by Z (see Unit 1). We will prove
this property, and some of its consequences, in this section.
Objectives
• prove, and apply, the result that every ideal in F[ x ] is a principal ideal,
where F is a field.
iii) a 0 , a 1 ,K, a n are called the coefficients of the polynomial in (i) above.
If a n ≠ 0, a n is called the leading coefficient of this polynomial, and n is
called the degree of the polynomial. We denote this fact by
deg (a 0 x 0 + L + a n x n ) = n.
For example, for any ring R and any r ∈ R , rx0 is a constant polynomial (if
r ≠ 0 ) or the zero polynomial (if r = 0 ).
162
Unit 15 Polynomial Rings
Note that in the matter of writing polynomials, we will observe the following
conventions.
i) We will not write x0 , so that we will only write a 0 for a 0 x0 .
Before giving more examples, we would like to set up some more notation.
Notation: R[x] will denote the set of all polynomials over a ring R.
163
Block 4 Integral Domains
(Note the use of the square brackets [ ] here. Do not use any other kind of
brackets because R[ x ] and R( x ) denote different sets, as you will see a little
later.)
⎧ n
⎫
Thus, R[ x ] = ⎨
i =0 ⎩
∑a x
a i ∈ R ∀ i = 0, 1,K, n, where n ≥ 0, n ∈ Z ⎬ .
i
i
⎭
We will also often denote a polynomial a 0 + a1x + L + a n x by f ( x ), p( x ), q ( x ),
n
etc.
Thus, an example of an element from Z 4 [ x ] is f ( x ) = 1 + 3 x + 2 x 4 .
Here deg f ( x ) = 4, and the leading coefficient of f ( x ) is 2 .
Before going further, let us see when two polynomials are equal. (Recall, from
the course ‘Real Analysis’ the condition for two sequences to be equal.)
Thus, if two polynomials are equal they have the same leading coefficients,
and hence, the same degree. Is the converse true? No.
For example, 2x + 3x4 and 5 + 3x 4 are both of degree 4 in Z[ x ], though they
are not equal. This is because the coefficients corresponding to the places x 0
and x1 are different in both.
To check your understanding of what you have studied so far, you should
solve the following exercises now.
E1) Identify the polynomials from among the following expressions. Which of
these are elements of Z[ x ] ?
i) 1+ x + x2 + x4 + x6 , ii)
2 + 1 + x + x2,
x2 x
iii) 2 x + 3x 2 , iv) 1 + 1 x + 1 x 2 + 1 x 3 ,
2 3 4
v) x1 2 + x + x 2 , vi) − 5,
∞
vii) ∑ ix ,
i =0
i
viii) 0.
E2) If a 0 + 5x 2 + 3x3 =
1 + b x + b x 2 + b x3 + b x11 in R[ x ], find
2 1 2 3 4
a 0 , b1 , b 2 , b 3 , b 4 .
E3) Determine the degree and the leading coefficient of each of the following
polynomials in R[ x ].
iv) 1 x + 1 x2 + 1 x3 , v) 0.
3 5 7
164
Unit 15 Polynomial Rings
Now, for any ring R , let us see how we can define addition and multiplication
in R[ x ] so that they are well-defined binary operations on R[ x ]. To start with,
consider the addition of polynomials.
c0 = a 0 b0 = 2,
c1 = a1b0 + a 0 b1 = 3,
c 2 = a 2 b 0 + a 1b1 + a 0 b 2 = 2,
165
Block 4 Integral Domains
c3 = a 3b0 + a 2 b1 + a1b 2 + a 0 b3 = −3,
c4 = a 4 b0 + a 3b1 + a 2 b 2 + a1b3 + a 0 b 4 = 10,
c5 = a 5 b0 + a 4 b1 + a 3b 2 + a 2 b3 + a1b 4 + a 0 b5 = 14.
So p( x ) ⋅ q ( x ) = 2 + 3x + 2 x 2 − 3x3 + 10 x 4 + 14 x 5.
Note that p( x ) ⋅ q( x ) ∈ Z[ x ], and deg (p( x ) ⋅ q ( x )) = 5 = (deg p( x ) + deg q ( x )).
i=0
i i
i
Thus, + is well-defined.
For the rest, do E4 below. Also solve the other exercises below. Doing this will
help you get used to these operations on polynomials.
i) (2 + 3x 2 + 4x3 ) + (5x + x3 ) in Z[ x ],
ii) (6 + 2x 2 ) + (1 − 2x + 5x3 ) in Z 7 [ x ],
iii) (1 + x ) ⋅ (1 + 2x + x 2 ) in Z[ x ],
iv) (1 + x ) ⋅ (1 + 2x + x 2 ) in Z 3 [ x ],
v) (2 + x + x 2 ) ⋅ (5x + x3 ) in Q[ x ].
polynomials over R .
166
Unit 15 Polynomial Rings
By now you must have got used to the addition and multiplication of
polynomials. You have also seen that + and · are binary operations over
R[ x ]. The question now is whether or not (R[ x ], +, ⋅) is a ring. Let’s see.
Proof: We need to establish the axioms R1 - R 6 (of Unit 10) for (R[ x ], +, ⋅).
p( x ) ⋅ {q( x ) ⋅ t ( x )} is
a k b 0 d 0 + a k −1 (b1d 0 + b 0 d1 ) + L + a 0 (b k d 0 + b k −1d1 + L + b 0 d k )
= e k , by using the properties of + and · in R.
Hence, {p( x ) ⋅ q( x )} ⋅ t ( x ) = p( x ) ⋅{q( x ) ⋅ t ( x )}.
What Theorem 1 tells us is that apart from the examples of polynomial rings
you have worked with earlier, C[0, 1][ x ], (3Z)[ x ], M n (Z)[ x ], H[ x ] are all
rings.
Also note that, since (R[ x ], +) is abelian, and using E6, we see that
a 0 + a1x + L + a n xn can be written as a n xn + a n −1xn −1 + L + a1 x + a 0 , or
a n xn + a 0 + a n −1xn −1+ a1x + L.
So, for example, − π + 5x + 5x3 ∈ R[ x ] is the same as 5x − π + 5x3 or
5x + 5x3 − π.
168 ***
Unit 15 Polynomial Rings
Before going further, let us define some commonly used terms related to
polynomials. You may already be familiar with them from your earlier studies.
E7) Which of the following statements are true? Give reasons for your
answers.
i) The product of two linear polynomials in R[ x ] can be a linear
polynomial, where R is a ring.
ii) The product of two quadratic polynomials in Q[ x ] is a quartic
polynomial.
iii) The sum of two quadratic polynomials in C[ x ] is a quadratic
polynomial.
iv) If p( x ) is a monic polynomial in R[ x ], where R is a ring with
unity, then p( x ) + q ( x ) is monic ∀ q ( x ) ∈ R[ x ].
ii) an ideal of R[ x ].
⎧n ⎫
E12) Let R be a ring and A = ⎨∑ a i x i ∈ R[ x ] a i = 0 if i is odd ⎬. Is A a
⎩ i =0 ⎭
subring of R[ x ] ? Why, or why not?
169
Block 4 Integral Domains
Note that the definitions and theorem in this section are true for any ring. But,
the case that we are really interested in is when R is a domain. In the next
section, our discussion will progress towards this case.
Next, we know that R has identity 1. We will prove that the constant
polynomial 1 is the identity of R[ x ].
Take p( x ) = a 0 + a 1x + L + a n xn∈ R[ x ].
Then 1 ⋅ p( x ) = c 0 + c1x + L + c n xn (since deg 1 = 0),
where c k = a k ⋅ 1 + a k −1 ⋅ 0 + a k −2 ⋅ 0 + L + a 0 ⋅ 0 = a k .
Thus, 1⋅ p( x ) = p( x ).
Hence, 1 is the identity of R[ x ].
What about the converse of Theorem 2? This is what the following exercises
are about.
Henceforth, we will assume that the rings are commutative and with
identity.
Now let us see if R and R[ x ] behave the same way regarding zero divisors.
For this, we shall first prove a result we had mentioned when we defined the
multiplication of polynomials. You also used this implicitly while solving E7(ii).
Proof: From Theorem 2 and E13, you know that R is a commutative ring with
identity iff R[ x ] is a commutative ring with identity. Thus, to prove this
theorem we need to prove that R is without zero divisors iff R[ x ] is without
zero divisors.
In this section, so far, you have seen that many properties of the ring R carry
over to R[ x ], and vice-versa. Thus, if F is a field, you may expect F[ x ] to be
a field also. Let us see if this is so.
Why don’t you solve the following exercises now? Doing so will help you
understand R[ x ] better, for some rings R .
E15) Which of the following polynomial rings are without zero divisors?
i) R[ x ] , where R = {a + b − 5 a , b ∈ Z},
ii) Z 7 [ x ],
iii) M 2 (Q)[ x ],
iv) R[ x ], where R = C[0, 1],
v) ℘(X)[ x ], where X is a set with at least two elements.
⎧ n
⎫
E16) If I is an ideal of a ring R , show that I[ x ] = ⎨ ∑a x
a i ∈ I, n ∈ N ∪ {0}⎬
i
i
⎩ i=0 ⎭
is an ideal of R[ x ]. Further, show that R
I
( )
[x] ~ − R[ x ]
I[ x ]
.
Proof: From Unit 14, you know that the field of fractions of the integral domain
F[ x ] is {p( x )[q( x )] −1 p( x ), q( x ) ∈ F[ x ], q ( x ) ≠ 0} = F( x ), by definition.
Thus, for any field F, F(x) is a field, and is called the field of rational
functions, in one indeterminate, over F.
ii) You know that the field of fractions of a domain is the smallest field
containing it. You also know that the field of quotients of Z is Q. We will
use these facts to find F, the field of fractions of Z[ x ].
Since F is a field containing Z[ x ], it contains Z.
So F ⊇ Q.
r0 r1 rn n
Also, for any f ( x ) =
s 0 + s1 x + L + s n x ∈ Q[ x ], s 0s1 Ks n f ( x ) ∈ Z[ x ].
Thus, given any f ( x ) ∈ Q[ x ], ∃ m ∈ Z s.t. mf ( x ) ∈ Z[ x ].
Now, let
f (x) ∈ Q( x ), where f ( x ), g( x ) ∈ Q[ x ], with g ( x ) ≠ 0.
g(x)
173
Block 4 Integral Domains
f( x )
If f ( x ) = 0, then ∈ F.
g( x )
If f ( x ) ≠ 0, then mf ( x ) and ng ( x ) are in Z[ x ] for some m, n ∈ Z,
m, n ≠ 0.
So
f( x ) n ) mf ( x ) ∈ F, since Q ⊆ F and F is the field of
= (m
g( x ) ng ( x )
quotients of Z[ x ].
Hence, Q( x ) ⊆ F.
Also, for any p( x ) ∈ Z[ x ], p( x ) ∈ Q[ x ] ⊆ Q( x ).
Now Q( x ) is a field containing Z[ x ] and it is contained in F, the
quotient field of Z[ x ]. Therefore, Q( x ) = F.
Thus, the field of quotients of Z[ x ] is the same as the field of quotients
of Q[ x ]. Note that we have used the fact that Q is the field of quotients
of Z.
***
On the same lines as in the example above, let us answer the question raised
before Example 3.
Proof: Firstly, D ⊆ F ⊆ F( x ). So D[ x ] ⊆ F [ x ] ⊆ F( x ).
Also, F( x ) is the smallest field containing F[ x ].
Let K be any field containing D[ x ].
Then K ⊇ D, and hence K ⊇ F.
a 0 a1 a
Also, any polynomial in F[ x ] is of the form f ( x ) = + x + L + n xn ,
b 0 b1 bn
a i , b j ∈ D, b j ≠ 0 for i, j = 1,K, n.
Then, as in Example 3(ii), ∃ d ∈ D∗ s.t. df ( x ) ∈ D[ x ].
∴ f ( x ) lies in K, since every polynomial in D[ x ] lies in K.
Thus, K ⊇ F [ x ].
Hence, K ⊇ F( x ).
Thus, F( x ) is the smallest field containing D[ x ], i.e., it is the field of fractions
of D[ x ].
174
Unit 15 Polynomial Rings
In this section you have seen several ways in which the properties of R[ x ]
mirror the properties of R. You have also seen that there are some properties
that do not match. For example, F is a field, but F[ x ] is not. However, F[ x ] is
a very interesting algebraic object in its own right. It has several interesting
properties which are similar to those of Z. In the next section, we shall
discuss some such properties related to divisibility.
Let us begin with an example in Q[ x ]. Let us use long division to find out what
happens on dividing 3x3 + 4 by 2 x 2 + x.
3x− 3 quotient
2 4
2x 2 + x 3x 3 + 4
3x 3 + 3 x 2
2
− 3 x2 + 4
2
− 3 x2 − 3 x
2 4
3x+4 remainder
4
g( x ) = b 0 + b1x + L + bm xm , bm ≠ 0, with n ≥ m.
We shall apply the strong form of the principle of mathematical induction
(see Unit 1) on deg f ( x ), i.e., n.
If n = 0, then m = 0, since g ( x ) ≠ 0.
So, f ( x ) = a 0 and g( x ) = b 0 are in F.
Hence, f ( x ) = (a 0 b 0−1 )b 0 + 0 = q ( x )g( x ) + r ( x ), where q ( x ) = a 0 b 0−1 and
r ( x ) = 0.
So the algorithm is true when n = 0.
Let us assume that the algorithm holds for all polynomials of degree less
than n , and then see if it is true for f ( x ).
Consider the polynomial
f1( x ) = f ( x ) − a n b m−1xn −m g ( x )
= (a 0 + a1x + L + a n xn ) − (a n b m−1b 0 xn −m + a n b−m1 b1xn −m+1 + L + a n b −m1b m xn ).
We have chosen to multiply the term a n b m−1xn −m with g ( x ) to make the
coefficient of xn in f1 ( x ) zero.
So deg f1 ( x ) ≤ n − 1.
By the induction hypothesis, there exist q1 ( x ) and r ( x ) in F[ x ] such that
f1 ( x ) = q1 ( x )g ( x ) + r ( x ), where r ( x ) = 0 or deg r ( x ) < deg g( x ).
Substituting the value of f1 ( x ), we get
f ( x ) − a n b m−1xn −m g( x ) = q1 ( x )g( x ) + r ( x ),
i.e., f ( x ) = {a n b m−1xn −m + q1 ( x )}g ( x ) + r ( x )
= q( x )g( x ) + r ( x ), where q( x ) = a n b −m1xn −m + q1 ( x ) and
r ( x ) = 0 or deg r ( x ) < deg g( x ).
Therefore, (i) is true for f ( x ).
Hence, by the principle of induction, (i) is true for all polynomials in F[ x ].
x2 +4 ← quotient q(x)
( x + x + 1) x + x + 5x 2 − x
2 4 3
x4 + x3 + x2 ← x2g( x )
4x 2 − x ← (f( x ) − x2g ( x ))
4 x 2 + 4 x + 4 ← 4g( x )
− 5x − 4 ← (f( x ) − x2 g(x) − 4g(x))
Now, since deg (−5x − 4) = 1 < deg ( x2 + x + 1), we stop the process. So, the
remainder r ( x ) = −5x − 4. So, we get
x4 + x3 + 5x2 − x = ( x2 + x + 1) ( x2 + 4) − (5x + 4).
Here the quotient is x2 + 4 and the remainder is − (5x + 4).
***
Now, let us look at the question for Z 5 [ x ]. Note that the polynomials are the
same as the earlier ones in R[ x ]. Also note that (4) is true in Z[ x ] too. So, if
we look at (4) in Z 5 [ x ], we get
3 x4 + 2 x2 + 2 = ( x2 + 2 )( 3 x2 + 1 ), since − 4 = 1 and 10 = 0 in Z 5 .
So ( x2 + 2 ) ( 3 x4 + 2 x2 + 2 ) in Z 5 [ x ].
***
Why don’t you apply the division algorithm for some cases now?
i) f ( x ) = x4 + 1, g( x ) = 1 − x3 in Q[ x ],
7
ii) f ( x ) = x3 + 2 x 2 − x + 1, g ( x ) = 2 x + 1 in Z 3[ x ],
iii) f ( x ) = x3 − 3 3 , g( x ) = x − 3 in R[ x ].
In which of these cases does g ( x ) divide f ( x ) ?
ii) f ( x ) f ( x ).
vii) If f( x ) g ( x ), then f ( x ) g ( x )h ( x ).
Proof: We will prove (i) and (v) here, and leave the rest for you to prove, as
an exercise (see E25).
The proof of the theorem above will be complete once you do the following
exercise.
Let us now see if, based on Theorem 8, we can define an equivalence relation
analogous to Example 3 of Unit 1.
Let us now move to another property of Z, and see if it holds true for F[ x ].
You have seen, in Unit 1, that any two non-zero integers a and b have a
greatest common divisor d, and d = an + bm for some n, m in Z. Can we
define the g.c.d of any two non-zero polynomials in F[ x ] similarly? Can the
concept of ‘relatively prime’ also be thought of in F[ x ] ? Let’s see.
Now, in the case of Z, you know that any two non-zero integers have a g.c.d.
Do any two non-zero polynomials in F[ x ] have a g.c.d? Let’s see.
Theorem 9 tells us that any two non-zero polynomials have a g.c.d. Let us
consider an example.
Example 7: Find ( x − 5, 2 x + 1) in R[ x ].
i) g ( x ) f i ( x ) ∀ i = 1, K , n , and
182
Unit 15 Polynomial Rings
For example, the g.c.d of 2 x + x (2 3 + 2 ) + 6 , x + 3 3 and
2 3
get
x3 − 1 = ( x2 − x )( x + 1) + ( x − 1) . …(8)
Now we apply the division algorithm to ( x2 − x ) and the remainder in (8), i.e.,
( x − 1). We get
x2 − x = ( x − 1) x + 0. …(9)
We have reached a stage where the remainder is zero. Thus, the divisor
polynomial at this stage, i.e., ( x − 1) is the g.c.d. Note that this polynomial is
monic.
***
Note that if the divisor polynomial at the last step in Example 8 had not been
monic, we would have multiplied it by the inverse of its leading coefficient to
make it monic, and this polynomial would have been the g.c.d.
Now keep this example in mind while going through the following algorithm,
which we shall not prove in this course.
Now that you have some idea of what the Euclidean algorithm is, let us
consider some more examples of its application.
Solution: First, x4 + 2 x3 + x + 2 = ( 2 x2 + 1 )( 2 x2 + x + 2 ) + 0 .
We have obtained 0 as the remainder right in the first step, and the quotient
is 2 x2 + 1 . So the g.c.d is 2 −1 ( 2 x2 + 1 ) in Z 3[ x ].
Since 2 −1 = 2, the g.c.d is 2 ( 2 x2 + 1 ), i.e., x2 + 2.
***
Why don’t you work out the g.c.d in some cases yourself now?
E34) Find the g.c.d of x10 − 3x 9 + 3x 8 − 11x 7 + 11x 6 − 11x 5 + 19x 4 − 13x 3 + 8x 2
− 9 x + 3 and x 6 − 3x 5 + 3x 4 − 9 x 3 + 5x 2 − 5x + 2 in Q[ x ].
Regarding Theorem 11, you must note the important point brought out in it.
Example 11: Let S be the set of polynomials over R with zero constant
term. Check whether or not S is a maximal ideal of R[ x ].
⎛ n
⎞
Next, define φ : R[ x ] → R : φ⎜
⎝
∑ a x ⎟⎠ = a .
i =0
i
i
0
Solution: i) Does < 0 > fit the bill? To answer this, check whether or not
F[ x ] < 0 > is a domain and/or a field. Here you need to recall, from Unit
13, that R < 0 > ~
− R for any ring R.
Now, you may wonder if Theorem 11 is true for polynomial rings over a
domain which is not a field. Consider an example.
Example 13: Show that the ideal < x , 2 > in Z[ x ] is not a principal ideal.
Solution: You know that Z[ x ] is a domain, since Z is a domain. We will Not every ideal in Z[ x ]
show that < 2, x > ≠ < f ( x ) > for any f ( x ) ∈ Z[ x ], by contradiction. is a principal ideal.
So, suppose ∃ f ( x ) ∈ Z[ x ] such that < 2, x > = < f ( x ) > .
Since 2 ∈< f ( x ) >, f ( x ) ≠ 0.
Also, ∃ g ( x ), h ( x ) ∈ Z[ x ] such that
2 = f ( x )g ( x ) and x = f ( x )h ( x ).
Thus, deg f ( x ) + deg g( x ) = deg 2 = 0, and …(10)
deg f ( x ) + deg h ( x ) = deg x = 1. …(11)
(10) shows that deg f ( x ) = 0, i.e., f ( x ) ∈ Z ∗, say f ( x ) = n.
Then (11) shows that deg h ( x ) = 1. Let h ( x ) = ax + b, with a , b ∈ Z, a ≠ 0.
Then x = f ( x )h ( x ) = n (ax + b).
Comparing the coefficients on either side of this equation, we see that
na = 1 and nb = 0.
Thus, n is a unit in Z, that is, n = ±1.
Therefore, 1 ∈< f ( x ) > = < x , 2 > . Thus, we can write
1 = x (a 0 + a 1x + L + a r xr ) + 2(b 0 + b1x + L + b s xs ), where
a i , b j ∈ Z ∀ i = 0, 1, K , r and j = 0, 1, K , s.
Now, on comparing the constant term on either side we see that 1 = 2b 0 . This
is not possible, since 2 is not invertible in Z. So we reach a contradiction.
Thus, < x , 2 > is not a principal ideal.
***
Now let us consider another property that Z and F[ x ] have in common. This
is related to Theorem 11.
Proof: By Theorem 11, you know that < f ( x ), g ( x ) > = < h ( x ) > for some
h ( x ) ∈ F[ x ]. So f ( x ) ∈< h ( x ) > and g( x ) ∈< h ( x ) >,
i.e., h ( x ) f ( x ) and h ( x ) g ( x ).
∴ h( x ) d ( x ). …(12)
Further, since d ( x ) f ( x ) and d ( x ) g ( x ), d ( x ) divides each element of
< f ( x ), g ( x ) >, by E29.
∴ d ( x ) h ( x ). …(13)
187
Block 4 Integral Domains
∗
By (12) and (13), d ( x ) = ah ( x ), where a ∈ F , applying Theorem 8.
∴ < f ( x ), g( x ) > = < a −1d( x ) > = < d( x ) > .
Theorem 12 is very useful. For instance, from Example 8, you now know that
< x3 − 1, x 2 − x > = < x − 1 > in Q[ x ].
Similarly, from Example 9, you know that
< x4 + 2 x3 + x + 2, 2 x2 + 1 > = < x2 + 2 > in Z 3 [ x ].
Let us now take a pointwise overview of what has been discussed in this unit.
15.6 SUMMARY
In this unit, you have studied the following points.
6) Let D be an integral domain, with F being its field of fractions. Then the
field of fractions of D[ x ] is F( x ), the field of rational functions over F.
188
Unit 15 Polynomial Rings
7) The division algorithm in F [ x ], where F is a field. This states that if
f ( x ), g( x ) ∈ F [ x ], g ( x ) ≠ 0, then there exist unique q( x ), r ( x ) ∈ F [ x ]
with f ( x ) = q ( x )g( x ) + r ( x ), where r ( x ) = 0 or deg r ( x ) < deg g( x ).
10) The Euclidean algorithm to find the g.c.d of two non-zero polynomials in
F [ x ], F a field.
11) Every ideal in F[ x ] is a principal ideal, where F is a field. This is not true
for D[ x ], where D is a domain but not a field.
E2) a 0 = 1 , b 2 = 5, b 3 = 3 , b1 = 0 = b 4 .
2
ii) ( 6 + 1 ) − 2 x + 2 x2 + 5 x3 = −2 x + 2 x2 + 5 x 3 , since 7 = 0 .
= 5 x + 2 x2 + 5 x3 , since − 2 = 5 .
iv) 1 + x3 , since 3 = 0 .
v) 10x + 5x2 + 7 x3 + x4 + x 5.
⎡1 0⎤
E8) There are infinitely many such pairs. One is f ( x ) = ⎢ ⎥ x and
⎣0 0 ⎦
⎡1 2⎤
g( x ) = ⎢ ⎥ x over M 2 (C).
⎣3 4⎦
Since both f ( x ) and g ( x ) are linear, with different leading coefficients,
they are distinct.
0 ∀ i ∈ N.
Also, f ( x ) ∈ A ⇒ −f ( x ) ∈ A. (Why?)
n m
Now, let f ( x ) = ∑ a i x2i , g(x) = ∑ bi x2i .
i =0 i =0
Then you should check that the odd power coefficients of f ( x ) − g ( x )
and f ( x )g ( x ) will also be zero.
Hence, f ( x ) − g ( x ) ∈ A and f ( x )g( x ) ∈ A.
Thus, A is a subring of R[ x ].
n m t
E16) Let f ( x ) = ∑ a x , g( x ) = ∑ b x
i=0
i
i
i=0
i
i
∈ I[ x ] and h ( x ) = ∑ c j x j ∈ R[ x ].
j= 0
max( m , n )
Then f ( x ) − g ( x ) = f ( x ) + ( −g ( x )) = ∑ (a
i =0
i − bi ) x i ∈ I[ x ], and
n+t
f ( x )h ( x ) = ∑ (a i c 0 + a i−1c1 + L + a 0 c i ) x i ∈ I[ x ],
i =0
since I is an ideal of R.
Similarly, h ( x )f ( x ) ∈ I[ x ].
Hence, I[ x ] is an ideal of R[ x ].
⎛ n
i⎞
n
Let us define φ : R[ x ] → (R I)[ x ] : φ⎜ ∑
⎝ i =0
a i x ⎟ = ∑
⎠ i =0
a i x i, where
a = a (mod I) ∀ a ∈ R.
n m
φ is well-defined: Let ∑ a i x i = ∑ bi x i in R[x]. Then n = m and
i =0 i=0
a i = bi ∀ i = 0, 1,K, n.
191
Block 4 Integral Domains
So a i = bi ∀ i = 0,K, n.
n m
∴ ∑ a i x i = ∑ bi x i in (R I) [ x ].
i=0 i =0
n m
φ is a ring homomorphism: Let f ( x ) = ∑ a i x i , g( x ) = ∑ bi x i .
i=0 i=0
⎛ t
⎞
Then φ(f ( x ) + g ( x )) = φ⎜
⎝
∑ (ai =0
i + bi ) x i ⎟, where t = max(m, n ).
⎠
t
= ∑ (a i + bi )x i
i =0
⎛ n ⎞ ⎛ m ⎞
= ⎜ ∑ a i x i ⎟ + ⎜ ∑ bi x i ⎟
⎝ i=0 ⎠ ⎝ i=0 ⎠
= φ(f ( x )) + φ(g( x )), and
⎛ r ⎞ k
φ(f ( x )g ( x )) = φ⎜ ∑ ci x i ⎟, where r = m + n and c k = ∑ a i b k − i .
⎝ i=0 ⎠ i=0
r
= ∑ ci x i
i=0
r
= ∑ (a i b0 + a i−1b1 + L + a 0 bi ) xi
i =0
⎛ n ⎞⎛ m ⎞
= ⎜ ∑ a i x i ⎟ ⎜ ∑ bi x i ⎟
⎝ i =0 ⎠ ⎝ i =0 ⎠
= φ(f ( x ))φ(g( x )).
n
φ is onto: For any h ( x ) = ∑ a i x i ∈ (R I) [ x ],
i=0
n
∃ f ( x ) = ∑ a i x i ∈ R[ x ] s.t. φ(f ( x )) = h ( x ).
i=0
Thus, Im φ = ( R I) [ x ].
⎧n n
⎫
Ker φ = ⎨∑ a i x i ∈ R[ x ] ∑ a i x i = 0 ⎬
⎩ i=0 i =0 ⎭
⎧n ⎫
= ⎨∑ a i x i ∈ R[ x ] a i = 0 ∀ i = 0,K, n ⎬
⎩ i=0 ⎭
⎧ n
⎫
= ⎨∑ a i x i ∈ R[ x ] a i ∈ I ∀ i = 0,K, n ⎬
⎩ i=0 ⎭
= I[ x ].
Now apply FTH to get the result.
⎛ t
⎞
Then φ(p( x ) + q ( x )) = φ ⎜
⎝
∑ (a + b ) x ⎟⎠ , where t = max (m, n).
i=0
i i
i
t
= ∑ f (a i + bi ) xi
i=0
t
= ∑ [f (a i ) + f (bi )] xi
i=0
t t
= ∑ f (a i ) x i + ∑ f (bi ) xi
i=0 i=0
⎛ m+n ⎞
Also, φ(p( x ) ⋅ q ( x )) = φ ⎜
⎝
∑ c x ⎟⎠ , where c = a b
i =0
i
i
i i 0 + a i −1b1 + L +a 0 bi .
m+ n
= ∑ f (c ) x
i =0
i
i
m+n
= ∑ [f (a ) f ( b ) + f (a
i=0
i 0 i −1 ) f (b1 ) + ... + f (a 0 ) f (bi )] x i ,
since f is a ring homomorphism.
= φ (p( x )) φ (q( x )).
Thus, φ is a homomorphism.
n
Now, if f is an isomorphism, then for any h ( x ) = ∑ a x ∈ S[x],
i=0
i
i
n
h ( x ) = ∑ f (bi ) xi , where a i = f (bi ) ∀ i as f is onto.
i=0
⎛ n ⎞
= φ ⎜ ∑ bi xi ⎟.
⎝ i =0 ⎠
Thus, Im φ = S[ x ].
⎛ t
⎞
φ(f ( x ) + g ( x )) = φ ⎜ ∑ [(a i , ri ) + (bi , s i )] xi ⎟, t = max(m, n )
⎝ i =0 ⎠
⎛ t
⎞
= φ ⎜ ∑ (a i + bi , ri + si ) xi ⎟
⎝ i=0 ⎠
193
Block 4 Integral Domains
⎛ t t
⎞
= ⎜ ∑ (a i + bi ) xi , ∑ (ri + si ) xi ⎟
⎝ i =0 i=0 ⎠
⎛ t t
⎞ ⎛ t t
⎞
= ⎜ ∑ a i xi , ∑ ri xi ⎟ + ⎜ ∑ bi xi , ∑ s i xi ⎟
⎝ i =0 i =0 ⎠ ⎝ i =0 i =0 ⎠
= φ(f ( x )) + φ(g( x )).
Similarly, show that φ(f ( x )g( x )) = φ(f ( x ))φ(g( x )).
⎛ m
⎞
Then φ ⎜
⎝
∑ (a , b ) x ⎟⎠ = (f (x ), g(x )).
i =0
i i
i
Thus, φ is onto.
⎧n ⎫
Ker φ = ⎨∑ (a i , bi ) xi ∈ (R × S) [ x ] a i = 0 = bi ∀ i = 0, K , n ⎬
⎩ i=0 ⎭
= {0}.
Thus, φ is an isomorphism.
∴ (R × S) [ x ] ~
− R[ x ] × S[ x ].
⎧ ⎫
E21) i) The quotient field of Z[i] is ⎨a + ib a , b, c, d ∈ Z, c + id ≠ 0⎬.
⎩c + id ⎭
(a + ib)(c − id )
Now a + ib = = p + iq, for some p, q ∈ Q.
c + id
2 2
c +d
Thus, the quotient field of Z[i] is Q[i].
∴ The quotient field of Z[i][ x ] is Q[i] ( x ).
iii) Z p ( x ).
a i , b j ∈ C ∀ i = 1,K n; j = 1,K, m.
Pick any two, and show why they are distinct.
−x
E24) i) 1
− x + x4 + 1
3
7
x4 − 1 x
7
1 x +1
7
⎛ ⎞ ⎛ ⎞
We stop here since deg ⎜ 1 x + 1⎟ < deg ⎜ − x3 + 1 ⎟.
⎝7 ⎠ ⎝ 7⎠
⎛ ⎞
So f ( x ) = (− x )g ( x ) + ⎜ 1 x + 1⎟.
⎝7 ⎠
Here q ( x ) = − x and r ( x ) = 1 x + 1.
7
2x2 +1
ii) 2x + 1 x + 2x − x + 1
3 2
x3 + 2x 2 (since 4 = 1 here)
−x+1
2x + 1
0 (since − 1 = 2 here)
Thus, f ( x ) = ( 2 x2 + 1 ) g ( x ).
∴ g( x ) f ( x ).
iii) f ( x ) = ( x2 + 3x + 3) g ( x ).
∴ g ( x ) f ( x ).
1 1
E31) 1 = (x + a ) − ( x + b). Hence, by Corollary 2, they are
(a − b) (a − b)
coprime.
E32) e.g., f ( x ) = x3 , g ( x ) = x 4 + 1.
Since (− x )f ( x ) + g ( x ) = 1 , (f ( x ), g ( x )) = 1.
There can be several other examples. Look for some more.
∴ the required g.c.d is − 1 (−59x3 − 118x + 59), since the g.c.d has to
59
be monic.
Thus, the g.c.d is ( x3 + 2 x − 1).
E35) f ( x ) = 4 x 4 + 2 x 2 + x + 2, g ( x ) = 2 x 2 + 2 x + 4, since − 1 = 4 .
4 x 4 + 2 x 2 + x + 2 = ( 2 x2 + 2 x + 4 ) ( 2 x2 + 3 x + 4 ) + ( x + 3),
2 x 2 + 2 x + 4 = ( x + 3) ( 2 x + 1 ) + 1,
( x + 3 ) = 1 ( x + 3).
∴ (f ( x ), g( x )) = 1 .
E36) x 2 + 1 = ( x + i) ( x − i) in C[ x ].
So x 2 + 1 ∈< x + i > ⊆
/
C[ x ], since 1 ∉< x + i >.
Suppose x + i ∈< x 2 + 1 >.
Then ( x + i) = ( x 2 + 1)f( x ) , for some f ( x ) ∈ C[ x ].
So 1 = deg ( x + i) = deg ( x 2 + 1) + deg f ( x ) ≥ 2, which is a contradiction.
Thus, x + i ∉< x 2 + 1 >.
∴ < x 2 + 1 > ≠ < x + i >.
∴ < x 2 + 1 > ⊆/ < x + i > ⊆/ C[ x ].
∴ < x 2 + 1 > is not a maximal ideal of C[ x ].
Here 1 = (10) −1 ( x2 + 10 − x2 ).
Hence, x2 + 10 and x2 are co-prime.
∴ < x2 + 10, x2 > = < 1 > = Z11[ x ].
198