How to factor and expand polynomials

  • Factoring and expanding polynomials
You can use five different techniques to factor polynomials. In the first technique, you look for greatest common factors (GCF) in the terms of the polynomial. In the second, you will factor polynomials that are the difference of two perfect squares. In the third, you will be required to factor polynomials that are the sum and difference of two cubes.The fourth technique, called the trinomial factor method, will allow you to factor algebraic expressions that have three terms. The trinomial expressions will be in the form of  ax2 ± bx ± c, where a , b and c are real numbers and a ≠ 0. Finally you will be factoring polynomials of four terms by grouping them in pairs in reference to the gcf. These are essentially the five different kinds of polynomial factorization that you are required to be familiar with.

Tips for Factoring Polynomials

Factoring using the greatest common factor:

Definition: The greatest common factor or greatest common divisor of a and b
is the number gcd(a, b) which satisfies three properties:
1. gcd(a, b) > 0
2. gcd(a, b) divides both a and b
3. gcd(a, b) is divisible by every common factor f of a and b

Look for a factor common to every term in the polynomial. Put that factor outside a set of parentheses and the polynomial inside with the factor removed from each term,
e.g. 4x2 + 12 = 4(x2 + 3)
The gcd is the greatest number that will divide 4x2 and 12 simultaneously. We have three factors: 1, 2 and 4. gcd=4. All factoring of this sort can be checked backward by distributing the gcd. The result should  be the original expression. 4 times (x2 + 3)= 4x2 + 12 (original expression)

Factoring using the difference of two perfect squares: 

Polynomials in the form a2b2 can be factored this way  (a + b)(ab)

WHEN THE SUM of  two numbers multiplies their difference:
(a + b)(ab)
-- then the product is the difference of their squares:


If you were to FOIL you may note that the the like terms will cancel.
Symmetrically, the difference of two squares can be factored:
x2 − 25 = (x + 5)(x − 5)
x2 is the square of x.  25 is the square of 5.
Example 1.   Multiply  (x3 + 2)(x3 − 2).
Solution.   Recognize the form:  (a + b)(ab).  The product will be the difference of two squares:
(x3 + 2)(x3 − 2) = x6 − 4.
x6 is the square of x3.  4 is the square of 2.
Upon seeing the form (a + b)(ab), the student should not do the FOIL method.  The student should recognize immediately that the product will be a2b2.
That is skill in algebra.
And the order of factors never matters:
(a + b)(ab) = (ab)(a + b) = a2b2.
Problem 1.   Write only final product..
   a)   (x + 9)(x − 9) = x2 − 81 b)   (y + z)(yz= y2z2
   c)   (6x − 1)(6x + 1) = 36x2 − 1 d)   (3y + 7)(3y − 7) = 9y2 − 49
   e)   (x3 − 8)(x3 + 8) = x6 − 64 f)   (xy + 10)(xy − 10) = x2y2 − 100
  g)   (xy2z3)(xy2 + z3= x2y4z6 h)   (xn + ym)(xnym= x2ny2m
Problem 2.   Factor.
   a)   x2 − 100  = (x + 10)(x − 10) b)   y2 − 1 = (y + 1)(y − 1)
   c)   1 − 4z2 = (1 + 2z)(1 − 2z) d)   25m2 − 9n2 = (5m + 3n)(5m − 3n)
   e)   x6 − 36 = (x3 + 6)(x3 − 6) f)   y4 − 144  = (y2 + 12)(y2 − 12)
   g)   x8y10 = (x4 + y5)(x4y5) h)   x2n − 1 = (xn + 1)(xn − 1)
Problem 3.   Factor completely.
  a)  x4y4 = (x2 + y2)(x2y2)
= (x2 + y2)(x + y)(xy)
  b)  1 − z8 = (1 + z4)(1 − z4)
= (1 + z4)(1 + z2)(1 − z2)
= (1 + z4)(1 + z2)(1 + z)(1 − z)
Problem 4.    Completely factor each of the following.  First remove a common factor.  Then factor the difference of two squares.
a)  xy2xz2  = x(y2z2) = x(y + z)(yz)
b)  8x2 − 72  = 8(x2 − 9) = 8(x + 3)(x − 3)
c)  64zz3  = z(64 − z2) = z(8 + z)(8 − z)
d)  rs3r3s  = rs(s2r2) = rs(s + r)(sr)
e)  32m2n − 50n3  = 2n(16m2 − 25n2) = 2n(4m + 5n)(4m − 5n)
f)  5x4y5 − 5y5  = 5y5(x4 − 1) = 5y5(x2 + 1)(x + 1)(x − 1)

