Polynomial Long Division
Polynomial long division works just like the long division you learned with numbers, except now you're dividing expressions with variables. It lets you break a polynomial into a quotient and remainder, which is how you find factors and roots of higher-degree polynomials.

How It Works
The core idea: repeatedly divide, multiply, and subtract until you can't go any further. Here are the steps:
- Divide the leading term of the dividend by the leading term of the divisor.
- Multiply that result by the entire divisor.
- Subtract the product from the current dividend.
- Bring down the next term and repeat until the remainder has a lower degree than the divisor.
The result follows this relationship:
The degree of the quotient equals the degree of the dividend minus the degree of the divisor. So dividing a cubic by a linear term gives you a quadratic quotient.
Example: Divide by .
-
. Multiply: . Subtract: . Bring down .
-
. Multiply: . Subtract: . Bring down .
-
. Multiply: . Subtract: .
Result:
Divisibility and Factors
If the remainder is 0, the divisor is a factor of the dividend. For example, if dividing by gives remainder 0, then for some quotient .
This is how you factor higher-degree polynomials: once you know one factor, divide it out, and then try to factor the quotient further using standard techniques.
Remainder Theorem Applications

Evaluating Polynomials
The Remainder Theorem states that when you divide a polynomial by , the remainder equals .
This means you can find the remainder without doing long division at all. Just plug in .
Example: For , find the remainder when dividing by :
The remainder is 2. No long division needed.
Determining Divisibility
If , then divides evenly into . This gives you a quick test for whether a linear expression is a factor.
Example: Is a factor of ?
Since the result isn't zero, is not a factor.
Watch the sign carefully: to test , you'd evaluate , because .
Factoring Polynomials

Factor Theorem
The Factor Theorem is the flip side of the Remainder Theorem: is a factor of if and only if . The "if and only if" means it works both directions.
A polynomial of degree has exactly linear factors (counting complex roots and repeated roots). So you can write any polynomial as a product of its linear factors times the leading coefficient.
Example: Factor .
Test some values:
- ✓
- ✓
- ✓
All three give zero, so:
In practice, you'd find one root, divide it out, then factor the resulting quadratic.
Using Division to Solve Equations
To solve a polynomial equation like :
-
Find one root (by testing values or using the Rational Root Theorem).
-
Divide by to get a lower-degree quotient.
-
Factor or solve the quotient to find the remaining roots.
-
Repeat until fully factored.
Remainders and Factors
Rational Root Theorem
When you need candidates to test, the Rational Root Theorem narrows down the possibilities. For a polynomial with integer coefficients:
any rational root (in lowest terms) must satisfy:
- is a factor of the constant term
- is a factor of the leading coefficient
Example: For :
- Factors of :
- Factors of :
- Possible rational roots:
You then test these candidates using the Remainder Theorem (plug them in) or synthetic division. Once you find a root, divide it out and continue factoring.
The typical workflow ties all these tools together: the Rational Root Theorem generates candidates, the Remainder Theorem tests them quickly, and polynomial division breaks the polynomial into smaller factors.