Factoring Special Forms

Master factoring difference of squares and perfect square trinomials for the Digital SAT. Recognise patterns for fast, accurate factoring.

Certain polynomial expressions have special structures that allow them to be factored instantly — without trial and error. The Digital SAT rewards students who can recognise these patterns quickly. The two key patterns are the difference of two squares and perfect square trinomials.

Core Concepts

Difference of Two Squares (DOTS)

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

This pattern applies when:

  • There are exactly two terms
  • They are separated by a minus sign
  • Both terms are perfect squares

Examples: x249=(x+7)(x7)x^2 - 49 = (x + 7)(x - 7) 4x225=(2x+5)(2x5)4x^2 - 25 = (2x + 5)(2x - 5) 9x216y2=(3x+4y)(3x4y)9x^2 - 16y^2 = (3x + 4y)(3x - 4y)

Important: a2+b2a^2 + b^2 (sum of squares) does NOT factor over the real numbers.

Perfect Square Trinomials

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

Recognise this pattern by checking:

  1. First term is a perfect square
  2. Last term is a perfect square
  3. Middle term = 2×first×last2 \times \sqrt{\text{first}} \times \sqrt{\text{last}}

Examples: x2+10x+25=(x+5)2x^2 + 10x + 25 = (x + 5)^2 x214x+49=(x7)2x^2 - 14x + 49 = (x - 7)^2 4x2+12x+9=(2x+3)24x^2 + 12x + 9 = (2x + 3)^2

Check: 2×2x×3=12x2 \times 2x \times 3 = 12x

Factoring in Multiple Steps

Always look for a common factor first, then check for special forms.

3x248=3(x216)=3(x+4)(x4)3x^2 - 48 = 3(x^2 - 16) = 3(x + 4)(x - 4)

2x2+12x+18=2(x2+6x+9)=2(x+3)22x^2 + 12x + 18 = 2(x^2 + 6x + 9) = 2(x + 3)^2

Sum and Difference of Cubes (Less Common on SAT)

a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2) a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2)

These appear rarely on the SAT but are good to know.

Strategy Tips

Tip 1: Scan for Two Terms with a Minus

If you see something2something2\text{something}^2 - \text{something}^2, it's DOTS. Factor immediately.

Tip 2: Check the Middle Term for Perfect Squares

For trinomials, check if the middle term equals 2×first×last2 \times \sqrt{\text{first}} \times \sqrt{\text{last}}.

Tip 3: Factor Out the GCF First

Before looking for special forms, always check for a greatest common factor.

Tip 4: Recognise Disguised Patterns

(x+1)29=[(x+1)+3][(x+1)3]=(x+4)(x2)(x+1)^2 - 9 = [(x+1) + 3][(x+1) - 3] = (x+4)(x-2)

The "aa" in DOTS can be an expression, not just a single term.

Tip 5: Verify by Expanding

Quickly expand your factored form to check it matches the original.

Worked Example: Example 1

Problem

Factor x264x^2 - 64.

=(x+8)(x8)= (x + 8)(x - 8)

Solution

Worked Example: Example 2

Problem

Factor 25x2125x^2 - 1.

=(5x+1)(5x1)= (5x + 1)(5x - 1)

Solution

Worked Example: Example 3

Problem

Factor x2+16x+64x^2 + 16x + 64.

Check: x2=x\sqrt{x^2} = x, 64=8\sqrt{64} = 8, 2(x)(8)=16x2(x)(8) = 16x

=(x+8)2= (x + 8)^2

Solution

Worked Example: SAT-Style

Problem

Which of the following is equivalent to (x+3)216(x + 3)^2 - 16?

This is DOTS with a=(x+3)a = (x+3) and b=4b = 4:

=[(x+3)+4][(x+3)4]=(x+7)(x1)= [(x+3) + 4][(x+3) - 4] = (x+7)(x-1)

Solution

Worked Example: Example 5

Problem

Factor completely: 5x345x5x^3 - 45x.

=5x(x29)=5x(x+3)(x3)= 5x(x^2 - 9) = 5x(x+3)(x-3)

Solution

Practice Problems

  1. Problem 1

    Factor x2100x^2 - 100.

    Problem 2

    Factor 9x249x^2 - 4.

    Problem 3

    Factor x26x+9x^2 - 6x + 9.

    Problem 4

    Factor completely 2x2502x^2 - 50.

    Problem 5

    Which expression is equivalent to (2x1)225(2x - 1)^2 - 25?

    Problem 6

    Is x2+9x^2 + 9 factorable over the real numbers?

Want to check your answers and get step-by-step solutions?

Get it on Google PlayDownload on the App Store

Common Mistakes

  • Trying to factor a2+b2a^2 + b^2. The sum of squares does NOT factor.
  • Missing the GCF. Always extract common factors first.
  • Incorrect perfect square check. Verify that the middle term is exactly 2ab2ab.
  • Not recognising disguised DOTS. (x+y)2z2(x+y)^2 - z^2 is still a difference of squares.
  • Stopping too early. After factoring out GCF, check if the remaining expression factors further.

Frequently Asked Questions

How do I quickly check if a number is a perfect square?

Know your squares: 1,4,9,16,25,36,49,64,81,100,121,1441, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144. For variables: x2,x4,x6x^2, x^4, x^6 are perfect squares.

Does the SAT test sum of cubes?

Rarely, but it's possible. Focus on DOTS and perfect square trinomials first.

Can DOTS be applied to higher powers?

Yes! x416=(x2+4)(x24)=(x2+4)(x+2)(x2)x^4 - 16 = (x^2 + 4)(x^2 - 4) = (x^2 + 4)(x + 2)(x - 2).

What if the DOTS has coefficients?

Same pattern: 16x249=(4x)272=(4x+7)(4x7)16x^2 - 49 = (4x)^2 - 7^2 = (4x + 7)(4x - 7).

How is this tested on the SAT?

"Which is equivalent to..." or "Factor completely." Also appears in solving equations.

Key Takeaways

  • DOTS: a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b). Look for two squares separated by minus.

  • Perfect square trinomial: a2±2ab+b2=(a±b)2a^2 ± 2ab + b^2 = (a ± b)^2. Check the middle term.

  • a2+b2a^2 + b^2 does NOT factor over the reals.

  • GCF first — always check for a common factor before applying special forms.

  • "aa" can be an expression — look for disguised patterns.

  • Verify by expanding your factored form.

Ready to Ace Your SAT math?

Get instant step-by-step solutions to any problem. Snap a photo and learn with Tutor AI — your personal exam prep companion.

Get it on Google PlayDownload on the App Store