Factoring Polynomials

Factoring Polynomials

Introduction

  • Continuing work with factorization, focusing on polynomials.
  • Factorization of polynomials is crucial for Math 107.
  • Various methods of factorization will be explored thoroughly.

Objectives

  • Easy Factorization:
    • Identifying common factors in all terms of the polynomial.
    • Finding the greatest common monomial factor.
      • Monomial: One term (e.g., 3x23x^2).
  • Grouping Terms:
    • Special factorization involving a factor (monomial, binomial, trinomial, etc.) common to all terms.
  • Special Products:
    • Applying special product formulas for factorization.
  • Factoring Completely:
    • Ensuring the polynomial is factored as much as possible.

Finding the Greatest Common Monomial Factor

  • Example Polynomial: 3x5+6x39x3x^5 + 6x^3 - 9x
  • Degree of polynomial: 5
  • Terms are in descending order of power (5, 3, 1); powers 4 and 2, and the constant are missing.
  • Leading coefficient: 3
  • Factor out xx because it's common to all terms.
    • x5=x4xx^5 = x^4 * x
    • x3=x2xx^3 = x^2 * x
    • x=x1x = x * 1

Identifying Common Coefficients

  • Coefficients are 3, 6, and -9.
  • Factorize each coefficient:
    • 3=313 = 3 * 1
    • 6=326 = 3 * 2
    • 9=33-9 = 3 * -3
  • Common factor: 3

Determining the Monomial Factor

  • Monomial factor: Product of common coefficient and common variable.
  • In this case, 3x3x.
  • General form of a monomial factor: axna * x^n, where aa is a real number.
  • Because it's common, it is termed the greatest common monomial factor.

More Examples of Finding the Greatest Common Monomial Factor

  • Example 1: 24x332x224x^3 - 32x^2
    • Coefficients: 24 and -32
    • Factorization: 24=8324 = 8 * 3, 32=84-32 = 8 * -4
    • Common factor: 8
    • Variables: x3x^3 and x2x^2
    • Factorization: x3=x2xx^3 = x^2 * x, x2=x21x^2 = x^2 * 1
    • Common factor: x2x^2
    • Greatest common monomial factor: 8x28x^2
    • Resulting factorization: 8x2(3x4)8x^2(3x - 4)
  • Example 2: 24x521x3+6x224x^5 - 21x^3 + 6x^2
    • Coefficients: 24, -21, and 6
    • Factorization: 24=3824 = 3 * 8, 21=37-21 = 3 * -7, 6=326 = 3 * 2
    • Common factor: 3
    • Variables: x5x^5, x3x^3, and x2x^2
    • Factorization: x5=x2x3x^5 = x^2 * x^3, x3=x2xx^3 = x^2 * x, x2=x21x^2 = x^2 * 1
    • Common factor: x2x^2
    • Greatest common monomial factor: 3x23x^2
    • Resulting factorization: 3x2(8x37x+2)3x^2(8x^3 - 7x + 2)

Common Binomial Factors

  • Consider expressions like 5x2(6x5)2(6x5)5x^2(6x - 5) - 2(6x - 5).
  • (6x5)(6x - 5) is a common binomial factor.
  • Factor out the common binomial: (6x5)(5x22)(6x - 5)(5x^2 - 2).
  • This also applies to trinomial or polynomial factors.
  • Check if the remaining expression can be factored further.

Example with Common Binomial Factors

  • Problem: x2(x3)+7(x3)x^2(x - 3) + 7(x - 3)
  • Common binomial factor: (x3)(x - 3)
  • Factorization: (x3)(x2+7)(x - 3)(x^2 + 7)

