Skip to main content

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)f(x) is divided by xkx - k, then the remainder is the value f(k)f(k).

Example\underline{Example}

Use the Remainder Theorem to evaluate f(x)=2x53x49x3+8x2+2f(x) = 2x^5 - 3x^4 - 9x^3 + 8x^2 + 2 at x=3x = -3.

Divide 2x53x49x3+8x2+22x^5 - 3x^4 - 9x^3 + 8x^2 + 2 by x+3x + 3 because k=3k = -3 using synthetic division...

323980262754138414291846138412\begin{array}{c|rrrrrr} -3 & 2 & -3 & -9 & 8 & 0 & 2 \\ \: & & -6 & 27 & -54 & 138 & -414 \\ \hline & 2 & -9 & 18 & -46 & 138 & -412 \\ \end{array}

The remainder is 412-412 and so f(3)=412f(3) = -412. We can verify this...

f(3)=2(3)53(3)49(3)3+8(3)2+2f(3)=2(243)3(81)9(27)+8(9)+2f(3)=486243+243+72+2f(3)=412\begin{array}{l} f(-3) = 2(-3)^5 - 3(-3)^4 - 9(-3)^3 + 8(-3)^2 + 2 \\ \phantom{f(-3)} = 2(-243) - 3(81) - 9(-27) + 8(9) + 2 \\ \phantom{f(-3)} = -486 - 243 + 243 + 72 + 2 \\ \phantom{f(-3)} = -412 \end{array}
note

We can arrive at the remainder theorem from the division theorem. The division algorithm states that given a polynomial dividend f(x)f(x) and a non-zero polynomial divisor d(x)d(x), there exist unique polynomials q(x)q(x) and r(x)r(x) such that f(x)=d(x)q(x)+r(x)f(x) = d(x)q(x) + r(x) and r(x)r(x) is less than the degree of d(x)d(x). If we divide by the linear factor xkx - k then we get f(x)=(xk)q(x)+rf(x) = (x - k)q(x) + r where rr is a constant because r(x)r(x) must be a degree less than 11 as xkx - k is linear. Finally, if we solve for kk, we get f(k)=(kk)q(k)+r=0q(k)+r=rf(k) = (k - k)q(k) + r = 0q(k) + r = r which shows that f(k)f(k) equals the remainder of f(x)f(x) divided by xkx - k.

Factor Theorem

The Factor Theorem states that kk is a zero of f(x)f(x) if and only if (xk)(x - k) is a factor of f(x)f(x). This means that if f(x)f(x) divided by (xk)(x - k) results in a remainder of 00 then kk is a zero of f(x)f(x).

Example\underline{Example}

Use the Factor Theorem to find the zeros of f(x)=x3+4x24x16f(x) = x^3 + 4x^2 - 4x - 16 given that (x2)(x - 2) is a factor of the polynomial.

We can verify that (x2)(x - 2) is a factor of f(x)f(x)...

214416212161680\begin{array}{c|rrrrrr} 2 & 1 & 4 & -4 & -16 \\ \: & & 2 & 12 & 16 \\ \hline & 1 & 6 & 8 & 0 \\ \end{array}

This means that q(x)=x2+6x+8q(x) = x^2 + 6x + 8 and f(x)=(x2+6x+8)(x2)f(x) = (x^2 + 6x + 8)(x - 2). We can find the remaining linear factors by factoring x2+6x+8x^2 + 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)\begin{array}{l} q(x) = x^2 + 6x + 8 \\ \phantom{q(x)} = x^2 + 4x + 2x + 8 \\ \phantom{q(x)} = x(x + 4) + 2(x + 4) \\ \phantom{q(x)} = (x + 2)(x + 4) \end{array}

This means that f(x)=(x+2)(x+4)(x2)f(x) = (x + 2)(x + 4)(x - 2) which means the zeros of f(x)f(x) are 4,2,2-4, -2, 2.

Rational Zero Theorem

