Polynomial Division Calculator

The polynomial division calculator will quickly give you the result of dividing two polynomials up to degree 6, and will even show the long division process.

Coefficients, highest power first.
Clear
Quotientx^2 - 5x + 6
Remainder0
Divides exactly?Yesthe divisor is a factor
Dividendx^3 - 6x^2 + 11x - 6
Divisorx - 1
Remainder theorem check0the dividend evaluated at the divisor’s root

Verification

divisor × quotientx^3 - 6x^2 + 11x - 6
plus remainderx^3 - 6x^2 + 11x - 6
should equal the dividendx^3 - 6x^2 + 11x - 6

The method

dividend = divisor × quotient + remainder

The remainder theorem

Dividing by (x − r) leaves a remainder equal to the polynomial evaluated at r. So a zero remainder means (x − r) is a factor and r is a root — that is the factor theorem, and it is why synthetic division is the standard way to test a candidate root.