An **algebraic identity** is an equation that is true for **all values** of the variables occurring in it. This is different from an algebraic equation, which is true only for specific values of variables.
**Example of equation:** x² – 1 = 24 is true only when x = 5 or x = –5
**Example of identity:** (x + y)² = x² + 2xy + y² is true for all values of x and y
**Key distinction:** Identities are universal truths in algebra, while equations have limited solutions.
---
A square of side (a + b) units can be divided into four parts:
Therefore: **(a + b)² = a² + 2ab + b²**
(a + b)² = (a + b)(a + b)
= a(a + b) + b(a + b)
= a² + ab + ba + b²
= **a² + 2ab + b²**
This identity holds for:
**Expansion of binomials:**
(5x + 2y)² = (5x)² + 2(5x)(2y) + (2y)² = 25x² + 20xy + 4y²
**Numerical calculations:**
43² = (40 + 3)² = 1600 + 240 + 9 = 1849
**Important pattern observation:**
---
In a square of side a units, if we remove a smaller section of side b, the remaining area is (a – b)². This can be decomposed as:
(a – b)² = (a – b)(a – b)
= a(a – b) – b(a – b)
= a² – ab – ba + b²
= **a² – 2ab + b²**
The only difference is the **sign of the middle term**:
**Expansion:**
(7x – 3y)² = 49x² – 42xy + 9y²
**Numerical calculations:**
29² = (30 – 1)² = 900 – 60 + 1 = 841
---
Starting with (a + b + c)², replace (b + c) with d:
(a + d)² = a² + 2ad + d²
Substitute back d = (b + c):
= a² + 2a(b + c) + (b + c)²
= a² + 2ab + 2ac + b² + 2bc + c²
**Rearranged form:** (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca
Terms with squares: a², b², c²
Terms with products: 2ab + 2bc + 2ca (each pair of variables multiplied by 2)
A square of side (a + b + c) contains:
119² = (100 + 10 + 9)²
= 10000 + 100 + 81 + 2(1000) + 2(900) + 2(90)
= 10000 + 100 + 81 + 2000 + 1800 + 180
= **14161**
---
(a + b)(a – b) = a(a – b) + b(a – b)
= a² – ab + ba – b²
= **a² – b²**
a² = (a + b)(a – b) + b²
This can be rearranged to: **(a + b)(a – b) = a² – b²**
**Example:** 55² = (55 + 5)(55 – 5) + 5²
= 60 × 50 + 25
= 3000 + 25
= **3025**
**General pattern for numbers ending in 5:**
**Interesting observation:** Numbers ending in 5 always have squares ending in 25
---
To factor an expression of form a² + 2ab + b²:
1. Identify if the first and last terms are perfect squares
2. Check if the middle term equals 2 × (square root of first term) × (square root of last term)
3. If yes, factor as (a + b)²
Step 1: Extract common factor: 2(25p² + 30pq + 9q²)
Step 2: Factor the trinomial:
---
To factor an expression of form a² – 2ab + b²:
1. Identify if first and last terms are perfect squares
2. Check if middle term = –2 × (√first term) × (√last term)
3. If yes, factor as (a – b)²
---
**Pattern:** For any three consecutive square numbers, if you add the smallest and largest, then subtract twice the middle square, the result is always 2.
**Proof using identities:**
Any three consecutive integers: (n – 1), n, (n + 1)
Their squares: (n – 1)², n², (n + 1)²
Sum of smallest and largest:
(n – 1)² + (n + 1)² = (n² – 2n + 1) + (n² + 2n + 1) = 2n² + 2
Subtract twice the middle square:
2n² + 2 – 2n² = **2** ✓
This proves the pattern algebraically using the (a ± b)² identities.
---
For expression x² + (a + b)x + ab, the factorization is (x + a)(x + b)
**Condition:** We must find two numbers whose:
**Find a and b such that:**
**Solution:** a = 3, b = 4
**Factorization:** (x + 3)(x + 4)
**Verification:** (x + 3)(x + 4) = x² + 4x + 3x + 12 = x² + 7x + 12 ✓
**Conditions:**
**Factors of 30:** 1×30, 2×15, 3×10, 5×6
**Check:** 5 + 6 = 11 and 5 × 6 = 30 ✓
**Factorization:** (x + 5)(x + 6)
**Conditions:**
**Solution:** a = –2, b = –3 (both negative)
**Factorization:** (x – 2)(x – 3)
---
(px + a)(qx + b) = pqx² + (pb + qa)x + ab
**Method:**
1. Find two numbers whose product = 6 × 2 = 12 and sum = 7
2. These are 3 and 4
3. Split: 6x² + 3x + 4x + 2
4. Group: 3x(2x + 1) + 2(2x + 1)
5. **Factor:** (3x + 2)(2x + 1)
**Verification:** (3x + 2)(2x + 1) = 6x² + 3x + 4x + 2 = 6x² + 7x + 2 ✓
---
(a + b)³ = (a + b)(a + b)²
= (a + b)(a² + 2ab + b²)
Expand using distributive property:
= a(a² + 2ab + b²) + b(a² + 2ab + b²)
= a³ + 2a²b + ab² + a²b + 2ab² + b³
= **a³ + 3a²b + 3ab² + b³**
A cube of edge (a + b) can be divided into:
**Total:** (a + b)³ = a³ + 3a²b + 3ab² + b³
Coefficients: 1, 3, 3, 1 (binomial coefficients from Pascal's triangle)
Alternate powers of a and b decrease and increase respectively
---
Replace b with (–b) in (a + b)³:
(a – b)³ = a³ + 3a²(–b) + 3a(–b)² + (–b)³
= **a³ – 3a²b + 3ab² – b³**
Signs **alternate** starting with positive
(2x – 1)³ = (2x)³ – 3(2x)²(1) + 3(2x)(1)² – (1)³
= 8x³ – 12x² + 6x – 1
---
**Match with (a + b)³ = a³ + 3a²b + 3ab² + b³:**
**Side of cube:** (p + 2q) units
**Match with (a – b)³ = a³ – 3a²b + 3ab² – b³:**
**Expression:** (2n – 5m)³
---
**1. Don't confuse (a + b)² with a² + b²**
**2. Sign care in (a – b)²**
**3. Factorization procedure**
**4. For ax² + bx + c (a ≠ 1)**
**5. Cube identities**
**6. Quick calculations**
**7. Verification**
---
| Identity | Form | Use |
|----------|------|-----|
| (a+b)² | a² + 2ab + b² | Expansion, squaring |
| (a–b)² | a² – 2ab + b² | Factorization |
| (a+b+c)² | a² + b² + c² + 2ab + 2bc + 2ca | Three-term squaring |
| a²–b² | (a+b)(a–b) | Difference of squares |
| (a+b)³ | a³ + 3a²b + 3ab² + b³ | Cubic expansion |
| (a–b)³ | a³ – 3a²b + 3ab² – b³ | Cubic factorization |
These identities form the foundation for advanced algebraic manipulation and are essential for CBSE board examinations.
Q1. Which of the following is an algebraic identity?
Answer: A — Option A is true for all values of a and b, making it an identity; options B, C, and D are equations true for only specific values.
Q2. Expand (7x + 4y)² using the identity (a + b)² = a² + 2ab + b².
Answer: B — (7x)² + 2(7x)(4y) + (4y)² = 49x² + 56xy + 16y²; option A forgets the 2ab term.
Q3. Using the identity, calculate 105².
Answer: A — 105² = (100 + 5)² = 10000 + 1000 + 25 = 11025.
Q4. Factor the expression x² + 8x + 16 using identities.
Answer: A — x² + 8x + 16 = (x)² + 2(x)(4) + (4)² matches the pattern a² + 2ab + b², so it equals (x + 4)².
Q5. Which of the following is NOT correct?
Answer: C — Option C is incorrect because an identity is true for all values, but an equation is only true for some values—the statement confuses the two concepts; all other options are correct statements about identities.
Q6. Priya observes that (10 + 3)² = 169 and 10² + 3² = 109. She concludes that (a + b)² is always greater than a² + b². Which statement best explains why this conclusion is not universally true?
Answer: B — (a + b)² - (a² + b²) = 2ab; if a and b have opposite signs, 2ab < 0, making (a + b)² < a² + b², so the conclusion is not universally true.
Q7. What is the value of 2ab in the expansion of (4p + 5q)²?
Answer: B — In (a + b)² = a² + 2ab + b², with a = 4p and b = 5q, the term 2ab = 2(4p)(5q) = 40pq.
Q8. Factorize 36x² + 12x + 1 and identify its factors.
Answer: B — 36x² + 12x + 1 = (6x)² + 2(6x)(1) + 1² matches a² + 2ab + b², so it factors as (6x + 1)².
Q9. Consider three consecutive square numbers: 16, 25, 36. If you add the smallest and largest, then subtract twice the middle square, what do you get?
Answer: A — Using the pattern: (16 + 36) - 2(25) = 52 - 50 = 2; this follows from (n-1)² + (n+1)² - 2n² = 2 for any n.
Q10. Which identity would you use to factor the expression 25p² + 30pq + 9q²?
Answer: A — The expression 25p² + 30pq + 9q² = (5p)² + 2(5p)(3q) + (3q)² matches (a + b)² with positive middle term, so (a + b)² is the correct identity.
What is an algebraic identity?
An equation that is true for all values of the variables occurring in it.
State the identity for (a + b)².
(a + b)² = a² + 2ab + b²
What is the difference between an identity and an equation?
An identity is true for all values of variables, while an equation is true for only some specific values.
Expand (5x + 2y)² using the identity.
(5x + 2y)² = 25x² + 20xy + 4y²
State the identity for (a - b)².
(a - b)² = a² - 2ab + b²
How can you factor x² + 4x + 4?
Recognize it as (x)² + 2(x)(2) + (2)², so x² + 4x + 4 = (x + 2)².
When is (a + b)² equal to a² + b²?
Only when 2ab = 0, which means either a = 0 or b = 0 (or both).
Calculate 43² using the identity (a + b)² = a² + 2ab + b².
43² = (40 + 3)² = 1600 + 240 + 9 = 1849
What must you first check before factoring 50p² + 60pq + 18q² using identities?
Check if there is a common factor first; here 2 is common, leaving 25p² + 30pq + 9q² = (5p + 3q)².
In the pattern of three consecutive squares (n-1)², n², (n+1)², why does (n-1)² + (n+1)² - 2n² always equal 2?
Because (n-1)² + (n+1)² = n² - 2n + 1 + n² + 2n + 1 = 2n² + 2, and subtracting 2n² leaves 2.
Define an algebraic identity and distinguish it from an algebraic equation with one example each. [2 marks]
An identity is true for all variable values; an equation is true for specific values only. Example of identity: (a + b)² = a² + 2ab + b²; example of equation: x² - 1 = 24 (true only for x = ±5).
Using the identity (a + b)² = a² + 2ab + b², expand (3x + 4y)² and verify your answer by direct multiplication. [3 marks]
Apply the formula with a = 3x and b = 4y to get 9x² + 24xy + 16y². Then verify by multiplying (3x + 4y)(3x + 4y) term by term to confirm the result is identical.
Prove that for any three consecutive numbers n – 1, n, and n + 1, the sum of their squares (n – 1)² + (n + 1)² minus twice the middle square 2n² always equals 2. Use this to explain the pattern observed in Example 1 of the chapter. [5 marks]
Expand (n – 1)² and (n + 1)² using the identity (a – b)² = a² – 2ab + b². Add them and subtract 2n² to simplify and prove the result is always 2. This algebraic proof explains why the numerical pattern holds for any set of three consecutive square numbers.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →