Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

The Remainder Theorem and Factor Theorem connect polynomial division to simple substitution. Instead of doing full long division every time, you can evaluate a polynomial P(x) at x = a to learn the remainder when dividing by x - a. This matters because it makes checking factors, roots, and division results much faster.

These theorems are central tools in algebra, precalculus, and graphing polynomial functions.

When a polynomial P(x) is divided by x - a, the remainder is exactly P(a). If P(a) = 0, then the remainder is zero, so x - a divides evenly into P(x). That means x - a is a factor of the polynomial, and a is a root or zero of the function.

This creates a powerful bridge between algebraic factoring, polynomial graphs, and solving equations.

Understanding Math: The Remainder and Factor Theorems

The reason the theorem works comes from the structure of polynomial division. After dividing a polynomial by a linear expression, the leftover part must have a lower degree than the divisor. A linear divisor has degree one, so its leftover can only be a constant number.

At the value that makes the divisor equal zero, the quotient part disappears. Only that constant is left. This is why substitution gives the same result as the remainder without requiring every step of long division.

The sign in the divisor is one of the most common sources of mistakes. A divisor written as x plus three becomes zero when x is negative three, not positive three. Students often copy the visible number and test the wrong value.

A useful habit is to state the value that makes the divisor zero before substituting. For a divisor x minus five, use five.

For a divisor x plus five, use negative five. This quick check prevents many errors in factor tests and synthetic division.

When finding all roots of a polynomial with whole number coefficients, the Rational Root Theorem can help produce a sensible list of values to test. Possible rational roots come from factors of the constant term divided by factors of the leading coefficient. Testing those candidates by substitution is much faster than guessing at random.

Once one root is found, synthetic division reduces the polynomial to a lower degree. The smaller polynomial may factor more easily, or it may reveal another root. Repeating this process turns a difficult higher-degree equation into manageable pieces.

Roots have a visual meaning on a graph, but the picture needs careful reading. A real root marks a point where the graph meets the horizontal axis. A factor repeated twice can make the graph touch the axis and turn back instead of crossing it.

A factor repeated three times usually crosses while flattening near the axis. Some factors produce no real roots at all, so their zeros do not appear on an ordinary real-coordinate graph. Checking factors algebraically is therefore more reliable than relying only on a sketch, especially when the graph is crowded or the scale is misleading.

These ideas appear whenever a formula must be checked at a particular input. In school, they help verify a proposed factor, solve polynomial equations, and connect an equation to its graph. In computer work, the same pattern helps test whether a value makes a model output zero.

The main skill is keeping each role separate. The test number is the root candidate. The linear expression is the possible factor.

The evaluated result is the remainder. Writing these roles clearly makes the theorem easier to use and makes incorrect signs easier to spot.

Key Facts

  • Remainder Theorem: When P(x) is divided by x - a, the remainder is P(a).
  • Factor Theorem: x - a is a factor of P(x) if and only if P(a) = 0.
  • If P(a) = 0, then a is a root, zero, and x-intercept of y = P(x), if the graph is real-valued.
  • Polynomial division form: P(x) = (x - a)Q(x) + R, where R = P(a).
  • To test whether x - a is a factor, substitute a into P(x), not -a.
  • For a divisor x + b, rewrite it as x - (-b), so the test value is x = -b.

Vocabulary

Polynomial
An expression made from constants, variables, and nonnegative integer powers, such as 3x^3 - 2x + 5.
Remainder
The amount left over after dividing one polynomial by another polynomial.
Factor
A polynomial that divides another polynomial evenly with a remainder of zero.
Root
A value of x that makes a polynomial equal to zero.
Synthetic Division
A shortcut method for dividing a polynomial by a linear divisor of the form x - a.

Common Mistakes to Avoid

  • Using the wrong sign for the test value. If the divisor is x - 4, substitute x = 4, but if the divisor is x + 4, substitute x = -4.
  • Thinking P(a) gives the quotient. The value P(a) gives only the remainder when dividing by x - a, not the full division result.
  • Forgetting to include missing polynomial terms in synthetic division. Missing powers must be represented with coefficient 0 so the place values stay correct.
  • Calling a number a root when the remainder is not zero. A value a is a root only when P(a) = 0, which means x - a is an actual factor.

Practice Questions

  1. 1 For P(x) = 2x^3 - 5x^2 + 3x - 7, find the remainder when P(x) is divided by x - 2.
  2. 2 Determine whether x + 3 is a factor of P(x) = x^3 + 2x^2 - 5x - 6.
  3. 3 Explain why the statement P(4) = 0 tells you both an algebra fact about P(x) and a graph fact about y = P(x).