✦ For everyone, free.

Practical knowledge for real and everyday life

Home

1.45 Polynomial Division Definitions

Polynomial division definitions explain how to divide polynomials using long or synthetic division, key methods in algebra.

Polynomial Division Definitions establishes the vocabulary for dividing one polynomial by another, describing the resulting polynomial obtained from the division, the leftover portion that remains when division does not come out evenly, the special case in which no such leftover portion exists, and the verification technique that confirms a division was carried out correctly.

Polynomial Quotient

The polynomial quotient is the polynomial result obtained by dividing one polynomial (the dividend) by another polynomial (the divisor), representing how many times the divisor fits into the dividend in terms of polynomial structure rather than pure numerical value. Dividing x² + 5x + 6 by x + 2 produces the polynomial quotient x + 3, found by applying a process analogous to long division with numbers, but tracking terms and exponents instead of place values.

x2+5x+6 x+2 = x + 3

Polynomial Remainder

The polynomial remainder is the portion of the dividend left over after the polynomial quotient and divisor have been multiplied back together and subtracted from the original dividend, arising whenever the divisor does not divide the dividend evenly. Dividing x² + 5x + 8 by x + 2 produces a quotient of x + 3 together with a polynomial remainder of 2, since the divisor does not fit into the dividend an exact whole number of times without something left over.

x2+5x+8 x+2 = x + 3 + 2 x+2

Exact Polynomial Division

Exact polynomial division is division in which the polynomial remainder equals zero, meaning the divisor fits into the dividend a whole number of polynomial "times" with nothing left over, and the divisor is therefore said to divide the dividend evenly. The division of x² + 5x + 6 by x + 2, yielding the quotient x + 3 with no remainder, is an example of exact polynomial division.

Dividend Reconstruction

Dividend reconstruction is the verification technique of multiplying the polynomial quotient by the divisor and then adding any polynomial remainder, confirming that this combination reproduces the original dividend exactly. Reconstructing the dividend from the earlier example, (x + 3)(x + 2) + 2, should simplify back to x² + 5x + 8, matching the polynomial that was originally divided, and providing a reliable check that the division was carried out correctly.

( x + 3 ) ( x + 2 ) + 2 = x 2 + 5 x + 8

Together, these definitions describe polynomial division as a process that produces a polynomial quotient and, whenever the divisor does not fit evenly, a polynomial remainder, with exact polynomial division marking the special case of a zero remainder, and dividend reconstruction serving as the standard method for confirming that a completed division is correct.