Exploring Algebraic Identities
Short, colourful, handwritten-style notes — by EduGrown
1A Curious Pattern to Begin With
Before learning any rule, let us play a small game with square numbers.
- 1, 4, 9 → (1 + 9) – (2 × 4) = 10 – 8 = 2
- 9, 16, 25 → (9 + 25) – (2 × 16) = 34 – 32 = 2
- 25, 36, 49 → (25 + 49) – (2 × 36) = 74 – 72 = 2
2Equation vs Identity
An ordinary equation need not be true for all values — only for some.
| Statement | True for… | Type |
|---|---|---|
| x² – 1 = 24 | only x = 5 or –5 | Equation |
| (x + y)² = x² + 2xy + y² | every x and every y | Identity |
3Visualising (a + b)²
Take two lengths a and b and join them to make a longer segment of length (a + b).
Now build a square of side (a + b) and cut it into pieces.
- Whole square → area = (a + b)²
- Big inner square → a² • Small square → b²
- Two rectangles → ab + ab = 2ab
✔ Proof for all numbers
The picture works only for lengths (positive numbers). To be sure it works for negatives and fractions too, we use the distributive property:
- If ab is positive → (a + b)² > a² + b²
- If ab is negative → (a + b)² < a² + b²
- If ab = 0 (i.e. a = 0 or b = 0) → both are equal
- Expanding: (5x + 2y)² = (5x)² + 2(5x)(2y) + (2y)² = 25x² + 20xy + 4y²
- Mental maths: 43² = (40 + 3)² = 1600 + 240 + 9 = 1849
4The Identity (a – b)²
Simply replace b by –b in the previous identity — a brand new identity appears!
✔ Now the Section-1 mystery is solved!
5Square of Three Terms (a + b + c)²
What if there are three terms? Clever idea: bundle two of them together.
- Let d = b + c, so (a + b + c)² becomes (a + d)²
- (a + d)² = a² + 2ad + d² = a² + 2a(b + c) + (b + c)²
- Open the brackets and tidy up:
Watch the signs: if a term is negative, its square stays positive, but the products with it flip sign.
= 100² + 10² + 9² + 2(100)(10) + 2(100)(9) + 2(10)(9)
= 10000 + 100 + 81 + 2000 + 1800 + 180 = 14161
6a² – b² & Śhrīdharāchārya’s Trick
7Factorisation Using Identities
Identities can be read backwards. Instead of opening brackets, we put them back!
- Check the first term — is it a perfect square? Call its root a.
- Check the last term — is it a perfect square? Call its root b.
- Check the middle term — is it exactly 2ab? If yes → answer is (a ± b)².
- x² + 4x + 4 = x² + 2(x)(2) + 2² = (x + 2)²
- 36x² + 12x + 1 = (6x)² + 2(6x)(1) + 1² = (6x + 1)²
- 16y² – 24y + 9 = (4y)² – 2(4y)(3) + 3² = (4y – 3)²
8Factorisation Using Algebra Tiles
Algebra tiles turn factorisation into a jigsaw puzzle. Three tiles are used: an x²-tile (big square), an x-tile (long strip) and a unit tile (small square).
- The tiles are arranged into a rectangle.
- Its length and breadth are the two factors: (x + 3) and (x + 4).
- Its area is the expression: x² + 7x + 12.
- Notice 7x has been split as 3x + 4x — 3 strips on the right, 4 strips below.
The same idea works when the x² coefficient is not 1:
9Splitting the Middle Term
Tiles are fun, but slow. Here is the pen-and-paper method.
a + b = middle coefficient and a × b = last term.
- 2 & 15 → product 30 ✔ but sum 17 ✘
- 3 & 10 → product 30 ✔ but sum 13 ✘
- 5 & 6 → product 30 ✔ and sum 11 ✔
| Last term | Middle term | Signs of a and b |
|---|---|---|
| + | + | both positive |
| + | – | both negative |
| – | + or – | one +, one – (bigger one takes the middle sign) |
10Cube Identities: (a ± b)³
Multiply (a + b) by (a + b)² and a beautiful new identity appears.
A square gave us pieces of a square; a cube gives us pieces of a cube.
- 2 cubes → volumes a³ and b³
- 3 cuboids of size a × a × b → total 3a²b
- 3 cuboids of size a × b × b → total 3ab²
= (p)³ + 3(p)²(2q) + 3(p)(2q)² + (2q)³ = (p + 2q)³
So a cube of this volume has side p + 2q units.
11Sum & Difference of Cubes
- The small bracket copies the sign of the question.
- In the big bracket, the middle sign is the opposite.
- The big bracket is almost (x ± y)² — but the middle term is xy, not 2xy.
In fact (x – y) is a factor of xn – yn for every n.
12The Identity x³ + y³ + z³ – 3xyz
13Simplifying Rational Expressions
- Factorise the numerator.
- Factorise the denominator (take out common factors first).
- Cancel the common factors — but only if they are not zero.
- Top: x² – 7x + 12 = (x – 3)(x – 4)
- Bottom: 5x² + 5x – 100 = 5(x² + x – 20) = 5(x – 4)(x + 5)
- Cancel the common factor (x – 4):
x + 3x + 5 can NOT be cancelled to 35 — x is a term here, not a factor.
14All Identities at a Glance
| # | Identity | Mainly used for |
|---|---|---|
| 1 | (x + y)² = x² + 2xy + y² | Squaring, perfect-square factors |
| 2 | (x – y)² = x² – 2xy + y² | Squaring numbers just below a round number |
| 3 | (x + y + z)² = x² + y² + z² + 2xy + 2yz + 2zx | Three-term squares |
| 4 | (x + y)(x – y) = x² – y² | Fast products, Śhrīdharāchārya’s trick |
| 5 | (x + a)(x + b) = x² + (a + b)x + ab | Splitting the middle term |
| 6 | (ax + b)(cx + d) = ac·x² + (ad + bc)x + bd | Quadratics with x² coefficient ≠ 1 |
| 7 | x³ – y³ = (x – y)(x² + xy + y²) | Difference of cubes |
| 8 | x³ + y³ = (x + y)(x² – xy + y²) | Sum of cubes |
| 9 | (x + y)³ = x³ + 3x²y + 3xy² + y³ | Cubing, cube factors |
| 10 | (x – y)³ = x³ – 3x²y + 3xy² – y³ | Cubing with a minus sign |
| 11 | x³ + y³ + z³ – 3xyz = (x + y + z)(x² + y² + z² – xy – xz – yz) | Three-variable cubes |
15Common Mistakes to Avoid
- Writing (a + b)² = a² + b². The 2ab term is never allowed to vanish.
- Writing (a – b)² = a² – b². It is a² – 2ab + b²; the last term is +b², not –b².
- Forgetting the middle sign in cubes. (a – b)³ has signs + – + –.
- In x³ + y³ = (x + y)(x² – xy + y²), writing 2xy instead of xy in the big bracket.
- Trying the perfect-square test before taking out the common factor (e.g. 50p² + 60pq + 18q²).
- Cancelling terms instead of factors in a rational expression.
- Missing a factor: after getting (x – 12)(x + 8) = 0, remember both x = 12 and x = –8 exist — then reject the one that does not fit (like a negative length).
- In (a + b + c)², writing only 3 terms. There must be 6.
16Chapter Summary — Quick Revision
🏆 All of Chapter 4 in 10 lines
- An identity is an equation true for every value of its variables; an ordinary equation is true only for some values.
- Identities can be visualised using squares, rectangles, cubes and algebra tiles — area and volume become algebra.
- (a + b)² = a² + 2ab + b² and (a – b)² = a² – 2ab + b² — only the middle sign differs.
- (a + b + c)² gives 6 terms: three squares plus twice each of the three pairs.
- a² – b² = (a + b)(a – b); rewritten as a² = (a + b)(a – b) + b² it becomes Śhrīdharāchārya’s fast squaring trick (750 CE).
- Identities work both ways — to expand and to factorise. Always remove the common factor first.
- Splitting the middle term: for x² + px + q find two numbers whose sum is p and product is q.
- Cubes: (a + b)³ = a³ + 3a²b + 3ab² + b³, and (a – b)³ has alternating signs.
- x³ ± y³ always factorises; the big bracket carries the opposite middle sign and the term xy (not 2xy).
- x³ + y³ + z³ – 3xyz = (x + y + z)(x² + y² + z² – xy – yz – zx); and if x + y + z = 0 then x³ + y³ + z³ = 3xyz.
✨ Happy Learning — @edugrown ✨
