Full NCERT notes on algebraic identities, expansion, factorisation, and worked examples for Class 9 Maths Chapter 4.
An Algebraic Identity is a universal mathematical equality that holds true for every possible value assigned to its variables. Let us begin by observing a surprising numerical mystery!
Take any 3 consecutive square numbers. Add the smallest and largest squares, then subtract twice the middle square:
Why does this always yield 2 regardless of which three consecutive squares you choose? We will use algebra to prove this universal truth in Section 4.3!
Take a line segment of length \( (a + b) \) units and construct a square on it. We can partition this outer square into two smaller squares of area \( a^2 \) and \( b^2 \), and two identical rectangles of area \( ab \):
(A) Expand \( (5x + 2y)^2 \):
Apply \( (a + b)^2 \) with \( a = 5x \) and \( b = 2y \):
\[ (5x + 2y)^2 = (5x)^2 + 2(5x)(2y) + (2y)^2 = \mathbf{25x^2 + 20xy + 4y^2} \]
(B) Calculate \( 43^2 \) mentally using identities:
Write \( 43 = (40 + 3) \):
\[ 43^2 = (40 + 3)^2 = 40^2 + 2(40)(3) + 3^2 = 1600 + 240 + 9 = \mathbf{1849} \]
Identities work in reverse! If an algebraic trinomial matches \( a^2 + 2ab + b^2 \), we can factor it directly into \( (a + b)^2 \).
Let three consecutive integers be \( (n - 1) \), \( n \), and \( (n + 1) \). Their squares are \( (n - 1)^2 \), \( n^2 \), and \( (n + 1)^2 \).
Sum of smallest and largest squares:
\[ (n - 1)^2 + (n + 1)^2 = (n^2 - 2n + 1) + (n^2 + 2n + 1) = 2n^2 + 2 \]
Subtracting twice the middle square (\( 2n^2 \)):
\[ (2n^2 + 2) - 2n^2 = \mathbf{2} \]
This proves why the result is ALWAYS 2 for ANY set of 3 consecutive square numbers!
Problem: Factor completely \( 50p^2 + 60pq + 18q^2 \).
Solution:
Step 1: Notice 2 is a common factor among all terms:
\[ 50p^2 + 60pq + 18q^2 = 2(25p^2 + 30pq + 9q^2) \]
Step 2: Recognize inside the bracket: \( 25p^2 = (5p)^2 \), \( 9q^2 = (3q)^2 \), and \( 30pq = 2(5p)(3q) \).
Step 3: Apply \( a^2 + 2ab + b^2 = (a + b)^2 \):
\[ 25p^2 + 30pq + 9q^2 = (5p + 3q)^2 \]
Thus, the complete factorisation is \( 2(5p + 3q)^2 \).
When squaring a sum of three terms \( (a + b + c)^2 \), we substitute \( d = b + c \) and expand to get:
Using the identity \( a^2 - b^2 = (a + b)(a - b) \implies a^2 = (a + b)(a - b) + b^2 \), ancient Indian mathematician Śhrīdharāchārya devised a genius shortcut to square numbers ending in 5 or near round numbers!
Expand \( (3x - 2y + 4z)^2 \):
Treat terms as \( a = 3x \), \( b = -2y \), \( c = 4z \):
\[ (3x - 2y + 4z)^2 = (3x)^2 + (-2y)^2 + (4z)^2 + 2(3x)(-2y) + 2(-2y)(4z) + 2(4z)(3x) \]
\[ = \mathbf{9x^2 + 4y^2 + 16z^2 - 12xy - 16yz + 24zx} \]
Multiplying two binomials gives: \( (x + a)(x + b) = x^2 + (a + b)x + ab \). Visualizing this with Algebra Tiles involves creating a rectangle with an \( x^2 \)-tile, \( (a+b) \) \( x \)-tiles, and \( ab \) unit tiles.
To factor \( x^2 + Bx + C \), we find two numbers \( a \) and \( b \) such that:
Factor \( x^2 - 5x + 6 \):
We need \( a + b = -5 \) and \( ab = 6 \).
Factors of 6: \( (-2) \times (-3) = 6 \) and \( (-2) + (-3) = -5 \).
Split middle term: \( x^2 - 2x - 3x + 6 = x(x - 2) - 3(x - 2) = \mathbf{(x - 2)(x - 3)} \).
Expanding into 3-dimensional volume: A cube of edge \( (a + b) \) splits into 2 smaller cubes (\( a^3, b^3 \)) and 6 cuboids (\( 3a^2b \) and \( 3ab^2 \)):
Problem: Given \( x + y + z = 10 \), \( xyz = 25 \), and \( x^2 + y^2 + z^2 = 38 \). Find \( x^3 + y^3 + z^3 \).
Solution:
Step 1: Find \( (xy + yz + zx) \) using \( (x + y + z)^2 = x^2 + y^2 + z^2 + 2(xy + yz + zx) \):
\[ 100 = 38 + 2(xy + yz + zx) \implies 2(xy + yz + zx) = 62 \implies xy + yz + zx = 31 \]
Step 2: Substitute into the Master Identity:
\[ (10)(38 - 31) = x^3 + y^3 + z^3 - 3(25) \]
\[ 10 \times 7 = x^3 + y^3 + z^3 - 75 \implies 70 + 75 = \mathbf{145} \]
Thus, \( x^3 + y^3 + z^3 = \mathbf{145} \).
Rational algebraic expressions are simplified by factoring numerator and denominator and cancelling non-zero common factors.
Problem: A rectangular swimming pool has breadth 4 metres less than its length and an area of 96 sq. metres. Find its dimensions.
Solution:
Let length = \( x \) metres, Breadth = \( (x - 4) \) metres.
Area equation: \( x(x - 4) = 96 \implies x^2 - 4x - 96 = 0 \).
Split middle term: \( -12 \times 8 = -96 \) and \( -12 + 8 = -4 \).
\[ x^2 - 12x + 8x - 96 = 0 \implies x(x - 12) + 8(x - 12) = 0 \implies (x - 12)(x + 8) = 0 \]
Since length cannot be negative, \( x = 12 \).
Length = 12 metres, Breadth = 8 metres.