Ruffini's Rule — Definition, Formula & Examples
Ruffini's Rule is a shortcut for dividing a polynomial by a linear factor of the form . It uses only the coefficients of the polynomial and repeated multiplication-and-addition steps to find the quotient and remainder.
Given a polynomial and a divisor , Ruffini's Rule is a synthetic algorithm that produces the coefficients of the quotient polynomial and the remainder such that , by iterating from the leading coefficient downward.
How It Works
Write down the value (from the divisor ) and list all coefficients of the polynomial in descending degree order, inserting 0 for any missing powers. Bring the leading coefficient straight down. Multiply it by , then add the result to the next coefficient. Repeat this multiply-then-add pattern for every remaining coefficient. The final numbers you obtain are the coefficients of the quotient polynomial (one degree lower than the original), and the very last number is the remainder.
Worked Example
Problem: Divide by using Ruffini's Rule.
Setup: The divisor is , so . List the coefficients: 2, 3, −5, 6.
Step 1: Bring down the leading coefficient 2. Multiply by : . Add to the next coefficient: .
Step 2: Multiply 7 by : . Add to the next coefficient: .
Step 3: Multiply 9 by : . Add to the last coefficient: .
Result: The bottom row is 2, 7, 9, 24. The first three numbers are the quotient coefficients; the last is the remainder.
Answer: The quotient is with a remainder of .
Why It Matters
Ruffini's Rule is the standard quick method taught in Algebra 2 and Precalculus for testing potential rational roots of polynomials. When combined with the Rational Root Theorem, it lets you systematically factor higher-degree polynomials without performing full long division each time.
Common Mistakes
Mistake: Using the wrong sign for . When dividing by , students use instead of .
Correction: Always rewrite the divisor in the form . Since , you must use in the algorithm.
