Polynomial Division Calculator
Divide one polynomial by another and get the quotient, remainder, and division identity for exact or non-exact polynomial long division.
Use ^ for exponents and + or - between terms. Coefficients of 1 may be omitted.
About polynomial division
Polynomial division examples
These examples include exact division, a nonzero remainder, and a higher-degree divisor.
| Dividend ÷ divisor | Quotient | Remainder |
|---|---|---|
| (x^3 - 6x^2 + 11x - 6) ÷ (x - 2) | x^2 - 4x + 3 | Remainder 0 |
| (3x^3 + 5x^2 + x - 1) ÷ (x + 2) | 3x^2 - x + 3 | Remainder -7 |
| (x^3 - 1) ÷ (x - 1) | x^2 + x + 1 | Remainder 0 |
| (2x^4 - 3x^3 + 5x^2 + x + 7) ÷ (x^2 - 2x + 3) | 2x^2 + x + 1 | Remainder 0x + 4 |
How to divide polynomials
- Enter the dividend polynomial, including signs and exponents for every known term.
- Enter a nonzero divisor polynomial in the second field.
- Select Calculate to run polynomial long division and display the quotient and remainder.
- Verify the result by multiplying the quotient by the divisor and then adding the remainder.
Polynomial division FAQ
What does a polynomial remainder mean?
The remainder is the lower-degree polynomial left after no further quotient term can be produced. A zero remainder means the divisor is an exact factor of the dividend.
Can the calculator handle missing terms?
Yes, missing powers are automatically assigned zero coefficients before division. For example, x^3 - 1 is treated as x^3 + 0x^2 + 0x - 1.
Is polynomial long division the same as synthetic division?
They produce the same quotient and remainder when the divisor is linear. Synthetic division is a shortcut, while long division also works with quadratic and higher-degree divisors.
How can I check the quotient?
Multiply the quotient by the divisor and add the remainder. The resulting polynomial should equal the original dividend term for term.
Can I enter decimal coefficients?
Yes, finite decimal coefficients are accepted in both polynomials. Displayed values are rounded only when floating-point arithmetic produces insignificant numerical noise.