Read and download the Chapter 4 Expansions PDF from the official ICSE Book for Class 9 Mathematics. Updated for the 2026-27 academic session, you can access the complete Mathematics textbook in PDF format for free.
ICSE Class 9 Mathematics Chapter 4 Expansions Digital Edition
For Class 9 Mathematics, this chapter in ICSE Class 9 Maths Chapter 04 Expansions provides a detailed overview of important concepts. We highly recommend using this text alongside the ICSE Solutions for Class 9 Mathematics to learn the exercise questions provided at the end of the chapter.
Chapter 4 Expansions ICSE Book Class Class 9 PDF (2026-27)
Unit 3: Algebra
4 Expansions
4.1 Introduction
Expansion is the process in which the contents of brackets are evaluated.
Recall of concepts of expansions learned in earlier classes:
1. Since, \((a + b)^2 = (a + b) (a + b)\)
\(= a(a + b) + b(a + b)\)
\(= a^2 + ab + ab + b^2\)
\(= a^2 + 2ab + b^2\)
\(a^2 + 2ab + b^2\) is the expansion of \((a + b)^2\)
Similarly,
2. \((a - b)^2 = a^2 - 2ab + b^2\)
3. \((a + b)^2 + (a - b)^2 = 2(a^2 + b^2)\) (On adding I and II)
4. \((a + b)^2 - (a - b)^2 = 4ab\) (On subtracting II from I)
If \(a \neq 0\), then:
5. \((a + \frac{1}{a})^2 = a^2 + \frac{1}{a^2} + 2 \Rightarrow a^2 + \frac{1}{a^2} = (a + \frac{1}{a})^2 - 2\)
6. \((a - \frac{1}{a})^2 = a^2 + \frac{1}{a^2} - 2 \Rightarrow a^2 + \frac{1}{a^2} = (a - \frac{1}{a})^2 + 2\)
7. \((a + \frac{1}{a})^2 + (a - \frac{1}{a})^2 = 2(a^2 + \frac{1}{a^2})\)
8. \((a + \frac{1}{a})^2 - (a - \frac{1}{a})^2 = 4\)
Teacher's Note
Algebraic expansions are used in engineering and construction to calculate areas and volumes of complex shapes by breaking them into simpler components.
4.2 Identities
Consider the expansion: \((a + b)^2 = a^2 + 2ab + b^2\)
1. If \(a = 5\) and \(b = 3\)
\((a + b)^2 = (5 + 3)^2 = 8^2 = 64\) and
\(a^2 + 2ab + b^2 = 5^2 + 2 \times 5 \times 3 + 3^2 = 25 + 30 + 9 = 64\)
i.e. \((a + b)^2 = a^2 + 2ab + b^2\)
2. If \(a = -8\) and \(b = 5\)
\((a + b)^2 = (-8 + 5)^2 = (-3)^2 = 9\) and
\(a^2 + 2ab + b^2 = (-8)^2 + 2 \times -8 \times 5 + 5^2 = 64 - 80 + 25 = 9\)
i.e. \((a + b)^2 = a^2 + 2ab + b^2\)
In the same way, if we give any number of values to \(a\) and \(b\); every time \((a + b)^2\) and \(a^2 + 2ab + b^2\) will come same (equal).
An equation, which is true for all values of its variables, is called an identity. Each equation (expansion) given above in article 4.1 is an identity.
Teacher's Note
Identities are fundamental in mathematics because they allow us to verify the correctness of calculations and solve complex problems by recognizing patterns, much like using shortcuts in everyday calculations.
Worked Examples
Example 1
Evaluate: (i) \((a + 2b)^2\) (ii) \((2a - 3b)^2\)
Solution:
(i) \((a + 2b)^2 = (a)^2 + 2 \times a \times 2b + (2b)^2\)
\(= a^2 + 4ab + 4b^2\)
(ii) \((2a - 3b)^2 = (2a)^2 - 2 \times 2a \times 3b + (3b)^2\)
\(= 4a^2 - 12ab + 9b^2\)
Example 2
If \(a + b = 9\) and \(ab = -22\), find: (i) \(a - b\) (ii) \(a^2 - b^2\)
Solution:
(i) \((a + b)^2 - (a - b)^2 = 4ab\)
\(\Rightarrow (a - b)^2 = (a + b)^2 - 4ab\)
\(= (9)^2 - 4 \times -22\)
\(= 81 + 88 = 169\)
\(\therefore a - b = \pm \sqrt{169} = \pm 13\)
OR, \((a + b)^2 = 9^2\)
\(\Rightarrow a^2 + b^2 + 2ab = 81\)
\(\Rightarrow a^2 + b^2 + 2 \times -22 = 81\)
\(\Rightarrow a^2 + b^2 = 125\)
Now, \((a - b)^2 = a^2 + b^2 - 2ab\)
\(= 125 - 2 \times -22\)
\(= 169\)
\(\therefore a - b = \pm 13\)
(ii) \(a^2 - b^2 = (a + b)(a - b) = 9 \times \pm 13 = \pm 117\)
Example 3
If \(x \neq 0\) and \(x + \frac{1}{x} = 2\), find: (i) \(x^2 + \frac{1}{x^2}\) (ii) \(x^4 + \frac{1}{x^4}\)
Solution:
(i) \(x^2 + \frac{1}{x^2} = (x + \frac{1}{x})^2 - 2\)
\(= (2)^2 - 2\)
\(= 4 - 2 = 2\)
Alternative method:
(i) \(x + \frac{1}{x} = 2\)
\(\Rightarrow (x + \frac{1}{x})^2 = (2)^2\)
\(\Rightarrow x^2 + \frac{1}{x^2} + 2 \times x \times \frac{1}{x} = 4\)
\(\Rightarrow x^2 + \frac{1}{x^2} = 4 - 2 = 2\)
(ii) \(x^4 + \frac{1}{x^4} = (x^2 + \frac{1}{x^2})^2 - 2\)
\(= (2)^2 - 2\)
\(= 4 - 2 = 2\)
Alternative method:
(ii) \((x^2 + \frac{1}{x^2})^2 = (2)^2\)
\(\Rightarrow x^4 + \frac{1}{x^4} + 2 = 4\)
\(\Rightarrow x^4 + \frac{1}{x^4} = 2\)
Example 4
Given: \(a^2 + \frac{1}{a^2} = 7\) and \(a \neq 0\), find:
(i) \(a + \frac{1}{a}\) (ii) \(a - \frac{1}{a}\) (iii) \(a^2 - \frac{1}{a^2}\)
Solution:
(i) \(\therefore (a + \frac{1}{a})^2 = a^2 + \frac{1}{a^2} + 2 = 7 + 2 = 9\)
\(\Rightarrow a + \frac{1}{a} = \pm \sqrt{9} = \pm 3\)
(ii) \(\therefore (a - \frac{1}{a})^2 = a^2 + \frac{1}{a^2} - 2 = 7 - 2 = 5\)
\(\Rightarrow a - \frac{1}{a} = \pm \sqrt{5}\)
(iii) \(a^2 - \frac{1}{a^2} = (a + \frac{1}{a})(a - \frac{1}{a}) = (\pm 3) \times (\pm \sqrt{5}) = \pm 3\sqrt{5}\)
Remember:
\((\pm a) \times (\pm b) = (+ a) \times (+ b)\) or \((- a) \times (+ b)\) or \((+ a) \times (- b)\) or \((- a) \times (- b)\)
\(= + ab\) or \(- ab\) or \(- ab\) or \(+ ab\)
\(= \pm ab\)
\(\therefore (\pm a) \times (\pm b) = \pm ab\)
Example 5
If \(a^2 - 5a + 1 = 0\) and \(a \neq 0\), find: (i) \(a + \frac{1}{a}\) (ii) \(a^2 + \frac{1}{a^2}\)
Solution:
(i) \(a^2 - 5a + 1 = 0\)
\(\Rightarrow \frac{a^2}{a} - \frac{5a}{a} + \frac{1}{a} = 0\) (Dividing each term by a)
\(\Rightarrow a - 5 + \frac{1}{a} = 0 \Rightarrow a + \frac{1}{a} = 5\)
(ii) \(a^2 + \frac{1}{a^2} = (a + \frac{1}{a})^2 - 2 = 5^2 - 2 = 25 - 2 = 23\)
Teacher's Note
Working with algebraic identities helps develop problem-solving skills that are essential in fields like physics and finance where relationships between variables must be understood and manipulated.
This is a preview of the first 3 pages. To get the complete book, click below.
Free study material for Mathematics
ICSE Book Class 9 Mathematics Chapter 4 Expansions
Download the official ICSE Textbook for Class 9 Mathematics Chapter 4 Expansions, updated for the latest academic session. These e-books are the main textbook used by major education boards across India. All teachers and subject experts recommend the Chapter 4 Expansions NCERT e-textbook because exam papers for Class 9 are strictly based on the syllabus specified in these books. You can download the complete chapter in PDF format from here.
Download Mathematics Class 9 NCERT eBooks in English
We have provided the complete collection of ICSE books in English Medium for all subjects in Class 9. These digital textbooks are very important for students who have English as their medium of studying. Each chapter, including Chapter 4 Expansions, contains detailed explanations and a detailed list of questions at the end of the chapter. Simply click the links above to get your free Mathematics textbook PDF and start studying today.
Benefits of using ICSE Class 9 Textbooks
The Class 9 Mathematics Chapter 4 Expansions book is designed to provide a strong conceptual understanding. Students should also access NCERT Solutions and revision notes on studiestoday.com to enhance their learning experience.
FAQs
You can download the latest, teacher-verified PDF for ICSE Class 9 Maths Chapter 04 Expansions for free on StudiesToday.com. These digital editions are updated as per 2026-27 session and are optimized for mobile reading.
Yes, our collection of Class 9 Mathematics NCERT books follow the 2026 rationalization guidelines. All deleted chapters have been removed and has latest content for you to study.
Downloading chapter-wise PDFs for Class 9 Mathematics allows for faster access, saves storage space, and makes it easier to focus in 2026 on specific topics during revision.
NCERT books are the main source for ICSE exams. By reading ICSE Class 9 Maths Chapter 04 Expansions line-by-line and practicing its questions, students build strong understanding to get full marks in Mathematics.