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 Rational Root Theorem helps students find possible rational roots of polynomial equations with integer coefficients. This cheat sheet shows how to list candidates, test them efficiently, and use confirmed roots to factor polynomials. Students need these skills for solving polynomial equations, graphing functions, and understanding how factors connect to zeros.

It is especially useful before working with higher-degree polynomial functions and complex roots.

The main idea is that any rational root must have the form pq\frac{p}{q}, where pp divides the constant term and qq divides the leading coefficient. After listing possible roots, students can test them using substitution or synthetic division. If x=rx = r is a root, then xrx - r is a factor of the polynomial.

Repeating this process can reduce a polynomial until the remaining factors are linear or quadratic.

Key Facts

  • For a polynomial f(x)=anxn+an1xn1++a1x+a0f(x) = a_nx^n + a_{n-1}x^{n-1} + \cdots + a_1x + a_0 with integer coefficients, every rational root has the form pq\frac{p}{q} where pa0p \mid a_0 and qanq \mid a_n.
  • The possible rational roots are ±factors of the constant termfactors of the leading coefficient\pm \frac{\text{factors of the constant term}}{\text{factors of the leading coefficient}} after reducing duplicates.
  • If f(r)=0f(r) = 0, then rr is a root, x=rx = r is a zero, and xrx - r is a factor of f(x)f(x).
  • Synthetic division by rr gives a remainder equal to f(r)f(r), so a remainder of 00 means rr is a root.
  • If xrx - r is a factor of f(x)f(x), then f(x)=(xr)q(x)f(x) = (x - r)q(x) for some quotient polynomial q(x)q(x).
  • A polynomial of degree nn has at most nn real roots and exactly nn complex roots when multiplicity is counted.
  • A repeated root such as x=rx = r from the factor (xr)2(x - r)^2 has multiplicity 22 and may touch the xx-axis instead of crossing it.
  • After using the Rational Root Theorem, remaining quadratic factors can often be solved by factoring, completing the square, or x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.

Vocabulary

Rational Root
A rational root is a solution to a polynomial equation that can be written as pq\frac{p}{q}, where pp and qq are integers and q0q \neq 0.
Leading Coefficient
The leading coefficient is the coefficient of the highest-degree term in a polynomial, such as ana_n in anxn++a0a_nx^n + \cdots + a_0.
Constant Term
The constant term is the term with no variable, such as a0a_0 in anxn++a0a_nx^n + \cdots + a_0.
Zero
A zero of a function is an input value rr that makes the output equal to zero, so f(r)=0f(r) = 0.
Factor Theorem
The Factor Theorem states that xrx - r is a factor of f(x)f(x) if and only if f(r)=0f(r) = 0.
Synthetic Division
Synthetic division is a shortcut method for dividing a polynomial by a linear factor xrx - r and checking the remainder.

Common Mistakes to Avoid

  • Listing only positive candidates is wrong because rational roots can be positive or negative. Always include both signs, such as ±1\pm 1, ±2\pm 2, and ±12\pm \frac{1}{2}.
  • Using factors of the leading coefficient for pp and factors of the constant term for qq is reversed. In pq\frac{p}{q}, pp must divide the constant term and qq must divide the leading coefficient.
  • Assuming every possible rational root is an actual root is wrong because the theorem only gives candidates. Each candidate must be tested by substitution or synthetic division.
  • Forgetting missing terms in synthetic division gives an incorrect quotient. Write coefficients for every power of xx, using 00 for missing terms such as 0x20x^2.
  • Stopping after finding one root can leave the equation unsolved. Use the factor found to reduce the polynomial, then continue solving the remaining polynomial.

Practice Questions

  1. 1 List all possible rational roots of f(x)=2x33x28x+12f(x) = 2x^3 - 3x^2 - 8x + 12 using the Rational Root Theorem.
  2. 2 Use synthetic division to test whether x=2x = 2 is a root of f(x)=x34x2+x+6f(x) = x^3 - 4x^2 + x + 6.
  3. 3 Find all real roots of f(x)=x36x2+11x6f(x) = x^3 - 6x^2 + 11x - 6.
  4. 4 Explain why the Rational Root Theorem can help find rational roots but cannot guarantee that a polynomial has any rational roots.

Understanding Rational Root Theorem & Finding Roots

The theorem works because a fraction in lowest terms cannot hide its numerator or denominator inside the polynomial. Imagine that a reduced fraction is a root. If every term is multiplied by enough copies of its denominator, the resulting whole-number equation forces the numerator to fit the constant term and the denominator to fit the leading coefficient.

This is a divisibility argument, not a guessing trick. It gives a complete list of rational candidates, but it does not promise that every candidate works.

Many polynomials have no rational roots at all. Some have irrational roots, such as square roots, while others have complex roots.

A careful workflow saves time. First inspect the polynomial for a common factor. Removing one can make every later step simpler.

Then write candidates in an organized list and remove equivalent fractions. Test simple whole numbers before fractions when possible. A graph can help with this choice because an intercept near a whole number may suggest a useful test.

Synthetic division is often faster than direct substitution for long polynomials because it checks a candidate while producing a smaller polynomial. Write a zero coefficient for every missing power.

For example, if a polynomial skips the squared term, that missing term still needs a zero in the synthetic division row. Forgetting it changes every later calculation.

When a test gives remainder zero, the quotient matters as much as the confirmed root. Its degree is one lower, so the original problem becomes easier. Continue only until the remaining factor has a method that fits it.

A quadratic may factor neatly, or it may require completing the square or the quadratic formula. Repeated roots need extra attention. If the same root occurs more than once, dividing by it once does not finish the job.

On a graph, an even repetition often makes the curve touch the horizontal axis and turn around. An odd repetition usually crosses the axis, though the graph may flatten near the crossing. Roots that are not real do not appear as horizontal intercepts, but they still count as solutions of the polynomial.

Students meet polynomial roots whenever a model asks when an output becomes zero. This can represent break-even points in a simplified business model, positions where a projectile reaches ground level, or times when two modeled quantities are equal after rearranging an equation. In graphing work, roots connect algebra to visible intercepts.

The most useful habit is checking results in the original polynomial, especially after several divisions. Keep signs accurate, reduce fractions, and remember that a candidate list can be empty only when the constant term is not zero. If the constant term is zero, zero itself is a root and the polynomial should be factored by taking out the variable before using other methods.