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,g∈F[x], there exist q(x),r(x)∈F[x] such that f(x)=g(x)q(x)+r(x) and deg⁡r(x)<deg⁡g(x).

Factor Theorem

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

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

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

Applying the evaluation homomorphism ϕa to both sides yields

ϕa(f(x))=ϕa((x−a)q(x)+C)0=ϕa((x−a)q(x))+C=(a−a)q(a)+C=0q(a)+C=0+C

Therefore

C=0

, so

f(x)=(x−a)q(x)
quod erat demonstrandum

Example

p(x)=x4+3x3+2x+4∈ℤ5[x]

±1 are zeroes of p(x), and p(x) factors into (x−1)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 ai∈F with an≠0.

Then if p(x) can be factored into an(x−a1)(x−a2)…(x−an), then there may be some ai's that are not distinct. Therefore p(x)=an(x−ai1)m1(x−ai2)m2…(x−aik)mk for aij≠aik if ij≠ik, 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

an≠0

. Then

deg⁡f(x)=n

. Let

a1∈F

be a zero of

f(x)

. Then

f(x)=(x−a1)q1(x)

, with

deg⁡q1(x)=n−1

. 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 m≤∏idi.

For any ai∈ℤdi, we have aidi=1. Moreover, for a∈G, we have am=1. Hence every a∈G is a zero of the polynomial xm−1∈F[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

x2−2∈ℚ[x] is irreducible in ℚ[x] (over ℚ). Note x2−2=(x+2(x−2), but 2∉ℚ. Hence x2−2 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 deg⁡f=deg⁡g+deg⁡h. Since deg⁡g,deg⁡h≥1, we have deg⁡g=1 and deg⁡h=2 or deg⁡g=2 and deg⁡h=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 a∈F is a zero of f(x). Then f(x) is reducible into f(x)=(x−a)g(x), where g(x)∈F[x] and deg⁡g=2.

Example

f(x)=x3+3x+2∈ℤ5[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 deg⁡g=r≥1 and deg⁡h=s≥1, then f(x)=g1(x)h1(x) for g1(x),h1(x)∈ℤ(x), where deg⁡g1=r and deg⁡g2=s.


Extra Office Hours

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

Footnotes

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