Zeros of Polynomial Functions
We have methods to find the zeros of linear and quadratic functions. We can take this a step further with methods that use polynomial division and allow us to find the zeros of any polynomial function regardless of the degree.
Remainder Theorem
The Remainder Theorem states that if a polynomial f(x) is divided by x−k, then the remainder is the value f(k).
Example
Use the Remainder Theorem to evaluate f(x)=2x5−3x4−9x3+8x2+2 at x=−3.
Divide 2x5−3x4−9x3+8x2+2 by x+3 because k=−3 using synthetic division...
−322−3−6−9−927188−54−4601381382−414−412 The remainder is −412 and so f(3)=−412. We can verify this...
f(−3)=2(−3)5−3(−3)4−9(−3)3+8(−3)2+2f(−3)=2(−243)−3(81)−9(−27)+8(9)+2f(−3)=−486−243+243+72+2f(−3)=−412
We can arrive at the remainder theorem from the division theorem. The division algorithm states that given a polynomial dividend f(x) and a non-zero polynomial divisor d(x), there exist unique polynomials q(x) and r(x) such that f(x)=d(x)q(x)+r(x) and r(x) is less than the degree of d(x). If we divide by the linear factor x−k then we get f(x)=(x−k)q(x)+r where r is a constant because r(x) must be a degree less than 1 as x−k is linear. Finally, if we solve for k, we get f(k)=(k−k)q(k)+r=0q(k)+r=r which shows that f(k) equals the remainder of f(x) divided by x−k.
Factor Theorem
The Factor Theorem states that k is a zero of f(x) if and only if (x−k) is a factor of f(x). This means that if f(x) divided by (x−k) results in a remainder of 0 then k is a zero of f(x).
Example
Use the Factor Theorem to find the zeros of f(x)=x3+4x2−4x−16 given that (x−2) is a factor of the polynomial.
We can verify that (x−2) is a factor of f(x)...
211426−4128−16160 This means that q(x)=x2+6x+8 and f(x)=(x2+6x+8)(x−2). We can find the remaining linear factors by factoring x2+6x+8...
q(x)=x2+6x+8q(x)=x2+4x+2x+8q(x)=x(x+4)+2(x+4)q(x)=(x+2)(x+4) This means that f(x)=(x+2)(x+4)(x−2) which means the zeros of f(x) are −4,−2,2.
Rational Zero Theorem
The Rational Zero Theorem states that, if the polynomial f(x)=anxn+an−1xn−1+...+a1x+a0 has integer coefficients and an=0, then every rational zero of f(x) has the form qp where p is a factor of the constant term a0 and q is a factor of the leading coefficient an. This means we can determine all the possible rational zeros of f(x) by finding all the possible values of qp.
Example
Use the Rational Zero Theorem to find the rational zeros of f(x)=2x3+x2−4x+1.
The factors of the leading coefficient are ±1 and ±2 and the only factor of the constant term is ±1.
This means qp=±11,±21. The possible zeros are −1, −21, 21 and 1.
We can determine the actual zeros by substituting these possible zeros into the function.
f(−1)=2(−1)3+(−1)2−4(−1)+1=4f(−21)=2(−21)3+(−21)2−4(−21)+1=3f(21)=2(21)3+(21)2−4(21)+1=−21f(1)=2(1)3+(1)2−4(1)+1=0 The only zero is 1.
Both the Factor Theorem and the Rational Zero Theorem are theorems built on the concepts of the Remainder Theorem.
Zeros of Polynomial Functions
Given a polynomial function f, we can find the zeros using the following steps...
- Use the Rational Zero Theorem to list all possible rational zeros of f.
- Use synthetic division to evaluate a given possible zero by dividing the candidate into the polynomial. If the remainder is 0, the candidate is a zero. If the remainder is not a 0, discard the candidate.
- Repeat step two using the quotient found with synthetic division. Repeat till the quotient is a quadratic.
- Find the zeros of the quadratic function.
Example
Find the zeros of f(x)=4x3−3x−1
The factors of the leading coefficient are ±1, ±2, and ±4. The only factor of the constant is ±1. This means qp=±11, ±21 and ±41.
Lets test x=−1 by dividing f(x) by (x+1)...
−1440−4−4−341−1−1−2 We figured out that x=1 is not a zero. So, we need to try another possible zero. Lets test x=1 by dividing f(x) by (x−1)...
144044−341−110 Due to the fact we got a remainder of 0, x=1 is a zero of f(x). We are now left with 4x2+4x+1 which is a quadratic function. If it was not a quadratic function, we would continue using synthetic division to find more zeros using this quotient.
We can find the remaining zeros using the quadratic function...
f(x)=4x2+4x+1f(x)=4x2+2x+2x+1f(x)=2x(2x+1)+1(2x+1)f(x)=(2x+1)(2x+1)f(x)=(2x+1)2 The zeros of 4x3−4x−1 are x=−21 and x=1.
Fundemental Theorem of Algebra
The Fundemental Theorem of Algebra states that, if f(x) is a polynomial of degree n>0, then f(x) has at least one complex zero. This theorem can be used to also argue that, if f(x) is a polynomial of degree n>0, and a is a non-zero real number, then f(x) has exactly n linear factors and f(x)=a(x−c1)(x−c2)...(x−cn) where c1, c2, ..., cn are complex numbers. Therefore, f(x) has n roots if we allow for multiplicities.
All real numbers are a subset of complex numbers and that means a real number can be the complex zero for a given function. However, remember that not all complex numbers are real numbers.
Complex Conjugate Theorem
The Linear Factorization Theorem states that a polynomial function will have the same number of factors as its degree, and each factor will be in the form (x−c), where c is a complex number. Building from this, the Complex Conjugate Theorem states that if the polynomial function f has real coefficients and a complex zero in the form a+bi, then the complex conjugate of the zero, a−bi, is also a zero.
Example
Find a third degree polynomial with real coefficients that has zeros of 5 and −2i such that f(1)=10.
Based on the complex conjugate theorem, we know that the complex conjugate of −2i must also be a zero. The complex conjugate of −2i is 2i and so the zeros are 5, −2i, and 2i.
A polynomial of the third degree has at most 3 zeros and we have found them all so we can use them to create the linear factors. We get the function...
f(x)=a(x−5)(x−2i)(x+2i)f(x)=a(x−5)(x2+4)f(x)=a(x3−5x2+4x−20) We can use the fact that f(1)=10 to find a...
f(x)=a(x3−5x2+4x−20)()10=a((1)3−5(1)2+4(1)−20)()10=a(1−5(1)+4(1)−20)()10=a(1−5+4−20)()10=−20a()0a=−21 We can simplify our polynomial with the value of a.
f(x)=a(x3−5x2+4x−20)f(x)=−21(x3−5x2+4x−20)f(x)=−21x3+25x2−2x+10
Descartes' Rule of Signs
The Descartes' Rule of Signs is a method used to determine the possible numbers of positive and negative real zeros for any polynomial function. According to this rule, if we let f(x)=anxn+an−1xn−1+...+a1x+a0 be a polynomial function with real coefficients:
- The number of positive real zeros is either equal to the number of sign changes of f(x) or is less than the number of sign changes by an even integer.
- The number of negative real zeros is either equal to the number of sign changes of f(−x) or is less than the number of sign changes by an even integer.
Example
Use Descartes' Rule of Signs to determine the maximum possible numbers of positive and negative real zeros for f(x)=2x4−10x3+11x2−15x+12.
There are 4 sign changes for f(x) which means there can only be 4, 2, or 0 positive real zeros.
To find the negative real zeros, we need to solve for f(−x) first...
f(−x)=2(−x)4−10(−x)3+11(−x)2−15(−x)+12f(−x)=2x4+10x3+11x2+15x+12 There are no sign changes in f(−x) which means there can only be 0 negative real zeros.