Fiveable

🔟Elementary Algebra Unit 6 Review

QR code for Elementary Algebra practice questions

6.4 Special Products

6.4 Special Products

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🔟Elementary Algebra
Unit & Topic Study Guides

Special Product Patterns

Special product patterns let you multiply certain binomials instantly, without going through FOIL every time. Once you recognize the pattern, you can write the answer in one step. This section covers two patterns: squaring a binomial and multiplying conjugates.

Binomial Squares Pattern

When you square a binomial, the result always follows the same structure:

  • (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2
  • (ab)2=a22ab+b2(a - b)^2 = a^2 - 2ab + b^2

The only difference between the two is the sign of the middle term. If the binomial has a plus, the middle term is positive. If it has a minus, the middle term is negative.

You can verify this with FOIL. When you expand (a+b)(a+b)(a + b)(a + b):

  • First: a2a^2
  • Outer + Inner: ab+ab=2abab + ab = 2ab
  • Last: b2b^2

The outer and inner products are always identical, which is why you get 2ab2ab in the middle.

Examples:

  • (x+3)2=x2+2(x)(3)+32=x2+6x+9(x + 3)^2 = x^2 + 2(x)(3) + 3^2 = x^2 + 6x + 9
  • (2y1)2=(2y)22(2y)(1)+12=4y24y+1(2y - 1)^2 = (2y)^2 - 2(2y)(1) + 1^2 = 4y^2 - 4y + 1

Notice in the second example that you square the entire first term: (2y)2=4y2(2y)^2 = 4y^2, not 2y22y^2. This is one of the most common mistakes students make.

Common error: Writing (a+b)2=a2+b2(a + b)^2 = a^2 + b^2 and forgetting the middle term. The middle term 2ab2ab is always there.

Binomial squares pattern application, Binomial Theorem – Algebra and Trigonometry OpenStax

Conjugate Expressions (Difference of Squares)

Conjugates are two binomials with the same terms but opposite signs: (a+b)(a + b) and (ab)(a - b). When you multiply them, the middle terms cancel out:

(a+b)(ab)=a2ab+abb2=a2b2(a + b)(a - b) = a^2 - ab + ab - b^2 = a^2 - b^2

The result is always a difference of squares with no middle term.

Examples:

  • (x+5)(x5)=x225(x + 5)(x - 5) = x^2 - 25
  • (3y+2)(3y2)=(3y)222=9y24(3y + 2)(3y - 2) = (3y)^2 - 2^2 = 9y^2 - 4

This pattern works because the outer and inner products are equal but opposite (ab-ab and +ab+ab), so they add to zero.

Binomial squares pattern application, Factor Special Products – Intermediate Algebra

How to Identify Which Pattern to Use

Before you apply a pattern, you need to recognize what you're looking at. Here's how to tell:

  • Binomial squares: You see a single binomial raised to the second power, like (a+b)2(a + b)^2 or (ab)2(a - b)^2. Use a2±2ab+b2a^2 \pm 2ab + b^2.
  • Conjugates: You see two binomials with the same terms but opposite signs, like (a+b)(ab)(a + b)(a - b). Use a2b2a^2 - b^2.

Steps for applying special products:

  1. Identify whether the expression is a squared binomial or a pair of conjugates.
  2. Identify your aa and bb terms.
  3. Plug into the correct formula.
  4. Simplify (evaluate any exponents and multiply coefficients).

Worked examples:

  1. Simplify (2x3)2(2x - 3)^2

    • This is a squared binomial with a=2xa = 2x and b=3b = 3.
    • Apply the pattern: (2x)22(2x)(3)+32(2x)^2 - 2(2x)(3) + 3^2
    • Simplify: 4x212x+94x^2 - 12x + 9
  2. Simplify (4y+1)(4y1)(4y + 1)(4y - 1)

    • These are conjugates with a=4ya = 4y and b=1b = 1.
    • Apply the pattern: (4y)212(4y)^2 - 1^2
    • Simplify: 16y2116y^2 - 1

Key Background Concepts

  • Polynomials are expressions made of variables and coefficients combined with addition, subtraction, and multiplication (e.g., 3x2+2x53x^2 + 2x - 5).
  • Distributive property lets you multiply a term across a sum or difference: a(b+c)=ab+aca(b + c) = ab + ac. FOIL is just the distributive property applied twice.
  • Like terms share the same variable and exponent, so they can be combined. This is why the middle terms in conjugate multiplication cancel: ab-ab and +ab+ab are like terms that sum to zero.