4
Exploring Algebraic Identities
09040H04
4.1 INTRODUCTION
In earlier chapters, you learnt about linear polynomials and how they can be used to represent and solve real-life problems. You also studied linear equations and discovered how they describe relationships between quantities.
In this chapter, we will take the next step by exploring algebraic identities. These are special mathematical rules that not only make it easier to simplify complicated calculations but also help us work efficiently with algebraic expressions.
Let us begin by exploring a few simple patterns.
Example 1: Consider any three consecutive square numbers. For example, 1, 4, and 9. Add the smallest and the largest squares. Thus, $1 + 9 = 10$. Then subtract twice the middle square from this sum. This leads to $10 - (2 \times 4) = 10 - 8 = 2$.
Now try the same process with another set of three consecutive square numbers. Say 9, 16, 25.

For example, consider the consecutive squares 25, 36, 49.
Applying the same rule we get $(25 + 49) - (2 \times 36) = 74 - 72 = 2$.
Repeat this process with other sets of three consecutive square numbers. The result always seems to be 2!
The pattern may look surprising, but soon we will uncover the reason behind it using algebra.
Exploring Algebraic Identities
Think and Reflect
Try and find other patterns like this one. For example, you could consider 4 consecutive squares and see if you can find a pattern.
4.2 VISUALISING IDENTITIES
In this section we will revisit some algebraic identities that we have studied in earlier grades and try to visualise them using geometrical models. In particular, we will use squares and rectangles to represent terms.
Consider two line segments of lengths $a$ and $b$ units, respectively, and make a longer line segment of length $(a + b)$ units as shown in Fig. 4.1.
Fig. 4.1
We can now construct a square of side $(a + b)$ units and partition it into smaller squares and rectangles as shown in Fig. 4.2.
Fig. 4.2: Square of side $(a + b)$ units
Observe that the area of the outer square is $(a + b)^2$ . The area of the larger square inside the outer square is $a^2$ while the area of the smaller
Ganita Manjari | Grade 9 | Part I
square is $b^2$. The areas of the two rectangles are $ab$ each. Together they make the bigger square; hence we can conclude that
$ (a + b)^2 = a^2 + 2ab + b^2. $
From Fig. 4.2 it is clear that $(a + b)^2 = a^2 + 2ab + b^2$ for all $a$ and $b$ when $a$ and $b$ are lengths of line segments.
Think of numbers $a$ and $b$ where $a$ and $b$ do not represent lengths of line segments. What if $a$ and $b$ are negative numbers? Let us check for some negative numbers and see if this equation still works.
Example 2: Let $a = -2$ and $b = -3$.
Then $(a + b) = -5$ and $(a + b)^2 = 25$.
Also $a^2 = 4$, $b^2 = 9$ and $2ab = 12$.
Thus $a^2 + 2ab + b^2 = 4 + 12 + 9 = 25$.
Hence, $a^2 + 2ab + b^2 = (a + b)^2$ again!
Now suppose $a$ and $b$ are rational numbers, say $a = -\frac{2}{3}$ and $b = \frac{3}{4}$.
Then $(a + b) = \left(-\frac{2}{3} + \frac{3}{4}\right) = \frac{1}{12}$.
$ (a + b)^2 = \frac{1}{144}. $
$ \begin{array}{l} a^2 + 2ab + b^2 = \left(\frac{-2}{3}\right)^2 + 2\left(-\frac{2}{3}\right)\left(\frac{3}{4}\right) + \left(\frac{3}{4}\right)^2 \ = \frac{4}{9} - 1 + \frac{9}{16} - \frac{64 - 144 + 81}{144} = \frac{145 - 144}{144} = \frac{1}{144}. \end{array} $
So, $a^2 + 2ab + b^2 = (a + b)^2$ seems to be true for rational numbers too. But we are still not sure if it is true for all numbers. To verify this, let us investigate further using the distributive property of numbers:
$ \begin{array}{l} (a + b)^2 = (a + b)(a + b) = a(a + b) + b(a + b) \ = a^2 + ab + ba + b^2 = a^2 + 2ab + b^2. \end{array} $
Recall that in Grade 8 you were introduced to $(a + b)^2 = a^2 + 2ab + b^2$ as an identity.
What is the difference between an equation and an identity?
An algebraic identity is an equation that is true for all values of the variables occurring in it, while an equation need not be true for all values.
Exploring Algebraic Identities 71
For example, $x^{2} - 1 = 24$ is true for only $x = 5$ or $-5$. Hence, it is an equation.
But $(x + y)^2 = x^2 + 2xy + y^2$ is true for all values of $x$ and $y$. Therefore, this equation is also an identity.
By now you must have observed that $(a + b)^2 \neq a^2 + b^2$. But can you find out which one of them will be greater?
For example, if $a = 10$ and $b = 2$, what are the values of $(a + b)^2$ and $a^2 + b^2$?
$ (a + b)^2 = (10 + 2)^2 = 12^2 = 144 \text{ and } a^2 + b^2 = 10^2 + 2^2 = 104. $
So in this case, $(a + b)^2 > a^2 + b^2$
But is it true for all numbers $a$ and $b$?
Think and Reflect
- What can you say about $a$ and $b$ if $(a + b)^2 < a^2 + b^2$?
- What can you say about $a$ and $b$ if $(a + b)^2 > a^2 + b^2$?
- When will $(a + b)^2$ be equal to $a^2 + b^2$?
Did you observe that $(a + b)^2$ and $a^2 + b^2$ are both positive? What term will decide which is larger? Use the expansion of $(a + b)^2$ to decide.
We can use the identity $(a + b)^2 = a^2 + 2ab + b^2$ to find the square of general binomial expressions.
Example 3: Let us try to expand $(5x + 2y)^2$. Here $a = 5x$ and $b = 2y$.
Then $(5x + 2y)^2 = (5x)^2 + 2(5x)(2y) + (2y)^2 = 25x^2 + 20xy + 4y^2$.
We can also use the identity to help us with numerical calculations.
Example 4: To calculate $43^2$, we can write it as
$ (40 + 3)^2 = 40^2 + 2 \times 40 \times 3 + 3^2 = 1600 + 240 + 9 = 1849. $
EXERCISE SET 4.1
- Using the identity $(a + b)^2 = a^2 + 2ab + b^2$, expand the following:
(i) $(7x + 4y)^2$
(ii) $\left(\frac{7}{5} x + \frac{3}{2} y\right)^2$
(iii) $(2.5p + 1.5q)^2$
Ganita Manjari | Grade 9 | Part I
$ \left(\mathrm{iv}\right) \quad \left(\frac{3}{4} s + 8 t\right)^{2} \quad \left(\mathrm{v}\right) \quad \left(x + \frac{1}{2 y}\right)^{2} \quad \left(\mathrm{vi}\right) \quad \left(\frac{1}{x} + \frac{1}{y}\right)^{2} $
- Using the same identity, find the values of the following:
(i) $(64)^{2}$
(ii) $(105)^{2}$
(iii) $(205)^{2}$
4.3 FACTORSATION OF ALGEBRAIC EXPRESSIONS USING IDENTITIES
The identity $(a + b)^{2} = a^{2} + 2ab + b^{2}$ can also be used to find factors of some algebraic expressions.
Example 5: Consider the algebraic expression $x^{2} + 4x + 4$.
We observe that
$ x^{2} = (x)^{2}, 4 = 2^{2} \text{ and } 4x = 2(2)(x). $
Hence, $x^{2} + 4x + 4 = x^{2} + 2(x)(2) + 2^{2}$ can be compared with $a^{2} + 2(a)(b) + b^{2}$, where $a = x$ and $b = 2$.
We conclude that $x^{2} + 4x + 4 = (x + 2)^{2}$. Therefore, we can say that $(x + 2)$ is a factor of $x^{2} + 4x + 4$.
Example 6: Let us try to find factors of another algebraic expression:
$ 36x^{2} + 12x + 1. $
Writing this in the form $a^2 + 2ab + b^2$ we get
$ 36x^{2} + 12x + 1 = (6x)^{2} + 2(6x)(1) + 1^{2}, $
where $a = 6x$ and $b = 1$. Therefore, $36x^{2} + 12x + 1 = (6x + 1)^{2}$.
Thus $(6x + 1)$ is a factor of $36x^{2} + 12x + 1$.
Example 7: Let us try to factor $50p^{2} + 60pq + 18q^{2}$. What will $a$ and $b$ be in this case?
Try to think of a term whose square is $50p^{2}$. It is $\sqrt{50}p$. But if we want to avoid using the square root symbol we may proceed as follows:
We observe that 2 is a common factor of the terms
$ 50p^{2}, 60pq, 18q^{2}. $
Thus $50p^{2} + 60pq + 18q^{2} = 2(25p^{2} + 30pq + 9q^{2})$.
Exploring Algebraic Identities 73
Now let us focus on the expression $25p^2 + 30pq + 9q^2$.
Think of a term whose square is $25p^2$. What about $9q^2$?
$ \begin{array}{l} 50p^2 + 60pq + 18q^2 \ = 2\left[(5p)^2 + 2(5p)(3q) + (3q)^2\right] \ = 2(5p + 3q)^2. \end{array} $
Here we have used the identity $(a + b)^2 = a^2 + 2ab + b^2$ to factor the expression $25p^2 + 30pq + 9q^2$, after taking 2 as a common factor.
In all the examples described so far, we have used the identity $(a + b)^2 = a^2 + 2ab + b^2$ to find factors of different algebraic expressions.
Think and Reflect
What if we replace $b$ by $-b$ in $(a + b)^2 = a^2 + 2ab + b^2$?
We get $(a - b)^2 = a^2 - 2ab + b^2$, which is also an identity and can be used in ways similar to $(a + b)^2 = a^2 + 2ab + b^2$.
Let us revisit the pattern we observed in Example 1. Any three consecutive numbers can be taken as $(n - 1)$, $n$ and $(n + 1)$. Their respective squares are of the form $(n - 1)^2$, $n^2$ and $(n + 1)^2$.
The sum of the smallest and largest squares is
$ (n - 1)^2 + (n + 1)^2 = n^2 - 2n + 1 + n^2 + 2n + 1 = 2n^2 + 2. $
Subtracting $2n^2$ from this leads to 2. Hence you always get 2! This is in fact a proof of the fact that if we add the smallest and largest of any three consecutive square numbers and subtract two times the middle square number, we will always arrive at 2.
Just as the identity $(a + b)^2 = a^2 + 2ab + b^2$ can be used to find the squares of numbers, we can also use $(a - b)^2 = a^2 - 2ab + b^2$ in a similar manner.
Example 8: Suppose we have to calculate $29^2$. We can express this as $(30 - 1)^2 = 30^2 - 2 \times 30 \times 1 + 1^2 = 900 - 60 + 1 = 841$.
To visualise the identity $(a - b)^2 = a^2 - 2ab + b^2$, let us draw a square of side $a$ units and split $a$ in two parts, one of length $(a - b)$ units and another of length $b$ units. Then the figure will look like this.
Ganita Manjari | Grade 9 | Part I
Fig. 4.3: A square of side $a$ units
The area of the big square is $a^2$ square units. The small square has an area of $(a - b)^2$ square units. The larger rectangle has area $ab$ square units while the smaller rectangle has area $b$ ( $a - b$ ) square units. Thus, to obtain $(a - b)^2$ we can subtract the areas of the rectangles from the big square.
We obtain $(a - b)^2 = a^2 - ab - b(a - b) = a^2 - ab - ba + b^2$
$ = a ^ {2} - 2 a b + b ^ {2}. $
EXERCISE SET 4.2
- Factor completely:
(i) $9x^{2} + 24xy + 16y^{2}$ (ii) $4s^{2} + 20st + 25t^{2}$
Exploring Algebraic Identities 75
(iii) $49x^{2} + 28xy + 4y^{2}$ (iv) $64p^{2} + \frac{32}{3} pq + \frac{4}{9} q^{2}$ $\star (\mathrm{v})$ $3a^{2} + 4ab + \frac{4}{3} b^{2}$ $\star (\mathrm{vi})$ $\frac{9}{5} s^2 + 6sv + 5v^2$
(Hint: 2 was taken out as a common factor in Example 7. Is it possible to do something similar in Exercises (v) and (vi) above?)
- Find the values of the following using the identity
$ (a - b) ^ {2} = a ^ {2} - 2 a b + b ^ {2}. $
(i) (79)² (ii) (193)² (iii) (299)²
4.4. MORE IDENTITIES
What will happen if we want to find the square of the sum of three numbers $a, b$ and $c$, that is, $(a + b + c)^2$?
Let us replace $b + c$ by $d$.
We already know, $(a + d)^2 = a^2 + 2ad + d^2$.
Thus, replacing $d$ by $(b + c)$, we get $a^2 + 2ad + d^2 = a^2 + 2a(b + c) + (b + c)^2$.
So, $(a + b + c)^2 = a^2 + 2ab + 2ac + b^2 + 2bc + c^2$.
It may be more convenient to remember this as.
$ (a + b + c) ^ {2} = a ^ {2} + b ^ {2} + c ^ {2} + 2 a b + 2 b c + 2 c a. $
Let us interpret this geometrically by drawing a square of side $a + b + c$ as shown in Fig. 4.4.


