ICSE • Chapter 4

Expansions

Master this chapter with IndiaSchool's AI tutor. Get simplified explanations, real-life examples, and instant doubt resolution.

12.3 min 1,840 words AI-written tutor lesson

Hello, and welcome to today's mathematics lesson. We are diving into Chapter Four: Expansions, a fascinating topic in algebra where we learn how to multiply out brackets and discover powerful patterns that save us enormous amounts of calculation time. By the end of this lesson, you will master the fundamental identities for squares and cubes, learn how to expand expressions with three terms, and understand some beautiful special products that appear throughout mathematics.

Let us begin with the very idea of expansion itself. When we expand an algebraic expression, we are simply removing brackets and writing the result in its simplest form. You have already met some of these in earlier classes, so let us recall them properly.

Consider (a + b)². This means (a + b)(a + b). When we multiply these out, we get a² + 2ab + b². This is our first fundamental identity.

Similarly, (a − b)² expands to a² − 2ab + b². Notice the pattern: the square of the first term, minus twice the product, plus the square of the second term.

These two identities are incredibly powerful. If we add them together, we get 2(a² + b²). If we subtract the second from the first, we obtain 4ab. These relationships often help us find unknown quantities when we know certain values.

Now, a special case arises when we work with expressions like (a + 1/a) where a is not zero. When we square this, we get a² + 1/a² + 2. This means a² + 1/a² = (a + 1/a)² − 2. Likewise, a² + 1/a² = (a − 1/a)² + 2. These formulas are essential for solving many competitive problems.

Here is a crucial definition. An equation that holds true for all values of its variables is called an identity. Unlike conditional equations that are only true for specific values, identities are universal truths in algebra. Every expansion formula we discuss today is an identity.

Let us see these identities in action with a worked example. Suppose we need to expand (a + 2b)². Using our identity, this becomes a² + 2 × a × 2b + (2b)², which simplifies to a² + 4ab + 4b².

Similarly, (2a − 3b)² gives us 4a² − 12ab + 9b². Notice how we square each term and place twice the product in the middle with the appropriate sign.

Now consider a more challenging problem. If a + b = 9 and ab = −22, can we find a − b? We use the identity that (a + b)² − (a − b)² = 4ab. Rearranging, (a − b)² = (a + b)² − 4ab. Substituting our values: 9² − 4(−22) equals 81 + 88, which is 169. Therefore, a − b = ±13.

Once we have a − b, finding a² − b² becomes straightforward. We use the difference of squares: (a + b)(a − b), giving us 9 × (±13), which equals ±117.

If x + 1/x = 2, where x is not zero, what is x² + 1/x²? Using our identity, this equals (x + 1/x)² − 2, which becomes 2² − 2, giving us 2.

For x⁴ + 1/x⁴, we simply apply the same identity again to our previous result. This becomes (x² + 1/x²)² − 2, which is 2² − 2, again yielding 2. Notice the elegant pattern that emerges.

Now we move to cubic expansions, which build upon what we have learned. The expansion of (a + b)³ is a³ + 3a²b + 3ab² + b³. This can be rewritten as a³ + b³ + 3ab(a + b).

From this, we derive an extremely useful formula: a³ + b³ = (a + b)³ − 3ab(a + b).

Similarly, (a − b)³ expands to a³ − 3a²b + 3ab² − b³, which we can write as a³ − b³ − 3ab(a − b). This gives us a³ − b³ = (a − b)³ + 3ab(a − b).

For expressions with reciprocals, we have (a + 1/a)³ = a³ + 1/a³ + 3(a + 1/a), which rearranges to a³ + 1/a³ = (a + 1/a)³ − 3(a + 1/a).

Let us apply this. To expand (2a + 3b)³, we calculate (2a)³ + 3(2a)²(3b) + 3(2a)(3b)² + (3b)³. This becomes 8a³ + 36a²b + 54ab² + 27b³.

Similarly, (4a − 5b)³ yields 64a³ − 240a²b + 300ab² − 125b³. Watch how the signs alternate when we have subtraction.

Here is one of the most elegant results in algebra. If a + b + c = 0, then a³ + b³ + c³ = 3abc. This is a beautiful theorem we can prove.

Since a + b = −c, cubing both sides gives (a + b)³ = (−c)³. Expanding the left side: a³ + b³ + 3ab(a + b) = −c³. Substituting a + b = −c, we get a³ + b³ − 3abc = −c³, and therefore a³ + b³ + c³ = 3abc.

This identity lets us evaluate remarkable expressions instantly. For instance, 8³ + (−5)³ + (−3)³ equals 3 × 8 × (−5) × (−3), which is 360, because 8 + (−5) + (−3) = 0.

Similarly, 2³ + 4³ + (−6)³ equals 3 × 2 × 4 × (−6), giving us −144, since 2 + 4 + (−6) = 0.

We now turn to products of the form (x + a)(x + b). When expanded, this becomes x² + (a + b)x + ab. The coefficient of x is the sum of the constants, and the constant term is their product.

If the signs differ, as in (x + a)(x − b), we get x² + (a − b)x − ab. And for (x − a)(x − b), the result is x² − (a + b)x + ab.

For example, (x + 3)(x + 5) becomes x² + 8x + 15. While (x − 3)(x + 5) gives x² + 2x − 15.

Expanding squares of trinomials requires careful attention. The general form is (a ± b ± c)² = a² + b² + c² ± 2ab ± 2bc ± 2ca, where the signs correspond to those inside the bracket.

Specifically, (a + b + c)² equals a² + b² + c² + 2ab + 2bc + 2ca, which we can factor as a² + b² + c² + 2(ab + bc + ca).

When signs vary, we must track them carefully. For (a + b − c)², we get a² + b² + c² + 2ab − 2bc − 2ca. For (a − b + c)², we obtain a² + b² + c² − 2ab − 2bc + 2ca.

Let us expand (2x + 3y − 4z)². This becomes 4x² + 9y² + 16z² + 12xy − 24yz − 16zx. Each squared term keeps its sign, while the cross terms follow the rules of multiplication.

These identities work in reverse too. If we know a² + b² + c² = 29 and a + b + c = 9, we can find ab + bc + ca. Using (a + b + c)² = a² + b² + c² + 2(ab + bc + ca), we substitute to get 81 = 29 + 2(ab + bc + ca). Solving, ab + bc + ca = 26.

Finally, let us explore some special products that reveal deep algebraic structure.

The product (x + a)(x + b)(x + c) expands to x³ + (a + b + c)x² + (ab + bc + ca)x + abc. Notice the beautiful symmetry: the coefficient of x² is the sum of constants, the coefficient of x is the sum of pairwise products, and the constant term is the product of all three.

We also have the remarkable factorizations: (a + b)(a² − ab + b²) = a³ + b³ and (a − b)(a² + ab + b²) = a³ − b³. These are the sum and difference of cubes formulas.

Most beautifully, (a + b + c)(a² + b² + c² − ab − bc − ca) = a³ + b³ + c³ − 3abc. When a + b + c = 0, this reduces to our earlier identity.

Here is a powerful technique. If x² + y² + z² − xy − yz − zx = 0, we can prove that x = y = z. Multiply by 2: 2x² + 2y² + 2z² − 2xy − 2yz − 2zx = 0. This rearranges to (x − y)² + (y − z)² + (z − x)² = 0. Since squares are never negative, each must be zero, forcing x = y, y = z, and z = x.

Let us recap the essential takeaways from today's lesson.

First, the fundamental square identities: (a + b)² = a² + 2ab + b² and (a − b)² = a² − 2ab + b², along with their consequences: a² + 1/a² = (a + 1/a)² − 2 and a² + 1/a² = (a − 1/a)² + 2.

Second, the cubic expansions: (a + b)³ = a³ + 3a²b + 3ab² + b³ and (a − b)³ = a³ − 3a²b + 3ab² − b³, along with the derived formulas: a³ + b³ = (a + b)³ − 3ab(a + b) and a³ − b³ = (a − b)³ + 3ab(a − b).

Third, the beautiful theorem that when a + b + c = 0, we have a³ + b³ + c³ = 3abc, and its application to rapid evaluation of expressions.

Fourth, the expansion of (x + a)(x + b) equals x² + (a + b)x + ab and its sign variants.

Fifth, the trinomial square formula: (a + b + c)² = a² + b² + c² + 2ab + 2bc + 2ca and its sign variants.

Sixth, the special products: (a + b)(a² − ab + b²) = a³ + b³, (a − b)(a² + ab + b²) = a³ − b³, and the condition that x² + y² + z² − xy − yz − zx = 0 implies x = y = z.

Mastering these expansions gives you powerful tools for simplifying complex expressions, solving equations efficiently, and recognizing patterns that others might miss. The identities we have explored today are not merely formulas to memorize but relationships to understand deeply, for they appear throughout mathematics and its applications.

Keep practicing, stay curious, and remember that every expansion reveals hidden structure waiting to be discovered. Until next time, happy learning!

Want to go deeper?

Unlock the full AI tutor experience for Expansions — free 14-day trial, no credit card.

Listen to the lesson

Studio-quality AI narration with sentence highlighting

Ask any doubt

Chat with an AI tutor that knows this exact chapter

Interesting facts & exam tips

Curated, verified, and chapter-specific

Practice tests

Unlimited AI-generated papers with instant evaluation

Frequently Asked Questions

What are the key topics in ICSE Class 9 Mathematics Chapter 4?

The chapter "Expansions" covers core concepts including important formulas, definitions, and problem-solving techniques aligned with the latest ICSE syllabus.

How can I practice for Mathematics Expansions?

You can practice with our AI tutor that provides instant doubt resolution, interactive quizzes, and personalized chapter explanations specially designed for Class 9.

Is this chapter updated for the 2026 ICSE curriculum?

Yes, all study material and summary content for Expansions is thoroughly updated according to the most recent ICSE Class 9 guidelines.

AI Features

  • Instant doubt resolution
  • Personalized explanations
  • Interactive quizzes
  • Multi-lingual support (Hindi/English)

Ready to score 95%+?

Join thousands of students mastering Class 9 with AI.

Hold to talk

Subscription Status