BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon213 Learners

Last updated on September 29, 2025

Rational Root Theorem

Professor Greenline Explaining Math Concepts

The rational root theorem is also known as rational zero theorem, and rational zero test. This theorem is applied to polynomial equations for finding their rational roots. However, note that not all polynomials have rational roots.

Rational Root Theorem for US Students
Professor Greenline from BrightChamps

What is a Rational Number?

A rational number is a number that can be expressed as a fraction of two integers, with a non-zero denominator. Fractions, decimals, and integers (positive or negative) are all rational numbers. Some examples of rational numbers are 2, 0.28, 7/25, and -3.5.

Professor Greenline from BrightChamps

What is the Rational Root Theorem?

The rational root theorem states: for the root of a polynomial to be a rational number, the numerator and denominator must be factors of the constant term and leading coefficient, respectively. The leading coefficient is the coefficient of the term that has the highest power of the variable.

For a polynomial:

 P(x) = anxn + an - 1xn - 1 + … + a1x + a0,

 an denotes the leading coefficient and a0 denotes the constant term,

According to the rational root theorem:

If p/q (in lowest terms) is a rational root of the polynomial, then:
 

  • p must be a factor (divisor) of the constant term a₀, and

     
  • q must be a factor (divisor) of the leading coefficient, aₙ.
     

Any possible rational solution to the polynomial must be formed by dividing a factor of the constant term by a factor of the leading coefficient.

Therefore, possible rational roots of p/q are of the form (factors of a0) / (factors of an).
 

Professor Greenline from BrightChamps

How to Find Rational Zeros?

There are two key conditions established by the rational root theorem to find rational zeros:

 

1. Leading Coefficient Condition:

 
An equation’s leading coefficient should be divisible by the denominator of the rational solution. If p/q is a polynomial’s root, then the denominator must divide the leading coefficient equally.

For example, if the leading coefficient is 8, then the denominator q must be a factor of 8.

 

2. Constant Term Condition:

The constant term must be divisible by the numerator of the fraction. The numerator p must divide the constant term, which is the number at the end (with no variable).

For example, if 6 is a constant, then it must be divisible by p. 
 

Professor Greenline from BrightChamps

Rational Root Theorem Proof

The rational root theorem is used to narrow down rational solutions to polynomial equations.

 

Statement: A rational number p/q is the root of a polynomial P(x) = an​xn + an−1​xn−1 + ⋯ + a1​x + a0​,
where all coefficients "ai" are integers, then:
 

  • p (numerator) divides the constant term a0.
     
  • q (denominator) divides the leading coefficient an .

 

Proof: Assume p/q as a rational zero of a given polynomial P(x), and that 𝑞 ≠ 0

Then, P(p/q) = 0

Substituting p/q into the polynomial, we get: 

an(p/q)n + an-1(p/q)n-1 + … + a1(p/q) + a0,= 0


Now, to eliminate denominators, we should multiply by qn in both sides:

an​pn + an−1​pn−1q + an−2​pn−2 q2 + ⋯ + a1​pqn−1 + a0​qn  =  0 

Consider this as equation 1


Next, we should subtract a0qn from both sides of equation 1, to prove that p is a factor of a0

an(p)n + an-1(p)n-1(q)n + … + a2(p)2(q)n-1 + a1(p)(q)n-1 = -a0qn

Consider this as equation 2


Since p and q are co-prime, p divides a0, and q divides an

Thus, p is a factor of a0,

Similarly, to show that q divides an, subtract anpn from both sides of equation 1

an-1(p)n-1(q) + an-2(p)n-2(q)2 + … + a0qn = -an(p)n


q is a factor of every term on the left side. It is given that the left-hand side is equal to the right-hand side, so q is also a factor of the right-hand side. Given that p and q have no factor in common, p will be a factor of an.

So, it is proved that p is a factor of an.
 

Professor Greenline from BrightChamps

How to Find Zeros Using the Rational Zero Theorem?

The first step is to write the polynomial in standard form. Then, we can identify the leading coefficient and the constant term. Let’s take an example and explore it step-by-step:

 

P(x) = 2x3 − 3x2 − 8x + 3
 

In this polynomial, the constant term a0 is 3 and the leading coefficient an is 2.

We should now write down all factors of both the constant and the leading coefficient. In this case, it is 3 and 2 respectively.

Factors of 3 are ±1, ±3 
Factors of 2 are ±1, ±2