Factorization by Grouping

  • Problem: x33x2+7x21x^3 - 3x^2 + 7x - 21
  • Degree of polynomial: 3
  • Leading term: x3x^3
  • Constant term: -21
  • Group terms: (x33x2)+(7x21)(x^3 - 3x^2) + (7x - 21)
  • Factor each group:
    • x33x2=x2(x3)x^3 - 3x^2 = x^2(x - 3)
    • 7x21=7(x3)7x - 21 = 7(x - 3)
  • Rewrite the expression: x2(x3)+7(x3)x^2(x - 3) + 7(x - 3)
  • Factor out the common binomial factor: (x3)(x2+7)(x - 3)(x^2 + 7)
  • Convenient grouping: Choosing terms to facilitate finding a monomial factor.

Special Factors: Difference of Two Squares

  • Formula: u2v2=(u+v)(uv)u^2 - v^2 = (u + v)(u - v)
  • Both terms must be perfect squares.
  • Crucially, there must be a difference (subtraction) between the terms.
  • Perfect squares: 1, 4, 9, 16, 25, 36, 49, 81, etc.
  • Example: x24x^2 - 4
    • x2x^2 is a perfect square.
    • 4 is a perfect square (222^2).
    • u=xu = x, v=2v = 2
    • Factorization: (x+2)(x2)(x + 2)(x - 2)

More Complex Example of Difference of Two Squares

  • Problem: 25x249y225x^2 - 49y^2
  • 25 is a perfect square (525^2).
  • 49 is a perfect square (727^2).
  • x2x^2 and y2y^2 are perfect squares.
  • u=5xu = 5x, v=7yv = 7y
  • Factorization: (5x+7y)(5x7y)(5x + 7y)(5x - 7y)
    Note: a plus sign between the two perfect squares makes this factorization impossible!!

Further Examples

  • 4y236x2=(2y+6x)(2y6x)4y^2 - 36x^2 = (2y + 6x)(2y - 6x)
  • 81x24=(9x+2)(9x2)81x^2 - 4 = (9x + 2)(9x - 2)
  • Terms must be perfect squares, and there must be a difference.

Special Factors: Sum and Difference of Cubes

  • Sum of Cubes: u3+v3=(u+v)(u2uv+v2)u^3 + v^3 = (u + v)(u^2 - uv + v^2)
  • Difference of Cubes: u3v3=(uv)(u2+uv+v2)u^3 - v^3 = (u - v)(u^2 + uv + v^2)
  • Remembering perfect cubes is important.
  • Perfect Cubes: 1, 8, 27, 64, 125, 216, etc.

Examples of Sum and Difference of Cubes

  • Example 1: x364x^3 - 64
    • x3x^3 is a perfect cube.
    • 64 is a perfect cube (434^3).
    • u=xu = x, v=4v = 4
    • Using the difference of cubes formula:
      • (x4)(x2+4x+16)(x - 4)(x^2 + 4x + 16)
  • Example 2: 8x3+1258x^3 + 125
    • 8 is a perfect cube (232^3).
    • 125 is a perfect cube (535^3).
    • u=2xu = 2x, v=5v = 5
    • Using the sum of cubes formula:
      • (2x+5)(4x210x+25)(2x + 5)(4x^2 - 10x + 25)

Practice Problem

  • Problem: y327x3y^3 - 27x^3
    • u=yu = y, v=3xv = 3x
    • Using the difference of cubes formula:
    • (y3x)(y2+3xy+9x2)(y - 3x)(y^2 + 3xy + 9x^2)
    • Use alphabetic order for variables (e.g., xyxy instead of yxyx).

Summary

  • Special Formulas:
    • Difference of Squares: u2v2=(u+v)(uv)u^2 - v^2 = (u + v)(u - v)
    • Sum of Cubes: u3+v3=(u+v)(u2uv+v2)u^3 + v^3 = (u + v)(u^2 - uv + v^2)
    • Difference of Cubes: u3v3=(uv)(u2+uv+v2)u^3 - v^3 = (u - v)(u^2 + uv + v^2)
  • Factorization by grouping (common binomial factors).
  • Common monomial factors.
  • Tomorrow: Factorization of trinomials.