Intermediate

Polynomial Division Calculator — Long Division Step by Step

Enter the coefficients of the dividend and divisor polynomials (highest degree first) to perform polynomial long division and find the quotient and remainder with full step-by-step working.
Enter space-separated coefficients in descending degree order
Enter space-separated coefficients in descending degree order
Quotient degree
1

Quotient: x - 5

Dividend
x^2 - 3x - 10
Divisor
x + 2
Quotient Q(x)
x - 5
Remainder R(x)
0
Result
(x^2 - 3x - 10) = (x + 2)(x - 5) + (0)
Long division steps
1

Divide leading term: 1/1 = 1

→ term x^1 (degree 1)
2

Divide leading term: -5/1 = -5

→ term -5x^0 (degree 0)
3

Quotient

x - 5
=

Remainder

0
Step by step
  1. 1

    Degree of dividend

    2
  2. 2

    Degree of divisor

    1
  3. 3

    Quotient degree

    2 − 1 = 1
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Polynomial long division: at each step, divide the leading term of the remainder by the leading term of the divisor to get the next quotient term; multiply back and subtract. Repeat until the remainder degree is less than the divisor degree. The result: Dividend = Divisor × Quotient + Remainder. Enter coefficients in descending order, using 0 for missing powers.

Formula
Dividend = Divisor × Quotient + Remainder (analogous to integer long division)
How this is calculated

Polynomial long division works exactly like integer long division but with polynomials instead of digits. You enter the coefficients of both polynomials in descending degree order — for example, x² − 3x − 10 is entered as "1 -3 -10" and x + 2 as "1 2".

At each step, the leading term of the current remainder is divided by the leading term of the divisor to find the next term of the quotient. That term is multiplied by the entire divisor and subtracted from the remainder, reducing its degree by one. The process repeats until the degree of the remainder is less than the degree of the divisor, at which point the remainder is the final remainder.

The result satisfies Dividend = Divisor × Quotient + Remainder, just as for integers. If the remainder is zero, the divisor is a factor of the dividend. The calculator does exact arithmetic on the rational coefficients, so any accumulated rounding error for large polynomials is minimal. Synthetic division is a shortcut applicable only when the divisor is a linear binomial (x − c); this calculator handles divisors of any degree.

Frequently asked questions

Use a zero coefficient for the missing power. For example, x³ + x − 2 (no x² term) is entered as "1 0 1 -2". The zero placeholder keeps the degree alignment correct during division.

If the remainder is 0, the divisor is an exact factor of the dividend (a root of the divisor is also a root of the dividend). A non-zero remainder means the divisor does not divide evenly. The remainder theorem states that dividing a polynomial P(x) by (x − c) gives a remainder equal to P(c).

Synthetic division is a streamlined shorthand that works only when the divisor is a monic linear polynomial (x − c). It is faster by hand in that special case. This calculator uses full long division, which handles divisors of any degree and any leading coefficient.

Also known as

polynomial long division calculator
divide polynomials step by step
polynomial quotient and remainder
algebraic long division
polynomial division with remainder
polynomial coefficients division
synthetic division calculator

APA

TG we-Calculate Editorial Team. (2026). Polynomial Division Calculator — Long Division Step by Step [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/polynomial-division-calculator

Chicago

TG we-Calculate Editorial Team. "Polynomial Division Calculator — Long Division Step by Step." TG we-Calculate. 2026. https://we-calculate.com/calculator/polynomial-division-calculator.

IEEE

TG we-Calculate Editorial Team, "Polynomial Division Calculator — Long Division Step by Step," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/polynomial-division-calculator

BibTeX

@misc{wecalculate_polynomial_division_calculator, title = {Polynomial Division Calculator — Long Division Step by Step}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/polynomial-division-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?