Polynomial Division and the Remainder Theorem
Polynomial division and the Remainder Theorem give you efficient ways to evaluate polynomials and find their zeros without doing tedious calculations every time. These techniques connect directly to factoring, graphing, and understanding the overall structure of polynomial functions.

Application of Remainder Theorem
The Remainder Theorem says that when you divide a polynomial by a linear factor , the remainder equals . Instead of performing full long division, you just plug into the polynomial.
- If , the division is exact, meaning divides evenly into
- If , that value is the remainder
Example: For , find the remainder when dividing by :
The remainder is 4, so is not a factor of .
Polynomial long division or synthetic division is still useful when you need the full quotient, not just the remainder. Synthetic division is especially fast for dividing by linear factors.
Zeros of Polynomial Functions
Factor Theorem for Polynomial Zeros
The Factor Theorem is a direct consequence of the Remainder Theorem. It states:
- If , then is a zero of and is a factor
- Conversely, if is a factor of , then
This gives you a two-way test: plug in a candidate value, and if the output is zero, you've found both a root and a factor.
Example: For , test :
Since , we know 2 is a zero and is a factor. You can then divide by to reduce the polynomial and find the remaining zeros.
_for_zeros_visual_examples%22-CNX_Precalc_Figure_03_06_0012.jpg)
Rational Zero Theorem Applications
The Rational Zero Theorem narrows down which rational numbers could be zeros of a polynomial with integer coefficients. Any rational zero must have the form:
where is a factor of the constant term and is a factor of the leading coefficient.
Steps to apply the Rational Zero Theorem:
- List all factors of the constant term ( values)
- List all factors of the leading coefficient ( values)
- Form all possible fractions
- Test each candidate using the Factor Theorem (plug it in or use synthetic division)
- Once you find a zero, divide it out and repeat on the reduced polynomial
Example: For :
- Factors of the constant term 15:
- Factors of the leading coefficient 3:
- Possible rational zeros:
This list can look long, but it's finite. You then test these candidates systematically until you find actual zeros.
Classification of Polynomial Zeros
Zeros of a polynomial fall into distinct categories, and each type affects the graph differently.
By number type:
- Rational zeros can be found using the Rational Zero Theorem
- Irrational zeros often appear in conjugate pairs like and
- Complex zeros always occur in conjugate pairs: if is a zero, then must also be a zero (for polynomials with real coefficients)
By multiplicity (how many times a zero is repeated as a factor):
- Multiplicity 1 (single zero): the graph crosses the x-axis at that point
- Multiplicity 2 (double zero): the graph touches the x-axis and turns around
- Odd multiplicity > 1: the graph crosses the x-axis but flattens out near the zero
- Even multiplicity > 1: the graph touches but does not cross
Example:
- Single zero at (graph crosses the x-axis)
- Double zero at (graph touches and bounces off the x-axis)
- Complex zeros at and (no x-intercepts for these; they don't appear on the real graph)
When you've factored out all the real linear factors and are left with a quadratic, use the quadratic formula to find any remaining zeros, including complex ones.
Linear Factorization Theorem Usage
The Linear Factorization Theorem guarantees that every polynomial of degree can be written as a product of exactly linear factors (over the complex numbers), plus a leading coefficient:
In practice, when working over the reals, complex conjugate pairs combine into irreducible quadratic factors. For instance, the factors multiply out to a quadratic with real coefficients.
Building a polynomial from given zeros:
- Write a linear factor for each real zero
- For zeros with multiplicity greater than 1, raise that factor to the appropriate power
- For each complex zero, include its conjugate as well
- Multiply all factors together
Example: Construct a polynomial with zeros , (multiplicity 3), and :
Since complex zeros come in conjugate pairs, is also a zero.
The complex pair multiplies out to , giving you a polynomial with all real coefficients. This polynomial has degree .
_for_zeros_visual_examples%22-CNX_Precalc_Figure_03_04_0232.jpg)
Analyzing Polynomial Functions
Descartes' Rule of Signs
Descartes' Rule of Signs gives you an upper bound on the number of positive and negative real zeros before you start testing candidates.
For positive real zeros:
- Write in standard form (descending powers)
- Count the number of sign changes between consecutive nonzero terms
- The number of positive real zeros is that count, or less by an even number
For negative real zeros:
- Compute (replace every with and simplify)
- Count sign changes in
- The number of negative real zeros is that count, or less by an even number
Example:
Signs of coefficients:
Sign changes: , → 2 sign changes, so there are 2 or 0 positive real zeros.
Now compute
Signs:
Sign changes: , → wait, let's recount carefully: no change, change, no change, change → 2 sign changes, so there are 2 or 0 negative real zeros.
(Note: The original count of 3 sign changes for was incorrect. Substituting gives , which has 2 sign changes, not 3.)
Polynomial Modeling in Real-World Problems
Polynomials can model physical situations where quantities depend on one variable raised to different powers.
General approach:
- Identify the key variable and express other quantities in terms of it
- Set up a polynomial equation from the given relationships
- Solve using factoring, the Rational Zero Theorem, or synthetic division
- Check that your solutions make sense in context (reject negative lengths, for instance)
Example: A rectangular prism has a square base and a volume of 250 cubic centimeters. The height is 3 cm more than the side length of the base. Find the dimensions.
- Let = side length of the base, so the height =
- Volume:
- Expanding:
- Use the Rational Zero Theorem to test candidates. Since represents a length, only positive real solutions are valid.
Graphing and Analyzing Polynomial Functions
The graph of a polynomial ties together everything from this section. Here's what to look for:
- x-intercepts correspond to real zeros. The behavior at each intercept depends on the zero's multiplicity (crosses vs. touches).
- y-intercept is the constant term, found by evaluating .
- End behavior depends on the degree and leading coefficient:
- Even degree with positive leading coefficient: both ends go up
- Even degree with negative leading coefficient: both ends go down
- Odd degree with positive leading coefficient: falls left, rises right
- Odd degree with negative leading coefficient: rises left, falls right
Combining end behavior, intercepts, and multiplicity information lets you sketch a reasonable graph without plotting dozens of points. Complex zeros don't produce x-intercepts, but they still count toward the total degree of the polynomial.