CHAPTER #4 - POLYNOMIALS (pp. 160 to 217)
LESSON #4.1 - The General Objective of this lesson is to define polynomials and discuss the addition and subtraction of polynomials.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to; Identify polynomials, and their degree. Add and subtract polynomial expressions.
WORD PROBLEMS:
4.1 - Polynomials: Sums and Differences - In Section 1.4 we learned that an algebraic expression is a combination of literal numbers and/or numerals joined together by a finite number of arithmetic operations. This definition means that just about anything we see in this course is an algebraic expression. A polynomial is an algebraic expression using only the operations of addition, subtraction and multiplication. Some examples of polynomials are;
x + y
x2 - 2x + 1
xy -2z + yz
Definitions -
1. A polynomial in one variable can be written as -
anxn + an-1xn-1 + an-2xn-2 + … + a2x2 + a1x + a0
where the a's are in R and n is in N.
2. The coefficients are the a's which are real numbers multiplying the variables.3. A term is a quantity completely set off from other parts of the polynomial by either a plus or minus sign.
4. A factor is a multiplying part of a term or of a polynomial. For instance -
3x has the factors 3 and x
x2 - 4 has the factors (x+2) and (x-2)
6. A binomial is a polynomial containing exactly two terms.
7. A trinomial is a polynomial containing exactly three terms.
(All polynomials containing four or more terms are simply called polynomials.)
8. The degree of a polynomial is the largest sum of exponents of the literal factors in any one of the terms of the polynomial.
| 5 | degree 0 |
| x + y | degree 1 |
| 2x - 5yz | degree 2 |
| x2 + 3x +5 | degree 2 |
| 2xy - 3x2z - y | degree 3 |
Combining Similar Terms - Similar or like terms are terms that have the same literal factors. Since polynomials are real numbers they are added and subtracted using the same rules as for real numbers. If we let P , Q, and R represent three polynomials, the rules for addition are;
P + Q = Q + P
P + (Q + R) = (P + Q) + R
P(Q + R) = PQ + PR
LESSON #4.2 - The General Objective of this lesson is to introduce the properties of exponents, and show how they are used in the multiplication and division of monomials.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to multiply and divide monomials using the properties of exponents.
4.2 - Products and Quotients of Monomials - As discussed in Section 3.1, a monomial is a polynomial containing only one term. The multiplication and division of monomials is facilitated by using the properties of exponents.
Properties of Natural Number Exponents - By definition, the product of n x's can be written as xn, where x is called the base, and n is the power or exponent the number x is raised to. As a consequence of this definition we have the following rules.
If x and y are real numbers, and m and n are natural numbers. then;
| 1. xmxn = xm+n |
| 2. (xm)n = xmn |
| 3. (xy)n= xnyn |
| 4. (x/y)n = xn/yn , y not equal to 0 |
| 5a. xm/xn = xm-n , if m > n |
| 5b. xm/xn = 1 , if m = n |
| 5c. xm/xn = 1/(xn-m) , if m < n |
Board and Class Problem - Page 172/66, 90.
LESSON #4.3- The General Objective of this lesson is to learn how to multiply polynomials.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to:
4.3 - Multiplying Polynomials - Since polynomials are real numbers they are multiplied using the same rules as for real numbers. If we let P , Q, and R represent three polynomials, the rules for multiplication are:
PQ = QP
P(QR) = (PQ)R
P(Q + R) = PQ + PR
Board and Class Problem - Find the product of (2x2 +2xy + y2)(2x - 3y).
Special Products - There are some multiplication products that arise so often in algebra that they are worth memorizing. They are -
(x + y)2 = x2 + 2xy + y2
(x - y)2 = x2 - 2xy + y2
(x + y)(x - y) = x2 - y2
(x + y)3 = x3 + 3x2y + 3xy2 + y3
Pascal's Triangle - It becomes increasingly tedious to rise binomials to higher and higher powers. There is a technique which simplifies this task. Consider products of the form (x + y)n.
| (x + y)0 = | 1 |
| (x + y)1 = | x + y |
| (x + y)2 = | x2 + 2xy + y2 |
| (x + y)3 = | x3 + 3x2y + 3xy2 + y3 |
An examination of these products reveals the following features -
Assuming that this pattern holds, we can write -
(x + y)4 = x4 + C1x3y + C2x2y2 + C3xy3 + y4
where our problem is reduced to finding the values of the coefficients. We could do this by carrying out the indicated multiplication, but there is a much easier way using an array of numbers named after the French mathematician, Blaise Pascal (1623 - 1662 A.D.)
Pascal's Triangle
| 1 | ||||||||||
| 1 | 1 | |||||||||
| 1 | 2 | 1 | ||||||||
| 1 | 3 | 3 | 1 | |||||||
| 1 | 4 | 6 | 4 | 1 | ||||||
| 1 | 5 | 10 | 10 | 5 | 1 |
Explain how the numbers on one line are obtained from those on the preceding line. Using the numbers on the fifth line we can now write that -
(x + y)4 = x4 + 4x3y + 6x2y2 + 4xy3 + y4
Board and Class Problem - Expand (2x -y)6 .
LESSON #4.4- The General Objective of this lesson is to introduce the concept of factoring.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to -
4.4 - Factoring: Use of the Distributive Property - Multiplying polynomials is a fairly straightforward procedure, once you know the rules. Reversing the process, or factoring however, is not as direct. It is akin to the division algorithm used for numbers, where you guess and check. As in division, experience in multiplication is necessary to improve the quality of your guesses.
Prime Factors - A polynomial is in completely factored form when it is written as a product of prime factors. A polynomial with integral coefficients is in completely factored form if:
Common Factors - The simplest type of factoring occurs when there are common factors. The distributive property,
P(Q + R) = PQ + PR
provides a bridge between factors and products. Rewriting it in reverse order yields -
PQ + PR = P(Q + R)
where P is the common factor.
Board and Class Problem - Page 187/ 40.
Factoring by Grouping - This is a variation of common factors, where the factors are polynomials.
Board and Class Problem - Page 187/ 64.
Equations and Problem Solving - One reason that factoring is important is in its application to solving certain types of equations, when combined with the following property of real numbers.
Property of a Zero Product - Let a and b be two real numbers. If
ab = 0
then a = 0 or b = 0.
Board and Class Problem - Page 187/ 76.
LESSON #4.5 - The General Objective of this lesson is to extend our list of special products.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to;
4.5 -Factoring: The Difference of Two Squares and Sum or Difference of Two Cubes - In Section 4.3 we examined some special multiplication patterns. They were -
(x + y)2 = x2 + 2xy + y2
(x - y)2 = x2 - 2xy + y2
(x + y)3 = x3 + 3x2y + 3xy2 + y2
Board and Class Problems - Carry out the following operations.
(x + y) (x - y) =
(x + y)(x2 - xy + y2) =
(x - y)(x2 + xy + y2) =
With these results we now have a list of seven special products.
They are -
| 1. | (x + y)2 = x2 + 2xy + y2 |
| 2. | (x - y)2 = x2 - 2xy + y2 |
| 3. | (x + y) (x - y) = x2 - y2 |
| 4. | (x + y)3 = x3 + 3x2y + 3xy2 + y3 |
| 5. | (x - y)3 = x3 - 3x2y + 3xy2 - y3 |
| 6. | (x + y)(x2 - xy + y2) = x3 + y3 |
| 7. | (x - y)(x2 + xy + y2) = x3 - y3 |
Of these seven special products, the first three should be committed to memory, and the pattern of the other four should be studied.
Board and Class Problems - Page 195/76.
LESSON #4.6 - The General Objective of this lesson is to study trinomial factoring.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to factor trinomials.
4.6 - Factoring Trinomials - Expressing a trinomial as the product of two binomials is one of the most common types of factoring in algebra. The general form for such a trinomial is -
ax2 + bx + c
Trinomials Whose Leading Coefficient Is One - Let us first consider trinomials where the leading coefficient is equal to one; i.e.
x2 + bx + c
This expression can always be written as a product of two binomials -
x2 + bx + c = (x+d)(x+e)
x2 + bx + c = x2 +ex + dx +de
x2 + bx + c = x2 +x(e+d)+de
Thus we see that the coefficients b and c must equal (d+e) and de respectively. The numbers d and e exist in the set of real numbers, however, when factoring we usually only consider the set of integers. This means that we can only factor a small set of trinomials of this form. Consider the following example.
Factor -
4x + x2 - 12
Step 1 - List the trinomial in descending powers.
x2 + 4x - 12
Step 2 - List all pairs of factors of the last term of the trinomial.
-12 = 1(-12) or (-1)12
-12 = 2(-6) or (-2)6
-12 = 3(-4) or (-3)4
Step 3 - Choose the product pair whose sum equals the middle coefficient.
6 + (-2) = 4
Step 4 - Write the trinomial in factored form.
x2 + 4x - 12 = (x + 6)(x - 2)
Trinomials of the form ax2 + bx + c - When the leading coefficient is not equal to one, our task is made more complicated, since then the trinomial can be expressed as -
ax2 + bx + c = (dx + e)(fx + g)
We must now determine four numbers d, e, f and g, whereas when a equals one we only had to find two numbers. We will now investigate two different ways of factoring trinomials of this form.
Factor -
23x + 6x2 + 20
Standard Technique -
Step 1 - List the trinomial in descending powers.
6x2 + 23x + 20
Step 2 - Write the trinomial in factored form with blanks for possible coefficients.
6x2 + 23x + 20 = ( __ x + __ )( __ x + __ )
Step 3 - Choose values for the blanks that yield the first and last coefficients.
Table of Possible Choices for Coefficients
| 6 = 1*6 | 20 = 1*20, 20 = 2*10, 20 = 4*5 |
| 6 = 6*1 | 20 = 1*20, 20 = 2*10, 20 = 4*5 |
| 6 = 2*3 | 20 = 1*20, 20 = 2*10, 20 = 4*5 |
| 6 = 3*2 | 20 = 1*20, 20 = 2*10, 20 = 4*5 |
Step 4 - Check each of these possible combinations in the blanks in Step 2, until the right combination yields the coefficient of the middle term. If no combination yields the middle coefficient, the trinomial is not factorable. For this problem -
6x2 + 23x + 20 = (3x + 4)(2x + 5)
As you can see, this is a trial and error approach. If the first and last coefficients are large, or have many product combinations it can be a tedious technique. Another approach, which is more direct, is illustrated next.
Master Product Technique -
Step 1 - List the trinomial in descending powers.
6x2 + 23x + 20
Step 2 - Find the Master Product (MP) which is defined to be the product of the first and last coefficients.
MP = 6 * 20 = 120
Step 3 - Write down all possible pairs of products of the
MP. = 1(120) = 2(60) = 3(40) = 5(24) = 6(20) = 8(15) = 10(12)
Step 4 - Choose the pair of factors whose sum is the coefficient of the middle term.
23 = 8 + 15
Note: If you can't find such a pair, the trinomial is not factorable.
Step 5 - Rewrite the given trinomial, replacing the middle term by the sum of two terms whose coefficients are the pair of factors found in Step 4.
6x2 + 23x + 20 = 6x2 + 8x + 15x + 20
Step 6 - Factor this expression by grouping.
6x2 + 23x + 20 = 2x(3x + 4) + 5(3x + 4)
6x2 + 23x + 20 = (3x + 4)(2x + 5)
Step 7 - Check your factoring by multiplying the binomial factors to ensure that their product is the given trinomial.
Board and Class Problems - Page 203/ 70.
Summary of Factoring Techniques - Quite often more than one method of factoring has to be employed to completely factor a polynomial. When using more than one technique it is usually best to proceed as follows:
Occasionally, you might also try some unconventional techniques if you are convinced that the polynomial is factorable. Consider the following problem.
Board and Class Problem - Factor - x4 + x2 + 1.
x4 + x2 + 1 = x4 + 2x2 + 1 - x2
x4 + x2 + 1 = (x2 +1)2 - x2
x4 + x2 + 1 = [(x2 +1) + x][ (x2 +1) - x]
x4 + x2 + 1 = (x2 + x +1) (x2 - x +1)
LESSON #4.7 - The General Objective of this lesson is to apply factoring to problem solving.
PERFORMANCE OBJECTIVES - At the end of this lesson the student will be able to use factoring techniques to solve some second degree equations.
4.7 - Equations and Problem Solving - Factoring allows us to solve some second degree equations. Let us consider the following problem.
Board and Class Problem - Page 209/ 59.
HOMEWORK - Lesson Four Assignment.
COMMENTS