Exploring Algebraic Identities

Chapter mind map: how it all connects
1 · Square identities(x±y)², (x+y+z)² and x²−y², visualised with area models
2 · Factoring quadraticsSplitting the middle term, matching perfect-square patterns
Exploring Algebraic Identities
3 · Cube identities(x±y)³, x³±y³, and the three-variable identity x³+y³+z³−3xyz
4 · ApplicationsFast squaring/cubing, area word problems, simplifying rational expressions
What you will learn in this chapter
  • The difference between an equation and an identity
  • All the standard square and cube identities, and how to visualise them geometrically
  • How to factor a quadratic by splitting the middle term
  • How to simplify a rational expression by factoring and cancelling common factors
identityexpansionfactorisationsplitting the middle termperfect squarerational expression

1What Is an Identity?

Learn by heartDefinition 1

An identity is an equation that is true for every value of the variables in it. An equation that is only true for particular values is not an identity. E.g. x21=24x^2-1=24 is true only for x=±5x=\pm5 (an equation), but (x+y)2=x2+2xy+y2(x+y)^2=x^2+2xy+y^2 is true for all x,yx,y (an identity).

Take any three consecutive square numbers, say 1,4,91, 4, 9. Add the smallest and largest, subtract twice the middle: (1+9)2(4)=2(1+9)-2(4)=2. Try 25,36,4925,36,49: (25+49)2(36)=2(25+49)-2(36)=2 again. This always gives 2, and algebra explains why: writing the numbers as (n1)2,n2,(n+1)2(n-1)^2, n^2, (n+1)^2, we get (n1)2+(n+1)22n2=2n2+22n2=2(n-1)^2+(n+1)^2-2n^2=2n^2+2-2n^2=2 for every nn.

2Square Identities

Figure 1: A square of side (a+b) splits into an a×a square, a b×b square, and two ab rectangles, giving (a+b)² = a² + 2ab + b².
Figure 1: A square of side (a+b) splits into an a×a square, a b×b square, and two ab rectangles, giving (a+b)² = a² + 2ab + b².
Formula
(x+y)2=x2+2xy+y2(x+y)^2 = x^2+2xy+y^2
Also true for negative and rational x,yx,y, proved generally using the distributive property: (x+y)(x+y)=x(x+y)+y(x+y)(x+y)(x+y)=x(x+y)+y(x+y)
Formula
(xy)2=x22xy+y2(x-y)^2 = x^2-2xy+y^2
Replace yy with y-y in the identity above
Solved Example

Q. Find 43243^2 and 29229^2 using identities.

432=(40+3)2=1600+240+9=184943^2=(40+3)^2=1600+240+9=1849.   292=(301)2=90060+1=  29^2=(30-1)^2=900-60+1=\;841841

Formula
(x+y+z)2=x2+y2+z2+2xy+2yz+2zx(x+y+z)^2 = x^2+y^2+z^2+2xy+2yz+2zx
Every pair of variables contributes a “2×product” cross term
Solved Example

Q. Find 1222122^2 using the three-term identity.

1222=(100+20+2)2=10000+400+4+2(2000)+2(200)+2(40)=10404+4000+400+80=  122^2=(100+20+2)^2=10000+400+4+2(2000)+2(200)+2(40)=10404+4000+400+80=\;1488414884

Formula: Śhrīdharāchārya’s identity
x2y2=(x+y)(xy)x^2-y^2 = (x+y)(x-y),   equivalently x2=(x+y)(xy)+y2x^2=(x+y)(x-y)+y^2
Proposed 750 CE as a quick way to square numbers
Solved Example

Q. Use Śhrīdharāchārya’s method to find 55255^2.

552=(55+5)(555)+52=60×50+25=3000+25=  55^2=(55+5)(55-5)+5^2=60\times50+25=3000+25=\;30253025

3Factoring Quadratics

The identities above run in reverse too: they factor expressions, not just expand them.

Solved Example

Q. Factor 9x2+30x+259x^2+30x+25.

9x2=(3x)29x^2=(3x)^2, 25=5225=5^2, 30x=2(3x)(5)30x=2(3x)(5), matching a2+2ab+b2a^2+2ab+b^2 with a=3x,b=5a=3x,b=5. So 9x2+30x+25=  9x^2+30x+25=\;(3x+5)2(3x+5)^2

Splitting the middle term

