Rational Root Theorem:
From: | To: |
The Rational Root Theorem provides a complete list of possible rational zeros of a polynomial with integer coefficients. It states that any possible rational zero, expressed in lowest terms p/q, has p as a factor of the constant term and q as a factor of the leading coefficient.
The calculator implements the Rational Root Theorem in three steps:
Example: For P(x) = 2x³ - 3x² - 11x + 6
Details: Finding rational zeros is the first step in factoring polynomials and solving polynomial equations. It's fundamental in algebra, calculus, and many applied mathematics fields.
Tips: Enter coefficients as comma-separated integers, highest degree first. Example: "1,0,-2" for x² - 2. The calculator will list all possible rational zeros and verify which are actual zeros.
Q1: What if my polynomial has non-integer coefficients?
A: Multiply through by the LCD to convert to integer coefficients before using the theorem.
Q2: What if no rational zeros are found?
A: The polynomial may have irrational or complex zeros only. Consider numerical methods or graphing.
Q3: How accurate is the zero checking?
A: Uses a tolerance of 1e-10 - values smaller than this are considered zeros.
Q4: Can it handle repeated zeros?
A: Yes, repeated zeros will appear multiple times in the results.
Q5: What's the maximum degree polynomial supported?
A: Technically any degree, but very high degrees may slow down calculation.