Facebook Pixel
Mathos AI logo

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)(a+b)(a+b) manually, you can use these formulas:

Square of a Sum: (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2

Square of a Difference: (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

Example: Expand (3x+2y)2(3x + 2y)^2 Identify your terms: a=3xa = 3x and b=2yb = 2y. Apply the square of a sum formula: (3x+2y)2=(3x)2+2(3x)(2y)+(2y)2(3x + 2y)^2 = (3x)^2 + 2(3x)(2y) + (2y)^2 =9x2+12xy+4y2= 9x^2 + 12xy + 4y^2

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)(ab)=a2b2(a + b)(a - b) = a^2 - b^2

Example: Expand (5x+4)(5x4)(5x + 4)(5x - 4) Identify your terms: a=5xa = 5x and b=4b = 4. (5x+4)(5x4)=(5x)2(4)2(5x + 4)(5x - 4) = (5x)^2 - (4)^2 =25x216= 25x^2 - 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)(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 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 8x3278x^3 - 27 First, recognize that both terms are perfect cubes: 8x3=(2x)38x^3 = (2x)^3 and 27=3327 = 3^3. Here, a=2xa = 2x and b=3b = 3. Since it is a difference of cubes, apply the second formula: (2x)3(3)3=(2x3)((2x)2+(2x)(3)+(3)2)(2x)^3 - (3)^3 = (2x - 3)((2x)^2 + (2x)(3) + (3)^2) =(2x3)(4x2+6x+9)= (2x - 3)(4x^2 + 6x + 9)