To factor x2+(a+b)x+abx^2+(a+b)x+ab as (x+a)(x+b)(x+a)(x+b): find two numbers a,ba,b whose sum is the coefficient of xx and whose product is the constant term.

Solved Example

Q. Factor x25x24x^2-5x-24.

Need two numbers with sum 5-5 and product 24-24: these are 8-8 and 33.

x25x24=x28x+3x24=x(x8)+3(x8)=  x^2-5x-24=x^2-8x+3x-24=x(x-8)+3(x-8)=\;(x8)(x+3)(x-8)(x+3)

Formula (general quadratic)
(ax+b)(cx+d)=acx2+(ad+bc)x+bd(ax+b)(cx+d) = acx^2+(ad+bc)x+bd
Common Mistake

When the constant term is negative, the two numbers aa and bb must have opposite signs; when it is positive, they must have the same sign as the middle-term coefficient’s sign. Getting this backwards is the single most common factoring error.

4Cube Identities

Identity Expression
Sum cubed (x+y)3=x3+3x2y+3xy2+y3(x+y)^3 = x^3+3x^2y+3xy^2+y^3
Difference cubed (xy)3=x33x2y+3xy2y3(x-y)^3 = x^3-3x^2y+3xy^2-y^3
Difference of cubes x3y3=(xy)(x2+xy+y2)x^3-y^3 = (x-y)(x^2+xy+y^2)
Sum of cubes x3+y3=(x+y)(x2xy+y2)x^3+y^3 = (x+y)(x^2-xy+y^2)
Three-variable cube identity x3+y3+z33xyz=(x+y+z)(x2+y2+z2xyyzzx)x^3+y^3+z^3-3xyz = (x+y+z)(x^2+y^2+z^2-xy-yz-zx)
Where the cube identities come from

(x+y)3=(x+y)(x+y)2=(x+y)(x2+2xy+y2)(x+y)^3=(x+y)(x+y)^2=(x+y)(x^2+2xy+y^2), expanded by distributivity, gives x3+3x2y+3xy2+y3x^3+3x^2y+3xy^2+y^3. Replacing yy with y-y gives the difference-cubed identity, with signs alternating +,,+,+,-,+,-.

Solved Example

Q. Find 1033103^3 using an identity.

1033=(100+3)3=1003+3(100)2(3)+3(100)(3)2+33=1000000+90000+2700+27=  103^3=(100+3)^3=100^3+3(100)^2(3)+3(100)(3)^2+3^3=1000000+90000+2700+27=\;10927271092727

Solved Example

Q. Factor 8n360n2m+150nm2125m38n^3-60n^2m+150nm^2-125m^3.

Rewrite as (2n)33(2n)2(5m)+3(2n)(5m)2(5m)3(2n)^3-3(2n)^2(5m)+3(2n)(5m)^2-(5m)^3, matching x33x2y+3xy2y3x^3-3x^2y+3xy^2-y^3 with x=2n,y=5mx=2n,y=5m. So it equals   \;(2n5m)3(2n-5m)^3

Special case worth remembering

If x+y+z=0x+y+z=0, then x3+y3+z3=3xyzx^3+y^3+z^3=3xyz

Because the first factor (x+y+z)(x+y+z) in the identity becomes zero, leaving x3+y3+z33xyz=0x^3+y^3+z^3-3xyz=0.

Given

x+y+z=10x+y+z=10, xyz=25xyz=25, x2+y2+z2=38x^2+y^2+z^2=38

Find

x3+y3+z3x^3+y^3+z^3

Solution

From (x+y+z)2=x2+y2+z2+2(xy+yz+zx)(x+y+z)^2=x^2+y^2+z^2+2(xy+yz+zx): 100=38+2(xy+yz+zx)xy+yz+zx=31100=38+2(xy+yz+zx) \Rightarrow xy+yz+zx=31

From the cube identity: x3+y3+z33(25)=10(3831)x3+y3+z3=70+75=  x^3+y^3+z^3-3(25)=10\big(38-31\big) \Rightarrow x^3+y^3+z^3=70+75=\;145145

5Simplifying Rational Expressions

Factor the numerator and denominator fully, then cancel any factor common to both (assuming the denominator is never zero).

Given

x27x+125x2+5x100\dfrac{x^2-7x+12}{5x^2+5x-100}, denominator 0\ne 0

Simplify
Solution