The Rational Zero Theorem states that, if the polynomial f(x)=anxn+an1xn1+...+a1x+a0f(x) = a_nx^n + a_{n - 1}x^{n - 1} + ... + a_1x + a_0 has integer coefficients and an0a_n \neq 0, then every rational zero of f(x)f(x) has the form pq\frac{p}{q} where pp is a factor of the constant term a0a_0 and qq is a factor of the leading coefficient ana_n. This means we can determine all the possible rational zeros of f(x)f(x) by finding all the possible values of pq\frac{p}{q}.

Example\underline{Example}

Use the Rational Zero Theorem to find the rational zeros of f(x)=2x3+x24x+1f(x) = 2x^3 + x^2 - 4x + 1.

The factors of the leading coefficient are ±1\pm 1 and ±2\pm 2 and the only factor of the constant term is ±1\pm 1.

This means pq=±11,±12\frac{p}{q} = \pm \frac{1}{1}, \pm \frac{1}{2}. The possible zeros are 1-1, 12-\frac{1}{2}, 12\frac{1}{2} and 11.

We can determine the actual zeros by substituting these possible zeros into the function.

f(1)=2(1)3+(1)24(1)+1=4f(12)=2(12)3+(12)24(12)+1=3f(12)=2(12)3+(12)24(12)+1=12f(1)=2(1)3+(1)24(1)+1=0\begin{array}{l} f(-1) = 2(-1)^3 + (-1)^2 - 4(-1) + 1 = 4 \\ f(-\frac{1}{2}) = 2(-\frac{1}{2})^3 + (-\frac{1}{2})^2 - 4(-\frac{1}{2}) + 1 = 3 \\ f(\frac{1}{2}) = 2(\frac{1}{2})^3 + (\frac{1}{2})^2 - 4(\frac{1}{2}) + 1 = -\frac{1}{2} \\ f(1) = 2(1)^3 + (1)^2 - 4(1) + 1 = 0 \end{array}

The only zero is 11.

note

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 ff, we can find the zeros using the following steps...

  1. Use the Rational Zero Theorem to list all possible rational zeros of ff.
  2. Use synthetic division to evaluate a given possible zero by dividing the candidate into the polynomial. If the remainder is 00, the candidate is a zero. If the remainder is not a 00, discard the candidate.
  3. Repeat step two using the quotient found with synthetic division. Repeat till the quotient is a quadratic.
  4. Find the zeros of the quadratic function.

Example\underline{Example}

Find the zeros of f(x)=4x33x1f(x) = 4x^3 - 3x - 1

The factors of the leading coefficient are ±1\pm 1, ±2\pm 2, and ±4\pm 4. The only factor of the constant is ±1\pm 1. This means pq=±11\frac{p}{q} = \pm\frac{1}{1}, ±12\pm\frac{1}{2} and ±14\pm\frac{1}{4}.

Lets test x=1x = -1 by dividing f(x)f(x) by (x+1)(x + 1)...

140314414412\begin{array}{c|rrrrrr} -1 & 4 & 0 & -3 & -1 \\ \: & & -4 & 4 & -1 \\ \hline & 4 & -4 & 1 & -2 \\ \end{array}

We figured out that x=1x = 1 is not a zero. So, we need to try another possible zero. Lets test x=1x = 1 by dividing f(x)f(x) by (x1)(x - 1)...

140314414410\begin{array}{c|rrrrrr} 1 & 4 & 0 & -3 & -1 \\ \: & & 4 & 4 & 1 \\ \hline & 4 & 4 & 1 & 0 \\ \end{array}

Due to the fact we got a remainder of 00, x=1x = 1 is a zero of f(x)f(x). We are now left with 4x2+4x+14x^2 + 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\begin{array}{l} f(x) = 4x^2 + 4x + 1 \\ \phantom{f(x)} = 4x^2 + 2x + 2x + 1 \\ \phantom{f(x)} = 2x(2x + 1) + 1(2x + 1) \\ \phantom{f(x)} = (2x + 1)(2x + 1) \\ \phantom{f(x)} = (2x + 1)^2 \end{array}

The zeros of 4x34x14x^3 - 4x - 1 are x=12x = -\frac{1}{2} and x=1x = 1.

Fundemental Theorem of Algebra

