More on Fundamental Theorem of Algebra

Objective: Reinforce Fundamental Theorem & related problem solving.

Warmup: factor f(x)=2x4-2x3-10x2-2x-12 given that i is a zero.

Solution

If i is a zero, since all the coefficients are real, we know that i (the complex conjugate of i) is also a zero. i=-i. So x-i and x+i are both factors of f.

Factoring by division says we should divide f by those factors. Their product is (x-i)(x+i)=x2+1. Divide f by that product (why?):

2x4-2x3-10x2-2x-12x2+1=2x2-2x-12

So far we have factored f as

f(x)=(x-i)(x+i)(2x2-2x-12)

Continuing to factor:

f(x) = (x-i)(x+i)(2x2-2x-12) = (x-i)(x+i)(2)(x2-x-6) = (x-i)(x+i)(2)(x-3)(x+2)

Zeros (or roots) are:

i,-i,3,-2

What is the degree of f?

Which zeros (or roots) are x-intercepts?

Fundamental Theorem of Algebra

If f is a polynomial of degree n (n>0) then f has at least one complex (maybe real) root.

Because every root (or zero) r corresponds to a factor x-r (why?), we can divide fx-r to get a polynomial of degree n-1. This also has a root, and so on. This shows that really a polynomial of degree n has n complex roots, though some may be repeated.

Repeated zero. What's that about? Consider (x-2)2. It has a zero of 2. That corresponds to the factor x-2. If we divide our polynomial by that factor we get

(x-2)2x-2=x-2

That also has a zero of 2, representing the “other” factor, also x-2. Because the factor x-2 is repeated, we say that the zero 2 is repeated or that it has multiplicity 2. Think of each zero corresponding to a linear factor.