Numerator: need sum 7-7, product 1212: these are 3,4-3,-4. So x27x+12=(x3)(x4)x^2-7x+12=(x-3)(x-4)

Denominator: 5x2+5x100=5(x2+x20)5x^2+5x-100=5(x^2+x-20); need sum 11, product 20-20: these are 5,45,-4. So =5(x4)(x+5)=5(x-4)(x+5)

(x3)(x4)5(x4)(x+5)=  \dfrac{(x-3)(x-4)}{5(x-4)(x+5)} = \;x35(x+5)\dfrac{x-3}{5(x+5)}   (cancelling x4x-4, valid since x4x\ne4)

Solved Example: area word problem

Q. A rectangular pool’s breadth is 4 m less than its length, and its area is 96 sq. m. Find its dimensions.

Let length =x=x m, breadth =x4=x-4 m. Then x(x4)=96x24x96=0x(x-4)=96 \Rightarrow x^2-4x-96=0

Need sum 4-4, product 96-96: these are 12,8-12,8. So (x12)(x+8)=0x=12(x-12)(x+8)=0 \Rightarrow x=12 (rejecting x=8x=-8, a length can’t be negative)

Length =  =\;1212 m, breadth =8=8 m

Every identity in this chapter comes from expanding a product with the distributive property, just applied to squares, cubes, and sums of several variables.

the single idea to carry out of this chapter

All identities in one place
(x+y)2(x+y)^2x2+2xy+y2x^2+2xy+y^2
(xy)2(x-y)^2x22xy+y2x^2-2xy+y^2
(x+y+z)2(x+y+z)^2x2+y2+z2+2xy+2yz+2zxx^2+y^2+z^2+2xy+2yz+2zx
x2y2x^2-y^2(x+y)(xy)(x+y)(x-y)
x2+(a+b)x+abx^2+(a+b)x+ab(x+a)(x+b)(x+a)(x+b)
(ax+b)(cx+d)(ax+b)(cx+d)acx2+(ad+bc)x+bdacx^2+(ad+bc)x+bd
x3y3x^3-y^3(xy)(x2+xy+y2)(x-y)(x^2+xy+y^2)
x3+y3x^3+y^3(x+y)(x2xy+y2)(x+y)(x^2-xy+y^2)
(x+y)3(x+y)^3x3+3x2y+3xy2+y3x^3+3x^2y+3xy^2+y^3
(xy)3(x-y)^3x33x2y+3xy2y3x^3-3x^2y+3xy^2-y^3
x3+y3+z33xyzx^3+y^3+z^3-3xyz(x+y+z)(x2+y2+z2xyyzzx)(x+y+z)(x^2+y^2+z^2-xy-yz-zx)
Check yourself before the exam
  • Can I state and apply all 11 identities without looking them up?
  • Can I factor a quadratic by splitting the middle term, choosing the correct signs?
  • Can I use Śhrīdharāchārya’s method or the (x+y+z)² identity to square a number mentally?
  • Can I simplify a rational expression and state the value that must be excluded?
Quick Revision: read this the night before the exam
  • Identity = true for all values; equation = true only for specific values
  • (x±y)2=x2±2xy+y2(x\pm y)^2=x^2\pm2xy+y^2; (x+y+z)2(x+y+z)^2 adds all three squares plus three cross terms
  • x2y2=(x+y)(xy)x^2-y^2=(x+y)(x-y); use it for fast squaring: a2=(a+b)(ab)+b2a^2=(a+b)(a-b)+b^2
  • Splitting the middle term: find two numbers with the given sum and product
  • (x±y)3=x3±3x2y+3xy2±y3(x\pm y)^3=x^3\pm3x^2y+3xy^2\pm y^3 (signs alternate for the minus case)
  • x3+y3+z33xyz=(x+y+z)(x2+y2+z2xyyzzx)x^3+y^3+z^3-3xyz=(x+y+z)(x^2+y^2+z^2-xy-yz-zx); equals 0 when x+y+z=0x+y+z=0
  • Simplify rational expressions by factoring both parts and cancelling, noting what can’t equal zero
