Rational Roots Test

What is the rational roots test?

The rational roots test is a tool for finding zeros in polynomial functions that have rational zeros (roots). Not every polynomial function has rational zeros*, but you can’t usually tell just by looking. The rational roots test can help you narrow down a function’s possible rational roots.

*Note: A zero is the x-value where a graph crosses the y-axis — that is, where the function’s value is zero. It can also be called a root, an x-intercept, or a solution.


Why does it work?

To apply a theorem you usually don’t need to know why it works. But it may help.

The rational roots theorem says that if a polynomial

\LARGE p(x)=a_{n}x^n+a_{n-1}x^{n-1}+a_{n-2}x^{n-2}+ . . . +a_{0}

has rational roots, those roots will be limited to \large \pm \frac{p}{q}, where p is a factor of \large a_0 and q is a factor of \large a_n.

For example, suppose you are given a polynomial function \large p(x)=x^3+6x^2+11x+6 and asked to find its rational zeros. To apply the rational roots test, you need consider only the first term,  \large x^3, and the last, 6. The last term, -6, is p. Its only factors are  -1, 1, -2, 2, -3, 3, -6 and 6. The coefficient of the leading term, 1, is q. Its only factors are 1 and -1. Then the only possible zeros are factors of p divided by factors of q: -1, 1, -2, 2, -3, 3, -6 and 6.

.

The factor theorem says that if a polynomial has a factor \large {\color{Blue} x-c} then c is a zero of that polynomial. The polynomial equals zero when any of its factors equal zero, so

\large q_1x_1-p_1=0

\large q_1x_1=p_1

\large x=p_1/q_1

Then \large p_1/q_1 is a zero.

Let’s ramp it up. Say \large {\color{Blue} q_1x_1-p_1} and \large {\color{Blue} q_2x_2-p_2} and maybe a bunch more like that are factors. You may get this problem in the form \large {\color{Blue} a_nx^n+. . . +a_0}  and be asked to find the zeros. Note that \large {\color{Blue} a_n} is what you get when you multiply all the q‘s and \large {\color{Blue} a_0} is what you get when you multiply all the p‘s. Your clue is that each rational zero is some factor of \large {\color{Blue} a_0} divided by some factor of \large {\color{Blue} a_n}. You may not be able to sort out all those p‘s and q‘s, but you can narrow down the possibilities: For rational zeros, p’s are limited to the factors of the constant term and q’s are limited to the factors of the leading coefficient.


Example

Consider the function

\large p(x)=x^3+6x^2+11x+6.

What are its roots?

Per the rational roots test, the possible zeros are the positive and negative of the factors of the constant term, 6 in this case, divided by factors of the leading coefficient, 1 in this case.

As shown above, those numbers are -1, 1, -2, 2, -3, 3, -6, and 6. How you can narrow down the possibilities depends to some extent on the rules in the class you are taking. My own preferred method is to graph the function and see what seem to be the roots.

Here is a graph of

\large p(x)=x^3+6x^2+11x+6

graph of a polynomial function and its zeros

Keep in mind that what looks like a zero in a graph may not be a zero. The graph just isn’t that precise – it may be off by just a little, too little to see. So when you see what looks like a zero, you need to confirm it.

This graph seems to show three zeros: -1, -2, and -3. One way to check out a possible zero is to substitute each apparent root into the original function. For example, try x=-1. Then \large p(x)=x^3+6x^2+11x+6=(-1)^3+6(-1)^2+11(-1)+6=0. Check. That means -1 is a root and \large x+1 is a factor.

Another way to check out a possible zero is synthetic division or polynomial long division, if you prefer. Let’s try -1 again this way. That looks like this:

The remainder is zero; that confirms that -1 is a zero and \large x+1 is a root.

Once you get down to the second degree level, you can factor. That’s probably easier than continuing to use synthetic division. Use the depressed equation that results from synthetic division — or the quotient you get from polynomial long division. For this example that’s \large x^2+5x+6=0. That factors to \large (x+2)(x+3)=0 and \large x=-2 and \large x=-3. Those are the other two zeros that show up on the graph.

If you don’t have access to a graphing calculator, you can still try possible values you find of zeros. To minimize your effort, start with easy ones like 1 and -1.

As stated above, not every polynomial has rational roots. You may find no rational factors because, well there may not be any.