Rational Zeros Calculator - Possible Polynomial Roots

List every possible rational zero of a polynomial from its coefficients using the Rational Root Theorem, so you can test candidate roots faster.

Enter the polynomial coefficients in descending order of power, then generate the full set of possible rational roots with duplicate fractions removed.

Rational Zeros Calculator - Possible Polynomial Roots
List every possible rational zero of a polynomial from its coefficients using the Rational Root Theorem, so you can test candidate roots faster.

About the rational zeros calculator

The Rational Root Theorem is one of the fastest ways to start solving a polynomial equation with integer coefficients. Instead of guessing blindly, it narrows the search to a finite set of fractions built from the divisors of two numbers: the constant term and the leading coefficient. If a polynomial has a rational zero written in lowest terms as p/q, then p must divide the constant term and q must divide the leading coefficient. That simple rule turns a vague root-finding problem into a structured checklist. This rational zeros calculator automates that checklist. You enter coefficients in descending order, such as 1, -7, 6 for x^2 - 7x + 6, and the calculator extracts the leading coefficient and constant term, finds all of their positive divisors, forms every signed fraction ±p/q, reduces duplicates, and sorts the final list. The output is not a promise that every listed value is an actual root. Instead, it is the complete set of rational candidates you should test with substitution, synthetic division, or polynomial division. That distinction matters. The theorem gives possible rational zeros, not guaranteed zeros. For example, a polynomial might generate candidates ±1, ±2, ±3, and ±6, but only 1 and 6 may actually satisfy the equation. The value of the theorem is efficiency: it rules out infinitely many impossible fractions and leaves you with a small pool of realistic options. In classroom algebra, this is often the first step before factoring a polynomial completely or identifying irreducible quadratic factors. The calculator is also useful when a polynomial contains a zero constant term. In that case, x is a factor, so 0 is already a rational zero. After factoring out the zero constant term, the same theorem can be applied to the reduced polynomial to find the remaining rational candidates. That is why this tool includes 0 in the results whenever trailing zero coefficients appear. Students, teachers, tutors, and anyone reviewing algebra can use the rational zeros calculator to save time and reduce arithmetic mistakes. It is especially handy when coefficients are large enough that listing divisors by hand becomes tedious. Use it as a first-pass filter, then test the candidates the theorem returns until you find the polynomial's actual rational roots.

Rational zeros calculator examples

These examples show how coefficient lists turn into candidate rational roots.

InputResultExplanation
1, -7, 6-6, -3, -2, -1, 1, 2, 3, 6For x^2 - 7x + 6, the constant term is 6 and the leading coefficient is 1, so every divisor of 6 is a possible rational zero.
2, -3, -2-2, -1, -1/2, 1/2, 1, 2For 2x^2 - 3x - 2, use p from the divisors of 2 and q from the divisors of 2. Reducing duplicates leaves six candidates.
3, 0, -12-4, -2, -4/3, -1, -2/3, -1/3, 1/3, 2/3, 1, 4/3, 2, 4For 3x^2 - 12, the constant term is 12 and the leading coefficient is 3, so the theorem produces divisors of 12 over divisors of 3.

How to use the rational zeros calculator

  1. Enter the coefficients of the polynomial in descending order of power, separated by commas.
  2. Click Find Rational Zeros to parse the list, build the polynomial, and collect divisor sets for the constant and leading terms.
  3. Review the candidate root list and test any promising values with substitution, synthetic division, or factoring.
  4. Click Reset to clear the coefficient field and start a new polynomial.

Rational zeros calculator FAQ

Does the calculator return actual roots or only possible roots?
It returns every possible rational zero allowed by the Rational Root Theorem. You still need to test those candidates to see which ones truly make the polynomial equal zero.
Why does the theorem use divisors of the constant term and leading coefficient?
If a polynomial with integer coefficients has a rational zero p/q in lowest terms, number theory shows that p must divide the constant term and q must divide the leading coefficient. That restriction is exactly what makes the theorem useful.
What if the constant term is zero?
Then 0 is automatically a rational zero because x is a factor of the polynomial. This calculator includes 0 in the result and applies the theorem to the reduced polynomial after removing trailing zero coefficients.
Do the coefficients need to be integers?
For the standard Rational Root Theorem, yes. This tool expects integer coefficients so the divisor rule is valid and the output stays mathematically meaningful.
Can the calculator help with factoring?
Yes. Once you have a short list of possible rational zeros, you can test them quickly and use any confirmed root to factor the polynomial further by synthetic or polynomial division.