Polynomial long division is a step-by-step way to divide one polynomial by another by hand. If you know number long division, the pattern is identical: divide the leading term, multiply, subtract, and repeat.

When This Method Applies

Use polynomial long division when factoring is not obvious, when you need the quotient and remainder directly, or when you want to rewrite an improper rational expression. It is also the required first move before partial fraction decomposition: if the numerator degree is at least as large as the denominator degree, you divide first. The stopping rule is simple — stop when the remainder has lower degree than the divisor. If the remainder is 00, the division comes out evenly.

The whole reason the method works: at each stage you pick the quotient term that cancels the current leading term of the dividend, which is why the first move is always

leading term of dividendleading term of divisor\frac{\text{leading term of dividend}}{\text{leading term of divisor}}

Multiply the divisor by that term, subtract, and you are left with a new, smaller polynomial to continue with.

The Steps

  1. Write both polynomials in descending powers.
  2. Insert missing powers with coefficient 00 if needed.
  3. Divide the leading term of the current dividend by the leading term of the divisor.
  4. Write that result in the quotient.
  5. Multiply the divisor by that quotient term.
  6. Subtract.
  7. Bring down the next term and repeat.

If the terms are not lined up by degree, the subtraction step is far easier to get wrong.

Full Worked Example: Divide 2x35x2+5x62x^3 - 5x^2 + 5x - 6 by x2x - 2

We want

2x35x2+5x6x2.\frac{2x^3 - 5x^2 + 5x - 6}{x - 2}.

The goal each round is to cancel the current leading term.

Round 1 — divide the leading terms

2x3x=2x2.\frac{2x^3}{x} = 2x^2.

So the first quotient term is 2x22x^2. Multiply by the divisor:

2x2(x2)=2x34x2.2x^2(x - 2) = 2x^3 - 4x^2.

Subtract from the dividend:

(2x35x2+5x6)(2x34x2)=x2+5x6.(2x^3 - 5x^2 + 5x - 6) - (2x^3 - 4x^2) = -x^2 + 5x - 6.

Round 2 — repeat with the new leading term

x2x=x.\frac{-x^2}{x} = -x.

Write x-x in the quotient. Multiply:

x(x2)=x2+2x.-x(x - 2) = -x^2 + 2x.

Subtract:

(x2+5x6)(x2+2x)=3x6.(-x^2 + 5x - 6) - (-x^2 + 2x) = 3x - 6.

Round 3 — one more time

3xx=3.\frac{3x}{x} = 3.

Write 33 in the quotient. Multiply:

3(x2)=3x6.3(x - 2) = 3x - 6.

Subtract:

(3x6)(3x6)=0.(3x - 6) - (3x - 6) = 0.

The remainder is 00, so

2x35x2+5x6x2=2x2x+3.\frac{2x^3 - 5x^2 + 5x - 6}{x - 2} = 2x^2 - x + 3.

Self-Check at Each Stage

The fastest verification is to multiply the quotient by the divisor:

(2x2x+3)(x2)=2x35x2+5x6,(2x^2 - x + 3)(x - 2) = 2x^3 - 5x^2 + 5x - 6,

which matches the original dividend, confirming the division.

The most common place to get stuck is a missing power. If you divide x3+4x1x^3 + 4x - 1 by x1x - 1, rewrite the dividend as

x3+0x2+4x1.x^3 + 0x^2 + 4x - 1.

That 0x20x^2 placeholder keeps every subtraction lined up. Without it, later terms slide into the wrong column — so if your columns ever look ragged, check for a skipped power before anything else.

Try It Yourself

Work through

x3+2x25x6x+3.\frac{x^3 + 2x^2 - 5x - 6}{x + 3}.

Line up the degrees, then check by multiplication. For a harder follow-up, pick a case with a nonzero remainder and write the answer as

quotient+remainderdivisor.\text{quotient} + \frac{\text{remainder}}{\text{divisor}}.

Frequently Asked Questions

When do you stop in polynomial long division?
Stop when the remainder has lower degree than the divisor. At that point, you cannot continue the division in polynomial form.
Do missing powers matter in polynomial long division?
Yes. If a power is missing, use a zero coefficient as a placeholder so the terms stay aligned during subtraction.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →