1.3 Division of Polynomial Functions
1.3 Division of Polynomial Functions
Division
p r
q 15
s s 23 356
p is called dividend 23 dividend 356
s is called divisor 126 divisor 23
q is called quotient 115 quotient 15
11
r is called remainder remainder 11
DIVISION OF POLYNOMIALS
The method for dividing two polynomials is similar to division of positive integers.
Division Algorithm
If f x and d x 0 are two polynomials, where the degree of f x is greater than or
equal to the degree of d x , then there exist unique polynomials qx and r x such that
f x r x
qx or f x d xqx r x
d x d x
1
Example: Divide the polynomial f ( x) 5 x 4 10 x 2 3x 2 by d ( x) x 2 x 2 using
Long Division. (Henry Briggs 1597)
Important!: We observe that the term with x 3 is missing.
We replace the missing term using 0x3 .
5 x 2 5 x 25
f ( x) 5 x 4 0 x3 10 x 2 3x 2 is the dividend.
x x2
2
5 x 0 x 10 x 3x 2
4 3 2
d ( x) x 2 x 2 is the divisor.
5 x 5 x 10 x
4 3 2
5 x3 20 x 2 3x
5 x3 5 x 2 10 x
25 x 2 7 x 2
25 x 2 25 x 50 q( x) 5 x 2 5 x 25 is the quotient.
32 x 48 r ( x) 32 x 48 is the reminder.
Remainder Theorem
If a polynomial f x is divided by a linear polynomial x c , then the remainder r is:
r f c .
We have an alternative way to calculate the reminder without doing the long division.
Task: Check using the long division that the reminder is indeed r 5 .
2
Synthetic Division of Polynomials (Chia Hsien 1010–1070, Paolo Ruffini 1809)
The synthetic division is a shortcut for dividing a polynomial f x by a linear
polynomial x c .
When dividing using synthetic division we do not have to write down the various powers
of the variable x, but only the coefficients of these powers (including all zero
coefficients).
Synthetic Division Algorithm (Steps)
1. Write c followed by the coefficients of f x . Include all coefficients that are 0.
2. Bring down the first coefficient of f x to the third row.
3. Multiply this number by c and write the product directly under the second
coefficient of f x . Then add the two numbers in this column and write the sum
beneath them in the third row.
4. Multiply this sum by c and write the product in the second row of the next
column. Then add the two numbers in this column and write the sum beneath
them in the third row.
5. Repeat the step as many times as necessary.
6. The last number in the third row is the constant remainder r, the numbers
preceding it in the third row are the coefficients of qx , the quotient polynomial
with degree n 1 .
Examples: 1. f x 3x3 6 x 2 4 x 8 divided by d x x 2
2 3 6 4 8
6 0 8
3 0 4 0 r
The coefficients of the quotient are the first three numbers in the third row, so
q x 3x 2 0 x 4 or q x 3x 2 4 , the remainder is the far right entry in the third
row, r 0 .
Because r 0 , we conclude that f ( x ) is divisible by d x x 2 .
Important: We also notice that the degree of the quotient q ( x ) is smaller by one than
the degree of f ( x ) .