Notes on Factoring Polynomials of Degree 3

7.1 Factoring Polynomials of Degree 3

Introduction to Factoring Cubics

  • Prior Knowledge
      - Students have previously explored methods to factor quadratic (degree 2) polynomial functions.
      - They learned that the quadratic formula can be used to factor quadratic equations effectively, particularly for finding the roots of polynomial functions.
  • Challenges with Higher Degree Polynomials
      - Polynomial functions of higher degree (like degree 3 or degree 4) are often more complex to factor.
      - A polynomial is defined as a monomial or a sum of monomials.
      - A monomial consists of a term which can be a constant, a variable, or a product of a constant and one or more variables.
  • Historical Context
      - Mathematicians such as Cardano and Ferrari developed methods for factoring certain cubic (degree 3) and quartic (degree 4) polynomials.
      - These historical methods can be cumbersome, limited, and are not widely used.

Special Factorization Forms for Cubics

  • Standard Factorization Templates:
      1. For the sum of cubes:
         - a3+3a2b+3ab2+b3=(a+b)3a^3 + 3a^2b + 3ab^2 + b^3 = (a + b)^3
      2. For the difference of cubes:
         - a33a2b+3ab2b3=(ab)3a^3 - 3a^2b + 3ab^2 - b^3 = (a - b)^3
      3. The sum of two cubes:
         - a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)
      4. The difference of two cubes:
         - a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)
      5. General rule for higher degree polynomials:
         - Always consider factoring out the greatest common factors from groups of the given terms.
         Example:
         - 10x315x2=5x2(2x3)10x^3 - 15x^2 = 5x^2(2x - 3)

Exercises for Factoring Cubics

  • Exercise 7.1.1: Factoring Cubics
      - Instructions: Use factoring by grouping for the following polynomials:
      1. For the polynomial x3+6x25x30x^3 + 6x^2 - 5x - 30:
         - Grouping yields: (x3+6x2)(5x+30)(x^3 + 6x^2) - (5x + 30)
         - Factored result: 5(x+6)-5(x + 6)
      2. For the polynomial 12x3+2x230x512x^3 + 2x^2 - 30x - 5:
         - Grouping leads to: (12x3+2x2)(30x+5)(12x^3 + 2x^2) - (30x + 5)
         - Resulting factorization: 2x2(6x+1)5(6x+1)=(6x+1)(2x25)2x^2(6x + 1) - 5(6x + 1) = (6x + 1)(2x^2 - 5)
      3. For the polynomial 8x364x2+x88x^3 - 64x^2 + x - 8:
         - Grouping gives: 8x364x2+(x8)8x^3 - 64x^2 + (x - 8)
         - Final output: (x8)(8x2+1)(x - 8)(8x^2 + 1)

Additional Problems to Factor

  • For problems 4-13, use previously learned rules to factor the following cubics:
      4. For x38y3x^3 - 8y^3:
         - Substitute: a=x,b3=8y3a = x, b^3 = 8y^3
         - Factorization leads to: (x2y)(x2+2xy+4y2)(x - 2y)(x^2 + 2xy + 4y^2)
      5. For x3+8x^3 + 8:
         - Substitute: a=x,b3=8a = x, b^3 = 8
         - Factorization yields: (x+2)(x22x+4)(x + 2)(x^2 - 2x + 4)
      6. For x3+1x^3 + 1:
         - Substitute: a=x,b=1a = x, b = 1
         - Factorization results in: (x+1)(x2x+1)(x + 1)(x^2 - x + 1)
      7. For x3+27x^3 + 27:
         - Substitute: a=x,b3=27a = x, b^3 = 27
         - Provides factorization of: (x+3)(x23x+9)(x + 3)(x^2 - 3x + 9)
      8. For x364x^3 - 64:
         - Substitute: a=x,b3=64a = x, b^3 = 64
         - Yielding: (x4)(x2+4x+16)(x - 4)(x^2 + 4x + 16)
      9. For x36x2+9xx^3 - 6x^2 + 9x:
         - Direct factorization by taking out common terms: x(x26x+9)x(x^2 - 6x + 9)
         - Further factorization gives: x(x3)2x(x - 3)^2
      10. For 2x31282x^3 - 128:
         - Factor out common factors: 2(x364)2(x^3 - 64)
         - Final factorization results in: 2(x4)(x2+4x+16)2(x - 4)(x^2 + 4x + 16)
      11. For 64x3+864x^3 + 8:
         - Factor out common factor: 8(8x3+1)8(8x^3 + 1)
         - Recognizes also as cubes leading to: (2x+1)(4x22x+1)(2x + 1)(4x^2 - 2x + 1)
      12. For x3x2x^3 - x^2:
         - Factoring yields: x2(x1)x^2(x - 1)
      13. For 6x3x26x^3 - x^2:
         - Final factorization results in: $$ x^2(6x - 1)

Conclusion

  • This section focused on factoring polynomials of degree 3, highlighting essential templates, methods, and practice problems to develop proficiency in polynomial factorization. Understanding these forms and approaches is critical for advanced studies in algebra and calculus.