This is an old revision of the document!
Table of Contents
Common Factorizations
Beyond simple distribution.
Difference of Squares
$(a^2 - b^2) = (a + b)(a - b)$
Sum of Squares
$(a^2 + b^2) = (a + bi)(a - bi)$
Sum/Difference of Cubes
$(a^3 + b^3) = (a + b)(a^2 - |ab| + b^2)$
$(a^3 - b^3) = (a - b)(a^2 + |ab| + b^2)$
An easy way to remember the difference is it goes sign → same sign → swap sign for quadratic.
Square of the Sum of Two Numbers
$(x + y)^2 = x^2 + 2xy + y^2$
Square of the Difference of Two Numbers
$(x - y)^2 = x^2 - 2xy + y^2$
Perfect Square Trinomial
$x^2 + bx + c = (x + \frac{b}{2})^2$ where $ \sqrt{c} = \frac{b}{2}$