Rational Root Theorem

Middle & High School Depth 64 in the knowledge graph I know this Set as goal
Unlocks 1 downstream topic
polynomials rational-roots factoring candidates

Core Idea

The Rational Root Theorem states that if a polynomial with integer coefficients has a rational root p/q (in lowest terms), then p divides the constant term and q divides the leading coefficient. This narrows the search for rational roots to a finite list of candidates, which can then be tested using synthetic division. Combined with the factor theorem, it provides a systematic method for factoring polynomials.

How It's Best Learned

State the theorem and practice listing all possible rational roots for given polynomials. Test candidates systematically using synthetic division. Once one root is found, reduce the polynomial degree and repeat. Discuss limitations: the theorem only finds rational roots; irrational and complex roots require other methods.

Common Misconceptions

Explainer

Factoring polynomials of degree 3 and higher requires a place to start. You know from the Factor Theorem that if r is a root of a polynomial f, then (x − r) is a factor. The challenge is finding r when you can't guess it. For polynomials with integer coefficients, the Rational Root Theorem provides a finite candidate list — transforming a search over all of ℝ into a manageable checklist.

The theorem states: if f(x) = aₙxⁿ + ... + a₀ has integer coefficients and p/q is a rational root in lowest terms, then p divides a₀ (the constant term) and q divides aₙ (the leading coefficient). For f(x) = 2x³ − 3x² − 11x + 6, the constant term is 6 with divisors ±1, ±2, ±3, ±6, and the leading coefficient is 2 with divisors ±1, ±2. Every possible rational root has the form (divisor of 6)/(divisor of 2), giving candidates: ±1, ±2, ±3, ±6, ±1/2, ±3/2. That's 12 values to test instead of infinitely many.

To test candidates, use synthetic division: divide f(x) by (x − r) and check whether the remainder is zero. If it is, r is a root and the quotient is the reduced polynomial. Testing x = 3 on the example above: synthetic division gives remainder 0 and quotient 2x² + 3x − 2, which factors as (2x − 1)(x + 2). Full factorization: (x − 3)(2x − 1)(x + 2). The strategy is systematic: work through candidates in order, and once you find one root, use the reduced polynomial to search for others (it has lower degree, so fewer candidates).

The theorem's limitations are as important as its power. It only finds rational roots. The polynomial x² − 2 has candidates ±1, neither of which works — its roots ±√2 are irrational, beyond the theorem's reach. Many degree-3 and higher polynomials have no rational roots at all. When every candidate fails, you've proven the polynomial has no rational factors — a conclusive result, not a failure. The theorem is a filter: it efficiently rules out rational roots and confirms them when they exist, but irrational and complex roots require other methods entirely.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsGraphing Quadratic FunctionsVertex Form of Quadratic FunctionsGraphing Quadratic Functions: Vertex and InterceptsQuadratic InequalitiesPolynomial Functions: Degree and Leading CoefficientEnd Behavior of PolynomialsGraphing Polynomial FunctionsPolynomial Long DivisionSynthetic DivisionRemainder TheoremFactor TheoremRational Root Theorem

Longest path: 65 steps · 256 total prerequisite topics

Prerequisites (2)

Leads To (1)