The next step involves the formation of all possible rational roots (±p / q)

All combinations of p/q are 1/1,3/1,1/2,3/2.

These are the potential rational roots. 

Next, substitute each candidate value into the polynomial to test if it is a root.

Try x = 1,

P(1) = 2(1)3 - 3(1)2 - 8(1) + 3 = 2 - 3 - 8 + 3 = -6

Thus, x = 1 is not a root.

Keep testing until you find values that make P(x) = 0.

Once a root is found, use polynomial division to factor it out from the polynomial. Doing so simplifies the polynomial. The process is repeated on the resulting polynomial until all rational zeros are found, or until it can be solved by other methods, like the quadratic formula. If no rational roots are found for a given polynomial, then it means that it can have irrational or complex roots.

Professor Greenline from BrightChamps

Real-Life Applications of Rational Root Theorem

The rational root theorem might seem purely theoretical, but it has practical applications in various fields. Some of them are mentioned below:

 

1. Engineering & Physics

When solving polynomial equations that model physical systems, such as electrical circuits or mechanical vibrations, the theorem helps identify possible rational solutions efficiently.

 

2. Computer Science & Cryptography

In fields like algorithm design and encryption, polynomials play a crucial role in structuring and solving complex problems. The theorem aids in identifying possible rational solutions quickly.

 

3. Economics & Finance

Polynomial equations appear in financial models, such as calculating compound interest. Sometimes, these models use polynomials with rational coefficients; in such cases, the rational root theorem can identify solution values that are easier to verify.

 

4. Signal Processing 

In digital signal processing, polynomials are used to design filters and analyze waveforms. Whenever polynomial equations represent these systems, the theorem is used to identify possible rational roots.

 

5. Structural Design & Architecture 

Engineers use polynomial equations to model stress distributions and load-bearing calculations in structures. The theorem helps in identifying rational solutions for stability analysis.
 

Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them While Applying the Rational Root Theorem

The rational root theorem is an integral part of solving for rational roots. Students may overlook some details while applying the theorem. Here are some common mistakes to keep in mind and how to avoid them:
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not reducing the fraction p/q to its simplest form
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The theorem only applies to the simplest form of a rational number. Therefore, it is important to reduce fractions before trying to check them for possible roots.
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Only checking for positive values 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Rational roots can either be positive or negative. Therefore, we should test for each possible root. Also, do not forget to include negative integers. 
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Missing or incorrectly listing factors 
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

While listing the factors of a constant or leading coefficient, one may miss some or list incorrect ones. Pay special attention while completing this step.
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not continuing after solving one root
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Once a root is discovered, divide the polynomial and repeat the process with simpler polynomials.
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not checking for imaginary roots
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The theorem gives only rational roots. However, some equations might have complex or irrational roots.
 

arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of the Rational Root Theorem

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the rational roots of f(x) = x³ - 4x² + x + 6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Rational roots are x = 2, 3, -1
 

Explanation

Step 1: Use the rational root theorem to write down all possible rational roots

The Rational Root Theorem states:
 
Possible rational roots = ± (factors of constant term) / (factors of leading coefficient)
 

  • Constant term = 6 → factors: ±1, ±2, ±3, ±6
     
  • Leading coefficient = 1 → factors: ±1


Possible rational roots are ±1, ±2, ±3, ±6


Step 2: Try to find rational roots with the help of synthetic division or substitution method

Test x = 1
f(1) = 1- 4(1)+ 1 + 6 = 1 - 4 + 6 = 4. Not a root.

Test x = 2
f(2) = 8 − 16 + 2 + 6 = 0. Yes, x = 2 is a root.

 

Use synthetic division to factor:


2 |  1   -4    1    6  
   |      2   -4   -6  
   ------------------
     1   -2   -3    0


So, f(x) = (x − 2) (x2 − 2x− 3)

Factor x2 − 2x − 3 = (x − 3) (x + 1)
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the rational roots of f(x) = 2x³ + 3x² -2x - 3

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Rational roots are x = 1, -3/2, -1
 

Explanation

Step 1: Rational Root Candidates
 

  • Constant = -3 → factors: ±1, ±3
     
  • Leading coefficient = 2 → factors: ±1, ±2


Possible rational roots are ±1, ±3, ±1/2, ±3/2

 


Step 2: Try Rational Roots

Try x = 1:
f(1) = 2 + 3 − 2 − 3 = 0 Yes, a root is found.


