FundamentalsTopic #4 of 32

Special Factorizations

Common factoring patterns including difference of squares, perfect square trinomials, and sum/difference of cubes.

Difference of Squares

a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b)

Examples

  • x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3)
  • 4x225=(2x+5)(2x5)4x^2 - 25 = (2x + 5)(2x - 5)
  • x416=(x2+4)(x24)=(x2+4)(x+2)(x2)x^4 - 16 = (x^2 + 4)(x^2 - 4) = (x^2 + 4)(x + 2)(x - 2)

Perfect Square Trinomials

a2+2ab+b2=(a+b)2a^2 + 2ab + b^2 = (a + b)^2

a22ab+b2=(ab)2a^2 - 2ab + b^2 = (a - b)^2

Examples

  • x2+6x+9=(x+3)2x^2 + 6x + 9 = (x + 3)^2
  • x210x+25=(x5)2x^2 - 10x + 25 = (x - 5)^2
  • 4x2+12x+9=(2x+3)24x^2 + 12x + 9 = (2x + 3)^2

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)

Memory Aid: SOAP

  • Same sign as the original
  • Opposite sign
  • Always Positive (last term)

Examples

  • x3+8=(x+2)(x22x+4)x^3 + 8 = (x + 2)(x^2 - 2x + 4)
  • x327=(x3)(x2+3x+9)x^3 - 27 = (x - 3)(x^2 + 3x + 9)
  • 8x3+125=(2x+5)(4x210x+25)8x^3 + 125 = (2x + 5)(4x^2 - 10x + 25)

Factoring by Grouping

ac+ad+bc+bd=a(c+d)+b(c+d)=(a+b)(c+d)ac + ad + bc + bd = a(c + d) + b(c + d) = (a + b)(c + d)

Example

  • x3+2x2+3x+6=x2(x+2)+3(x+2)=(x2+3)(x+2)x^3 + 2x^2 + 3x + 6 = x^2(x + 2) + 3(x + 2) = (x^2 + 3)(x + 2)

Trinomial Factoring

Form: x2+bx+cx^2 + bx + c

Find factors of cc that add to bb:

x2+bx+c=(x+m)(x+n)x^2 + bx + c = (x + m)(x + n)

where mn=cmn = c and m+n=bm + n = b

Form: ax2+bx+cax^2 + bx + c (a1a \neq 1)

Method: Find factors of acac that add to bb, then factor by grouping.

Example

  • 2x2+7x+32x^2 + 7x + 3
  • ac=6ac = 6, need factors that add to 7: 6 and 1
  • 2x2+6x+x+3=2x(x+3)+1(x+3)=(2x+1)(x+3)2x^2 + 6x + x + 3 = 2x(x + 3) + 1(x + 3) = (2x + 1)(x + 3)

Factoring Completely

Always check for:

  1. Common factors (GCF)
  2. Difference of squares
  3. Perfect square trinomials
  4. Sum/difference of cubes
  5. Trinomial patterns
  6. Grouping

Example

  • 2x432=2(x416)=2(x2+4)(x24)=2(x2+4)(x+2)(x2)2x^4 - 32 = 2(x^4 - 16) = 2(x^2 + 4)(x^2 - 4) = 2(x^2 + 4)(x + 2)(x - 2)