The Fundemental Theorem of Algebra states that, if f(x)f(x) is a polynomial of degree n>0n > 0, then f(x)f(x) has at least one complex zero. This theorem can be used to also argue that, if f(x)f(x) is a polynomial of degree n>0n > 0, and aa is a non-zero real number, then f(x)f(x) has exactly nn linear factors and f(x)=a(xc1)(xc2)...(xcn)f(x) = a(x - c_1)(x - c_2)...(x - c_n) where c1c_1, c2c_2, ..., cnc_n are complex numbers. Therefore, f(x)f(x) has nn roots if we allow for multiplicities.

note

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 (xc)(x - c), where cc is a complex number. Building from this, the Complex Conjugate Theorem states that if the polynomial function ff has real coefficients and a complex zero in the form a+bia + bi, then the complex conjugate of the zero, abia - bi, is also a zero.

Example\underline{Example}

Find a third degree polynomial with real coefficients that has zeros of 55 and 2i-2i such that f(1)=10f(1) = 10.

Based on the complex conjugate theorem, we know that the complex conjugate of 2i-2i must also be a zero. The complex conjugate of 2i-2i is 2i2i and so the zeros are 55, 2i-2i, and 2i2i.

A polynomial of the third degree has at most 33 zeros and we have found them all so we can use them to create the linear factors. We get the function...

f(x)=a(x5)(x2i)(x+2i)f(x)=a(x5)(x2+4)f(x)=a(x35x2+4x20)\begin{array}{l} f(x) = a(x - 5)(x - 2i)(x + 2i) \\ \phantom{f(x)} = a(x - 5)(x^2 + 4) \\ \phantom{f(x)} = a(x^3 - 5x^2 + 4x - 20) \\ \end{array}

We can use the fact that f(1)=10f(1) = 10 to find aa...

f(x)=a(x35x2+4x20)()10=a((1)35(1)2+4(1)20)()10=a(15(1)+4(1)20)()10=a(15+420)()10=20a()0a=12\begin{array}{l} f(x) = a(x^3 - 5x^2 + 4x - 20) \\ \phantom{()}10 = a((1)^3 - 5(1)^2 + 4(1) - 20) \\ \phantom{()}10 = a(1 - 5(1) + 4(1) - 20) \\ \phantom{()}10 = a(1 - 5 + 4 - 20) \\ \phantom{()}10 = -20a \\ \phantom{()0}a = -\frac{1}{2} \end{array}

We can simplify our polynomial with the value of aa.

f(x)=a(x35x2+4x20)f(x)=12(x35x2+4x20)f(x)=12x3+52x22x+10\begin{array}{l} f(x) = a(x^3 - 5x^2 + 4x - 20) \\ \phantom{f(x)} = -\frac{1}{2}(x^3 - 5x^2 + 4x - 20) \\ \phantom{f(x)} = -\frac{1}{2}x^3 + \frac{5}{2}x^2 - 2x + 10 \end{array}

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+an1xn1+...+a1x+a0f(x) = a_nx^n + a_{n - 1}x^{n - 1} + ... + a_1x + a_0 be a polynomial function with real coefficients:

  1. The number of positive real zeros is either equal to the number of sign changes of f(x)f(x) or is less than the number of sign changes by an even integer.
  2. The number of negative real zeros is either equal to the number of sign changes of f(x)f(-x) or is less than the number of sign changes by an even integer.

Example\underline{Example}

Use Descartes' Rule of Signs to determine the maximum possible numbers of positive and negative real zeros for f(x)=2x410x3+11x215x+12f(x) = 2x^4 - 10x^3 + 11x^2 - 15x + 12.

There are 44 sign changes for f(x)f(x) which means there can only be 44, 22, or 00 positive real zeros.

To find the negative real zeros, we need to solve for f(x)f(-x) first...

f(x)=2(x)410(x)3+11(x)215(x)+12f(x)=2x4+10x3+11x2+15x+12\begin{array}{l} f(-x) = 2(-x)^4 - 10(-x)^3 + 11(-x)^2 - 15(-x) + 12 \\ \phantom{f(-x)} = 2x^4 + 10x^3 + 11x^2 + 15x + 12 \end{array}

There are no sign changes in f(x)f(-x) which means there can only be 00 negative real zeros.