Cal11 calculator

Integral Root Theorem Calculator

Reviewed by Calculator Editorial Team

The Integral Root Theorem (also known as the Rational Root Theorem) helps find possible rational roots of a polynomial equation. This calculator applies the theorem to find all possible rational roots based on the coefficients of your polynomial.

What is the Integral Root Theorem?

The Integral Root Theorem provides a way to determine the possible rational roots of a polynomial equation with integer coefficients. A rational root is a fraction p/q where p is a factor of the constant term and q is a factor of the leading coefficient.

This theorem is particularly useful when solving polynomial equations, as it narrows down the potential roots you need to test, saving time and effort.

Note: The theorem only provides possible roots, not guaranteed roots. You must still test these possibilities using other methods like polynomial division or synthetic division.

How to Use This Calculator

  1. Enter the coefficients of your polynomial in the input fields. For example, for the polynomial 3x³ - 2x² + 5x - 6, you would enter 3 for the leading coefficient, -2 for the next, 5 for the next, and -6 for the constant term.
  2. Click the "Calculate" button to find all possible rational roots.
  3. Review the results to see all possible rational roots based on the coefficients you entered.
  4. Use these possible roots to test for actual roots of your polynomial equation.

Formula

The Integral Root Theorem states that any possible rational root, expressed in lowest terms as p/q, of the polynomial equation:

aₙxⁿ + aₙ₋₁xⁿ⁻¹ + ... + a₁x + a₀ = 0

must satisfy two conditions:

  1. p is a factor of the constant term a₀
  2. q is a factor of the leading coefficient aₙ

Therefore, the possible rational roots are all fractions p/q where p is a factor of a₀ and q is a factor of aₙ.

Example Calculation

Let's find all possible rational roots for the polynomial equation:

2x³ - 3x² + 4x - 6 = 0

  1. Identify the constant term (a₀) and leading coefficient (aₙ):
    • a₀ = -6
    • aₙ = 2
  2. Find all factors of the constant term (-6):
    • ±1, ±2, ±3, ±6
  3. Find all factors of the leading coefficient (2):
    • ±1, ±2
  4. Combine these factors to form all possible rational roots:
    • ±1/1, ±2/1, ±3/1, ±6/1, ±1/2, ±2/2, ±3/2, ±6/2
  5. Simplify the fractions to their lowest terms:
    • ±1, ±2, ±3, ±6, ±1/2, ±1, ±3/2, ±3

The possible rational roots for this polynomial are: ±1, ±2, ±3, ±6, ±1/2, ±3/2.

FAQ

What is the difference between the Integral Root Theorem and other root-finding methods?
The Integral Root Theorem provides a list of possible rational roots, while other methods like polynomial division or synthetic division actually verify whether a root exists. The theorem helps narrow down the possibilities before applying more complex methods.
Can the Integral Root Theorem find irrational roots?
No, the Integral Root Theorem only finds possible rational roots. Irrational roots cannot be expressed as fractions of integers, so they are not covered by this theorem.
What if my polynomial has non-integer coefficients?
The Integral Root Theorem specifically applies to polynomials with integer coefficients. If your polynomial has non-integer coefficients, you may need to multiply through by the least common denominator to convert it to integer coefficients before applying the theorem.