Geometrical algebra
The entire figure on the left is a square on side a.  The square b2 has been inserted in the upper left corner, so that the shaded area is the difference of the two squares, a2b2.
Now, in the figure on the right, we have moved the rectangle (ab)b to the side.  The shaded area is now equal to the rectangle
(a + b)(ab).
That is,
a2b2 = (a + b)(ab).
*
The Difference of Two Squares completes our study of products of binomials.  Those products come up so often that the student should be able to recognize and apply each form.
Summary of Multiplying/Factoring
In summary, here are the four forms of Multiplying/Factoring that characterize algebra.
1.  Common Factor 2(a + b) = 2a + 2b
2.  Quadratic Trinomial (x + 2)(x + 3) = x2 + 5x + 6
3.  Perfect Square Trinomial (x − 5)2 = x2 − 10x + 25
4.  The Difference of Two Squares (x + 5)(x − 5) = x2 − 25
Problem 5.   Distinguish each form, and write only the final product.
a)  (x − 3)2  = x2 − 6x + 9.   Perfect square trinomial.
b)  (x + 3)(x − 3)  = x2 − 9.   The difference of two squares.
c)  (x − 3)(x + 5)  = x2 + 2x − 15.   Quadratic trinomial.
d)  (2x − 5)(2x + 5)  = 4x2 − 25.   The difference of two squares.
e)  (2x − 5)2  = 4x2 − 20x + 25.   Perfect square trinomial.
f)  (2x − 5)(2x + 1)  = 4x2 − 8x − 5.    Quadratic trinomial.
Problem 6.   Factor.  (What form is it?  Is there a common factor?  Is it the difference of two squares? .  .  . )
a)  6x − 18  = 6(x − 3).   Common factor.
b)  x6 + x5 + x4 + x3  = x3(x3 + x2 + x + 1).   Common factor.
c)  x2 − 36  = (x + 6)(x − 6).   The difference of two squares.
d)  x2 − 12x + 36  = (x − 6)2.   Perfect square trinomial.
e)  x2 − 6x + 5  = (x − 5)(x − 1).   Quadratic trinomial.
f)  x2x − 12  = (x − 4)(x + 3)
g)  64x2 − 1  = (8x + 1)(8x − 1)
h)  5x2 − 7x − 6  = (5x + 3)(x − 2)
i)  4x5 + 20x4 + 24x3  = 4x3(x2 + 5x + 6) = 4x3(x + 3)(x + 2)

Factoring using the trinomial method: This method requires you to factor the first and third terms and put the factors into the following factored form: ([ ] ± [ ])([ ] ± [ ]). The factors of the first term go in the first position in the parentheses and the factors of the third term go in the second position in each factor, e.g. x2 + 2x + 1 = (x + 1)(x + 1).

FACTORING IS THE REVERSE of multiplying.  Skill in factoring, then, depends upon skill in multiplying:  As for a quadratic trinomial --
2x2 + 9x − 5
-- it will be factored as a product of binomials:
(?   ?)(?   ?)
The first term of each binomial will be the factors of 2x2, and the second term will be the factors of 5.
Now, how can we produce 2x2?  There is only one way:  2x· x :
(2x   ?)(x   ?)
And how can we produce 5?  Again, there is only one way:  1·  5.  But does the 5 go with  2x --
(2x   5)(x   1)
or with  x --
(2x   1)(x   5) ?
Notice:  We have not yet placed any signs
How shall we decide between these two possibilities?  It is the combination that will correctly give the middle term, 9x :
2x2 + 9x − 5.
Consider the first possibility:
(2x   5)(x   1)
Is it possible to produce  9x  by combining the outers and the inners:
2x (that is, 2x· 1) with  5x ?
No, it is not.  Therefore, we must eliminate that possibility and consider the other:
(2x   1)(x   5)
Can we produce  9x  by combining  10x  with 1x ?
Yes -- if we choose +5 and −1:
 (2x − 1)(x + 5)
