Fiveable

📈College Algebra Unit 5 Review

QR code for College Algebra practice questions

5.5 Zeros of Polynomial Functions

5.5 Zeros of Polynomial Functions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📈College Algebra
Unit & Topic Study Guides

Polynomial Division and the Remainder Theorem

Remainder theorem for polynomial evaluation

The Remainder Theorem gives you a shortcut for evaluating polynomials. Instead of plugging a value into a long expression, you can use division to get the same answer.

The theorem states: when a polynomial P(x)P(x) is divided by xcx - c, the remainder equals P(c)P(c). So if you want to know what P(3)P(3) is, you can divide P(x)P(x) by x3x - 3, and the remainder you get is P(3)P(3).

  • Polynomial long division works like regular long division: you divide the polynomial by a linear factor and get a quotient (one degree lower) plus a remainder.
  • The remainder's degree is always less than the divisor's degree. Since the divisor xcx - c is degree 1, the remainder is just a constant.

Example: If P(x)=2x3x+4P(x) = 2x^3 - x + 4, then dividing by x1x - 1 gives a remainder of P(1)=2(1)31+4=5P(1) = 2(1)^3 - 1 + 4 = 5.

Zeros and Factors of Polynomial Functions

Factor theorem for polynomial zeros

The Factor Theorem is the flip side of the Remainder Theorem. It says: xcx - c is a factor of P(x)P(x) if and only if P(c)=0P(c) = 0.

Think about what that means. If you plug cc into the polynomial and get zero, then xcx - c divides evenly into P(x)P(x) with no remainder. And it works the other way too: if xcx - c is a factor, then cc must be a zero.

  • Each zero cc of the polynomial corresponds to a linear factor xcx - c.
  • For polynomials with real coefficients, complex zeros always come in conjugate pairs. If 3+2i3 + 2i is a zero, then 32i3 - 2i is also a zero.
Remainder theorem for polynomial evaluation, Dividing Polynomials · Algebra and Trigonometry

Rational zero theorem applications

When you're hunting for zeros of a polynomial with integer coefficients, the Rational Zero Theorem narrows down your search. It says any rational zero must have the form ±pq\pm \frac{p}{q}, where:

  • pp is a factor of the constant term (the term with no xx)
  • qq is a factor of the leading coefficient

Here's how to use it step by step:

  1. List all factors of the constant term (these are your possible pp values).
  2. List all factors of the leading coefficient (these are your possible qq values).
  3. Form all possible fractions ±pq\pm \frac{p}{q} and simplify to remove duplicates.
  4. Test each candidate by plugging it into the polynomial (or using synthetic division). If P(c)=0P(c) = 0, you've found a zero.

Example: For P(x)=2x3+3x28x+3P(x) = 2x^3 + 3x^2 - 8x + 3, the constant term is 3 (factors: 1, 3) and the leading coefficient is 2 (factors: 1, 2). The possible rational zeros are ±1,±3,±12,±32\pm 1, \pm 3, \pm \frac{1}{2}, \pm \frac{3}{2}.

Methods for finding polynomial zeros

You'll often need to combine several techniques to find all zeros of a polynomial:

  • Factoring: If the polynomial factors nicely, set each factor equal to zero and solve. This is always the fastest route when it works.
  • Quadratic Formula: Once you've reduced a polynomial down to a quadratic (degree 2), apply x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} to find the remaining zeros.
  • Rational Zero Theorem: Use the method above to identify and test candidate rational zeros.
  • Polynomial Long Division (or Synthetic Division): Once you find one zero, divide it out to reduce the polynomial's degree by one. Then repeat the process on the simpler quotient.

A typical strategy for a cubic or higher polynomial: use the Rational Zero Theorem to find one zero, divide it out, then solve the remaining quadratic with factoring or the quadratic formula.

Linear factorization theorem usage

The Linear Factorization Theorem guarantees that every polynomial of degree nn can be written as a product of exactly nn linear factors:

P(x)=a(xr1)(xr2)(xrn)P(x) = a(x - r_1)(x - r_2) \cdots (x - r_n)

Here aa is the leading coefficient and r1,r2,,rnr_1, r_2, \ldots, r_n are the zeros (which may include complex numbers or repeated values).

To build a polynomial from given zeros, multiply the corresponding linear factors together. For example, if the zeros are 2, -1, and 5 with leading coefficient 1, the polynomial is (x2)(x+1)(x5)(x - 2)(x + 1)(x - 5), which you then expand.

Remainder theorem for polynomial evaluation, Zeros of Polynomial Functions · Algebra and Trigonometry

Analyzing Polynomial Functions

Characteristics of polynomial functions

A polynomial function uses only addition, subtraction, multiplication, and whole-number exponents on the variable. The degree is the highest exponent that appears.

Two key facts tie the degree to the function's behavior:

  • The total number of zeros (counting both real and complex, and counting repeated zeros by their multiplicity) equals the degree.
  • End behavior depends on the degree and the sign of the leading coefficient. For instance, an odd-degree polynomial with a positive leading coefficient falls to the left and rises to the right.

Descartes' rule of signs

Descartes' Rule of Signs helps you predict how many positive and negative real zeros a polynomial has before you start solving.

For positive real zeros:

  1. Write P(x)P(x) in standard form (descending powers).
  2. Count the number of sign changes between consecutive nonzero coefficients.
  3. The number of positive real zeros is either that count, or less than it by an even number.

For negative real zeros:

  1. Substitute x-x for xx to get P(x)P(-x), and simplify.
  2. Count the sign changes in P(x)P(-x).
  3. The number of negative real zeros is either that count, or less than it by an even number.

Example: If P(x)=x3+2x2x2P(x) = x^3 + 2x^2 - x - 2, the signs are +,+,,+, +, -, -, giving 1 sign change. So there's exactly 1 positive real zero. For P(x)=x3+2x2+x2P(-x) = -x^3 + 2x^2 + x - 2, the signs are ,+,+,-, +, +, -, giving 2 sign changes. So there are either 2 or 0 negative real zeros.

Real-world polynomial problem solving

Many applied problems lead to polynomial equations (volume optimization, projectile motion, revenue models, etc.). A general approach:

  1. Identify variables: Assign a variable to each unknown quantity.
  2. Build the equation: Translate the problem's relationships into a polynomial equation.
  3. Solve: Use the techniques from this section (factoring, Rational Zero Theorem, division, quadratic formula).
  4. Interpret: Check your solutions against the problem's context. Discard answers that don't make physical sense (negative lengths, for example).