✦ For everyone, free.

Practical knowledge for real and everyday life

Home

47.5 Polynomial Quotient and Remainder Form

The Polynomial Quotient and Remainder Form explains how dividing polynomials yields a quotient and remainder, essential for simplifying expressions and solving equations.

Polynomial Quotient and Remainder Form is the standard way of expressing the complete outcome of a polynomial division, presenting both the quotient obtained from the division cycle and whatever remainder is left over, in a structured relationship that ties them back to the original dividend and divisor. This form makes explicit that a polynomial division is not always exact, and it provides a consistent notation for reporting both exact and inexact results alike.

The form also serves as the basis for verifying a completed division, since the quotient, remainder, and divisor together must reconstruct the original dividend exactly when combined in a specific way.


The Two Possible Outcomes

Zero Remainder Exact Division

When the long division cycle terminates with a remainder that is identically zero, the division is exact, and the quotient alone fully represents the result, with no additional remainder term needed in the reported form.

dividend ÷ divisor = quotient   (remainder = 0)

Nonzero Polynomial Remainder

When the cycle terminates with a nonzero polynomial left over, that expression is reported as the remainder alongside the quotient, since it represents the portion of the dividend that the divisor could not evenly account for.


The Degree Constraint on the Remainder

Remainder Degree Below Divisor Degree

A defining property of a properly completed polynomial division is that the degree of the remainder is always strictly less than the degree of the divisor; this is precisely the condition that caused the division cycle to terminate, since a remainder of equal or greater degree would still permit at least one more pass of the leading-term division step.

deg(remainder) < deg(divisor)

Writing the Complete Form

Quotient-with-Remainder Representation

The complete result of a nonexact division is conventionally written as the quotient plus a fraction whose numerator is the remainder and whose denominator is the original divisor, expressing that the dividend equals the divisor times the quotient plus this leftover fractional part.

dividend divisor = quotient + remainder divisor Quotient-Remainder Form dividend ÷ divisor = quotient + remainder divisor

Verifying the Result

Divisor-Quotient Product Reconstruction

To confirm that a division was performed correctly, the divisor is multiplied by the quotient, reconstructing the portion of the dividend that the divisor accounts for completely.

divisor · quotient

Remainder Addition during Reconstruction

The remainder is then added to this product, since the original dividend equals the divisor times the quotient plus whatever remainder was left over from the division cycle.

dividend = (divisor·quotient) + remainder

Reconstructed Dividend Agreement

If the sum of the divisor-quotient product and the remainder matches the original dividend exactly, term for term, the division has been verified as correct; any mismatch between the reconstructed expression and the original dividend indicates an error somewhere in the division cycle.


Worked Example

Applying the Full Form

Given a division that produces quotient x + 2 and remainder 5 when x² + 3x + 7 is divided by x + 1, the complete form is written as the quotient plus the remainder over the divisor.

x2+3x+7 x+1 = x+2 + 5x+1

Verification reconstructs the dividend by multiplying (x + 1)(x + 2), giving x² + 3x + 2, then adding the remainder 5, giving x² + 3x + 7, which matches the original dividend exactly.