(2x − 1)(x + 5) = 2x2 + 9x − 5.
Skill in factoring depends on skill in multiplying -- particularly in picking out the middle term
Problem 1.   Place the correct signs to give the middle term.
a)  2x2 + 7x − 15 = (2x 3)(x + 5)
b)  2x2 − 7x − 15 = (2x + 3)(x 5) 
c)  2x2x − 15 = (2x + 5)(x 3) 
d)  2x2 − 13x + 15 = (2x 3)(x 5) 
Note:  When the constant term is negative, as in parts a), b), c), then the signs in each factor must be different.  But when the constant term is positive, as in part d), the signs must be the same.  Usually, however, that happens by itself.
Nevertheless, can you correctly factor the following?
2x2 − 5x + 3  = (2x − 3)(x − 1)
Problem 2.   Factor these trinomials.
a)  3x2 + 8x + 5  = (3x + 5)(x + 1)
b)  3x2 + 16x + 5  = (3x + 1)(x + 5)
c)  2x2 + 9x + 7  = (2x + 7)(x + 1)
d)  2x2 + 15x + 7  = (2x + 1)(x + 7)
e)  5x2 + 8x + 3  = (5x + 3)(x + 1)
f)  5x2 + 16x + 3  = (5x + 1)(x + 3)
Problem 3.    Factor these trinomials.
a)  2x2 − 7x + 5  = (2x − 5)(x − 1)
b)  2x2 − 11x + 5  = (2x − 1)(x − 5)
c)  3x2 + x − 10   = (3x − 5)(x + 2 )
d)  2x2x − 3   = (2x − 3)(x + 1)
e)  5x2 − 13x + 6  = (5x − 3)(x − 2)
f)  5x2 − 17x + 6  = (5x − 2)(x − 3)
g)  2x2 + 5x − 3  = (2x − 1)(x + 3)
h)   2x2 − 5x − 3  = (2x + 1)(x − 3)
i)  2x2 + x − 3  = (2x + 3)(x − 1)
j)  2x2 − 13x + 21  = (2x − 7 )(x −3)
k)  5x2 − 7x − 6  = (5x + 3)(x − 2)
l)  5x2 − 22x + 21  = (5x − 7)(x − 3)


Example 1.   1 the coefficient of x2.   Factor  x2 + 3x − 10.
Solution.   The binomial factors will have this form:
(x   a)(x   b)
What are the factors of 10?  Let us try 2 and 5:
x2 + 3x − 10 = (x   2)(x   5).
We must now choose the signs so that the sum of the outers plus the inners will be the middle term, which is +3x.
Choose +5 and −2.
x2 + 3x − 10 = (x2)(x + 5).
Note:  Since the coefficient of x2 is 1, we may simply look for two numbers whose product is 10 and whose sum is 3, the coefficient of x.
But that is only when the coefficient of x2 is 1.  In general, the sum of the outers plus the inners must equal the middle term.
(2x − 1)(x + 5) = 2x2 + 9x − 5.
Also when the coefficient of x2 is 1, then it does not matter in which binomial we put 2 and 5.
(x − 2)(x + 5) = (x + 5) (x − 2).
The order of the factors does not matter.
Example 2.   Factor  x2x − 12.
Solution.   We must find factors of 12 whose algebraic sum will be the coefficient of x, which is −1.  Choose −4 and + 3:
x2x − 12 = (x − 4 )(x + 3).
Problem 4.   Factor.  Again, the order of the factors does not matter.
a)  x2 + 5x + 6  = (x + 2)(x + 3)
b)  x2x − 6  = (x − 3 )(x + 2)
c)  x2 + x − 6  = (x + 3 )(x − 2)
d)  x2 − 5x + 6   = (x − 3)(x − 2 )
e)  x2 + 7x + 6  = (x + 1)(x + 6 )
f)  x2 − 7x + 6  = (x − 1)(x − 6 )
g)  x2 + 5x − 6   = (x − 1)(x + 6 )
h)  x2 − 5x − 6   = (x + 1)(x − 6 )
Problem 5.   Factor.
a)   x2 − 10x + 9  = (x − 1 )(x − 9)
b)  x2 + x − 12  = (x + 4)(x − 3)
c)  x2 − 6x − 16  = (x − 8)(x + 2)
d)  x2 − 5x − 14   = (x − 7)(x + 2)
e)  x2x − 2  = (x + 1)(x − 2)
f)  x2 − 12x + 20  = (x − 10 )(x − 2)
g)  x2 − 14x + 24  = (x − 12 )(x − 2)
Example 3.   Factor completely  6x8 + 30x7 + 36x6.
Solution.   To factor completely means to first remove any common factors (Lesson 15).
6x8 + 30x7 + 36x6 = 6x6(x2 + 5x + 6).
  Now continue by factoring the trinomial:

