Factoring Polynomials

Advanced factoring techniques

Factoring Polynomials

Factor by Grouping

Group terms and factor out common factors.

Example: x3+2x2+3x+6x^3 + 2x^2 + 3x + 6 =x2(x+2)+3(x+2)= x^2(x + 2) + 3(x + 2) =(x+2)(x2+3)= (x + 2)(x^2 + 3)

Sum and Difference of Cubes

Sum of cubes: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

Difference of cubes: a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

Example: x38x^3 - 8 =x323=(x2)(x2+2x+4)= x^3 - 2^3 = (x - 2)(x^2 + 2x + 4)

Factoring by Substitution

Sometimes substituting can simplify factoring.

Example: x45x2+4x^4 - 5x^2 + 4

Let u=x2u = x^2: u25u+4=(u4)(u1)u^2 - 5u + 4 = (u - 4)(u - 1)

Substitute back: =(x24)(x21)= (x^2 - 4)(x^2 - 1) =(x+2)(x2)(x+1)(x1)= (x + 2)(x - 2)(x + 1)(x - 1)

📚 Practice Problems

1Problem 1easy

Question:

Factor by grouping: x3+3x2+2x+6x^3 + 3x^2 + 2x + 6

💡 Show Solution

Group the first two and last two terms: (x3+3x2)+(2x+6)(x^3 + 3x^2) + (2x + 6)

Factor out common factors: x2(x+3)+2(x+3)x^2(x + 3) + 2(x + 3)

Factor out (x+3)(x + 3): (x+3)(x2+2)(x + 3)(x^2 + 2)

Answer: (x+3)(x2+2)(x + 3)(x^2 + 2)

2Problem 2medium

Question:

Factor: x3+27x^3 + 27

💡 Show Solution

This is a sum of cubes: x3+33x^3 + 3^3

Use the formula: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2)

Here a=xa = x and b=3b = 3: x3+27=(x+3)(x23x+9)x^3 + 27 = (x + 3)(x^2 - 3x + 9)

Answer: (x+3)(x23x+9)(x + 3)(x^2 - 3x + 9)

3Problem 3hard

Question:

Factor completely: x413x2+36x^4 - 13x^2 + 36

💡 Show Solution

This is a quadratic in form. Let u=x2u = x^2: u213u+36u^2 - 13u + 36

Factor: (u9)(u4)(u - 9)(u - 4)

Substitute back u=x2u = x^2: (x29)(x24)(x^2 - 9)(x^2 - 4)

Both are difference of squares: =(x+3)(x3)(x+2)(x2)= (x + 3)(x - 3)(x + 2)(x - 2)

Answer: (x+3)(x3)(x+2)(x2)(x + 3)(x - 3)(x + 2)(x - 2)