Algebraic identities are simple, reliable equations that hold true for all values of their variables. This guide presents the standard algebraic identities, provides clear proofs, and demonstrates their application through worked examples and exercises. Mastery of these identities enables efficient expansion, factorization, and simplification, and serves as an essential foundation for higher-level algebra and problem solving.

Algebraic identities are equations that are true for every possible value of the variables not just some values. An algebraic identity is an equation involving variables where the Left Hand Side (LHS) equals the Right Hand Side (RHS) for all values of the variables. It doesn't matter whether you substitute 0, 1, −5, or 1000 the identity always holds true.
Imagine you need to calculate 103². You could multiply 103 × 103 the long way. Or, you could think of it as (100 + 3)², use the identity (a + b)² = a² + 2ab + b², and solve it in about five seconds: 10000 + 600 + 9 = 10609.
Standard Algebraic Identities
The following are algebraic identities are based on two variables and are widely used in mathematics.
The following are algebraic identities based on three variables.
Identity I: (a + b)² = a² + 2ab + b²
Algebraic Proof of (a + b)² = a² + 2ab + b²
(a + b)² = (a + b) × (a + b) [rewrite square as product]
= a(a + b) + b(a + b) [distribute the first bracket]
= a² + ab + ba + b² [distribute again]
= a² + ab + ab + b² [since ab = ba by commutativity]
= a² + 2ab + b²
Visual Proof:
Consider a square with side (a+b). Its area i If we divide this square into smaller regions, the total area becomes , which simplifies to .
Since the total area is unchanged, we get the identity:

Identity II: (a − b)² = a² − 2ab + b²
Algebraic Proof of (a − b)² = a² − 2ab + b²
(a − b)² = (a − b)(a − b) [rewrite]
= a(a − b) − b(a − b) [distribute]
= a² − ab − ba + b² [expand]
= a² − ab − ab + b² [ab = ba]
= a² − 2ab + b²
Visual Proof:
Consider a square of side a. Its area is a². 2. Now, remove a smaller square of side b from it, along with the two rectangular regions of dimensions a×b.
The remaining area can be written as a²−ab−ab+b², which simplifies to .
Since the total area is preserved through this decomposition, we obtain:

Identity III: (a + b)(a − b) = a² − b²
Algebraic Proof of (a + b)(a − b) = a² − b²
(a + b)(a − b) = a(a − b) + b(a − b) [distribute]
= a² − ab + ba − b² [expand]
= a² − ab + ab − b² [ab = ba]
= a² − b² [the −ab and +ab cancel out]
Visual Proof:
To prove the identity, we consider a square and remove a smaller square of area b^2 from it. The remaining region can be divided into two rectangles.
The total remaining area is the sum of these two rectangles:
a(a−b)+b(a−b)
Taking (a−b) common, we get:
(a−b)(a+b)
On the other hand, the remaining area is also equal to
Since both expressions represent the same area, we conclude:

Identity IV: (x + a)(x + b) = x² + (a + b)x + ab
Algebraic Proof:
(x + a)(x + b) = x(x + b) + a(x + b) [distribute]
= x² + bx + ax + ab [expand]
= x² + (a + b)x + ab [combine bx + ax]
Visual proof: To prove this visually, consider a rectangle of sides (x+a) and (x+b).
Split it into four parts: , ax, bx, and ab.
Adding these areas gives , hence .

