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.