= 6x6(x + 2)(x + 3).
Problem 6.   Factor completely.  First remove any common factors.
a)  x3 + 6x2 + 5x  = x(x2 + 6x + 5) = x(x + 5)(x + 1)
b)  x5 + 4x4 + 3x3  = x3(x2 + 4x + 3) = x3(x + 1)(x + 3)
c)  x4 + x3 − 6x2  = x2(x2 + x − 6) = x2(x + 3)(x − 2)
d)  4x2 − 4x − 24  = 4(x2x − 6) = 4(x + 2)(x − 3)
e)  6x3 + 10x2 − 4x  = 2x(3x2 + 5x − 2) = 2x(3x − 1)(x + 2)
f)  12x10 + 42x9 + 18x8  = 6x8(2x2 + 7x + 3) = 6x8(2x + 1)(x + 3).

2nd Level
Example 4.   Factor by making the leading term positive.
x2 + 5x − 6 = −(x2 − 5x + 6) = −(x − 2)(x − 3).
Problem 7.   Factor by making the leading term positive.
a)   −x2 − 2x + 3  = −(x2 + 2x − 3) = −(x + 3)(x − 1)
b)   −x2 + x + 6  = −(x2x − 6) = −(x + 2)(x − 3)
c)   −2x2 − 5x + 3  = −(2x2 + 5x − 3) = −(2x − 1)(x + 3)
Quadratics in different arguments
Here is the form of a quadratic trinomial with argument x :
ax2 + bx + c.
The argument is whatever is being squared.  x is being squared.  x is called the argument.  The argument appears in the middle term.
a, b, c are called constants.  In this quadratic,
3x2 + 2x − 1,
the constants are  3, 2, −1.
Now here is a quadratic whose argument is x3:
3x6 + 2x3 − 1.
x6 is the square of x3.  (Lesson 13:  Exponents.)
But that quadratic has the same constants -- 3, 2, − 1 -- as the one above.  In a sense, it is the same quadratic only with a different argument. For it is the constants that distinguish a quadratic.
Now, since the quadratic with argument x can be factored in this way:
3x2 + 2x − 1 = (3x − 1)(x + 1),
then the quadratic with argument x3is factored in the same way:
3x6 + 2x3 − 1 = (3x3 − 1)(x3 + 1).
Whenever a quadratic has constants 3, 2, −1, then for any argument, the factoring will be
(3 times the argument − 1)(argument + 1).
   Example 5. z2 − 3z − 10 = (z + 2)(z − 5).
  x8 − 3x4 − 10 = (x4 + 2)(x4 − 5).
The trinomials on the left have the same constants   1, −3, −10   but different arguments.  That is the only difference between them.  In the first, the argument is z.  In the second, the argument is x4.
(The square of x4 is x8.)
Each quadratic is factored as
(argument + 2)(argument − 5).
Every quadratic with constants  1, −3, −10  will be factored that way.
Problem 8.
a)  Write the form of a quadratic trinomial with argument z.
az2 + bz + c
b)  Write the form of a quadratic trinomial with argument x4.
ax8 + bx4 + c
c)  Write the form of a quadratic trinomial with argument xn.
ax2n + bxn + c
Problem 10.   Multiply out each of the following, which have the same constants, but different argument.
   a)   (z + 3)(z − 1) = z2 + 2z − 3 b)   (y + 3)(y − 1) = y2 + 2y − 3
c)  (y6 + 3)(y6 − 1)  = y12 + 2y6 − 3
d)  (x5 + 3)(x5 − 1)  = x10 + 2x5 − 3
Problem 11.   Factor each quadratic.
a)  x2 − 6x + 5  = (x − 1)(x − 5)
b)  z2 − 6z + 5  = (z − 1)(z − 5)
c)  x8 − 6x4 + 5  = (x4 − 1)(x4 − 5)
d)  x10 − 6x5 + 5  = (x5 − 1)(x5 − 5)
e)  x6y6 − 6x3y3 + 5  = (x3y3 − 1)(x3y3 − 5)




Problem 12.   Factor each quadratic.
a)  x4x2 − 2 = (x2 − 2)(x2 + 1)
b)  y6 + 2y3 − 8 = (y3 + 4)(y3 − 2)
c)  z8 + 4z4 + 3 = (z4 + 1)(z4 + 3)
d)  2x10 + 5x5 + 3 = (2x5 + 3)(x5 + 1)
e)  x4y2 − 3x2y − 10 = (x2y + 2)(x2y − 5)

No comments:

Post a Comment