Practice Questions
  1. 1 markExpand (3x5)2(3x-5)^2 using an identity.
  2. 1 markEvaluate 9982998^2 using a suitable identity.
  3. 2 marksFactor 25x2+70xy+49y225x^2+70xy+49y^2.
  4. 2 marksFactor x2+2x63x^2+2x-63 by splitting the middle term.
  5. 2 marksEvaluate 52×4852\times48 using x2y2=(x+y)(xy)x^2-y^2=(x+y)(x-y).
  6. 3 marksExpand (2p3q+r)2(2p-3q+r)^2 using the three-term identity.
  7. 3 marksFind aa if x3+12x2q+48xq2+64q3=(x+a)3x^3+12x^2q+48xq^2+64q^3=(x+a)^3.
  8. 2 marksSimplify 9s225t23s2+2st5t2\dfrac{9s^2-25t^2}{3s^2+2st-5t^2}, assuming the denominator is never 0.
  9. 3 marksIf x+y+z=0x+y+z=0, show that x3+y3+z3=3xyzx^3+y^3+z^3=3xyz, and use it to find 23+(5)3+332^3+(-5)^3+3^3.
  10. 4 marksA square garden of side 30 m has a path of uniform width ss m built around it. Find an expression for the area of the path in terms of ss.
  11. 3 marksA number plus its reciprocal equals 136\dfrac{13}{6}. Find the number(s).
Multiple Choice
  1. 1 mark(x+7)(x7)(x+7)(x-7) equals:
    (a) x249x^2-49(b) x2+49x^2+49(c) x214x+49x^2-14x+49(d) x2+14x49x^2+14x-49
  2. 1 markWhich is an identity, not just an equation?
    (a) x2=16x^2=16(b) 2x+3=112x+3=11(c) (x+1)2=x2+2x+1(x+1)^2=x^2+2x+1(d) x2x=6x^2-x=6
  3. 1 markTo factor x29x+20x^2-9x+20, the two numbers needed are:
    (a) 4 and 5(b) −4 and −5(c) 2 and 10(d) −2 and −10
Assertion (A): (a+b)2(a+b)^2 is always greater than or equal to a2+b2a^2+b^2 when a,b>0a,b>0.
Reason (R): (a+b)2(a2+b2)=2ab(a+b)^2-(a^2+b^2)=2ab, which is non-negative when a,b>0a,b>0.
Case Study
Saira arranges one square tile of side x units, 8 rectangular strips of size x by 1 units, and 15 unit squares to build one large rectangle, with total area x² + 8x + 15 square units.
  1. 1 markWhich two numbers have sum 8 and product 15?
  2. 1 markFactor x² + 8x + 15 into two linear factors.
  3. 2 marksState the length and breadth of Saira’s rectangle in terms of x.
Answer Key
Q19x230x+259x^2-30x+25
Q29982=(10002)2=10000004000+4=996004998^2=(1000-2)^2=1000000-4000+4=996004
Q3(5x+7y)2(5x+7y)^2
Q4Sum 2, product −63: numbers 9, −7. (x+9)(x7)(x+9)(x-7)
Q552×48=(50+2)(502)=25004=249652\times48=(50+2)(50-2)=2500-4=2496
Q64p2+9q2+r212pq+4pr6qr4p^2+9q^2+r^2-12pq+4pr-6qr
Q7a=4qa=4q (since 64q3=(4q)364q^3=(4q)^3 and the pattern matches x3+3x2(4q)+3x(4q)2+(4q)3x^3+3x^2(4q)+3x(4q)^2+(4q)^3)
Q8(3s5t)(3s+5t)(3s+5t)(st)=3s5tst\dfrac{(3s-5t)(3s+5t)}{(3s+5t)(s-t)}=\dfrac{3s-5t}{s-t}
Q9Proof follows from the factored identity; 2+(5)+3=02+(-5)+3=0, so sum of cubes =3(2)(5)(3)=90=3(2)(-5)(3)=-90
Q10Outer square (30+2s)2(30+2s)^2 minus garden 30230^2: path area =120s+4s2=120s+4s^2 sq. m
Q11x+1x=1366x213x+6=0(3x2)(2x3)=0x=23x+\frac1x=\frac{13}{6} \Rightarrow 6x^2-13x+6=0 \Rightarrow (3x-2)(2x-3)=0 \Rightarrow x=\frac23 or 32\frac32
MCQ 1–3(a) · (c) · (b)
A/RBoth A and R are true, and R is the correct explanation of A
Case Study3 and 5 · (x+3)(x+5)(x+3)(x+5) · length =x+5=x+5, breadth =x+3=x+3
Read this chapter in:English Mediumहिंदी माध्यम