Lesson 06 Polynomial
Lesson 06 Polynomial
bI amrDaPS Re
e
lgN Z Q R C
ew
vi
An A
Table of Contents
Begin Lesson 6
Te
n
ns
in
Le ss o
mptii
menu
Table of Contents
arithmetic operations: addition, subtraction, multiplication and division. These are the operations a computer is designed to perform
quickly and eciently.
The sum and product of polynomials is again a polynomial. Illustrate
this assertion by doing the next exercise. Classify each answer as a
polynomial and state its degree.
Exercise 6.1. The Algebra of Polynomials. Perform the indicated operations and classify the results.
(a) (4x3 6x2 + 2x + 1) + (2x3 3x + 4)
(b) (7x5 4x3 + 12x 4) (5x5 + 3x4 + 4x3 + 2x 4)
(c) (3x 2)(x2 2x + 1)
(d) (x2 4)(x2 + 4)
Adding and multiplying polynomials were covered by the general
methods described in Lesson 3 (addition) and in Lesson 5 (multiplication). In the next paragraph we look at division of polynomials.
(1)
(2)
where Q(x) and R(x) are polynomials and deg (R(x)) < deg(D(x)).
An interesting and important fact to remember is that the representation on the right-hand side of equation (2) is unique. This fact will
be exploited in the section on factoring.
Terminology. Given the representation in equation (2), then
N (x) is called the dividend;
D(x) is called the divisor;
(c) Now, multiply the term of the quotient just computed by the
divisor, and subtract this product from the dividend. The result
is the remainder.
If the degree of the remainder is less than the degree of
the divisor, D(x), you are done!
If the degree of the remainder is not less than the divisor,
D(x), continue by using the remainder just obtained as a
new dividend, repeat; i.e., go to (b) to compute the next
term of the quotient.
The next example shows how to perform polynomial division. Study
this example closely; with a paper and pencil, slowly work through
the examplefollow my calculations as I work through the Division
Algorithm.
Example 6.1. Divide the expression:
2x3 3x2 + 6x 4
.
x1
Again, work through these two examples with pencil and paper. Strive
to understand how each entry is determined from the Division Algorithm.
Example 6.2. Divide denominator into the numerator in parts (b)
and (d) in Illustration 2.
Part (c) of Illustration 2 can be handled dierently than parts (b)
and (d). Why? Read the example to nd out why.
Example 6.3. Divide
Illustration 2.
4x12 7x9 + 1
that appeared in part (c) of
x3
Having done a few examples of polynomials, its time for you to try a
few. Follow the Division Algorithm and my examples.
2x3 3x2 + x 1
.
Exercise 6.2. Divide:
x2
Exercise 6.3. Divide:
4x4 + 2x2 + x + 1
.
x2 + 1
In the next exercise the remainder is zero. Do you recall what that
means?
Exercise 6.4. Divide:
x3 + 1
.
x+1
(3)
Reading the equation from left-to-right, we are expanding the polynomial (x + 1)(x + 2); reading the equation from right-to-left we are
factoring the polynomial x2 + 3x + 2.
Illustration 3. Factoring has a variety of uses in mathematics. Here
is a set of examples to illustrate that assertion.
factor a common x
factor again by (3)
nicely simplied!
(c) Simplication for the purpose of numerical calculations. Suppose you wanted to compute, on your calculator, values of the
polynomial
x4 + 4x3 + 6x2 + 4x+ 1
for x = 3.23344, 27.3234, and 34.000123. Even with the aid of
your calculator this would be a tedious task, and there is a very
good chance that you will make errors. Suppose I told you that
the above expression is nothing more than
(x + 1)4
Which one would you use to make the calculations?
Summary. Factorization tends to simplify, reduce the number of arithmetical operations performed, and often times yields valuable information about the behavior of the expression.
(b) No
(4)
(5)
that is, a root is any number r that causes the polynomial to evaluate
to zero. Another way of thinking of a root is, a root is any solution to
the equation:
ax3 + bx2 + cx + d = 0.
Illustration 6. The numbers 1 and 2 are roots of the polynomial
P (x) = x2 + 3x + 2 since
P (1) = (1)2 + 3(1) + 2 = 1 3 + 2 = 0
P (2) = (2)2 + 3(2) + 2 = 4 6 + 2 = 0
In the next lesson, Lesson 7, we discuss techniques for nding roots
of polynomials. There, we will discuss methods of solving equations.
What is the relation between roots and linear factors?
(x r) a factor implies r is a root. Let P (x) be any polynomial and
r a number. Clearly, if (x r) is a factor or P (x), then r is a root of
P (x). Indeed, if we assume (x r) is a factor of P (x) then
P (x) = Q(x)(x r)
(6)
where the remainder R(x) has degree less than x r. This means, in
this case, that R(x) has degree zero since xr had degree one. Degree
zero polynomials are constants; thus, R(x) is, in fact, a constant. Ill
call this constant R. We have then
R
P (x)
= Q(x) +
.
(x r)
(x r)
R = constant.
(7)
P (r) = Q(r)(r r) + R
R = P (r)
(9)
Factoring x2 + bx + c
In this section we discuss methods of factoring a second degree polynomial with integer coecients with leading coecient of one:
x2 + bx + c
b, c Z
(10)
Factoring x2 a2
Polynomials that are in the form of a dierence of two squares are
easy to factor. From equation (3) of Lesson 5 we have
x2 a2 = (x a)(x + a)
(11)
The problem students have is recognizing the presence of such a polynomial. Its a matter of training you eyes and brain to work together.
Illustration 7. Dierence of Two Squares.
(a) x2 1 = (x 1)(x + 1).
(b) x2 4 = (x 2)(x
+ 2).
(c) x2 3 = (x 3)(x + 3). Note: Any positive number can be
thought of as the square of another number. Consequently, the
a2 that is in equation (11) does not have to be a perfect square;
it can be any positive number.
Exercise 6.9. (Skill Level 0) Factor each of the following.
(a) x2 9 (b) x2 12 (c) x2 17 (d) 25 x2
Factorization formula (11) came from expansion formula (3) of Lesson 5. The expansion formula is actually more general: We can factor
any dierence of two squaresas illustrated below.
Illustration 8. Dierence of two squares.
(a) 4x2 9 = (2x
3)(2x +
3).
(b) 3x2 16 = ( 3 x 4)( 3 x + 4).
(c) x4 16 = (x2 4)(x2 + 4) = (x 2)(x + 2)(x2 + 4). Here we have
applied equation (11) twice! The result is a complete factorization of x4 16 into a product of linear and irreducible quadratic
factors as prescribed by the Fundamental Theorem of Algebra.
Exercise 6.10. Factor each of the following using (11).
(a) 4x2 9 (b) 5x2 3 (c) x4 25
The factorization formula (11) can be applied whenever we have a
dierence of two squares.
Exercise 6.11. Factor each of the following dierences of squares
and simplify when possible. Note: simplify = expand.
Factoring ax2 + bx + c
We now turn to the problem of factoring a quadratic polynomial of
the form
a, b, c Z
(12)
ax2 + bx + c
The trial and error methods illustrated earlier can be utilized to factor (12). Generally, if the polynomial is not irreducible, its factorization of would look like this:
ax2 + bx + c = (q1 x + r1 )(q2 x + r2 )
(13)
If we multiply out the right-hand side of (13) that will give us clues
how to nd the numbers q1 , q2 , r1 , and r2 :
ax2 + bx + c = (q1 x + r1 )(q2 x + r2 )
= q1 q2 x2 + (q1 r2 + r1 q2 )x + r1 r2
r1 r2 = c
q1 r2 + q 2 r1 = b
(b) List all integer pairs r1 and r2 such that r1 r2 = c, the constant
term.
(c) Find that combination of q1 , q2 and r1 , r2 such that q1 r2 +q2 r1 =
b, the coecient of the cross-product term.
This can usually be carried out by rst choosing candidates for q1 and
q2 then trying all combinations for r1 and r2 . If that fails, try another
choice for q1 and q2 . (I told you it was trial and error.)
Heres an example of the scheme just described.
Example 6.5. Factor 6x2 + x 1.
In the exercises below, use Example 6.5 as a guide to factoring.
Exercise 6.12. Factor 8x2 + 2x 1.
Exercise 6.13. Factor 6x2 5x 6.
In Lesson 7 well review techniques of solving equations. Solving
polynomial equations has applications to factorization. (Recall the
paragraph on Roots and Linear Factors Related.) At that time we will
(14)
Solutions to Exercises
6.1. Solutions:
(a) Combine (4x3 6x2 + 2x + 1) + (2x3 3x + 4).
(4x3 6x2 + 2x + 1) + (2x3 3x + 4) = 6x3 6x2 x + 5.
This is a polynomial of degree 3.
(b) (7x5 4x3 + 12x 4) (5x5 + 3x4 + 4x3 + 2x 4)
(7x5 4x3 + 12x 4) (5x5 + 3x4 + 4x3 + 2x 4)
= 2x5 3x4 8x3 + 10x
which is a polynomial of degree 5.
the quotient
(b) divide 2x3 by x to get 2x2
(c) multiply 2x2 by x 2 and place it here
(c) subtract; (b) divide x2 by x to get x
(c) multiply x by x 2 and place it here
(c) subtract; (b) divide 3x by x to get 3
(c) multiply 3 by x 2 and place it here
(c) subtract; done; this is the remainder
Exercise 6.2.
the quotient
(b) divide 4x4 by x2 to get 4x2
(c) multiply 4x2 by x2 + 1 and place it here
(c) subtract; (b) divide 2x2 by x2 to get 2
(c) multiply 2 by x2 + 1 and place it here
(c) subtract; done; this is the remainder
Exercise 6.3.
6.4. Solution:
x2 x +1
x + 1 x3
+1
2
3
x +x
x2 +1
x2 x
x+1
x+1
0
the quotient
(b) divide x3 by x to get x2
(c) multiply x2 by x + 1 and place it here
(c) subtract; (b) divide x2 by x to get x
(c) multiply x by x + 1 and place it here
(c) subtract; (b) divide x by x to get 1
(c) multiply 1 by x + 1 and place it here
(c) subtract; done; this is the remainder
6.5. Answers:
Factor
x3
(2x + 1)4
(x2 + 1)5
(5 2x)3
(x2 + x + 1)
Classication
Multiplicity
linear
3
linear
4
irreducible quadratic
5
linear
3
irreducible quadratic
1
Exercise 6.5.
Exercise 6.6.
6.7. Answers: Hopefully, you used the method illustrated in Example 6.4.
(a) x2 + 7x + 10 = (x + 2)(x + 5).
(b) x2 7x + 10 = (x 2)(x 5).
(c) x2 3x 10 = (x + 2)(x 5).
(d) x2 + 3x 10 = (x 2)(x + 5).
(e) x2 + 11x + 10 = (x + 1)(x + 10).
(f) x2 9x 10 = (x + 1)(x 10).
Did I list all possible combinations, or did I miss one or two?
Exercise 6.7.
6.8.
(a)
(b)
(c)
(d)
(e)
(f)
Answers:
x2 + 4x 12 = (x 2)(x + 6).
x2 + 3x 18 =) = (x + 6)(x 3).
x2 10x + 21 = (x 3)(x 7).
x2 + 7x 8 = (x 1)(x + 8).
x2 2x + 1 = (x 1)(x 1) = (x 1)2 a perfect square!
2x2 +8x+8 = 2(x2 +4x+4) = 2(x+2)(x+2) = 2(x+2)2 again
a perfect !
Exercise 6.8.
6.9. Answers:
(a) x2 9 = (x 3)(x + 3).
Exercise 6.9.
6.10. Answers:
(a) 4x2 9 = (2x 3)(2x + 3).
6.11. Solutions:
(a) x2 (x 1)2 = [x (x 1)][x + (x 1)] = [1][2x 1] = 2x 1
(b) x2 y 2 4 = (xy 2)(xy + 2)
(c) Factor:
6.12. Solution:
8x2 + 2x 1 = (4x 1)(2x + 1).
Note: You really dont need the answers, just multiply out your
factorization. If it expands to 8x2 + 2x 1, you are right!
Exercise 6.12.
6.13. Solution:
6x2 5x 6 = (3x + 2)(2x 3)
Exercise 6.13.
6.14. Answers:
(a) x3 1 = (x 1)(x2 + x + 1)
(b) 27x3 8 = (3x 2)(9x2 + 6x + 4) . (b = 3x and a = 2)
(c) 8y 6 + 27 = (2y 2 + 3)(4y 4 6y 2 + 9) (b = 2y 2 and a = 3)
Exercise 6.14.
6.15. Answers:
x3 1
(x 1)(x2 + x + 1)
=
= x2 + x + 1
x1
x1
(8x3 1)(x2 + 3x + 2)
(b) Factor and simplify:
.
x2 1
(a)
(8x3 1)(x2 + 3x + 2)
x2 1
(2x 1)(4x2 + 2x + 1)(x + 1)(x + 2)
=
(x 1)(x + 1)
=
4x2 + 6x + 9
8x3 27
2x 3)(4x2 + 6x + 9)
(c)
=
=
4x2 9
(2x 3)(2x + 3)
2x + 3
Exercise 6.15.
Solutions to Examples
6.1. Solution: The terms of the divisor, x 1, and the dividend,
2x3 3x2 + 6x 1, are already arranged in decreasing order. (Step
(a) of the Division Algorithm.
The calculations outlined in the Division Algorithm can be arranged into a convenient table format. The method of division and
the table is similar to long division of numbers.
2x2 x + 5
x 1 2x3 3x2 +6x4
2x3 2x2
x2 +6x4
x2 + x
5x4
5x5
1
the quotient
(b) divide 2x3 by x to get 2x2
(c) multiply 2x2 by x 1 and place it here
(c) subtract; (b) divide x2 by x to get x
(c) multiply x by x 1 and place it here
(c) subtract; (b) divide 5x by x to get 5
(c) multiply 5 by x 1 and place it here
(c) subtract; Done. This is the remainder
3x3 2x2 + 7x + 1
.
x2 + 3x 2
Solution to (b)
3x 11
x + 3x 2 3x3 2x2 + 7x+ 1
3x3 + 9x2 6x
2
11x2 +13x+ 1
11x2 33x+22
46x21
the quotient
(b) divide 3x3 by x2 to get 3x
(c) multiply 3x by x2 + 3x 2
(c) subtract; then repeat (b)
(c) multiply 11 by x2 + 3x 2
(c) subtract; Done. The remainder
Thus,
3x3 2x2 + 7x + 1
46x 21
=
3x
11
+
x2 + 3x 2
x2 + 3x 2
Notice that the degree of the remainder is less than the degree of the
divisor.
the quotient
(b) divide
(c) multiply
(c) subtract; (b) divide
(c) multiply
(c) subtract; (b) divide
(c) multiply
(c) subtract; (b) divide
(c) multiply
(c) subtract and Done.
Thus,
4x4 3x3 + 2x2 + 8x 3
396
= 4x3 15x2 + 47x 133 +
x+3
x+3
Example 6.2.
+ 3
3
3
3
x
x
x
x
1
= 4x9 7x6 + 3 .
x
That is, we divide by separation of fractions. Thus,
4x12 7x9 + 1
1
9
6
=
4x
7x
+
x3
x3
When a shorter method works . . . use the shorter method!
Example 6.3.
6.4. Solutions:
(a) Factor x2 x 2. Here we seek two numbers r1 and r2 such that
r1 + r2 = 1 and r1 r2 = 1.
Solution: List all pairs of integers the product of which is 2.
r2
r1 r2
r1 + r2
r1
1
2
2
1
2
1
2
1 = This is it
Therefore, the factorization is for r1 = 2 and r2 = 1:
x2 x 2 = (x + r1 )(x + r2 )
= (x + (2))(x + 1)
= (x 2)(x + 1).
Or,
x2 x 2 = (x 2)(x + 1).
(b) Factor x2 + 5x + 6.
Solution: We follow the strategy suggested above. List all pairs
of integers the product of which is 6, and we search for that pair
whose sum is 5.
r1
r1 r2
r1 + r2
r2
1
6
6
7
1
6
6
7
2
3
6
5 = This is it
Notice that I did not list out all possible combinations. I stopped
as soon as I found the proper pair: r1 = 2 and r2 = 3. The
factorization is
x2 + 5x + 6 = (x + 2)(x + 3).
(c) Factor 4 3x x2 .
Solution: This has a slight twist. The coecient of the x2 term
is not one. We just factor out 1 to get
4 3x x2 = (x2 + 3x 4)
and factor x2 + 3x 4. Again, we follow the strategy suggested
above. List all pairs of integers the product of which is 4, and
we search for that pair whose sum is 3.
r1
r2
r1 r2
r1 + r2
1
4
4
3
1
4
4
3 = Found them!
The factorization is
4 3x x2 = (x2 + 3x 4) = (x 1)(x + 4).
Or, we could, perhaps write is as follows:
4 3x x2 = (1 x)(x + 4).
Example 6.4.
(6x 1)(x + 1) = 6x + 5x 1
Error!
Error!
Error!
Try: r1 = 1, r2 = 1:
Success!
Important Points