Study Guide

All Algebraic Identities for Class 9: Explained Visually with Solved Examples

8 standard identities with visual proofs, pattern recognition tips, and 5 solved examples to make algebra feel effortless.

CBSEICSEIBClass 9
The SparkEd Authors (IITian & Googler)6 March 202612 min read
Algebraic identities for Class 9 with visual square proof and formula decorations

Identities Are Shortcuts, Not Extra Burden

Many students groan when they hear "algebraic identities." They think it means more formulas to memorize on top of an already overloaded syllabus. But here is the truth: identities exist to make your life easier, not harder.

An algebraic identity is an equation that is true for every possible value of the variable. It is not something you solve. It is something you use as a tool. Think of identities like kitchen appliances. You could chop vegetables with a knife (expand everything the long way), or you could use a food processor (apply an identity and get the answer in seconds).

Once you truly understand these 8 identities, you will solve complex expansion and factorisation problems in a fraction of the time. And unlike formulas that only work in specific situations, identities work every single time because they are universally true.

Identity vs Equation: The Key Difference

Before diving into the identities, let us clear up a confusion that trips up many students.

An equation is true only for specific values. For example, 2x+3=72x + 3 = 7 is only true when x=2x = 2.

An identity is true for ALL values. For example, (a+b)2=a2+2ab+b2(a + b)^2 = a^2 + 2ab + b^2 works no matter what numbers you substitute for aa and bb. Try a=3,b=4a = 3, b = 4: left side gives (7)2=49(7)^2 = 49, right side gives 9+24+16=499 + 24 + 16 = 49. Try a=100,b=1a = 100, b = 1: left side gives (101)2=10201(101)^2 = 10201, right side gives 10000+200+1=1020110000 + 200 + 1 = 10201.

This universality is what makes identities so powerful. Once proven, they work forever. No exceptions.

The 8 Standard Identities You Must Know

Here are all 8 identities covered in the Class 9 NCERT syllabus. We will go through each one, explain what it means visually, and show when to use it.

Identity 1: $(a + b)^2 = a^2 + 2ab + b^2$

The square of a sum. This is the most commonly used identity. Visually, imagine a square with side length (a+b)(a + b). Its area equals (a+b)2(a + b)^2. But you can also divide this square into four pieces: a square of side aa (area a2a^2), a square of side bb (area b2b^2), and two rectangles each with sides aa and bb (area abab each). Adding them up: a2+ab+ab+b2=a2+2ab+b2a^2 + ab + ab + b^2 = a^2 + 2ab + b^2.

Use this when: you need to expand a squared binomial with a plus sign, or quickly compute squares like (102)2=(100+2)2=10000+400+4=10404(102)^2 = (100 + 2)^2 = 10000 + 400 + 4 = 10404.

Identity 2: $(a - b)^2 = a^2 - 2ab + b^2$

The square of a difference. Exactly like Identity 1 but with subtraction. The middle term 2ab2ab becomes negative.

Use this when: you see a squared binomial with a minus sign, or need to compute squares like (98)2=(1002)2=10000400+4=9604(98)^2 = (100 - 2)^2 = 10000 - 400 + 4 = 9604.

Identity 3: $a^2 - b^2 = (a + b)(a - b)$

The difference of squares. This is the factorisation counterpart of Identities 1 and 2. Whenever you see one term squared minus another term squared, you can immediately factor it.

Use this when: factorising expressions like x29=(x+3)(x3)x^2 - 9 = (x + 3)(x - 3) or computing products like 103×97=(100+3)(1003)=100009=9991103 \times 97 = (100 + 3)(100 - 3) = 10000 - 9 = 9991.

Identity 4: $(x + a)(x + b) = x^2 + (a + b)x + ab$

The product of two binomials with a common first term. This identity is extremely useful for factorising quadratic expressions of the form x2+px+qx^2 + px + q. You need to find two numbers aa and bb whose sum is pp and whose product is qq.

Use this when: factorising trinomials like x2+7x+12x^2 + 7x + 12. Find two numbers that add to 7 and multiply to 12. That is 3 and 4. So x2+7x+12=(x+3)(x+4)x^2 + 7x + 12 = (x + 3)(x + 4).

