Chapter
5.1 Synthetic Division of Polynomials
|
College Algebra by Example Series |
Key Concepts: Division of Polynomials by a linear function
represented by its roots (x + r) and theorems related to
divisions, roots and remainder or polynomial division
Skills to Learn.
1. Know how to divide a polynomial by a linear function of the form (x - r)
2. Know how to perform synthetic divisions of polynomials
3. Know how to determine the remainder of a polynomial division
4. Know the remainder theorem
5. Know how to find the roots of a polynomial
Division
Algorithm (Programs,
Worksheets, and Animation)
For polynomial, P(x) of degree greater than 0 and a real number r, there exist a unique polynomial, Q(x) of degree 1 or less than P(x) and a unique number R such that P(x) = (x - r)Q(x) + R
The polynomial Q(x) is called the quotient, (x - r) is the divisor, and R is the remainder. R can = 0; when R = 0, r is a root of the Polynomial P(x), i.e. P(r) = 0 |
Example 1. P(x)
=
2x2 + 4x + 5 divided by (x + 2) gives:
P(x) = 2x2 + 4x + 5 = (x - (-2))(2x + 2) + R = (x + 2)(2x) + 5
|
Synthetic Division
Synthetic
Division Process:
To divide the polynomial P(x) by (x - r) Step 1: Arrange the coefficients of P(x) in order of descending powers of x. Write 0 as the coefficient for each missing power. Step 2: After writing the divisor in the form (x - r), use r to generate the 2nd and first rows as: 2nd & 3rd rows: Place r in the first column of the 3rd row Bring down the first row coefficients to the 3 row Multiply the coefficient brought down by r and place in 2nd row Add this product to the 1st row's coefficient of the dividend and place in 3rd row Multiply this 3rd row addition by r and place in 2nd row Repeat until a product is added last column of the 3rd row is filled in
Step 3: The last number in the 3rd row is the remainder of the division. The other numbers in the 3rd row is the coefficient of the quotient, which is of degree 1 less that of P(x) |
Example 2 Divide
by
.
Dividend is (x - (-3)) = (x + 3), r = -3
Remainder (R) is -14 or P(-3) = -14 Quotient, Q(x) is
- P(r) = (x - r)Q(r) + R
|
Example 3 Divide
by .
Dividend is (x - 3), r = 3
Remainder is 4 or P(3) = 4 Quotient, Q(x) is
in form: P(r) = (x -
r)Q(r) + R
|
Example 4 Divide
by .
Dividend is (x + 1), r = -1
Remainder is 0 or P(-1) = 0. When remainder is 0, r is root of P(x), so -1 is root of P(x) Quotient, Q(x) is
|
Example 5
Dividend is (x + 5), r = -5
Remainder is 0 or P(-5) = 0. When remainder is 0, r is root of P(x), so -5 is root of P(x) Quotient, Q(x) is
in form: P(r) = (x - r)Q(r) + R
|
Example 6
Dividend is
Remainder is 0 or P(-5) = 0. When remainder is 0, r is root of P(x), so -1.5 is root of P(x) Quotient, Q(x) is
in form: P(r) = (x - r)Q(r) + R
|
Example 7
Dividend is
Remainder is 0 or P(-4) = 240. Quotient, Q(x) is
in form: P(r) = (x - r)Q(r) + R
|
Example 8 (remember that and )
Dividend is
Remainder is 0 or P(i) = 0. When remainder is 0, r is root of P(x), so is root of P(x) Quotient, Q(x) is
in form: P(r) = (x - r)Q(r) + R
|
Try this problem: ; the answer is the same as above example 8.