Polynomial Long Division Calculator
A polynomial long division calculator is an algebraic tool that divides a dividend polynomial by a divisor polynomial of any degree. Applying an algorithm analogous to integer long division, the calculator recursively divides leading terms, multiplies, subtracts, and brings down remaining terms. It handles polynomials with missing degree terms by inserting zero placeholders. The calculator outputs the step-by-step long division work, the final quotient, and any remainder. Algebra and calculus students use this tool to simplify rational functions and identify asymptotes.
Enter coefficients of the dividend and the divisor in descending order. The calculator runs polynomial long division and returns the quotient, the remainder, and the per-step working in a clear table.
Quick Answer
Perform polynomial long division. Enter the dividend and divisor polynomials to find the quotient and remainder with complete step-by-step calculations.
Coefficients
Enter coefficients in descending order, including zeros for missing powers. For example, x^3 - 7x + 6 is 1, 0, -7, 6.
e.g. 1, 0, -7, 6
e.g. 1, -2 (for x - 2)
Step trace
| Step | Quotient term | Subtract (term x divisor) |
|---|---|---|
| 1 | 1x^2 | 1, -2 |
| 2 | 2x | 2, -4 |
| 3 | -3 | -3, 6 |
Each step picks a quotient term so the leading coefficient of the working remainder cancels, then subtracts the product. The process stops once the working polynomial has degree less than the divisor.
Quotient
x^2 + 2x - 3
Remainder: 0
Dividend = Divisor x Quotient + Remainder, with degree of Remainder less than degree of Divisor. The full identity holds term by term for any pair of polynomials.
Examples
(x^3 - 7x + 6) / (x - 2)
Quotient x^2 + 2x - 3, Remainder 0
(2x^3 + 3x^2 - x + 1) / (x^2 - 1)
Quotient 2x + 3, Remainder x + 4
(x^4 + 1) / (x^2 + 1)
Quotient x^2 - 1, Remainder 2
(x^2 + 3x + 2) / (x^3 + 1)
Quotient 0, Remainder x^2 + 3x + 2
How it works
At each step the algorithm picks the quotient term that cancels the leading coefficient of the working dividend, multiplies it by the divisor, and subtracts. The new working dividend has a lower degree, and the process repeats.
Identity · dividend = divisor x quotient + remainder
Step rule · qᵢ = lead(working) / lead(divisor)
Stops when the working polynomial's degree is less than the divisor's.
Related algebra calculators
- Synthetic division calculator for the compact shortcut when the divisor is exactly x - c.
- Factoring calculator for quadratic and difference-of-squares factoring over the integers.
- Long division calculator for integer long division (the same algorithm applied to numbers).
- Remainder calculator for the integer remainder counterpart and modulo arithmetic.
- All education calculators.
Related Calculators
More tools from Education



