0:00 / 0:00

Factoring w/ Identities

Difference of Squares
a2b2=(ab)(a+b)a^2-b^2=\left(a-b\right)\left(a+b\right)

Difference of Cubes
a3b3=(ab)(a2+ab+b2)a^3-b^3=\left(a-b\right)\left(a^2+ab+b^2\right)

Sum of Cubes
a3+b3=(a+b)(a2ab+b2)a^3+b^3=\left(a+b\right)\left(a^2-ab+b^2\right)

Example
Factor the following:

a) x24x^2-4
(x2)(x+2)\left(x-2\right)\left(x+2\right)

b) x327x^3-27
(x3)(x2+3x+9)\left(x-3\right)\left(x^2+3x+9\right)

c) (x+1)3+8\left(x+1\right)^3+8
((x+1)+2)((x+1)2(x+1)(2)+4)\left(\left(x+1\right)+2\right)\left(\left(x+1\right)^2-\left(x+1\right)\left(2\right)+4\right)
=(x+3)(x2+2x+12x2+4)=\left(x+3\right)\left(x^2+2x+1-2x-2+4\right)
=(x+3)(x2+3)=\left(x+3\right)\left(x^2+3\right)


d) x416x^4-16
This is a difference of squares (x2)2(4)2\left(x^2\right)^2-\left(4\right)^2:
(x24)(x2+4)\left(x^2-4\right)\left(x^2+4\right)
=(x2)(x+2)(x2+4)=\left(x-2\right)\left(x+2\right)\left(x^2+4\right)