Advanced Integration Techniques: Background You’ll Need 4

  • Factor polynomial expressions into their simplest linear and quadratic parts

Factoring Polynomial Expressions

Factoring a polynomial is a method used to break down the polynomial into simpler terms (factors) that, when multiplied together, give back the original polynomial. Complete factorization means continuing until all factors are either linear or irreducible quadratic factors.

complete factorization

A polynomial is completely factored when it’s written as a product of linear factors (like [latex](x - 3)[/latex]) and irreducible quadratic factors (quadratics that cannot be factored further over the real numbers).

Not all quadratic expressions can be factored into linear factors with real numbers. A quadratic [latex]ax^2 + bx + c[/latex] is irreducible when its discriminant [latex]\Delta = b^2 - 4ac < 0[/latex].

Testing for Irreducibility: Calculate [latex]b^2 - 4ac[/latex] for any quadratic factor. If this value is negative, the quadratic cannot be factored further over the real numbers and you’ve reached complete factorization for that factor.

Follow these steps to achieve complete factorization:

1. Factor Out the Greatest Common Factor (GCF)

  • Step 1: Identify the greatest common factor among the coefficients and variables in all terms of the polynomial.
  • Step 2: Factor out the GCF from each term.

2. Factoring by Grouping (for polynomials with four or more terms)

  • Step 1: Group terms that have common factors.
  • Step 2: Factor out the common factor from each group.
  • Step 3: If the remaining terms inside the parentheses are the same, factor them out.

3. Factoring Trinomials (for trinomials of the form [latex]ax^2+bx+c[/latex)

  • Step 1: Look for two numbers that multiply to [latex]ac[/latex] (the product of the coefficient of [latex]x^2[/latex] and the constant term) and add to [latex]b[/latex] (the coefficient of [latex]x[/latex]).
  • Step 2: Use these numbers to split the middle term and factor by grouping.
  • Step 3: Check if the result can be factored further using the discriminant test.

4. Factoring Special Patterns

  • Difference of Squares: [latex]a^2 - b^2 = (a+b)(a-b)[/latex]
  • Perfect Square Trinomials: [latex]a^2 \pm 2ab + b^2 = (a \pm b)^2[/latex]
  • Sum/Difference of Cubes: [latex]a^3 \pm b^3 = (a \pm b)(a^2 \mp ab + b^2)[/latex]

5. Verify Complete Factorization

  • Check that all quadratic factors are irreducible using the discriminant test
  • Ensure no further factoring is possible

You've completely factored a polynomial when every factor is either:

  • A linear factor (degree 1)
  • An irreducible quadratic factor (degree 2 with negative discriminant)
  • A constant factor
Factor the following expression:

[latex]6x^2+11x+3[/latex]