Identity 5: $(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$

The square of a trinomial. An extension of Identity 1 to three terms. Each term gets squared, and every pair of terms gets doubled and multiplied.

Use this when: expanding expressions with three terms being squared, or when given a+b+ca + b + c and a2+b2+c2a^2 + b^2 + c^2 and asked to find ab+bc+caab + bc + ca.

Identity 6: $(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$

The cube of a sum. This can also be written as (a+b)3=a3+b3+3ab(a+b)(a + b)^3 = a^3 + b^3 + 3ab(a + b), which is sometimes easier to use.

Use this when: expanding cubic binomials or proving relationships involving cubes.

Identity 7: $(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3$

The cube of a difference. Same as Identity 6 with alternating signs. Can also be written as (ab)3=a3b33ab(ab)(a - b)^3 = a^3 - b^3 - 3ab(a - b).

Use this when: expanding cubic binomials with subtraction.

Identity 8: $a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$

The most complex identity in the syllabus. A special case: when a+b+c=0a + b + c = 0, then a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc. This shortcut appears frequently in exams.

Use this when: asked to prove a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc given that a+b+c=0a + b + c = 0, or factorising expressions involving sum of cubes.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

5 Solved Examples Using Different Identities

Example 1: Expand (3x+4y)2(3x + 4y)^2
Using Identity 1: (3x)2+2(3x)(4y)+(4y)2=9x2+24xy+16y2(3x)^2 + 2(3x)(4y) + (4y)^2 = 9x^2 + 24xy + 16y^2

Example 2: Factorise 25a249b225a^2 - 49b^2
Using Identity 3: (5a)2(7b)2=(5a+7b)(5a7b)(5a)^2 - (7b)^2 = (5a + 7b)(5a - 7b)

Example 3: Evaluate 105×95105 \times 95 without direct multiplication
Using Identity 3: (100+5)(1005)=100252=1000025=9975(100 + 5)(100 - 5) = 100^2 - 5^2 = 10000 - 25 = 9975

Example 4: Factorise x2+9x+20x^2 + 9x + 20
Using Identity 4: Find two numbers with sum 9 and product 20. Those are 4 and 5. So x2+9x+20=(x+4)(x+5)x^2 + 9x + 20 = (x + 4)(x + 5)

Example 5: If a+b+c=0a + b + c = 0, prove that a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc
Using Identity 8: a3+b3+c33abc=(a+b+c)(a2+b2+c2abbcca)a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca). Since a+b+c=0a + b + c = 0, the right side becomes 00. Therefore a3+b3+c3=3abca^3 + b^3 + c^3 = 3abc.

Common Mistakes to Avoid

The most frequent error is forgetting the middle term when squaring. Students write (a+b)2=a2+b2(a + b)^2 = a^2 + b^2 and miss the 2ab2ab entirely. Always remember: squaring a sum or difference produces THREE terms, not two.

Another common mistake is getting the sign wrong in Identity 2. The middle term 2ab2ab is subtracted, but the last term b2b^2 is always positive because you are squaring a negative number.

Students also confuse when to use which identity. The trick is pattern recognition. See a difference of two squares? Use Identity 3. See a trinomial with x2x^2 as the leading term? Try Identity 4. See three variables being cubed? Think Identity 8.

Finally, many students try to memorize all 8 identities as separate formulas. A better approach is to understand that Identities 1, 2, and 3 are related (they all come from multiplying two binomials). Identities 6 and 7 extend 1 and 2 to cubes. Identity 5 extends 1 to three terms. And Identity 8 is a special factorisation for cubes. Seeing the connections makes everything easier to remember.

How SparkEd Helps You Master Algebraic Identities

At SparkEd, we teach algebraic identities the visual way. Every identity comes with an intuitive explanation. For (a+b)2(a + b)^2, you see the actual square divided into regions. For a2b2a^2 - b^2, you see how a rectangle transforms into the product of sum and difference.

Our practice problems start Easy (direct application of one identity), move to Medium (identifying which identity to use and applying it), and go to Hard (multi step problems combining multiple identities). Each solution is visual and step by step, so you never wonder "how did they get from this step to the next."

If you are stuck, Super Power Help gives you a nudge like "Try rewriting this as a difference of squares" without solving the whole problem. And Spark the Coach, our AI tutor, guides you through the pattern recognition process so you build the skill of choosing the right identity on your own.

Written by the SparkEd Math Team

Built by an IITian and a Googler. Trusted by parents from Google, Microsoft, Meta, McKinsey and more.

Serving Classes 6 to 10 across CBSE, ICSE, IB MYP and Olympiad.

www.sparkedmaths.com | info@sparkedmaths.com

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now