Ganita Manjari | Grade 9 | Part I
Fig. 4.4: A geometrical model representing the identity $(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$
Think and Reflect
Label the squares and rectangles in Fig. 4.4 so that it represents the identity $(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$.
Example 9: Let us use this identity to find the square of a number, say 119:
$ \begin{array}{l} 119^2 = (100 + 10 + 9)^2 \ = 100^2 + 10^2 + 9^2 + 2(100)(10) + 2(100)(9) + 2(10)(9) \ = 10000 + 100 + 81 + 2000 + 1800 + 180 = 14161. \end{array} $
So far we have verified the following three identities and used them for performing calculations and manipulating algebraic expressions:
- $(a + b)^2 = a^2 + 2ab + b^2$
- $(a - b)^2 = a^2 - 2ab + b^2$
- $(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$
EXERCISE SET 4.3
- Find the following squares using one of the above identities. Determine which of these identities will make these calculations easier.
(i) $117^2$
(ii) $78^2$
(iii) $198^2$
(iv) $214^2$
(v) $1104^2$
(vi) $1120^2$
Exploring Algebraic Identities 77
- Factor using suitable identities:
(i) $16y^{2} - 24y + 9$
(ii) $\frac{9}{4} s^2 + 6st + 4t^2$
(iii) $\frac{m^2}{9} + \frac{mk}{3} + \frac{k^2}{4} + 3nk + 2mn + 9n^2$
(iv) $\frac{p^2}{16} - 2 + \frac{16}{p^2}$
(v) $9a^{2} + 4b^{2} + c^{2} - 12ab + 6ac - 4bc$
- Expand the following using the identity
$ (a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca: $
(i) $(p + 3q + 7r)^2$
(ii) $(3x - 2y + 4z)^2$
- Is this an identity?
$ (a + b - c)^2 + (a - b + c)^2 + (a - b - c)^2 = 2a^2 + 2b^2 + 2c^2. $
In Grade 8, you were introduced to yet another identity, $a^2 - b^2 = (a + b)(a - b)$.
This can be quite useful if it is rewritten as $a^2 = (a + b)(a - b) + b^2$.
Look at the following figure. Justify the identity $a^2 = (a + b)(a - b) + b^2$ for yourself.
Fig. 4.5
In 750 CE, this identity was proposed by Šhridharāchārya as a method to quickly compute the squares of numbers. For example,
$ \begin{array}{l} 55^2 = (55 + 5)(55 - 5) + 5^2 \ = 60 \times 50 + 25 \ = 3000 + 25 = 3025. \end{array} $
Ganita Manjari | Grade 9 | Part I
Think and Reflect
- Try to evaluate the following using a suitable identity: (i) $35^{2}$ (ii) $65^{2}$ (iii) $85^{2}$ (iv) $105^{2}$
Do you observe any interesting pattern?
- Observe the two rows of figures below. They represent an algebraic identity. Try to identify it.
Fig. 4.6
4.5 FACTORISATION USING ALGEBRA TILES
Consider a rectangle with sides $x + 3$ and $x + 4$ units.
We know that the area of such a rectangle is $(x + 3)(x + 4)$ sq. units.
Using distributivity, we get
$ (x + 3)(x + 4) = x^{2} + 3x + 4x + 12 = x^{2} + 7x + 12. $
Exploring Algebraic Identities 79
Fig. 4.7: Factorisation of $x^{2} + 7x + 12$
Fig. 4.7 helps to visualise the product of $x + 3$ and $x + 4$ using algebra tiles. The expression $x + 3$ is represented using an $x$-tile and three unit tiles. Similarly $x + 4$ is represented using an $x$-tile and four unit tiles. The product of these two linear factors is shown in the inner rectangle comprising the $x^{2}$-tile, the 7 $x$-tiles, and 12 unit tiles.
Note that the $7x$ in $x^{2} + 7x + 12$ has been split as $3x + 4x$. This is represented by the fact that three $x$-tiles are placed on the right side of the $x^{2}$-tile and four $x$-tiles are arranged below it. Also, the 12 unit tiles are arranged in a 3 by 4 array. Once the rectangular arrangement is formed, we observe that the dimensions of the rectangle are $x + 3$ and $x + 4$ units respectively.
Think and Reflect
Suppose $7x$ is split as $2x + 5x$; can a similar rectangular arrangement be formed? Consider other possibilities and check.
Fig. 4.7 helps us to visualise two algebraic identities:
(i) The linear expressions $x + 3$ and $x + 4$ can be multiplied to obtain the identity $(x + 3)(x + 4) = x^2 + 7x + 12$.
(ii) Also the expression $x^{2} + 7x + 12$ can be factored into the linear factors $(x + 3)$ and $(x + 4)$, giving the same identity $x^{2} + 7x + 12 = (x + 3)(x + 4)$.
Think and Reflect
Algebra tiles can be used to represent products and find factors.
- Figure out the product of $x + 2$ and $x + 3$ using algebra tiles.
- Lay out algebra tiles for $x^{2} + 11x + 30$ in such a way that you will see its factors.
Ganita Manjari | Grade 9 | Part I
Think and Reflect
We have seen that $(x + 3)(x + 4) = x^{2} + 7x + 12$.
Also $(x + 6)(x + 7) = x^{2} + 13x + 42$.
Generalise the pattern to get an expression for $(x + a)(x + b)$.
Now consider the case where we have a rectangle of sidelengths $2x + 3$ and $3x + 1$, as shown in Fig. 4.8. What can you say about its area $(2x + 3)(3x + 1)$?
Fig. 4.8: Using algebra tiles to represent $(2x + 3) \times (3x + 1)$
Fill in the blanks with the appropriate expressions to make the equation true.
$ (px + a)(qx + b) = (\underline{\hspace{1cm}})x^{2} + (\underline{\hspace{1cm}})x + \underline{\hspace{1cm}}. $
Also, verify your answer using the distributive property.
4.6 FACTORISATION WITHOUT USING ALGEBRA TILES
Consider the algebraic expression $x^{2} + 7x + 12$ which was obtained by multiplying the linear terms $x + 3$ and $x + 4$. We also saw in Fig. 4.7 that $7x$ was split as $3x + 4x$ so that a rectangle could be formed using the algebra tiles. But how do we achieve this 'splitting of the $x$ term' without using tiles?
Exploring Algebraic Identities 81
Example 10: Let us begin with $x^{2} + 7x + 12 = x^{2} + (a + b)x + ab$.
Comparing the coefficients of the $x$-term and the constant terms on both sides of the equation, we get $a + b = 7$ and $ab = 12$. Note that this is only possible when $a = 3$ and $b = 4$, or $a = 4$ and $b = 3$. Thus, we choose one of these two possibilities and write the factors as
$(x + a)(x + b)$, that is, $(x + 3)(x + 4)$.
Example 11: Let us try to factor $x^{2} + 11x + 30$ in a similar manner.
$ x^{2} + 11x + 30 = x^{2} + (a + b)x + ab. $
This leads to $a + b = 11$ and $ab = 30$. We need to choose values of $a$ and $b$ appropriately, so that $a + b = 11$ and $ab = 30$ are both satisfied. What if we choose $a = 2$ and $b = 15$? Or $a = 3$ and $b = 10$? Clearly these will not work as $a + b$ is not equal to 11 even though $ab = 30$. So, we look at the factors of 30 and arrive at $a = 5$ and $b = 6$ or vice-versa. This way the $x$-term, $11x$, can be split as $5x + 6x$.
Thus, $x^{2} + 11x + 30 = x^{2} + (5 + 6)x + 30 = (x + 5)(x + 6)$.
Example 12: In order to factor $x^{2} - 5x + 6$, we first note that the coefficient of $x$ is negative. Once again comparing $x^{2} - 5x + 6$ with $x^{2} + (a + b)x + ab$, we get $a + b = -5$ and $ab = 6$. Note that these two equations can be satisfied together only when $a = -2$ and $b = -3$ or vice-versa.
EXERCISE SET 4.4
- Fill in the blanks to complete the following identities:
(i) $s^2 - 11s + 24 = (\underline{\hspace{1cm}})$ $(\underline{\hspace{1cm}})$
(ii) $(\underline{\hspace{1cm}})(x + 1) = (3x^{2} - 4x - 7)$
(iii) $10x^{2} - 11x - 6 = (2x - \underline{\hspace{1cm}})(\underline{\hspace{1cm}} + 2)$
(iv) $6x^{2} + 7x + 2 = (\underline{\hspace{1cm}})$ $(\underline{\hspace{1cm}})$
- Select and use the identity that will help you to find the following products without multiplying directly:
(i) $(41)^{2}$
(ii) $(27)^{2}$
(iii) $(23 \times 17)$
(iv) $(135)^{2}$
Ganita Manjari | Grade 9 | Part I
(v) $(97)^{2}$
(vi) $(18\times 29)$
(vii) $(34\times 43)$
(viii) $(205)^{2}$
- Factor the following:
(i) $9a^{2} + b^{2} + 4c^{2} - 6ab + 12ac - 4bc$ (ii) $16s^{2} + 25t^{2} - 40st$ (iii) $r^2 - r - 42$ (iv) $49g^{2} + 14gh + h^{2}$ (v) $64u^{2} + 121v^{2} + 4w^{2} - 176uv - 32uw + 44vw$
Think and Reflect
James and Reshma were talking about algebraic identities they learnt in school.
James: $(a - b)^2 (a + b) = (a^2 - 2ab + b^2)(a + b)$
Reshma: I have a different idea. $(a - b)^2 (a + b) = (a - b)[(a - b)(a + b)]$
$ = (a - b) \left(a ^ {2} - b ^ {2}\right) $
I will find this product to get the answer.
According to you, who is correct and why?
Try to combine more such identities and find new results.
4.7 FINDING NEW IDENTITIES
In this section we will play around with algebraic expressions to see if we can arrive at new identities.
What do you think $(a + b)^3$ will look like?
Let us find out the answer using the distributive property:
$ (a + b) ^ {3} = (a + b) \left(a ^ {2} + 2 a b + b ^ {2}\right) = a ^ {3} + 3 a ^ {2} b + 3 a b ^ {2} + b ^ {3}. $
Here we have found a new identity, namely,
$ (a + b) ^ {3} = a ^ {3} + 3 a ^ {2} b + 3 a b ^ {2} + b ^ {3}. $
Let us try to visualise this identity. We saw that a square of side $a + b$ can be divided into squares and rectangles. This led us to the identity, $(a + b)^2 = a^2 + 2ab + b^2$ . What if we have a cube of edge $a + b$ ? Can we divide a cube of edge $(a + b)$ into smaller cubes and cuboids and represent this new identity?
Fig. 4.9: A cube of edge $a + b$
Exploring Algebraic Identities
We know that the volume of this cube is $(a + b)^3$ . Let us split this cube into smaller cubes and cuboids.


Fig. 4.10: Representation of the identity $(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$
Notice that the larger cube can be split into two cubes and six cuboids. The cubes have volumes, $a^3$ and $b^3$ cubic units, respectively.
Amongst the other six cuboids, three have dimensions $a$ units $\times a$ units $\times b$ units and other three have dimensions $a$ units $\times b$ units $\times b$ units, and so their volumes are $a^2b$ and $ab^2$ cubic units, respectively. Hence the total volume of the six cuboids is $3a^2b + 3ab^2$ .
Ganita Manjari | Grade 9 | Part I
This gives us, $(a + b)^3 = (a + b)(a^2 + 2ab + b^2) = a^3 + 3a^2b + 3ab^2 + b^3$.
Here we have found a new identity, namely,
$ (a + b) ^ {3} = a ^ {3} + 3 a ^ {2} b + 3 a b ^ {2} + b ^ {3}. $
What happens when we replace $b$ with $-b$ in this new identity?
$ \left[ a + (- b) \right] ^ {3} = a ^ {3} + 3 a ^ {2} (- b) + 3 a (- b) ^ {2} + (- b) ^ {3}. $
This leads to the identity $(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3$. Note that out of the four terms, two are positive and two are negative. They appear alternately in the expression.
Let us see how we can use these new identities.
Example 13: What is the side of the cube whose volume is $p^3 + 6p^2q + 12pq^2 + 8q^3$ cubic units?
Comparing $p^3 + 6p^2q + 12pq^2 + 8q^3$ with the right side of the identity $(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$, we may rewrite it as
$ (p) ^ {3} + 3 (p) ^ {2} (2 q) + 3 (p) (2 q) ^ {2} + (2 q) ^ {3} $
which is $(p + 2q)^3$, so that $a = p$ and $b = 2q$. Hence a side of the cube will be $p + 2q$ units.
Example 14: Now consider the expression
$ 8 n ^ {3} - 6 0 n ^ {2} m + 1 5 0 n m ^ {2} - 1 2 5 m ^ {3}. $
If you write it in the form $(a - b)^3$, what will be $a$ and $b$?
Rewriting the expression $8n^3 - 60n^2m + 150nm^2 - 125m^3$ as
$(2n)^{3} - 3(2n)^{2}(5m) + 3(2n)(5m)^{2} - (5m)^{3}$ and comparing it with
$a^3 - 3a^2b + 3ab^2 - b^3 = (a - b)^3$, we get $(2n - 5m)^3$. Hence $a = 2n$ and $b = 5m$.
Now let us play with known identities to discover more identities. Try to multiply the following using the distributive property.
- $(x - y)(x^{2} + xy + y^{2})$
- $(x + y)(x^{2} - xy + y^{2})$
Let us work out the product of the first one.
$ \begin{array}{l} (x - y) (x ^ {2} + x y + y ^ {2}) = x ^ {3} + x ^ {2} y + x y ^ {2} - x ^ {2} y - x y ^ {2} - y ^ {3} \ = x ^ {3} + x ^ {2} y + x y ^ {2} - x ^ {2} y - x y ^ {2} - y ^ {3} = x ^ {3} - y ^ {3}. \end{array} $
Exploring Algebraic Identities 85
Thus $(x - y)(x^2 + xy + y^2) = x^3 - y^3$. This is also an identity!
Verify this for yourself by choosing different values of $x$ and $y$.
Predict what $(x + y)(x^2 - xy + y^2)$ will be.
Think and Reflect
We already know that $x^{2} - y^{2} = (x - y)(x + y)$.
Further, we have verified that $x^{3} - y^{3} = (x - y)(x^{2} + xy + y^{2})$.
Observe that $x - y$ is a common factor of $x^2 - y^2$ and $x^3 - y^3$.
Do you think $x - y$ is also a factor of $x^4 - y^4$?
Note that $x^4 - y^4 = (x^2)^2 - (y^2)^2 = (x^2 - y^2)(x^2 + y^2)$.
Can you see how $x - y$ is a factor of $x^4 - y^4$?
How about $x^5 - y^5$? Does this also have $x - y$ as a factor?
Exploring further, let us multiply $(x + y + z)$ and $(x^2 + y^2 + z^2 - xy - xz - yz)$.
$ \begin{array}{l} (x + y + z) (x^2 + y^2 + z^2 - xy - xz - yz) \ = (x^3 + xy^2 + xz^2 - x^2y - x^2z - xyz) + (x^2y + y^3 + yz^2 - xy^2 - xyz - y^2z) \
- (x^2z + y^2z + z^3 - xyz - xz^2 - yz^2) \ = (x^3 + xy^2 + xz^2 - x^2y - x^2z - xyz) + (x^2y + y^3 + yz^2 - xy^2 - xyz - y^2z) \
- (x^2z + y^2z + z^3 - xyz - xz^2 - yz^2) \ = x^3 + y^3 + z^3 - 3xyz. \ \text{So, } (x + y + z)(x^2 + y^2 + z^2 - xy - xz - yz) = x^3 + y^3 + z^3 - 3xyz. \end{array} $
This is yet another identity. Let us explore some of its applications.
Example 15: The sum of three numbers is 10 and their product is 25. The sum of their squares is 38. Try to use the previous identity to find the sum of the cubes of these three numbers.
Let the three numbers be $x, y$ and $z$, respectively. According to the problem $x + y + z = 10$, $xyz = 25$ and $x^2 + y^2 + z^2 = 38$.
Substituting in the identity
$ \begin{array}{l} (x + y + z) (x^2 + y^2 + z^2 - xy - xz - yz) = x^3 + y^3 + z^3 - 3xyz, \text{ we get} \ (10) (38 - xy - xz - yz) = x^3 + y^3 + z^3 - 3(25). \ \end{array} $
Thus, $x^3 + y^3 + z^3 = 380 - 10(xy + xz + yz) + 75 = 455 - 10(xy + xz + yz)$.
Ganita Manjari | Grade 9 | Part I
To find $(xy + xz + yz)$, we need to use the identity
$ (x + y + z)^2 = x^2 + y^2 + z^2 + 2xy + 2xz + 2yz. $
We get $100 = 38 + 2(xy + xz + yz)$. Thus $xy + xz + yz = 31$.
Now, substituting this into our earlier equation, we obtain
$ x^3 + y^3 + z^3 = 455 - 10(xy + xz + yz) = 455 - 10(31) = 455 - 310 = 145. $
4.8 SIMPLIFYING RATIONAL EXPRESSIONS
In the earlier sections of this chapter, we have learnt how to factorise algebraic expressions. Let us see how we can simplify some rational algebraic expressions using factorisation.
Example 16: Simplify the rational expression $\frac{x^2 - 7x + 12}{5x^2 + 5x - 100}$, assuming that $5x^2 + 5x - 100 \neq 0$.
In order to simplify this rational expression, we need to cancel the common factors between the expressions in the numerator and denominator.
We will need to use algebraic identities to simplify this rational expression.
First, let us look at the numerator $x^2 - 7x + 12$. We need to find $a$ and $b$ such that $a + b = -7$ and $ab = 12$. Can you think of two such numbers? They are $-3$ and $-4$. Factor the expression, we get $x^2 - 7x + 12 = (x - 3)(x - 4)$.
Now let us look at the denominator $5x^2 + 5x - 100$. We can see that all the three terms are multiples of 5 so we can take 5 as a common factor and simplify the expression: $5x^2 + 5x - 100 = 5(x^2 + x - 20)$. Now we need to find $a$ and $b$ such that, $a + b = 1$ and $ab = -20$. Try to think of two such numbers. They are 5 and $-4$. Thus, we have $5x^2 + 5x - 100 = 5(x - 4)(x + 5)$.
Substituting the factored expressions in the numerator and denominator, we arrive at
$ \frac{x^2 - 7x + 12}{5x^2 + 5x - 100} = \frac{x^2 - 7x + 12}{5(x^2 + x - 20)} = \frac{(x - 4)(x - 3)}{5(x - 4)(x + 5)}. $
Thus, the common factor $x - 4$ can be cancelled as it is not equal to 0. We know this because $5x^2 + 5x - 100 \neq 0$. Thus,
$ \frac{x^2 - 7x + 12}{5x^2 + 5x - 100} = \frac{x - 3}{5(x + 5)}. $
Exploring Algebraic Identities 87
Think and Reflect
Try to simplify the following rational expression:
$ \frac {36s^2 - 12st + t^2}{t^2 + 2ts - 48s^2} = \frac {(6s - t)^2}{(- + -) (- + -)}. $
(Hint: Factor $t^2 + 2ts - 48s^2$ and simplify the rational expressions assuming that $t^2 + 2ts - 48s^2 \neq 0$).
EXERCISE SET 4.5
- Simplify the following rational expressions assuming that the expressions in the denominators are not equal to zero:
(i) $\frac{3p^2 - 3pq - 18q^2}{p^2 + 3pq - 10q^2}$
(ii) $\frac{n^3 - 3n^2m + 3nm^2 - m^3}{5m^2 - 10mn + 5n^2}$
(iii) $\frac{w^3 - v^3 + x^3 + 3wvx}{w^2 + v^2 + x^2 - 2wv - 2vx + 2wx}$
(iv) $\frac{4y^2 - 20yz + 25z^2}{(25z^2 - 4y^2)}$
(v) $\frac{(x^2 + x - 6)(x^2 - 7x + 12)}{(x^2 - 6x + 8)(x^2 - 9)}$
(vi) $\frac{p^4 - 16}{p^2 - 4p + 4}$
Example 17: Saira has arranged a square of side $x$ units, 8 rectangular strips of sides $x$ units and width 1 unit, and 15 squares of side 1 unit to form a bigger rectangle. Find the length and breadth of the rectangle in terms of $x$.
- Area covered by a square of side $x$ units = $x^2$ sq. units
- Area covered by rectangle of sides $x$ units and 1 unit = $x$ sq. units
- Total area covered by 8 such rectangles = $8x$ sq. units
- Area covered by a square of side 1 unit = 1 sq. units
- Total area covered by 15 such squares = 15 sq. units
- Total area covered by all the squares and rectangles = $x^2 + 8x + 15$ sq. units.
- Area of Saira’s rectangle = $x^2 + 8x + 15$ sq. units.
We can factor $x^2 + 8x + 15$ to obtain the dimensions of the rectangle prepared by Saira.
Ganita Manjari | Grade 9 | Part I
For factoring $x^{2} + 8x + 15$, we need $a$ and $b$ such that $a + b = 8$ and $ab = 15$.
So, $a = 3$ and $b = 5$ is one possibility. The possible length and breadth of Saira's rectangle in terms of $x$ are: length $= x + 5$ units and breadth $= x + 3$ units.
Now draw Saira's rectangle using these pieces.
Example 18: A rectangular pool is such that its breadth is 4 metres less than its length and its area is 96 sq. metres. Find the length and breadth of the pool.
Let the length of the pool be $x$ metres. Then the breadth of the pool is $x - 4$ metres.
Since the area is given to be 96 sq. metres, we get $x(x - 4) = 96$.
$ x^{2} - 4x = 96 \text{ or } x^{2} - 4x - 96 = 0. $
We choose appropriate factors of $-96$ to split the term $-4x$. We know that, $(-12) \times 8 = 96$ and $(-12) + 8 = -4$. Hence $-4x$ can be written as $-12x + 8x$.
$ x^{2} - 4x - 96 = x^{2} - 12x + 8x - 96 = x(x - 12) + 8(x - 12) = (x - 12)(x + 8) = 0. $
Thus, $x^{2} - 4x - 96 = 0$ implies that $(x - 12)(x + 8) = 0$.
This means either $x - 12 = 0$ or $x + 8 = 0$.
That is, $x = 12$ or $x = -8$. Since $x$ is the length of the pool, it cannot be negative. Therefore, we ignore $x = -8$ and $x = 12$ metres must be the length of the pool. The breadth of the pool $= x - 4 = 12 - 4 = 8$ metres.
END-OF-CHAPTER EXERCISES
- Use suitable identities to find the following products:
(i) $(-3x + 4)^2$
(ii) $(2s + 7)(2s - 7)$
(iii) $\left(p^{2} + \frac{1}{2}\right)\left(p^{2} - \frac{1}{2}\right)$
(iv) $(2n + 7)(2n - 7)$
(v) $(s - 2t)(s^2 + 2st + 4t^2)$
(vi) $\left(\frac{1}{2r} - 4r\right)^2$
(vii) $(-3m + 4k - l)^2$
(viii) $\left(x - \frac{1}{3} y\right)^3$
(ix) $\left(\frac{7}{2} k - \frac{2}{3} m\right)^3$
Exploring Algebraic Identities
- Find the values using suitable identities:
(i) $17 \times 21$
(ii) $104 \times 96$
(iii) $24 \times 16$
(iv) $147^{3}$
(v) $199^{3}$
(vi) $127^{3}$
(vii) $(-107)^{3}$
(viii) $(-299)^{3}$
- Factor the following algebraic expressions:
(i) $4y^{2} + 1 + \frac{1}{16y^{2}}$
(ii) $9m^{2} - \frac{1}{25n^{2}}$
(iii) $27b^{3} - \frac{1}{64b^{3}}$
(iv) $x^{2} + \frac{5x}{6} +\frac{1}{6}$
(v) $27u^{3} - \frac{1}{125} -\frac{27u^{2}}{5} +\frac{9u}{25}$
(vi) $64y^{3} + \frac{1}{125} z^{3}$
(vii) $p^3 + 27q^3 + r^3 - 9pqr$
(viii) $9m^{2} - 12m + 4$
(ix) $9x^{3} - \frac{8}{3} y^{3} + \frac{z^{3}}{3} + 6xyz$
(x) $4x^{2} + 9y^{2} + 36z^{2} + 12xz + 36yz + 24xy$
(xi) $27u^{3} - \frac{1}{216} -\frac{9u^{2}}{2} +\frac{u}{4}$
- Simplify the following:
(i) $\frac{4x^2 + 4x + 1}{4x^2 - 1}$
(ii) $\frac{9(3a^3 - 24b^3)}{9a^2 - 36b^2}$
(iii) $\frac{s^3 + 125t^3}{s^2 - 2st - 35t^2}$
Note: Assume that the denominators are not equal to 0.
- Find possible expressions for the length and breadth of each of the following rectangles whose areas are given by the following expressions in square units.
(i) $25a^{2} - 30ab + 9b^{2}$
(ii) $36s^{2} - 49t^{2}$
- Find possible expressions for the length, breadth, and heights of each of the following cuboids whose volumes are given by the following expressions in cubic units.
(i) $6a^{2} - 24b^{2}$
(ii) $3ps^{2} - 15ps + 12p$
Ganita Manjari | Grade 9 | Part I
The village playground is shaped as a square of side 40 metres. A path of width $s$ metres is created around the playground for people to walk. Find an expression for the area of the path in terms of $s$.
If a number plus its reciprocal equals $\frac{10}{3}$, find the number.
A rectangular pool has area $2x^{2} + 7x + 3$ square hastas. If its width is $2x + 1$ hastas, find its length. Hasta was a unit used to measure length.
*10. If both $x - 2$ and $x - \frac{1}{2}$ are factors of $px^2 + 5x + r$, show that $p = r$.
*11. If $a + b + c = 5$ and $ab + bc + ca = 10$, then prove that $a^3 + b^3 + c^3 - 3abc = -25$.
*12. By factoring the expression, check that $n^3 - n$ is always divisible by 6 for all natural numbers $n$. Give reasons.
*13. Find the value of
(i) $x^{3} + y^{3} - 12xy + 64$, when $x + y = -4$
(ii) $x^{3} - 8y^{3} - 36xy - 216$, when $x = 2y + 6$
CHAPTER SUMMARY
Identities are equations that are true for all values of the variables.
One of the ways to visualise identities is using geometrical models or algebra tiles.
Identities can also be used to factor algebraic expressions.
Factorisation of quadratic expressions may be visualised by means of algebra tiles.
Identities can also be used to simplify calculations such as squaring numbers or evaluating products of numbers.
Rational algebraic expressions may be simplified by factorisation and removing the common factors in the numerator and denominator, provided such a factor exists and it is not equal to zero.
Exploring Algebraic Identities
- We have studied the following identities in this chapter:
$(x + y)^2 = x^2 + 2xy + y^2$ $(x - y)^2 = x^2 - 2xy + y^2$ $(x + y + z)^2 = x^2 + y^2 + z^2 + 2xy + 2yz + 2zx$ $(x + y)(x - y) = x^{2} - y^{2}$ $(x + a)(x + b) = x^{2} + (a + b)x + ab$ $(ax + b)(cx + d) = acx^2 + (ad + bc)x + bd$ $x^{3} - y^{3} = (x - y)(x^{2} + xy + y^{2})$ $x^{3} + y^{3} = (x + y)(x^{2} - xy + y^{2})$ $(x + y)^{3} = x^{3} + 3x^{2}y + 3xy^{2} + y^{3}$ $(x - y)^{3} = x^{3} - 3x^{2}y + 3xy^{2} - y^{3}$ $x^{3} + y^{3} + z^{3} - 3xyz = (x + y + z)(x^{2} + y^{2} + z^{2} - xy - xz - yz)$