MATH 415 Lecture 20

From Notes
Jump to navigation Jump to search

« previous | Tuesday, November 5, 2013 | next »


Division Algorithm for Polynomials

Given ring of polynomials F[x] with f,gF[x], there exist q(x),r(x)F[x] such that f(x)=g(x)q(x)+r(x) and degr(x)<degg(x).

Factor Theorem

Corollary 23.3. aF is a zero (or root) of f(x)F[x] [1] if and only if xa is a factor of f(x) in F[x]. That is, there is a polynomial q(x)F[x] such that f(x)(xa)q(x).

Proof. Let g(x)=xa. Then ϕa(xa)=aa=0.

Now there exist q(x) and r(x). degr(x)<deg(xa)=1, thus degr(x)=0 and r(x)=C. Hence f(x)=(xa)q(x)+C.

Applying the evaluation homomorphism ϕa to both sides yields

ϕa(f(x))=ϕa((xa)q(x)+C)0=ϕa((xa)q(x))+C=(aa)q(a)+C=0q(a)+C=0+C

Therefore

C=0

, so

f(x)=(xa)q(x)
quod erat demonstrandum

Example

p(x)=x4+3x3+2x+45[x]

±1 are zeroes of p(x), and p(x) factors into (x1)3(x+1), so

  • the zero 1 has multiplicity of 3, and
  • the zero 1 has multiplicity of 1.

Factoring

Let p(x)=anxn++a0 for aiF with an0.

Then if p(x) can be factored into an(xa1)(xa2)(xan), then there may be some ai's that are not distinct. Therefore p(x)=an(xai1)m1(xai2)m2(xaik)mk for aijaik if ijik, where m1,,mk are the multiplicities of the corresponding zero.


Corollary. A nonzero polynomial f(x)F[x] of degree n can have at most n zeroes in a field F.

Proof. Let

f(x)=anxn++a1x+a0

with

an0

. Then

degf(x)=n

. Let

a1F

be a zero of

f(x)

. Then

f(x)=(xa1)q1(x)

, with

degq1(x)=n1

. For the basis, let

f(x)=a1x+a0

be a polynomial of degree

1

. Then

f(x)=a1(x+a0a1)

implies that

f

has at most one zero:

x=a0a1

. The theorem holds by induction on

n

.

quod erat demonstrandum


Corollary. If G is a finite subgroup of the multiplicative group F*, of a field F, then G is cyclic. In particular, the multiplicative group of all non-zero elements of a finite field is cyclic.


By the Fundamental Theorem of Fininitely Generated Abelian Groups, G is isomorphic to d1×d2××dr, where di=piki for prime p. Let Failed to parse (unknown function "\lcm"): {\displaystyle m = \lcm{\left\{ d_i \right\}}} . Observe that midi.

For any aidi, we have aidi=1. Moreover, for aG, we have am=1. Hence every aG is a zero of the polynomial xm1F[x], which has at most m zeroes in F.

However, all a(F*=G) are zeroes, and there are |G|=idi zeroes. By the above observation, m=idi.


"Forget about algebra and go to number theory for a moment."

Failed to parse (unknown function "\lcm"): {\displaystyle \lcm{\left\{ {p_i}^{k_i} \right\}}} is of form i=1rpiki, where if pi=pj, we just include pimax(ki,kj).


Irreducible Polynomials

A nonconstant polynomial f(x)F[x] is irreducible over F (or is an irreducible polynomial in F[x]) if f(x) cannot be expressed as a product g(x)h(x) of two nonconstant polynomials.

Example

x22[x] is irreducible in [x] (over ). Note x22=(x+2(x2), but 2∉. Hence x22 is reducible over .


Theorem 23.10

Let f(x)F[x] and let the degree of f(x) be 2 or 3. Then f(x) is reducible over F if and only if it has a zero in F.

Proof. Assume f(x)=g(x)h(x), then degf=degg+degh. Since degg,degh1, we have degg=1 and degh=2 or degg=2 and degh=1. Without loss of generality, assume the latter case. Then h(x)=ax+b implies x=ba is a zero of h and thus a zero of f.

Conversely, assume that aF is a zero of f(x). Then f(x) is reducible into f(x)=(xa)g(x), where g(x)F[x] and degg=2.

Example

f(x)=x3+3x+25[x] is irreducible because it has no zeroes: f(0)=2, f(1)=1, f(2)=1, f(3)=3, and f(4)=3.

Theorem 23.11

If f(x)[x], then f(x) factors into a product of two nonconstant polynomials of degrees r and s in [x] if and only if it has such a factorization with polynomials of the same degrees r and s in [x].

In other words, take a polynomial p(x) with integer coefficients. At the same time, p(x) is a polynomial with rational coefficients. If f(x)=g(x)h(x) with degg=r1 and degh=s1, then f(x)=g1(x)h1(x) for g1(x),h1(x)(x), where degg1=r and degg2=s.


Extra Office Hours

  • Thursday, 13:10–14:10
  • Monday, 14:00–15:00

Footnotes

  1. Recall that aF is a zero if and only if ϕa(f(x))=f(a)=0.