Dividing Polynomials
Dividing polynomials lets you break a complex polynomial into a simpler quotient and remainder, much like dividing integers. You'll use this skill constantly when factoring higher-degree polynomials, simplifying rational expressions, and solving equations. The two main techniques are long division and synthetic division.
Dividing Polynomials
Polynomial Long Division
Long division works for dividing by any polynomial divisor. The process mirrors numerical long division.
Steps for polynomial long division:
- Write the dividend and divisor in standard form (descending powers). If any degree is missing, insert a placeholder with a coefficient of 0.
- Divide the leading term of the dividend by the leading term of the divisor. Write the result above the division bar as the first term of the quotient.
- Multiply the entire divisor by that quotient term.
- Subtract the result from the current dividend to get a new, smaller dividend.
- Repeat steps 2โ4 using the new dividend until the degree of what remains is less than the degree of the divisor.
- Whatever is left over is the remainder.
Example: Divide by .
- Divide . Multiply: . Subtract to get .
- Divide . Multiply: . Subtract to get .
- Divide . Multiply: . Subtract to get .
The quotient is with remainder , so divides evenly.

Synthetic Division
Synthetic division is a shortcut that works only when the divisor is of the form (a linear binomial with a leading coefficient of 1).
Steps for synthetic division:
-
Write the coefficients of the dividend in descending order of degree. Include 0 for any missing terms.
-
Write the value to the left. (If dividing by , use . If dividing by , use .)
-
Bring the first coefficient straight down.
-
Multiply that number by and write the result under the next coefficient.
-
Add the column. Write the sum below the line.
-
Repeat steps 4โ5 for each remaining coefficient.
-
The last number on the bottom row is the remainder. The other numbers are the coefficients of the quotient, which has degree one less than the dividend.
Example: Divide by (so ).
- Coefficients:
- Bring down . Multiply ; add to to get .
- Multiply ; add to to get .
- Multiply ; add to to get .
Bottom row: . The quotient is with remainder , matching the long division result.
The Remainder Theorem and Finding Factors
The Remainder Theorem says: when a polynomial is divided by , the remainder equals .
This gives you a quick test for factors. If , then divides evenly, meaning is a factor. This special case is called the Factor Theorem.
How to use it to find factors:
-
List candidate values of . For a polynomial with integer coefficients, the Rational Root Theorem tells you to try (factors of the constant term) divided by (factors of the leading coefficient).
-
Evaluate for each candidate (or use synthetic division).
-
Whenever , you've found a factor .
-
After dividing out that factor, repeat the process on the reduced quotient to find additional factors.
Example: Factor .
- Possible rational roots: .
- , so is a factor.
- Divide by (synthetic division with ) to get .
- Factor the quotient: .
- Full factorization: .

Applications of Polynomial Division
Polynomial division shows up in geometry-style word problems where one quantity is expressed as a product of polynomials.
- Area problems: If a rectangle has area and one side is , divide the area by that side to find the other side: .
- Volume problems: If a solid has volume and the base area is , divide volume by base area to find the height. (Note: since the divisor's leading coefficient isn't 1, you'd use long division here rather than synthetic division.)
Key Vocabulary
- Degree: The highest power of the variable in a polynomial (e.g., has degree 3).
- Leading coefficient: The coefficient of the highest-degree term.
- Quotient: The result of the division (before the remainder).
- Remainder: What's left over after division. The full result is written as: .
- Rational expression: A fraction where both the numerator and denominator are polynomials. Polynomial division is often used to simplify these.