How to find all zeros of a polynomial using the rational root theorem
The Rational Root Theorem provides a systematic way to identify potential rational zeros of a polynomial function. It applies to polynomials with integer coefficients, allowing you to test a finite list of fractions to find the actual rational roots.
Once a rational root is found, polynomial division reduces the degree of the polynomial. This process is repeated until a quadratic remains, which can be solved using standard methods like factoring or the quadratic formula.
The setup
Identify a polynomial with integer coefficients. Ensure and . If , factor out until the constant term is non-zero. Let be an integer factor of the constant term , and be an integer factor of the leading coefficient .
The steps
- List all factors of the constant term .
- List all factors of the leading coefficient .
- Form all possible fractions in simplest form. These are the possible rational roots.
- Test the candidates using synthetic division or direct substitution (Evaluate ). A candidate is a root if and only if .
- When a root is found, use the quotient from the synthetic division (a polynomial of degree ).
- Repeat the process on the quotient until you reach a quadratic equation.
- Solve the remaining quadratic equation by factoring, completing the square, or the quadratic formula.
Checking the result
Verify the roots by substituting them back into the original polynomial . Alternatively, multiply the corresponding linear factors and any remaining non-linear factors, scaled by the leading coefficient, to ensure the product matches the original polynomial.
Common errors
A frequent mistake is forgetting the sign when listing possible roots. Another error is failing to fully simplify fractions, leading to duplicate testing. Finally, arithmetic mistakes during synthetic division are common; double-check the addition and multiplication steps.
Worked example
Find all zeros of the polynomial .
The constant term is . Its factors are . The leading coefficient is . Its factors are . Possible rational roots : .
Test : .
Test : . So, is a root.
Perform synthetic division with :
The quotient is the quadratic . Set the quotient to zero: . Factor the quadratic:
The remaining roots are and .
All zeros of are , , and .
FAQ
Run your own problem
References: OpenStax College Algebra, Chapter 5: Polynomial and Rational Functions · Khan Academy: Polynomial zeros · Stewart, Redlin, Watson: Precalculus: Mathematics for Calculus, Chapter 3
See also