Integral Root Theorem Calculator
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
- 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.
- Click the "Calculate" button to find all possible rational roots.
- Review the results to see all possible rational roots based on the coefficients you entered.
- 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:
- p is a factor of the constant term a₀
- 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
- Identify the constant term (a₀) and leading coefficient (aₙ):
- a₀ = -6
- aₙ = 2
- Find all factors of the constant term (-6):
- ±1, ±2, ±3, ±6
- Find all factors of the leading coefficient (2):
- ±1, ±2
- 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
- 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.