Big Ideas Math Algebra 1 A Bridge to Success
BI
Big Ideas Math Algebra 1 A Bridge to Success View details
8. Factoring Polynomials Completely
Continue to next subchapter

Exercise 3 Page 403

To consider a polynomial factored completely, we need to be sure that it cannot be factored any further. Which methods can you use to do this?

See solution.

Practice makes perfect

To consider a polynomial factored completely, we need to be sure that it cannot be factored any further. We will discuss the steps we can follow to achieve this, and then we will review the special product patterns and factoring methods we can use.

Guideline to Factor a Polynomial Completely

  1. Start by finding the greatest common factor (GCF) if possible and factor it out.
  2. Identify if the simplified polynomial matches any special product patterns. If it does, proceed to factor accordingly.
  3. Identify if it is of the form x^2+bx+c or ax^2+bx+c. If it does, proceed to factor accordingly.
  4. Every time we factor the polynomial we need to check if the any of the new factors can be factored further using the same methods already described. If they do, proceed to factor accordingly and repeat until it is not possible to factor anymore.
Let's see an example. 4x^5-64x The first step is to factor out the GCF — in this case it is 4x. 4x^5-64x ⇔ 4x -0.4cm (x^4-16)_(Difference of squares) Note that since x^4=( x^2 )^2 and 16=4^2, the simplified polynomial is a difference of squares We can continue factoring. 4x(x^4-16) ⇔ 4x(x^2+4) -0.4cm (x^2-4)_(Difference of squares) Once more, one of the factors is a difference of squares. Therefore, the polynomial is not completely factored yet. Let's continue factoring. 4x(x^2+4)(x^2-4) ⇕ 4x(x^2+4)(x+2)(x-2) Since none of the factors can be factored further, our polynomial is completely factored now! If you need help to remember how and when you can use a special product pattern or a specific factoring method, you can find more information below.

Special Product Patterns and Factoring Methods Review

Finding the GCF

The GCF is the greatest monomial that we can factor out from every term in a polynomial expression. Let's consider the polynomial shown below. 9x^5+6x^3+12x^2 We can rewrite it to show explicitly that the greatest power of x in common is x^2, and the greatest number that divides exactly the three coefficients is 3. (9x^5)+(6x^3)+(12x^2) ⇕ ( 3* 3 * x^3 * x^2)+( 3 * 2 * x^2 * x) +( 4* 3* x^2) Therefore, the GCF is 3x^2. 9x^5+6x^3+12x^2 ⇔ 3x^2(3x^3+2x+4)

Factoring a Difference of Two Squares Pattern

The product of a sum and difference of two terms gives as result the difference of the squares of the terms. (a+b)(a-b) =a^2-b^2 Therefore, if we have a polynomial that is the difference of two perfect squares, we can factor it as the product of a sum and difference of two terms. For example, consider the polynomial shown below. x^2-25 Note that x^2 and 25=5^2 are perfect squares whose square roots are x and 5. Therefore, this is a difference of squares and it can be factored as the product of a sum and difference of two terms. a^2-b^2 = (a+b)(a-b) ⇓ x^2-25 = (x+5)(x-5)

Factoring a Perfect Square Trinomial

The process of squaring a binomial gives as result a perfect square trinomial. (a+b)^2 =a^2+2ab+ b^2 (a-b)^2 =a^2-2ab+ b^2 Therefore any perfect square trinomial can be factored as the square of a binomial. Note that a trinomial has to satisfy two conditions to be a perfect square trinomial.

  1. Two of its terms have to be perfect squares.
  2. The other term has to be the sum or difference of two times the product of the square roots of the other terms.

Let's consider the example trinomial shown below. x^2+8x+16 Note that x^2 and 16=4^2 are perfect squares, whose square roots are x and 4. Hence, the first condition is satisfied. Furthermore the middle term, 8x, equals two times the product of the square roots of the others. 8x &= 2* x*4 8x &= 2* 4* x 8x &= 8x ✓ Therefore, the second condition is also satisfied, and we can factor the trinomial as the square of a binomial. x^2+8x+16 ⇔ (x+4)^2 Here the binomial is a sum of two terms. If the middle term of the trinomial was negative, we would have used a negative sign for the square of the binomial instead. x^2 - 8x+16 ⇔ (x - 4)^2

Factoring a Trinomial of the Form x^2+bx+c

To factor a trinomial of the form x^2+bx+c, we need to look for a pair of factors of c that adds up to b. Let's consider the example trinomial x^2-x-2. x^2+ bx + c x^2+( - 1)x+ ( - 2) Since c= - 2, is negative, we need to look for factors of opposite signs. Furthermore, since b= - 1 is negative, we can know that the greatest factor should be the negative. Since the only factors of 2 are 2 and 1, there is only one possibility for the factors. The factored form is shown below. x^2-x-2 ⇔ (x-2)(x+1)

Factoring a Trinomial of the Form ax^2+bx+c

To factor a trinomial of the form ax^2+bx+c, we need to look for factors of a and c. Let's consider the example trinomial 6x^2-x-2. ax^2+ bx + c 6x^2+ (-1) x + ( - 2) Since c= - 2, is negative, the factors need to have different signs. We can use a table to organize and verify the possible factors we can use.

Factors of 6 Factors of - 2 Possible Factorization Middle Term
6,1 - 2,1 (6x-2)(x+1) - 2x+6x = 4x *
6,1 2,- 1 (6x+2)(x-1) 2x -6x =- 4x *
3,2 - 2,1 (3x-2)(2x+1) - 4x +3x = - x âś“
3,2 2,- 1 (3x+2)(2x-1) 4x-3x = x *

We have found the correct factored form for the trinomial given. 6x^2-x-2 ⇔ (3x-2)(2x+1)