Exercise 11.4 — Algebraic Identities

Algebraic identities and their applications.

Advertisement
Lesson Notes PDF
1 /
Loading PDF…

What is an Algebraic Identity?

Exercise 11.4 of Class 8 Mathematics (CBSE, Telangana & Andhra Pradesh syllabus) introduces one of the most powerful tools in algebra — algebraic identities. These are equations that remain true for every possible value of the variables involved. They allow you to find products and evaluate numbers mentally, without writing out full multiplication.

The key difference between an identity and a regular equation is this: an equation like a² − 4 = 0 is true only for a = 2 or a = −2. But an identity like a(a + 2) ≡ a² + 2a is true for every value of a — substitute 1, 5, −7, or any number and it always holds. That is why we write the special symbol (instead of =) between the two sides of an identity.

Algebraic Identities (a+b)² Identity (a−b)² Identity (a+b)(a−b) Identity (x+a)(x+b) Identity
📌 Identity vs Equation: An identity is true for ALL values of the variable. An equation is true only for specific values. When writing identities, use to signal this difference. Examiners in Telangana & AP board exams sometimes test this distinction directly.

The Four Standard Identities — Derived and Explained

All four identities in this exercise come from direct binomial multiplication — exactly the method you practised in Exercise 11.3. The derivation below shows why they work, so you understand them rather than just memorise them.

Identity 1 — Square of a Sum
(a + b)² ≡ a² + 2ab + b²
Derived from (a+b)(a+b): ab term appears twice, so coefficient is 2.
Identity 2 — Square of a Difference
(a − b)² ≡ a² − 2ab + b²
Same structure as Identity 1 but the middle term is negative.
Identity 3 — Difference of Squares
(a + b)(a − b) ≡ a² − b²
The +ab and −ab cancel out — only two terms remain.
Identity 4 — Product of (x+a)(x+b)
(x+a)(x+b) ≡ x² + (a+b)x + ab
Middle term is the sum of constants; last term is their product.

Why (a + b)² gives a² + 2ab + b² — step by step

(a + b)² = (a + b)(a + b) = a×a + a×b + b×a + b×b = a² + ab + ab + b² ← the two ab terms combine = a² + 2ab + b²

Why (a − b)(a + b) gives a² − b² — step by step

(a + b)(a − b) = a×a + a×(−b) + b×a + b×(−b) = a² − ab + ab − b² ← the ab terms cancel completely = a² − b²
The big insight: Once you know these four identities, you can expand or evaluate any matching expression in one direct step — no need to multiply term by term every time. This is the power of identities.

How to Select the Right Identity — Decision Guide

Every question in Exercise 11.4 asks you to select a suitable identity before solving. Use this checklist to decide which identity fits:

What you seeIdentity to useKey signal
Two identical brackets multiplied together, both with + sign (a+b)² ≡ a²+2ab+b² Both brackets are the same with a + inside
Two identical brackets multiplied together, both with − sign (a−b)² ≡ a²−2ab+b² Both brackets are the same with a − inside
Two brackets with the same terms but one + and one − (a+b)(a−b) ≡ a²−b² One bracket has +, the other has −, rest is the same
Two brackets sharing a common base expression, with different constant add-ons (x+a)(x+b) ≡ x²+(a+b)x+ab Same "x" part but different constants a and b
💡 Matching tip: The "a" and "b" in the identities don't have to be single letters — they can be multi-variable expressions like 3k, ax², kl, or even numbers. As long as the pattern matches the identity structure, substitute the full expression in place of a and b.

Question 1 — Select a Suitable Identity and Find the Products (Parts i–viii)

Each part below begins by identifying which identity applies, then shows the substitution and simplification clearly. Study the identity tag in each problem — it tells you exactly which formula was used and why.

Q1 (i)
(3k + 4l)(3k + 4l)
Both brackets are identical with a + sign → use Identity 1
(a + b)² ≡ a² + 2ab + b²

Here a = 3k and b = 4l.

(3k + 4l)(3k + 4l) = (3k + 4l)² = (3k)² + 2(3k)(4l) + (4l)² = 9k² + 24kl + 16l² = 9k² + 24kl + 16l²
📌 Squaring a product: (3k)² = 3² × k² = 9k². Always square both the coefficient and the variable separately.
Q1 (ii)
(ax² + by²)(ax² + by²)
Two identical brackets, both with + → use Identity 1
(a + b)² ≡ a² + 2ab + b²

Here a = ax² and b = by². The letters in the identity are just placeholders — substitute the full expressions.

(ax² + by²)² = (ax²)² + 2(ax²)(by²) + (by²)² = a²x⁴ + 2abx²y² + b²y⁴ = a²x⁴ + 2abx²y² + b²y⁴
💡 Exponent doubling: (ax²)² = a² × x²×² = a²x⁴. When squaring a power, multiply the exponents: (x²)² = x⁴.
Q1 (iii)
(7d − 9e)(7d − 9e)
Two identical brackets, both with − sign → use Identity 2
(a − b)² ≡ a² − 2ab + b²

