Skip to main content
math

Rational Zeros Calculator

List all possible rational zeros of a polynomial using the Rational Root Theorem: p/q where p|constant and q|leading.

Reviewed by Chase FloiedUpdated

This free online rational zeros calculator provides instant results with no signup required. All calculations run directly in your browser — your data is never sent to a server. Enter your values below and see results update in real time as you type. Perfect for everyday calculations, homework, or professional use.

Coefficient of the highest-degree term

The constant (degree-zero) term

Results

|Leading coefficient|

1

|Constant term|

1

Max possible rational zeros

4

How to Use This Calculator

1

Enter your input values

Fill in all required input fields for the Rational Zeros Calculator. Most fields include unit selectors so you can work in your preferred unit system — metric or imperial, whichever matches your problem.

2

Review your inputs

Double-check that all values are correct and that you have selected the right units for each field. Incorrect units are the most common source of calculation errors and can produce results that are off by factors of 2, 10, or more.

3

Read the results

The Rational Zeros Calculator instantly computes the output and displays results with units clearly labeled. All calculations happen in your browser — no loading time and no data sent to a server.

4

Explore parameter sensitivity

Try adjusting individual input values to see how the output changes. This is a quick and effective way to develop intuition about how different parameters influence the result and to identify which inputs have the largest effect.

Formula Reference

Rational Zeros Calculator Formula

See calculator inputs for the governing equation

Variables: All variables and their units are labeled in the calculator interface above. Input fields accept values in multiple unit systems — select your preferred unit from the dropdown next to each field.

When to Use This Calculator

  • Use the Rational Zeros Calculator when you need a quick mathematical result without writing out all the steps manually, saving time on repetitive calculations.
  • Use it to verify hand calculations on tests or assignments and catch arithmetic mistakes.
  • Use it when teaching or explaining mathematical concepts to others, demonstrating how changing inputs affects the result.
  • Use it to explore the behavior of mathematical functions across a range of inputs.

About This Calculator

The Rational Zeros Calculator is a free mathematical calculation tool for students, educators, and professionals who need quick, reliable results. List all possible rational zeros of a polynomial using the Rational Root Theorem: p/q where p|constant and q|leading. The underlying algorithms implement well-established mathematical formulas and numerical methods. Results are computed instantly in the browser. This tool is useful for learning, verification of hand calculations, and rapid exploration of mathematical relationships. All computation happens locally — no data is sent to a server.

About Rational Zeros Calculator

The Rational Zeros Calculator applies the Rational Root Theorem to list all possible rational roots of a polynomial with integer coefficients. The theorem states that if p/q is a rational root of aₙxⁿ + ... + a₁x + a₀ = 0 (in lowest terms), then p divides a₀ and q divides aₙ. This dramatically narrows the search for roots from infinitely many rationals to a finite list. Once candidates are generated, they can be tested using synthetic division or direct substitution. The Rational Root Theorem is a cornerstone technique for factoring polynomials of degree 3 and higher, and it appears prominently in algebra, precalculus, and polynomial theory courses. Combined with synthetic division, it provides a systematic method for completely factoring polynomials over the rationals.

The Math Behind It

The Rational Root Theorem follows from the structure of polynomial equations with integer coefficients. If p/q is a root of aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀ = 0, then aₙ(p/q)ⁿ + ... + a₀ = 0. Multiplying through by qⁿ gives aₙpⁿ + aₙ₋₁pⁿ⁻¹q + ... + a₀qⁿ = 0. Rearranging shows that p divides a₀qⁿ. Since gcd(p,q) = 1, p must divide a₀. Similarly, q divides aₙ. The set of possible rational roots is {±p/q : p | a₀ and q | aₙ}. For example, if the polynomial is 2x³ - 3x² + x - 6, then a₀ = -6 and aₙ = 2. Factors of 6: 1, 2, 3, 6. Factors of 2: 1, 2. Possible rational roots: ±1, ±2, ±3, ±6, ±1/2, ±3/2. Test each by synthetic division until a root is found. Finding one root reduces the polynomial by one degree, and the process repeats. Note that the theorem only provides candidates; not all candidates are actual roots. If no rational root exists, the polynomial is irreducible over the rationals and may only have irrational or complex roots.

Formula Reference

Rational Root Theorem

Possible rational roots = ±(factors of a₀) / (factors of aₙ)

Variables: a₀ = constant term, aₙ = leading coefficient

Worked Examples

Example 1: List and test candidates

Find rational zeros of x³ - 2x² - 5x + 6

Step 1:Leading = 1, Constant = 6
Step 2:Factors of 6: ±1, ±2, ±3, ±6
Step 3:Factors of 1: ±1
Step 4:Candidates: ±1, ±2, ±3, ±6
Step 5:Test x=1: 1-2-5+6=0 ✓ (root found!)
Step 6:Divide: (x-1)(x²-x-6) = (x-1)(x-3)(x+2)

Rational zeros: x = 1, 3, -2

Common Mistakes & Tips

  • !Forgetting to include both positive and negative candidates (±)
  • !Not reducing p/q to lowest terms, leading to duplicate candidates
  • !Assuming all candidates are actual roots (they are only possibilities to test)
  • !Forgetting fractional candidates when the leading coefficient is not 1

Related Concepts

Used in These Calculators

Calculators that build on or apply the concepts from this page:

Frequently Asked Questions

Does the Rational Root Theorem find all roots?

No. It only finds rational roots. Polynomials can have irrational roots (like √2) or complex roots (like 2+3i) that the theorem does not detect. For those, other methods like the quadratic formula or numerical algorithms are needed.

What if no candidate works?

If none of the rational candidates are roots, the polynomial has no rational roots. It may still have real irrational or complex roots. For cubics and quartics, Cardano's and Ferrari's formulas can find exact roots.