Na U3m06l05
Na U3m06l05
Resource
Locker
You can set up an array of numbers that captures the sequence of multiplications and
additions needed to find p(a). Using this array to find p(a) is called synthetic substitution.
arrow indicates bringing down, the diagonal arrows represent multiplication by –2, and the
solid down arrows indicate adding.
The first two steps are to bring down the leading number, 4, then multiply by the value you
are evaluating at, -2.
-2 4 3 2 1
-8
-2 4 3 2 1
-8
p(-2) =
Reflect
1. Discussion After the final addition, what does this sum correspond to?
dividend remainder
Notice that the long division leads to the result _______ = quotient + ________ . Using the
divisor divisor
277 1
numbers from above, the arithmetic long division leads to ___
12
= 23 + __
12
. Multiplying through
by the divisor yields the result dividend = (divisor)(quotient) + remainder. (This can be used as
a means of checking your work.)
(4x 3 + 2x 2 + 3x + 5) ÷ (x 2 + 3x + 1)
Begin by writing the dividend in standard form, including terms with a coefficient
of 0 (if any).
4x 3 + 2x 2 + 3x + 5
Write division in the same way as you would when dividing numbers.
–––––––––––––––––
x 2 + 3x + 1 ⟌ 4x 3 + 2x 2 + 3x + 5
–––––––––––––––––
4x
x 2 + 3x + 1 ⟌ 4x 3 + 2x 2 + 3x + 5
Next, multiply the divisor through by the term of the quotient you just found and
subtract that value from the dividend. ( x 2 + 3x + 1)(4x)= 4x 3 + 12x 2 + 4x, so
subtract 4x 3 + 12x 2 + 4x from 4x 3 + 2x 2 + 3x + 5.
–––––––––––––––––
4x
x + 3x + 1 ⟌ 4x 3 + 2x 2 + 3x + 5
2
-(4x 3 + 12x 2 + 4x)
―――――――
-10x 2 - x + 5
Taking this difference as the new dividend, continue in this fashion until the largest
term of the remaining dividend is of lower degree than the divisor.
4x - 10
x + 3x + 1 ⟌–––––––––––––––––
2
x + 2x + 3x + 5
4 3 2
-(4x 3 + 12x 2 + 4x)
―――――――
-10x - x + 5 2
(-10x - 30x - 10)
-
――――――――
2
29x + 15
Since 29x + 5 is of lower degree than x 2 + 3x + 1, stop. 29x + 15 is the remainder.
Check.
= 4x 3 + 2x 2 + 3x + 5
Write the division in the same way as you would when dividing numbers.
––––––––––––––––––––––
x 2 + 2x - 5 ⟌ 6x 4 + 5x 3 + 0x 2 + 2x + 8
x 2 -
6 +
––––––––––––––––––––––
x 2 + 2x - 5 ⟌ 6x 4 + 5x 3 + 0x 2 + 2x + 8
-(6x 4 + 12x 3 - 30x 2 )
――――――――――
-7x 3 + 30x 2 + 2x
(
- -7x 3 )
―――
+ 8
- ( )
―――
x 4 + 5x 3 + 2x + 8 =
6
Check.
Reflect
Your Turn
x - 2 ⟌––––––––––––––––––
3x + 10x + 20
2
2 3 4 0 10
3x + 4x + 0x + 10
3 2
6 20 40
――――――
-(3x 3 - 6x 2)
―――――
10x + 0x 2
3 10 20 50
-(10x - 20x)
――――――
2
20x + 10
-20x - 40
――――
50
Example 2 Given a polynomial p(x), use synthetic division to divide by x - a and obtain
the quotient and the (nonzero) remainder. Write the result in the form
p(x) = (x - a)(quotient) + p(a), then carry out the multiplication and
© Houghton Mifflin Harcourt Publishing Company
addition as a check.
(7x 3 - 6x + 9) ÷ (x + 5)
By inspection, a = -5. Write the coefficients -5 7 0 -6 9
and a in the synthetic division format.
――――――
Write the result, using the non-remainder (7x 3 - 6x + 9) = (x + 5)(7x 2 - 35x + 169) - 836
entries of the bottom row as the coefficients.
= 7x 3 - 6x + 9
Module 6 325 Lesson 5
B (4x - 3x + 7x + 2) ÷ ( x - _ 21 )
4 2
Find a. Then write the coefficients and a in the synthetic division format.
Find a =
4 0 -3 7 2
―――――――
Bring down the first coefficient. Then multiply and add for each column.
4 0 -3 7 2
―――――――
4
Write the result.
Reflect
Your Turn
7. (
( 6x 4 - 25x 3 - 3x + 5) ÷ x + _ )
1
3
If the remainder p(a) in p(x) = (x - a)q(x) + p(a) is 0, then p(x) = (x - a)q(x), which tells you
that x - a is a factor of p(x). Conversely, if x - a is a factor of p(x), then you can write p(x) as
p(x) = (x - a)q(x), and when you divide p(x) by x - a, you get the quotient q(x) with a remainder
of 0. These facts are known as the Factor Theorem.
Example 3 Determine whether the given binomial is a factor of the polynomial p(x). If
so, find the remaining factors of p(x).
p(x) = x 3 + 3x 2 - 4x - 12; (x + 3)
-3 3 -4 -12
1
-3 0 12
――――――――
1 0 -4 0
Since the remainder is 0, x + 3 is a factor.
q(x) = x 2 - 4 = (x + 2)(x - 2)
B p(x) = x 4 - 4x 3 - 6x 2 + 4x + 5; (x + 1)
1
Since the remainder is , (x + 1) a factor. Write q(x).
q(x) =
q(x) =
So, p(x) = x 4 - 4x 3 - 6x 2 + 4x + 5 = .
Determine whether the given binomial is a factor of the polynomial p(x). If it is, find
the remaining factors of p(x).
Elaborate
10. Compare long division and synthetic division of polynomials.
11. How does knowing one linear factor of a polynomial help find the other factors?
13. Essential Question Check-In How do you know when the divisor is a factor of the dividend?
3. p(x) = 2x 3 + 5x 2 - 3x 4. p(x) = -x 4 + 5x 3 - 8x + 45
Given a polynomial divisor and dividend, use long division to find the quotient and
remainder. Write the result in the form dividend = (divisor)(quotient) + remainder.
You may wish to carry out a check.
5. (18x 3 - 3x 2 + x -1) ÷ (x 2 - 4)
© Houghton Mifflin Harcourt Publishing Company
6. (6x 4 + x 3 - 9x + 13) ÷ (x 2 + 8)
8. (
(x 3 + 250x 2 + 100x)÷ _ )
1 x 2 + 25x + 9
2
12. p(x)= x 3 + 2x 2 - x - 2; ( x + 2) 13. p(x)= 2x 4 + 6x 3 - 5x - 10; ( x + 2)
16. The volume of a rectangular prism whose dimensions are binomials with integer
coefficients is modeled by the function V(x)= x 3 - 8x 2 + 19x - 12 .
Given that x - 1 and x - 3 are two of the dimensions, find the missing dimension
of the prism.
© Houghton Mifflin Harcourt Publishing Company
20. Explain the Error Two students used synthetic division to divide 3x 3 - 2x - 8
by x - 2. Determine which solution is correct. Find the error in the other solution.
A. B.
Photo Library
2 3 0 -2 -8 -2 3 0 -2 -8
6 12 20
-6 12 -20
―――――――
3 6 10 12 3 -6 10 -28
21. Multi-Step Use synthetic division to divide p(x)= 3x 3 - 11x 2 - 56x - 50
by ( 3x + 4). Then check the solution.
23. Analyze Relationships Investigate whether the set of whole numbers, the set
of integers, and the set of rational numbers are closed under each of the four basic
© Houghton Mifflin Harcourt Publishing Company
operations. Then consider whether the set of polynomials in one variable is closed
under the four basic operations, and determine whether polynomials are like whole
numbers, integers, or rational numbers with respect to closure. Use the table to
organize.
Whole Rational
Numbers Integers Numbers Polynomials
Addition
Subtraction
Multiplication
Division (by
nonzero)
Enter the data from the second, third, and fourth columns of the table and perform linear
regression on the data pairs (t, T) and cubic regression on the data pairs (t, A) where t = years
since the 2006–2007 season, T = number of teams, and A = attendance (in thousands).
A(t)
Then create a model for the average attendance per team: A avg( t)= ___
( ) . Carry out the division to
T t
write A avg(t)in the form quadratic quotient + ( ) .
_______
remainder
T t
Use an online computer algebra system to carry out the division of A(t)by T(t).