Quotient and Remainder in Integer Division
Polynomial division is similar to the division of integers we are familiar with. When we divide one number by another, we get a quotient and a remainder.
For example, when dividing by :
- As a mixed number, = . The integer quotient is , and the remainder is .
- For the division algorithm, we write the equivalent statement .
Here:
- is the dividend
- is the divisor
- is the quotient
- is the remainder
The same concept applies to polynomials.
Polynomial Division Algorithm
The division algorithm states the relationship between the dividend polynomial, the divisor, the quotient, and the remainder.
If (the dividend) and (the divisor) are two polynomials, with , then there exist unique polynomials (the quotient) and (the remainder) such that:
The equivalent fractional form is:
The polynomial identity is valid for every . The fractional form is defined only at values where . In both forms, the degree of is less than the degree of , or when there is no remainder.
Terminology:
- : Dividend Polynomial
- : Divisor Polynomial
- : Quotient Polynomial
- : Remainder Polynomial
Illustrative Example:
The division of by yields:
- Quotient
- Remainder
The division result can be written in two forms according to the algorithm:
-
Fractional form:
-
Multiplication form:
The remainder has degree , which is less than the degree of the divisor , namely . This is the condition that makes the division complete.
Verifying the Division Algorithm
We can prove the correctness of the second form above by multiplying the quotient by the divisor and then adding the remainder.
Prove that .
Expand the right side:
Distribute :
Distribute and :
Group like terms:
The result is:
Since the right side equals the left side, the equation is proven true.
Exercise
Divide by . State the quotient and remainder, then verify the result with the division algorithm. Reconstruct the dividend as and confirm that every term matches.
Worked Solution
Because the divisor is , use in the Horner scheme:
The quotient is and the remainder is . Verify by reconstructing the dividend:
The calculation gives: