Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Hindi (हिन्दी)
ICSE • Class 9 • Mathematics • Ch 3
Estimated Time: 45 Mins
Study Progress: In Progress

Expansions

In ICSE Class 9 Mathematics, "Expansions" constitutes the core algebraic machinery for transforming factored polynomial expressions into standard expanded forms using algebraic identities. An identity is an equality that holds true for all real values assigned to its variables, distinguishing it from an ordinary conditional equation. The chapter establishes systematic algebraic derivations, geometric square/cube dissections, and analytical patterns for standard binomial squares $(a \pm b)^2 = a^2 \pm 2ab + b^2$, reciprocal variations $(x \pm \frac{1}{x})^2 = x^2 + \frac{1}{x^2} \pm 2$, and their crucial coupling identities $(a + b)^2 + (a - b)^2 = 2(a^2 + b^2)$ and $(a + b)^2 - (a - b)^2 = 4ab$. The curriculum rigorously expands into trinomial squares $(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)$, binomial cubes $(a \pm b)^3 = a^3 \pm b^3 \pm 3ab(a \pm b)$, reciprocal cubes $(x \pm \frac{1}{x})^3 = x^3 \pm \frac{1}{x^3} \pm 3(x \pm \frac{1}{x})$, and the master cubic identity $a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca) = \frac{1}{2}(a + b + c)[(a - b)^2 + (b - c)^2 + (c - a)^2]$. A central focus is placed on the vital conditional identity: if $a + b + c = 0$, then $a^3 + b^3 + c^3 = 3abc$, which allows instant evaluation of large cubic expressions without direct cubing. This chapter builds algorithmic fluency and algebraic vision for calculus, physics, and higher mathematics.

The Geometry of Binomials: How Ancient Babylonian Builders Multiplied Numbers by Folding Squares

Nearly 4,000 years ago, Babylonian scribes and Indian Vedic scholars did not have digital calculators or even modern algebraic letters. When a master architect needed to calculate $(103)^2$, he did not multiply $103 \times 103$ by tedious long multiplication. Instead, he visualized a square plot of land of side length $(100 + 3)$. By drawing two lines parallel to the sides, the large square effortlessly shattered into four simple geometric regions: a massive square of area $100^2 = 10,000$, two identical rectangular strips of area $100 \times 3 = 300$ each, and a tiny square in the corner of area $3^2 = 9$. Adding them instantly in his head: $10,000 + 600 + 9 = 10,609$! This geometric dissection is the timeless identity $(a + b)^2 = a^2 + 2ab + b^2$. But what happens when we move from two dimensions into 3D space with cubes $(a + b)^3$? What happens when three variables sum to zero: $a + b + c = 0$? The algebra of expansions unlocks patterns that allow mathematicians to calculate $(997)^3$ or factorise massive polynomial equations in seconds!

Why This Chapter Matters

Mastery of expansions is essential for factoring polynomials, solving quadratic and higher-degree equations, manipulating vectors, calculating physical work and kinetic energy, and binomial expansions in probability.

Before You Begin (Prerequisites)

  • Operations on algebraic expressions (addition, subtraction, multiplication of monomials and polynomials).
  • Laws of indices ($x^m \cdot x^n = x^{m+n}$).

What You Will Learn (Core Objectives)

  • Derive and geometrically interpret standard square identities for binomials and trinomials.
  • Apply reciprocal identities involving $(x + 1/x)$ and $(x - 1/x)$ to compute higher-order sums.
  • Expand and simplify cubes of binomials $(a \pm b)^3$ and reciprocal cubes $(x \pm 1/x)^3$.
  • Apply the master cubic identity and exploit the conditional property $a + b + c = 0 \implies a^3 + b^3 + c^3 = 3abc$.
  • Evaluate numerical powers rapidly without direct multiplication using expansion identities.

Chapter Roadmap & Progression

1 1. Quadratic Identities (Binomials...
2 2. Square of a Trinomial: $(a + b +...
3 3. Cubic Identities: Binomials and...
4 4. Master Cubic Identity & The Cond...
5 5. Worked ICSE Problem Archetypes

Complete Concept Guide (100% Curriculum Coverage)

1. Quadratic Identities (Binomials & Reciprocals)

Fundamental Quadratic Expansions
A. Standard Binomial Squares:
  • $(a + b)^2 = a^2 + 2ab + b^2$
  • $(a - b)^2 = a^2 - 2ab + b^2$
  • $(a + b)(a - b) = a^2 - b^2$
B. Useful Coupling Identities:

Adding and subtracting the two square expansions yields two indispensable coupling relations:

$$(a + b)^2 + (a - b)^2 = 2(a^2 + b^2)$$ $$(a + b)^2 - (a - b)^2 = 4ab \iff (a - b)^2 = (a + b)^2 - 4ab$$
C. Reciprocal Forms ($x$ and $1/x$):

Setting $a = x$ and $b = \frac{1}{x}$ (where $x \neq 0$, so $ab = 1$):

$$\left(x + \frac{1}{x}\right)^2 = x^2 + \frac{1}{x^2} + 2 \implies x^2 + \frac{1}{x^2} = \left(x + \frac{1}{x}\right)^2 - 2$$ $$\left(x - \frac{1}{x}\right)^2 = x^2 + \frac{1}{x^2} - 2 \implies x^2 + \frac{1}{x^2} = \left(x - \frac{1}{x}\right)^2 + 2$$ $$\left(x + \frac{1}{x}\right)^2 - \left(x - \frac{1}{x}\right)^2 = 4$$

2. Square of a Trinomial: $(a + b + c)^2$

Trinomial Expansions
Derivation:

Treat $(a + b)$ as a single compound term:

$$(a + b + c)^2 = [(a + b) + c]^2 = (a + b)^2 + 2(a + b)c + c^2$$ $$= (a^2 + 2ab + b^2) + (2ac + 2bc) + c^2$$ $$\mathbf{(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)}$$
Variations with Negative Signs:
  • $(a - b + c)^2 = a^2 + b^2 + c^2 - 2ab - 2bc + 2ca$
  • $(a + b - c)^2 = a^2 + b^2 + c^2 + 2ab - 2bc - 2ca$
  • $(a - b - c)^2 = a^2 + b^2 + c^2 - 2ab + 2bc - 2ca$

Crucial Rule: Notice that the squared terms $a^2, b^2, c^2$ are always positive; the signs of the cross-product terms $2ab, 2bc, 2ca$ strictly follow standard algebraic multiplication rules.

3. Cubic Identities: Binomials and Reciprocals

Cubic Expansions
A. Binomial Cubes:
$$(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 = \mathbf{a^3 + b^3 + 3ab(a + b)}$$ $$(a - b)^3 = a^3 - 3a^2b + 3ab^2 - b^3 = \mathbf{a^3 - b^3 - 3ab(a - b)}$$
B. Rearranged Forms for Sum and Difference of Cubes:
$$a^3 + b^3 = (a + b)^3 - 3ab(a + b)$$ $$a^3 - b^3 = (a - b)^3 + 3ab(a - b)$$
C. Reciprocal Cubes:
$$\left(x + \frac{1}{x}\right)^3 = x^3 + \frac{1}{x^3} + 3\left(x + \frac{1}{x}\right) \implies \mathbf{x^3 + \frac{1}{x^3} = \left(x + \frac{1}{x}\right)^3 - 3\left(x + \frac{1}{x}\right)}$$ $$\left(x - \frac{1}{x}\right)^3 = x^3 - \frac{1}{x^3} - 3\left(x - \frac{1}{x}\right) \implies \mathbf{x^3 - \frac{1}{x^3} = \left(x - \frac{1}{x}\right)^3 + 3\left(x - \frac{1}{x}\right)}$$

4. Master Cubic Identity & The Conditional Theorem

The Golden Identity
A. The Master Identity:
$$a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca)$$

Multiplying and dividing the second factor by $2$ reveals its sum-of-squares structure:

$$a^3 + b^3 + c^3 - 3abc = \frac{1}{2}(a + b + c)\left[(a - b)^2 + (b - c)^2 + (c - a)^2\right]$$
B. The Conditional Identity Theorem:
$$\mathbf{\text{If } a + b + c = 0, \quad \text{then } a^3 + b^3 + c^3 = 3abc}$$

Proof: Since $(a + b + c) = 0$, substituting this into the master identity gives:

$$a^3 + b^3 + c^3 - 3abc = (0) \times (a^2 + b^2 + c^2 - ab - bc - ca) = 0 \implies a^3 + b^3 + c^3 = 3abc \quad \blacksquare$$

This remarkable property allows instant mental evaluation of expressions like $(28)^3 + (-15)^3 + (-13)^3$ because $28 + (-15) + (-13) = 0$.

5. Worked ICSE Problem Archetypes

Exemplary Solutions
Problem 1: If $x + \frac{1}{x} = 5$, find the values of: (i) $x^2 + \frac{1}{x^2}$, (ii) $x^3 + \frac{1}{x^3}$, (iii) $x - \frac{1}{x}$.

Solution:

(i) Find $x^2 + \frac{1}{x^2}$:

$$x^2 + \frac{1}{x^2} = \left(x + \frac{1}{x}\right)^2 - 2 = 5^2 - 2 = 25 - 2 = \mathbf{23}$$

(ii) Find $x^3 + \frac{1}{x^3}$:

$$x^3 + \frac{1}{x^3} = \left(x + \frac{1}{x}\right)^3 - 3\left(x + \frac{1}{x}\right) = 5^3 - 3(5) = 125 - 15 = \mathbf{110}$$

(iii) Find $x - \frac{1}{x}$:

$$\left(x - \frac{1}{x}\right)^2 = \left(x + \frac{1}{x}\right)^2 - 4 = 5^2 - 4 = 25 - 4 = 21$$ $$x - \frac{1}{x} = \mathbf{\pm \sqrt{21}}$$
Problem 2: If $a + b + c = 9$ and $ab + bc + ca = 26$, find the value of $a^2 + b^2 + c^2$.

Solution:

We know the trinomial square identity:

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

Substitute the given numerical values:

$$9^2 = a^2 + b^2 + c^2 + 2(26)$$ $$81 = a^2 + b^2 + c^2 + 52$$ $$a^2 + b^2 + c^2 = 81 - 52 = \mathbf{29}$$

Key Formulas, Identities & Theorems

Binomial Squares
$$(a \pm b)^2 = a^2 \pm 2ab + b^2$$
Fundamental second-order expansion.
Coupling Identity
$$(a + b)^2 - (a - b)^2 = 4ab$$
Relates sum, difference, and product.
Trinomial Square
$$(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)$$
Sum of squares plus twice pair products.
Binomial Cubes
$$(a \pm b)^3 = a^3 \pm b^3 \pm 3ab(a \pm b)$$
Third-order binomial expansion.
Conditional Cubic Theorem
$$\text{If } a + b + c = 0 \implies a^3 + b^3 + c^3 = 3abc$$
Used for rapid mental evaluation.

Mathematics: Geometric Dissection of $(a+b)^2$ & Trinomial Cube

Geometric Proof & Anatomy of Algebraic Expansions Visual Proof: (a + b)² = a² + 2ab + b² a² ab ab b² a b a b Total Area = a² + ab + ab + b² = a² + 2ab + b² Key ICSE Expansion Identities Coupling Relations: • (a + b)² + (a - b)² = 2(a² + b²) • (a + b)² - (a - b)² = 4ab Trinomial Square: • (a + b + c)² = a² + b² + c² + 2(ab + bc + ca) Binomial Cubes: • (a ± b)³ = a³ ± b³ ± 3ab(a ± b) Conditional Master Identity: If a + b + c = 0 ⇒ a³ + b³ + c³ = 3abc

Chapter Summary & 10 Key Takeaways

Takeaway 1
An algebraic identity is an equation valid for all real values of its variables.
Takeaway 2
Standard square identities: (a + b)^2 = a^2 + 2ab + b^2, (a - b)^2 = a^2 - 2ab + b^2.
Takeaway 3
Coupling identities: (a + b)^2 + (a - b)^2 = 2(a^2 + b^2) and (a + b)^2 - (a - b)^2 = 4ab.
Takeaway 4
Reciprocal relationships: (x + 1/x)^2 = x^2 + 1/x^2 + 2 and (x - 1/x)^2 = x^2 + 1/x^2 - 2.
Takeaway 5
Trinomial expansion: (a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca).
Takeaway 6
Binomial cubes: (a + b)^3 = a^3 + b^3 + 3ab(a + b) and (a - b)^3 = a^3 - b^3 - 3ab(a - b).
Takeaway 7
Sum and difference of cubes: a^3 + b^3 = (a + b)^3 - 3ab(a + b) and a^3 - b^3 = (a - b)^3 + 3ab(a - b).
Takeaway 8
Reciprocal cubes: x^3 + 1/x^3 = (x + 1/x)^3 - 3(x + 1/x).
Takeaway 9
Master identity: a^3 + b^3 + c^3 - 3abc = (a + b + c)(a^2 + b^2 + c^2 - ab - bc - ca).
Takeaway 10
Conditional theorem: If a + b + c = 0, then a^3 + b^3 + c^3 = 3abc.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
If $x - \frac{1}{x} = 4$, find the value of: (i) $x^2 + \frac{1}{x^2}$, (ii) $x^4 + \frac{1}{x^4}$, (iii) $x^3 - \frac{1}{x^3}$.
Reveal Answer & Explanation
Answer:

• (i) Find $x^2 + \frac{1}{x^2}$:

$$x^2 + \frac{1}{x^2} = \left(x - \frac{1}{x}\right)^2 + 2 = 4^2 + 2 = 16 + 2 = \mathbf{18}$$


• (ii) Find $x^4 + \frac{1}{x^4}$:
Squaring both sides of $x^2 + \frac{1}{x^2} = 18$:

$$\left(x^2 + \frac{1}{x^2}\right)^2 = x^4 + \frac{1}{x^4} + 2 \implies x^4 + \frac{1}{x^4} = 18^2 - 2 = 324 - 2 = \mathbf{322}$$


• (iii) Find $x^3 - \frac{1}{x^3}$:

$$x^3 - \frac{1}{x^3} = \left(x - \frac{1}{x}\right)^3 + 3\left(x - \frac{1}{x}\right) = 4^3 + 3(4) = 64 + 12 = \mathbf{76}$$


Use (x - 1/x)^2 + 2 for part (i), square that result and subtract 2 for part (ii), and use (x - 1/x)^3 + 3(x - 1/x) for part (iii).
2
Without actual cubing, evaluate the value of $(28)^3 + (-15)^3 + (-13)^3$ using a suitable algebraic identity.
Reveal Answer & Explanation
Answer:

• Let $a = 28$, $b = -15$, and $c = -13$.
• Find the sum of the three terms:

$$a + b + c = 28 + (-15) + (-13) = 28 - 28 = 0$$


• By the Conditional Cubic Identity: If $a + b + c = 0$, then $a^3 + b^3 + c^3 = 3abc$.
• Therefore:

$$(28)^3 + (-15)^3 + (-13)^3 = 3(28)(-15)(-13)$$


$$= 3 \times 28 \times 195 = 84 \times 195 = \mathbf{16,380}$$


Notice 28 + (-15) + (-13) = 0. Use identity: a + b + c = 0 implies a^3 + b^3 + c^3 = 3abc.
3
If $a^2 + b^2 + c^2 = 35$ and $ab + bc + ca = 23$, find the value of $a + b + c$.
Reveal Answer & Explanation
Answer: • Using the trinomial identity:
$$(a + b + c)^2 = a^2 + b^2 + c^2 + 2(ab + bc + ca)$$
• Substitute the given values:
$$(a + b + c)^2 = 35 + 2(23) = 35 + 46 = 81$$
• Taking square roots on both sides:
$$a + b + c = \mathbf{\pm 9}$$
(a + b + c)^2 = 35 + 2(23) = 81.
4
If $2x - 3y = 7$ and $xy = 2$, find the value of $8x^3 - 27y^3$.
Reveal Answer & Explanation
Answer: • We recognize that $8x^3 - 27y^3 = (2x)^3 - (3y)^3$.
• Using the cubic identity: $A^3 - B^3 = (A - B)^3 + 3AB(A - B)$ with $A = 2x$ and $B = 3y$:
$$(2x)^3 - (3y)^3 = (2x - 3y)^3 + 3(2x)(3y)(2x - 3y)$$
$$= (2x - 3y)^3 + 18xy(2x - 3y)$$
• Substitute $2x - 3y = 7$ and $xy = 2$:
$$8x^3 - 27y^3 = 7^3 + 18(2)(7) = 343 + 36 \times 7 = 343 + 252 = \mathbf{595}$$
Set A = 2x, B = 3y. 8x^3 - 27y^3 = (2x - 3y)^3 + 18xy(2x - 3y).
5
Simplify the expression: $(a + b + c)^2 + (a - b + c)^2$.
Reveal Answer & Explanation
Answer: • Expand both trinomial squares:
$$(a + b + c)^2 = a^2 + b^2 + c^2 + 2ab + 2bc + 2ca$$
$$(a - b + c)^2 = a^2 + b^2 + c^2 - 2ab - 2bc + 2ca$$
• Adding the two expressions:
$$\text{Sum} = (a^2 + a^2) + (b^2 + b^2) + (c^2 + c^2) + (2ab - 2ab) + (2bc - 2bc) + (2ca + 2ca)$$
$$= 2a^2 + 2b^2 + 2c^2 + 4ca = \mathbf{2(a^2 + b^2 + c^2 + 2ca)}$$
Notice the terms 2ab and 2bc cancel out when added.
6
If $x^2 + \frac{1}{x^2} = 66$, find the value of $x - \frac{1}{x}$.
Reveal Answer & Explanation
Answer: • We know the relation:
$$\left(x - \frac{1}{x}\right)^2 = x^2 + \frac{1}{x^2} - 2$$
• Substitute $x^2 + \frac{1}{x^2} = 66$:
$$\left(x - \frac{1}{x}\right)^2 = 66 - 2 = 64$$
• Taking square roots on both sides:
$$x - \frac{1}{x} = \mathbf{\pm 8}$$
(x - 1/x)^2 = 66 - 2 = 64.
7
Evaluate $(103)^3$ using an appropriate algebraic identity.
Reveal Answer & Explanation
Answer: • Express $103$ as $(100 + 3)$.
• Use the binomial cube expansion: $(a + b)^3 = a^3 + 3a^2b + 3ab^2 + b^3$
$$(100 + 3)^3 = 100^3 + 3(100)^2(3) + 3(100)(3^2) + 3^3$$
$$= 1,000,000 + 3(10,000)(3) + 3(100)(9) + 27$$
$$= 1,000,000 + 90,000 + 2,700 + 27 = \mathbf{1,092,727}$$
Write 103 as (100 + 3)^3. Use a^3 + 3a^2b + 3ab^2 + b^3.
8
If $a + b + c = 0$, prove that $\frac{(b+c)^2}{bc} + \frac{(c+a)^2}{ca} + \frac{(a+b)^2}{ab} = 3$.
Reveal Answer & Explanation
Answer: • Since $a + b + c = 0$, we have:
$$b + c = -a, \quad c + a = -b, \quad a + b = -c$$
• Squaring these relations gives:
$$(b+c)^2 = (-a)^2 = a^2, \quad (c+a)^2 = (-b)^2 = b^2, \quad (a+b)^2 = (-c)^2 = c^2$$
• Substitute into the given expression:
$$\text{LHS} = \frac{a^2}{bc} + \frac{b^2}{ca} + \frac{c^2}{ab}$$
• Take the common denominator $abc$:
$$\text{LHS} = \frac{a^3 + b^3 + c^3}{abc}$$
• Since $a + b + c = 0$, by the conditional identity $a^3 + b^3 + c^3 = 3abc$:
$$\text{LHS} = \frac{3abc}{abc} = \mathbf{3} = \text{RHS} \quad \blacksquare$$
Substitute b+c = -a, c+a = -b, a+b = -c to get (a^3 + b^3 + c^3)/abc.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.