Unit: Factorization Of Expressions
Chapter: Factorization Using Standard Identities
Reference: – What are Standard Identities, Identity 1: a² + 2ab + b² = (a + b)², Identity 2: a² – 2ab + b² = (a – b)², Identity 3: a² – b² = (a – b)(a + b), Identity 4: (x + a)(x + b) = x² + (a + b)x + ab, Recognizing Perfect Square Trinomials, Recognizing Difference of Squares, Applying Identities in Reverse, Solved Examples, Odd-One-Out Problems, Common Mistakes
After studying this chapter, you should be able to understand:
- What are Standard Algebraic Identities
- How to Recognize Perfect Square Trinomials
- How to Factor Using (a + b)² and (a – b)²
- How to Factor Using a² – b² = (a – b)(a + b)
- How to Apply Identities in Reverse for Factorization
Introduction to Factorization Using Standard Identities
Definition
Standard identities are algebraic formulas that are always true. In factorization, we use these identities in reverse. Instead of expanding (a + b)² to get a² + 2ab + b², we look at an expression like a² + 2ab + b² and recognize it as (a + b)². This allows us to factor expressions quickly without trial and error.
When we factor using identities, we essentially ask:
"Does this expression match one of the standard identity patterns?"
If yes, we can replace it with its factored form directly.
Importance of Standard Identities
- Speeds up factorization significantly
- Reduces guesswork in factoring quadratics
- Essential for simplifying complex algebraic expressions
- Foundational for solving quadratic equations
- Used extensively in calculus and higher mathematics
Example
The expression x² + 6x + 9 matches the pattern a² + 2ab + b² with a = x and b = 3. So it factors as (x + 3)².
Subtopics
1. What are Standard Identities
Standard identities are equations that hold true for all values of the variables. They are "shortcuts" that we can use in both expansion and factorization.
The Four Most Important Identities for Factorization:
Identity 1 (Perfect Square – Sum): a² + 2ab + b² = (a + b)²
Identity 2 (Perfect Square – Difference): a² – 2ab + b² = (a – b)²
Identity 3 (Difference of Squares): a² – b² = (a – b)(a + b)
Identity 4 (Product of Binomials): (x + a)(x + b) = x² + (a + b)x + ab (used in reverse)
2. Recognizing Perfect Square Trinomials
A perfect square trinomial is an expression that can be written as (a + b)² or (a – b)². It has three terms.
How to Recognize:
- First term is a perfect square (like x², 9y², 25)
- Last term is a perfect square (like 4, 16, 49)
- Middle term is twice the product of the square roots of the first and last terms
- Sign of middle term determines whether it is (a + b)² or (a – b)²
Checklist for Perfect Square Trinomial:
Step 1: Is the first term a perfect square? √(first term) = a
Step 2: Is the last term a perfect square? √(last term) = b
Step 3: Is the middle term equal to 2 × a × b? (ignoring sign)
Step 4: If yes, then the expression is (a ± b)² (sign matches middle term)
Example 1: x² + 10x + 25
First term: x² → √ = x
Last term: 25 → √ = 5
Middle term: 2 × x × 5 = 10x ✓ matches
Since middle term is positive: (x + 5)²
Example 2: x² – 8x + 16
First term: x² → √ = x
Last term: 16 → √ = 4
Middle term: 2 × x × 4 = 8x ✓ (matches, ignoring negative sign)
Since middle term is negative: (x – 4)²
Example 3: 4x² + 12x + 9
First term: 4x² → √ = 2x
Last term: 9 → √ = 3
Middle term: 2 × 2x × 3 = 12x ✓ matches
Since middle term positive: (2x + 3)²
3. Factoring Using (a + b)² and (a – b)²
Once you recognize a perfect square trinomial, write it as a binomial squared.
Example 1: Factor x² + 14x + 49
√x² = x, √49 = 7, 2 × x × 7 = 14x ✓
Answer: (x + 7)²
4. Factoring Difference of Squares (a² – b²)
This is the easiest identity to recognize. Look for two terms separated by a minus sign, both perfect squares.
Formula: a² – b² = (a – b)(a + b)
Important Notes:
- The order of the binomials does not matter: (a – b)(a + b) = (a + b)(a – b)
- Sum of squares (a² + b²) does NOT factor using real numbers
- The expression must be a DIFFERENCE (minus), not a sum
5. Factoring Using x² + (a + b)x + ab = (x + a)(x + b)
This identity is used when a quadratic has the form x² + bx + c. We find two numbers whose sum is b and product is c.
6. Factoring When a ≠ 1 in ax² + bx + c
When the coefficient of x² is not 1, we may still use identities or more advanced methods (covered in later chapters). For Grade 8, focus on cases where a = 1 or the expression is a perfect square or difference of squares.
Solved Examples
Example 1 – Perfect Square (Sum): Factor x² + 12x + 36
Solution: √x² = x, √36 = 6, 2 × x × 6 = 12x ✓
Answer: (x + 6)²
Example 2 – Perfect Square (Difference): Factor 49x² – 28x + 4
Solution: √49x² = 7x, √4 = 2, 2 × 7x × 2 = 28x ✓ (negative middle term)
Answer: (7x – 2)²
Example 3 – Difference of Squares: Factor 100x² – 81y²
Solution: 100x² = (10x)², 81y² = (9y)²
Answer: (10x – 9y)(10x + 9y)
Example 4 – Recognizing Non-Perfect Square: Factor x² + 10x + 16
Solution: √x² = x, √16 = 4, 2 × x × 4 = 8x, but middle term is 10x – not a perfect square. Use p + q method: p + q = 10, p × q = 16 → p = 2, q = 8
Answer: (x + 2)(x + 8)
Common Mistakes to Avoid
Mistake 1 – Forgetting the middle term check
Not every trinomial with perfect square first and last terms is a perfect square trinomial.
Correct understanding: Always check that the middle term equals 2ab.
Mistake 2 – Applying difference of squares to sum of squares
x² + 25 does not factor as (x + 5)(x – 5) because that equals x² – 25.
Correct understanding: a² + b² does not factor over real numbers.
Mistake 3 – Sign errors in perfect squares
(x – 5)² = x² – 10x + 25, not x² + 10x + 25.
Correct understanding: The sign of the middle term matches the sign in the binomial.
Mistake 4 – Forgetting to take square roots correctly
√9x² = 3x (not 9x), √16x⁴ = 4x² (not 4x).
Correct understanding: Take the square root of both the coefficient and the variable.
Mistake 5 – Not factoring out GCF first
2x² – 50 looks like difference of squares, but factor 2 first: 2(x² – 25) = 2(x – 5)(x + 5).
Correct understanding: Always check for GCF before applying identities.
Mistake 6 – Misidentifying (a + b)² vs (a – b)²
If the middle term is negative, use (a – b)². If positive, use (a + b)².
Correct understanding: The sign of the middle term determines the sign in the binomial.
Quick Reference Summary
Standard Identities for Factorization:
|
Identity |
Expanded Form |
Factored Form |
|
Perfect Square (Sum) |
a² + 2ab + b² |
(a + b)² |
|
Perfect Square (Difference) |
a² – 2ab + b² |
(a – b)² |
|
Difference of Squares |
a² – b² |
(a – b)(a + b) |
|
Quadratic (a=1) |
x² + (a+b)x + ab |
(x + a)(x + b) |
Perfect Square Trinomial Check:
√first = a, √last = b, middle = ± 2ab
Difference of Squares Check:
Two terms, minus sign, both terms perfect squares
Important: Sum of squares (a² + b²) does NOT factor over real numbers.