Here a = 7d and b = 9e.

(7d − 9e)² = (7d)² − 2(7d)(9e) + (9e)² = 49d² − 126de + 81e² = 49d² − 126de + 81e²
Middle term sign: In (a − b)², the middle term is always negative (−2ab). In (a + b)², it is always positive. This is the only difference between Identity 1 and Identity 2.
Q1 (iv)
(m² − n²)(m² + n²)
Two brackets with same terms but one − and one + → use Identity 3
(a − b)(a + b) ≡ a² − b²

Here a = m² and b = n².

(m² − n²)(m² + n²) = (m²)² − (n²)² = m⁴ − n⁴ = m⁴ − n⁴
💡 Power of a power: (m²)² = m²×² = m⁴. When you raise a power to another power, multiply the exponents.
Q1 (v)
(3t + 9s)(3t − 9s)
Same terms, one + and one − → use Identity 3
(a + b)(a − b) ≡ a² − b²

Here a = 3t and b = 9s.

(3t + 9s)(3t − 9s) = (3t)² − (9s)² = 9t² − 81s² = 9t² − 81s²
Q1 (vi)
(kl − mn)(kl + mn)
Two-variable terms, one + and one − → use Identity 3
(a − b)(a + b) ≡ a² − b²

Here a = kl and b = mn.

(kl − mn)(kl + mn) = (kl)² − (mn)² = k²l² − m²n² = k²l² − m²n²
📌 Squaring a product of variables: (kl)² = k²l². Each variable in the product gets squared independently.
Advertisement
Q1 (vii)
(6x + 5)(6x + 6)
Both brackets share 6x as a common base but have different constants 5 and 6 → use Identity 4
(x + a)(x + b) ≡ x² + (a + b)x + ab

Here x → 6x, a = 5, and b = 6.

(6x + 5)(6x + 6) = (6x)² + (5 + 6)(6x) + (5)(6) = 36x² + (11)(6x) + 30 = 36x² + 66x + 30 = 36x² + 66x + 30
💡 Identity 4 pattern: Middle term = (a + b) × the common base = (5 + 6)(6x) = 11 × 6x = 66x. Last term = product of the constants = 5 × 6 = 30.
Q1 (viii)
(2b − a)(2b + c)
Both brackets share 2b as a common base, with constants −a and +c → use Identity 4
(x + a)(x + b) ≡ x² + (a + b)x + ab

Rewrite: (2b − a)(2b + c) = [2b + (−a)][2b + c]. Here x → 2b, a = −a, b = c.

[2b + (−a)][2b + (c)] = (2b)² + (−a + c)(2b) + (−a)(c) = 4b² + (c − a)(2b) + (−ac) = 4b² − 2ab + 2bc − ac = 4b² − 2ab + 2bc − ac
⚠️ Key step: Before applying Identity 4, write (2b − a) as [2b + (−a)]. This makes it clear that the constant in the first bracket is −a, not +a. Missing the negative sign here is a very common error.

Question 2 — Evaluate Large Numbers Using Identities

This is the most practical application of algebraic identities: computing squares and products of large numbers without a calculator, by splitting them into a round number ± a small number. This method is widely used in competitive exams and is a favourite question type in CBSE, Telangana, and Andhra Pradesh board papers.

The Core Trick
Express the number as (round number ± small number), then apply the matching identity.

Parts (i) & (ii) — Using Identity 1: (a + b)² ≡ a² + 2ab + b²

Q2 (i) — 304²
304² = (300 + 4)²
= 300² + 2(300)(4) + 4²
= 90,000 + 2,400 + 16
= 92,416
Q2 (ii) — 509²
509² = (500 + 9)²
= 500² + 2(500)(9) + 9²
= 250,000 + 9,000 + 81
= 259,081

Parts (iii) & (iv) — Using Identity 2: (a − b)² ≡ a² − 2ab + b²

Numbers just below a round number are best expressed as (round number − small number) to apply the (a − b)² identity.

Q2 (iii) — 992²
992² = (1000 − 8)²
= 1000² − 2(1000)(8) + 8²
= 1,000,000 − 16,000 + 64
= 984,064
Q2 (iv) — 799²
799² = (800 − 1)²
= 800² − 2(800)(1) + 1²
= 640,000 − 1,600 + 1
= 638,401

Parts (v) & (vi) — Using Identity 3: (a + b)(a − b) ≡ a² − b²

When two numbers are equidistant from a round number (one above, one below by the same amount), Identity 3 is the perfect shortcut. The product reduces to just two squared terms.