1 |  2   3   -2   -3  
   |       2    5    3  
   -----------------
     2   5    3    0


So, f(x) = (x − 1) (2x2 + 5x + 3)


Factors of 2x2 + 5x + 3 are (2x + 3) (x + 1)  
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the rational roots of f(x) = x³ - 4x² + 5x - 2

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Rational roots are x = 1, 1, 2. x = 1 is a root of multiplicity 2, occurring twice in the factored form of the polynomial.

Explanation

Step 1: Possible values of p/q

a= −2a → factors: ±1, ±2


a= 1a → factors: ±1

 ⇒ Possible roots: ±1, ±2


Step 2: Try these values:

f(1) = 1 − 4 + 5 − 2 = 0.
This confirms that it is a root


Use synthetic division to factor:
(x3 − 4x2 + 5x − 2) ÷ (x − 1) = x2 − 3x + 2

Factor further:
x2 − 3x + 2 = (x − 1) (x − 2)
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Find rational roots of f(x) = 2x³ + 3x² - 8x - 3

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

This polynomial equation has no rational roots.
 

Explanation

Step 1:

a= −3: ±1, ±3


a= 2: ±1, ±2

 ⇒ potential rational roots: ±1, ±3, ±1/2, ±3/2


Step 2: Try values:

f(1) = 2 + 3 − 8 − 3 = −6, Not a root.

f(3) = 2(27) + 3(9) − 8(3) − 3 = 54 + 27 − 24 − 3 = 54. Not a root.

Try f(−1): -2 + 3 + 8 - 3 = 6. Not a root

Try f(-3) = -54 + 27 + 24 - 3 = -6. Not a root

Try f(1/2) = 2(1/8) + 3(1/4) - 8(1/2) - 3 = 1/4 + 3/4 - 4 - 3 = 1 - 7 = -6 

Try f(-1/2) = -1/4 + 3/4 + 4 - 3 = 1.5 

None of the candidate rational roots satisfy the polynomial.

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Find rational roots of f(x)= x³ + x² - 4x - 4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Rational roots are x = -1, 2, -2
 

Explanation

Step 1:

a= −4: ±1, ±2, ±4

a= 1: ±1

 ⇒ Possible roots: ±1, ±2, ±4


Step 2: Try:

f(1) = 1 + 1 − 4 − 4 = −6. Root not found.

f(−1) = −1 + 1 + 4 − 4 = 0. This is the root.

Divide by x + 1:
x3 + x2 − 4x − 4 = (x + 1) (x2 − 4)

Further factor:
x2 − 4 = (x − 2) (x + 2)
 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Rational Root Theorem

1.Does the rational root theorem give all roots of a polynomial?

No. It only helps identify possible rational roots. Irrational or complex roots are not covered.
 

Math FAQ Answers Dropdown Arrow

2.What if none of the possible rational roots work?

If none of the possible rational roots work, then the polynomial has no rational roots. Consider irrational or complex roots, or use the quadratic formula (for degree 2), or numerical/graphical methods.
 

Math FAQ Answers Dropdown Arrow

3.How do you know how many roots a polynomial has?

By the fundamental theorem of algebra: A degree ‘n’ polynomial has exactly ‘n’ roots (some may be repeated or non-real).

Math FAQ Answers Dropdown Arrow

4.Can zero be a rational root?

Yes, if substituting x = 0 makes the polynomial equal zero.
 

Math FAQ Answers Dropdown Arrow

5.Can rational root theorem be applied to quadratic equations?

Yes, though the quadratic formula is usually faster for quadratics.
 

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in United States make better decisions in daily life?

Algebra teaches kids in United States to analyze information and predict outcomes, helping them in decisions like saving money, planning schedules, or solving problems.

Math FAQ Answers Dropdown Arrow

7.How do technology and digital tools in United States support learning Algebra and Rational Root Theorem?

At BrightChamps in United States, we encourage students to use apps and interactive software to demonstrate Algebra’s Rational Root Theorem, allowing students to experiment with problems and see instant feedback for better understanding.

Math FAQ Answers Dropdown Arrow

8.How can cultural or local activities in United States support learning Algebra topics such as Rational Root Theorem?

Traditional games, sports, or market activities popular in United States can be used to demonstrate Algebra concepts like Rational Root Theorem, linking learning with familiar experiences.

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in United States?

Yes, understanding Algebra helps students in United States develop critical thinking and problem-solving skills, which are essential in careers like engineering, finance, data science, and more.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom