Special Products and Patterns
Special Products and Patterns
When multiplying or factoring polynomials, you will often encounter certain recurring patterns. Recognizing these "special products" acts as a math shortcut. It saves you time and reduces algebraic mistakes compared to manually expanding every term using the distributive property (like the FOIL method).
Perfect Square Trinomials
A perfect square trinomial is created when you multiply a binomial by itself (squaring the binomial). Instead of expanding (a+b)(a+b) manually, you can use these formulas:
Square of a Sum: (a+b)2=a2+2ab+b2
Square of a Difference: (a−b)2=a2−2ab+b2
Example: Expand (3x+2y)2 Identify your terms: a=3x and b=2y. Apply the square of a sum formula: (3x+2y)2=(3x)2+2(3x)(2y)+(2y)2 =9x2+12xy+4y2
Difference of Squares
When you multiply the sum and difference of the exact same two terms, the middle terms cancel out. This leaves you with a binomial that is the difference of two perfect squares.
Formula: (a+b)(a−b)=a2−b2
Example: Expand (5x+4)(5x−4) Identify your terms: a=5x and b=4. (5x+4)(5x−4)=(5x)2−(4)2 =25x2−16
Sum and Difference of Cubes
These patterns are incredibly useful when you need to factor binomials that consist of two perfect cubes added or subtracted together.
Sum of Cubes: a3+b3=(a+b)(a2−ab+b2)
Difference of Cubes: a3−b3=(a−b)(a2+ab+b2)
Memory Trick (SOAP): To remember the signs in the factored form, use SOAP for the operators: Same sign as the original, Opposite sign, Always Positive.
Example: Factor 8x3−27 First, recognize that both terms are perfect cubes: 8x3=(2x)3 and 27=33. Here, a=2x and b=3. Since it is a difference of cubes, apply the second formula: (2x)3−(3)3=(2x−3)((2x)2+(2x)(3)+(3)2) =(2x−3)(4x2+6x+9)