Math Courses / Course

Using the Rational Zeros Theorem to Find Rational Roots

Joshua Dombrowsky, David Liano
  • Author
    Joshua Dombrowsky

    Joshua Dombrowsky got his BA in Mathematics and Philosophy and his MS in Mathematics from the University of Texas at Arlington. He has 10 years of experience as a math tutor and has been an adjunct instructor since 2017.

  • Instructor
    David Liano

    David has a Master of Business Administration, a BS in Marketing, and a BA in History.

What are rational zeros? Learn the use of rational zero theorem and synthetic division to find zeros of a polynomial function. Cross-verify using the graph.
Frequently Asked Questions

Are rational roots and rational zeros the same?

Yes. Rational roots and rational zeros are two different names for the same thing, which are the rational number values that evaluate to 0 in a given polynomial.

What is the zero theorem in math?

There is no theorem in math that I am aware of that is just called the zero theorem, however, there is the rational zero theorem, which states that if a polynomial has a rational zero, then it is a factor of the constant term divided by a factor of the leading coefficient.

Given a polynomial function f, The rational roots, also called rational zeros, of f are the rational number solutions of the equation f(x) = 0. Solutions that are not rational numbers are called irrational roots or irrational zeros. These can include but are not limited to values that have an irreducible square root component and numbers that have an imaginary component. Recall that for a polynomial f, if f(c) = 0, then (x - c) is a factor of f. Sometimes a factor of the form (x - c) occurs multiple times in a polynomial. The number of times such a factor appears is called its multiplicity. This is also the multiplicity of the associated root. For example {eq}x^4 -3x^3 +2x^2 {/eq} factors as {eq}x^2(x-2)(x-1) {/eq} so it has roots of 2 and 1 each with multiplicity 1 and a root of 0 with multiplicity 2.

An error occurred trying to load this video.

Try refreshing the page, or contact customer support.

Your next lesson will play in 10 seconds
  • 0:01 Definitions
  • 0:58 Rational Zeros Theorem
  • 3:16 Example 1
  • 3:52 Example 2
  • 7:07 Example 3
  • 7:45 Lesson Summary

The rational zero theorem is a very useful theorem for finding rational roots. It states that if any rational root of a polynomial is expressed as a fraction {eq}\frac{p}{q} {/eq} in the lowest terms, then p will be a factor of the constant term and q will be a factor of the leading coefficient. This means that for a given polynomial with integer coefficients, there is only a finite list of rational values that we need to check in order to find all of the rational roots. Furthermore, once we find a rational root c, we can use either long division or synthetic division by (x - c) to get a polynomial of smaller degrees. This gives us a method to factor many polynomials and solve many polynomial equations.

A method we can use to find the zeros of a polynomial are as follows:

Step 1: Factor out any common factors and clear the denominators of any fractions. If there is a common term in the polynomial, it will more than double the number of possible roots given by the rational zero theorems, and the rational zero theorem doesn't work for polynomials with fractional coefficients, so it is prudent to take those out beforehand.

Step 2: List the factors of the constant term and separately list the factors of the leading coefficient.

Step 3: Use the factors we just listed to list the possible rational roots. Note that reducing the fractions will help to eliminate duplicate values. Don't forget to include the negatives of each possible root.

Step 4: Test each possible rational root either by evaluating it in your polynomial or through synthetic division until one evaluates to 0. I will refer to this root as r.

Step 5: Factor out (x - r) from your polynomial through long division or synthetic division.

Step 6: If the result is of degree 3 or more, return to step 1 and repeat. Otherwise, solve as you would any quadratic.

Example 1

Factor the polynomial {eq}f(x) = 2x^3 + 8x^2 +2x - 12 {/eq} completely.

Step 1: Notice that 2 is a common factor of all of the terms, so first we will factor that out, giving us {eq}f(x)=2(x^3+4x^2+x-6) {/eq}.

Step 2: The constant is 6 which has factors of 1, 2, 3, and 6. The leading coefficient is 1, which only has 1 as a factor.

Step 3: Our possible rational roots are 1, -1, 2, -2, 3, -3, 6, and -6.

Step 4: Notice that {eq}1^3+4(1)^2+1(1)-6=1+4+1-6=0 {/eq}, so 1 is a root of f.

Step 5: Use synthetic division to divide by {eq}(x - 1) {/eq}.

{eq}\begin{array}{rrrrr} {1} \vert & {1} & 4 & 1 & -6\\ & & 1 & 5 & 6\\\hline & 1 & 5 & 6 & 0 \end{array} {/eq}

This gives us {eq}f(x) = 2(x-1)(x^2+5x+6) {/eq}.

Step 6: {eq}x^2 + 5x + 6 {/eq} factors into {eq}(x+2)(x+3) {/eq}, so our final answer is {eq}f(x) = 2(x-1)(x+2)(x+3) {/eq}

Example 2

Solve {eq}x^4 - \frac{45}{4} x^2 + \frac{35}{2} x - 6 = 0 {/eq}.

Step 1: We can clear the fractions by multiplying by 4. Since we are solving rather than just factoring, we don't need to keep a {eq}\frac{1}{4} {/eq} factor along. Now we have {eq}4 x^4 - 45 x^2 + 70 x - 24=0 {/eq}.

Step 2: The constant 24 has factors 1, 2, 3, 4, 6, 8, 12, 24 and the leading coefficient 4 has factors 1, 2, and 4.

Step 3: Our possible rational roots are {eq}1, 1, 2, -2, 3, -3, 4, -4, 6, -6, 8, -8, 12, -12, 24, -24, \frac{1}{2}, -\frac{1}{2}, \frac{3}{2}, -\frac{3}{2}, \frac{1}{4}, -\frac{1}{4}, \frac{3}{4}, -\frac{3}{2}. {/eq}.