The identities can also be used them to factorise (break down) complex-looking expressions into simpler factors.
Give below are a few examples of using identities for factorisation.
Example 1: Expand (3x + 4y)²
Solution: using Identity I: (a+b)² = a² + 2ab + b²
Identify a = 3x, b = 4y
(3x + 4y)² = (3x)² + 2(3x)(4y) + (4y)²
= 9x² + 24xy + 16y²
Example 2: Find the product 998 × 1002 using identities
Solution: using Identity III: (a+b)(a−b) = a² − b²
Write 998 = 1000 − 2 and 1002 = 1000 + 2
So 998 × 1002 = (1000 − 2)(1000 + 2)
= 1000² − 2² = 1000000 − 4 = 999996
Example 3: If x + y = 10 and xy = 21, find x² + y²
Solution: We know (x + y)² = x² + 2xy + y²
So x² + y² = (x + y)² − 2xy
= (10)² − 2(21) = 100 − 42 = 58
Example 4: If a + b + c = 0, find the value of a³ + b³ + c³
Solution: Using: a³ + b³ + c³ − 3abc = (a+b+c)(a²+b²+c²−ab−bc−ca)
Since a + b + c = 0, the RHS becomes 0 × (anything) = 0
Therefore a³ + b³ + c³ − 3abc = 0
∴ a³ + b³ + c³ = 3abc
Example 5: Factorise 25x² − 70xy + 49y²
Solution: 25x² = (5x)², 49y² = (7y)², and 70xy = 2 × 5x × 7y
This matches (a − b)² = a² − 2ab + b², where a = 5x and b = 7y
∴ 25x² − 70xy + 49y² = (5x − 7y)²
Learning algebraic identities is very important because they:
Help to simplify algebraic expressions
Make calculations faster and easier
Support factoring and expansion
Help solve complex equations
They are used in geometry, physics, and higher-level math
Understanding algebraic identities also builds a strong foundation for more advanced topics in algebra, such as quadratic equations, polynomials, and calculus.
Learn more at Orchids The International School, where math becomes fun, clear, and easy to understand.
Numbers make sense when they're taught right. To see how Orchids The International School turns Maths from intimidating to intuitive, reach out to our admissions team.
The 12 common algebraic identities are:
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab + b²
a² - b² = (a + b)(a - b)
(x + a)(x + b) = x² + (a + b)x + ab
(x + a)³ = x³ + 3ax² + 3a²x + a³
(x - a)³ = x³ - 3ax² + 3a²x - a³
x³ + y³ = (x + y)(x² - xy + y²)
x³ - y³ = (x - y)(x² + xy + y²)
(a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca
(a + b)³ = a³ + b³ + 3ab(a + b)
(a - b)³ = a³ - b³ - 3ab(a - b)
x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx)
The first 7 algebraic identities are:
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab + b²
a² - b² = (a + b)(a - b)
(x + a)(x + b) = x² + (a + b)x + ab
(x + a)³ = x³ + 3ax² + 3a²x + a³
(x - a)³ = x³ - 3ax² + 3a²x - a³
x³ + y³ = (x + y)(x² - xy + y²)
Muhammad ibn Musa al-Khwarizmi is considered the father of algebra. He introduced early algebraic methods in his book “Al-Kitab al-Mukhtasar fi Hisab al-Jabr wal-Muqabala.”
Here are 10 important algebraic identities:
(a + b)² = a² + 2ab + b²
(a - b)² = a² - 2ab + b²
a² - b² = (a + b)(a - b)
(x + a)(x + b) = x² + (a + b)x + ab
(a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca
x³ + y³ = (x + y)(x² - xy + y²)
x³ - y³ = (x - y)(x² + xy + y²)
(a + b)³ = a³ + b³ + 3ab(a + b)
(a - b)³ = a³ - b³ - 3ab(a - b)
x³ + y³ + z³ - 3xyz = (x + y + z)(x² + y² + z² - xy - yz - zx)
The 8 commonly used algebraic identities are:
(a + b)²
(a - b)²
a² - b²
(a + b)³
(a - b)³
x³ + y³
x³ - y³
(a + b + c)²
An algebraic identity is true for all values of the variables, while an equation is true only for specific values that satisfy the given condition.
When a + b + c = 0, Identity VIII simplifies to a³ + b³ + c³ = 3abc.
Admissions Open for 2026-27
What type of concept pages would you prefer?
CBSE Schools In Popular Cities