Difference of Squares
a2−b2=(a+b)(a−b)
Examples
- x2−9=(x+3)(x−3)
- 4x2−25=(2x+5)(2x−5)
- x4−16=(x2+4)(x2−4)=(x2+4)(x+2)(x−2)
Perfect Square Trinomials
a2+2ab+b2=(a+b)2
a2−2ab+b2=(a−b)2
Examples
- x2+6x+9=(x+3)2
- x2−10x+25=(x−5)2
- 4x2+12x+9=(2x+3)2
Sum and Difference of Cubes
Sum of Cubes
a3+b3=(a+b)(a2−ab+b2)
Difference of Cubes
a3−b3=(a−b)(a2+ab+b2)
Memory Aid: SOAP
- Same sign as the original
- Opposite sign
- Always Positive (last term)
Examples
- x3+8=(x+2)(x2−2x+4)
- x3−27=(x−3)(x2+3x+9)
- 8x3+125=(2x+5)(4x2−10x+25)
Factoring by Grouping
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)
Trinomial Factoring
Form: x2+bx+c
Find factors of c that add to b:
x2+bx+c=(x+m)(x+n)
where mn=c and m+n=b
Form: ax2+bx+c (a=1)
Method: Find factors of ac that add to b, then factor by grouping.
Example
- 2x2+7x+3
- ac=6, need factors that add to 7: 6 and 1
- 2x2+6x+x+3=2x(x+3)+1(x+3)=(2x+1)(x+3)
Factoring Completely
Always check for:
- Common factors (GCF)
- Difference of squares
- Perfect square trinomials
- Sum/difference of cubes
- Trinomial patterns
- Grouping
Example
- 2x4−32=2(x4−16)=2(x2+4)(x2−4)=2(x2+4)(x+2)(x−2)