Steps 4 and 5: Using synthetic division, remembering to put a 0 for the missing {eq}x^3 {/eq} term, gets us the following:

{eq}\begin{array}{rrrrrr} {1} \vert & 4 & 0 & -45 & 70 & -24 \\ & & 4 & 4 & -41 & 29\\\hline & 4 & 4 & -41 & 29 & 5 \end{array} {/eq}

We can use the graph of a polynomial to check whether our answers make sense. Let's look at the graphs for the examples we just went through.


A graph of f(x) = 2x^3 + 8x^2 +2x - 12. Notice where the graph hits the x-axis

a graph of f(x) = 2x^3 + 8x^2 +2x - 12


In the first example we got that f factors as {eq}f(x) = 2(x-1)(x+2)(x+3) {/eq} and from the graph, we can see that 1, -2, and -3 are zeros, so this answer is sensible.


A graph of g(x) = x^4 - 45/4 x^2 + 35/2 x - 6. Notice where the graph hits the x-axis.

A graph of g(x) = x^4 - 45/4 x^2 + 35/2 x - 6


The rational zero theorem tells us that any zero of a polynomial with integer coefficients will be the ratio of a factor of the constant term and a factor of the leading coefficient. Using this theorem and synthetic division we can factor polynomials of degrees larger than 2 as well as find their roots and the multiplicities, or how often each root appears. While it can be useful to check with a graph that the values you get make sense, graphs are not a replacement for working through algebra.

Video Transcript

Definitions

Factoring polynomial functions and finding zeros of polynomial functions can be challenging. This lesson will explain a method for finding real zeros of a polynomial function. Please note that this lesson expects that students know how to divide a polynomial using synthetic division. You can watch our lessons on dividing polynomials using synthetic division if you need to brush up on your skills.

Let's first state some definitions just in case you forgot some terms that will be used in this lesson. A zero of a polynomial function is a number that solves the equation f(x) = 0. These numbers are also sometimes referred to as roots or solutions. A rational zero is a rational number, which is a number that can be written as a fraction of two integers. An irrational zero is a number that is not rational, so it has an infinitely non-repeating decimal.

Rational Zeros Theorem

The rational zeros theorem helps us find the rational zeros of a polynomial function. Once you find some of the rational zeros of a function, even just one, the other zeros can often be found through traditional factoring methods. Let's state the theorem:

'If we have a polynomial function of degree n, where (n > 0) and all of the coefficients are integers, then the rational zeros of the function must be in the form of p/q, where p is an integer factor of the constant term a0, and q is an integer factor of the lead coefficient an.'

Just to be clear, let's state the form of the rational zeros again. The rational zeros of the function must be in the form of p/q. The number p is a factor of the constant term a0. The number q is a factor of the lead coefficient an. Let's look at how the theorem works through an example: f(x) = 2x^3 + 3x^2 - 8x + 3.

In this function, the lead coefficient is 2; in this function, the constant term is 3; in factored form, the function is as follows: f(x) = (x - 1)(x + 3)(x - 1/2).

The zero product property tells us that all the zeros are rational: 1, -3, and 1/2. If x - 1 = 0, then x = 1; if x + 3 = 0, then x = -3; if x - 1/2 = 0, then x = 1/2. Zeros are 1, -3, and 1/2.

Let's write these zeros as fractions as follows: 1/1, -3/1, and 1/2. Notice that each numerator, 1, -3, and 1, is a factor of 3. Also notice that each denominator, 1, 1, and 2, is a factor of 2.

Example 1

List the possible rational zeros of the following function: f(x) = 2x^3 + 5x^2 - 4x - 3.

The constant term is -3, so all the factors of -3 are possible numerators for the rational zeros. The lead coefficient is 2, so all the factors of 2 are possible denominators for the rational zeros.

All possible combinations of numerators and denominators are possible rational zeros of the function. The possible rational zeros are as follows: +/- 1, +/- 3, +/- 1/2, and +/- 3/2.

Example 2

Find the rational zeros for the following function: f(x) = 2x^3 + 5x^2 - 4x - 3.

This is the same function from example 1. The rational zeros theorem showed that this function has many candidates for rational zeros. Therefore, we need to use some methods to determine the actual, if any, rational zeros. One good method is synthetic division. Let's try synthetic division.

This method will let us know if a candidate is a rational zero. Let's show the possible rational zeros again for this function:

Possible rational zeros for example 2
possible zeros for example problem

There are eight candidates for the rational zeros of this function. The number -1 is one of these candidates. To determine if -1 is a rational zero, we will use synthetic division.

The synthetic division problem shows that we are determining if -1 is a zero. The first row of numbers shows the coefficients of the function. If -1 is a zero of the function, then we will get a remainder of 0; however, synthetic division reveals a remainder of 4. Therefore, -1 is not a rational zero.

null

We could select another candidate from our list of possible rational zeros; however, let's use technology to help us. If we graph the function, we will be able to narrow the list of candidates.

null

Register to view this lesson

Are you a student or a teacher?

Unlock Your Education

See for yourself why 30 million people use Study.com

Become a Study.com member and start learning now.

Become a Member  Back

Resources created by teachers for teachers

Over 30,000 video lessons & teaching resources‐all in one place.
Video lessons
Quizzes & Worksheets
Classroom Integration
Lesson Plans

I would definitely recommend Study.com to my colleagues. It’s like a teacher waved a magic wand and did the work for me. I feel like it’s a lifeline.

Jennifer B.
Teacher
Jennifer B.
Create an account to start this course today
Used by over 30 million students worldwide
Create an account