Q2 (v) — 304 × 296
= (300 + 4)(300 − 4)
= 300² − 4²
= 90,000 − 16
= 89,984
Q2 (vi) — 83 × 77
= (80 + 3)(80 − 3)
= 80² − 3²
= 6,400 − 9
= 6,391
Spot the pattern: 304 and 296 are both exactly 4 away from 300. 83 and 77 are both exactly 3 away from 80. Whenever you see a pair like this, Identity 3 gives you the product in just two steps.

Parts (vii) & (viii) — Using Identity 4: (x + a)(x + b) ≡ x² + (a + b)x + ab

When two numbers both exceed a common round number by different amounts, Identity 4 is the perfect fit. The round number becomes x, and the extra amounts become a and b.

Q2 (vii) — 109 × 108
= (100 + 9)(100 + 8)
= 100² + (9 + 8)(100) + (9)(8)
= 10,000 + 1,700 + 72
= 11,772
Q2 (viii) — 204 × 206
= (200 + 4)(200 + 6)
= 200² + (4 + 6)(200) + (4)(6)
= 40,000 + 2,000 + 24
= 42,024

Quick Reference — All Answers at a Glance

QuestionExpressionIdentity UsedAnswer
Q1 (i)(3k + 4l)²(a+b)²9k² + 24kl + 16l²
Q1 (ii)(ax² + by²)²(a+b)²a²x⁴ + 2abx²y² + b²y⁴
Q1 (iii)(7d − 9e)²(a−b)²49d² − 126de + 81e²
Q1 (iv)(m² − n²)(m² + n²)(a−b)(a+b)m⁴ − n⁴
Q1 (v)(3t + 9s)(3t − 9s)(a+b)(a−b)9t² − 81s²
Q1 (vi)(kl − mn)(kl + mn)(a−b)(a+b)k²l² − m²n²
Q1 (vii)(6x + 5)(6x + 6)(x+a)(x+b)36x² + 66x + 30
Q1 (viii)(2b − a)(2b + c)(x+a)(x+b)4b² − 2ab + 2bc − ac
Q2 (i)304²(a+b)²92,416
Q2 (ii)509²(a+b)²259,081
Q2 (iii)992²(a−b)²984,064
Q2 (iv)799²(a−b)²638,401
Q2 (v)304 × 296(a+b)(a−b)89,984
Q2 (vi)83 × 77(a+b)(a−b)6,391
Q2 (vii)109 × 108(x+a)(x+b)11,772
Q2 (viii)204 × 206(x+a)(x+b)42,024

Common Mistakes to Avoid in Exercise 11.4

  • Forgetting the middle term in (a + b)²: Many students write (a + b)² = a² + b², completely omitting the 2ab term. This is the single most common algebra error in Class 8. Always write all three terms: a² + 2ab + b².
  • Wrong sign in the middle term of (a − b)²: (a − b)² = a² − 2ab + b² — the last term b² is positive, not negative. Both (a + b)² and (a − b)² end in +b². Only the middle term changes sign.
  • Applying (a − b)² when (a + b)(a − b) is needed: In Q1(iv), (m² − n²)(m² + n²) has two different brackets — not the same bracket squared. Always check: are the two brackets identical? If yes, use Identity 1 or 2. If they differ only in the sign of one term, use Identity 3.
  • Incorrect squaring of compound expressions: In Q1(i), (3k)² = 9k², not 3k². And (4l)² = 16l², not 4l². Square both the coefficient and the variable.
  • Sign error in Q1(viii) when using Identity 4: In (2b − a)(2b + c), the constant in the first bracket is −a, not a. Always rewrite subtraction as addition of a negative before matching to the identity: [2b + (−a)][2b + c].
  • Choosing the wrong round number in Q2: For 992², choosing 990 instead of 1000 works but is harder. Always pick the nearest multiple of a power of 10 (100, 1000, etc.) to make mental arithmetic easiest.
Board Exam Alert (Telangana & AP): In Q2 problems, always write the intermediate steps — show which identity you are using, write the split (e.g. 304 = 300 + 4), substitute into the identity, evaluate each term, then add. Skipping steps loses marks even when the final answer is correct.

What Exercise 11.4 Prepares You For

The four identities introduced in Exercise 11.4 are arguably the most important shortcuts in all of secondary school algebra. In Class 9 Polynomials, you will add two more identities — (a + b + c)² and (a + b)³ — but those too are built from the same binomial multiplication principles you have now mastered.

The "evaluate using identities" skill from Question 2 appears directly in CBSE, Telangana, and Andhra Pradesh board exams at Class 8, 9, and 10 levels, and in competitive entrance exams. Once you know that 204 × 196 = (200 + 4)(200 − 4) = 40000 − 16 = 39984, you can answer such questions in under ten seconds. This same technique is the foundation for Factorisation, which runs in reverse: given a² − b², you factorise it back into (a + b)(a − b).

📐 Next steps: Practice the Factorisation chapter next — every identity you learned here becomes a factorisation tool when read from right to left. For example, a² − b² ≡ (a + b)(a − b) tells you how to factorise any difference of two perfect squares.
Advertisement