Chapter 1 • Unit I

Exercise 1.2: Indices

Comprehensive guide and practice questions for CBSE Class 11 Applied Mathematics curriculum (2026-27).

1.2 Indices: Structure, Laws, and Definitions

Power, Indices, and Exponents: These three terms are closely related and often used interchangeably in mathematics. The exponent is the number that indicates how many times the base is multiplied by itself. In $a^n$, $a$ is called the base and $n$ is called the index or exponent.

For any non-zero real number $a$ and natural number $n$:

$$a^n = a \times a \times a \times \dots \times a \quad (n\text{ times})$$ $$a^1 = a, \quad a^2 = a \times a, \quad a^3 = a \times a \times a$$ $$\text{Example: } 2^4 = 2 \times 2 \times 2 \times 2 = 16$$

Special Powers & Boundary Conditions:

  • Zero Power: $a^0 = 1$ for any $a \ne 0$. (E.g. $4^0 = 1$). Note: $0^0$ is not defined and is called an indeterminate form.
  • Negative Power: For positive $n$, $a^{-n} = \frac{1}{a^n}$ ($a \ne 0$). E.g. $2^{-1} = \frac{1}{2}$, $2^{-2} = \frac{1}{4}$, $2^{-3} = \frac{1}{8}$.
  • Fractional Power: $a^{1/n} = \sqrt[n]{a}$. E.g. $9^{1/2} = \sqrt{9} = 3$, $8^{1/3} = \sqrt[3]{8} = 2$. More generally, $a^{m/n} = (\sqrt[n]{a})^m = \sqrt[n]{a^m}$.

Laws of Indices (Exponents)

Let $a$ and $b$ be non-zero real numbers, and let $m$ and $n$ be rational numbers. The operations of exponents satisfy the following governing laws:

1. Product Law: $$a^m \cdot a^n = a^{m+n}$$ Example: $2^3 \cdot 2^2 = 2^{3+2} = 2^5 = 32$
2. Quotient Law: $$\frac{a^m}{a^n} = a^{m-n}$$ Example: $\frac{2^3}{2^2} = 2^{3-2} = 2$, $\frac{2^2}{2^3} = 2^{2-3} = 2^{-1} = \frac{1}{2}$
3. Power of a Power Law: $$(a^m)^n = a^{mn}$$ Example: $(2^2)^3 = 2^{2 \times 3} = 2^6 = 64$
4. Power of a Product Law: $$(ab)^m = a^m b^m$$ Example: $3^2 \cdot 4^2 = (3 \cdot 4)^2 = 12^2 = 144$
5. Power of a Quotient Law: $$\left(\frac{a}{b}\right)^m = \frac{a^m}{b^m} \quad (b \ne 0)$$ Example: $\frac{6^2}{2^2} = \left(\frac{6}{2}\right)^2 = 3^2 = 9$

Worked Benchmark Examples (CBSE Support Material)

Example 4 (a): Simplify $4(6^{\frac{2}{3}})^{\frac{3}{2}} + (4^3)^{\frac{4}{3} \times \dots} + 2 \times (3^5)^{\frac{1}{5}}$.
Show Step-by-Step Solution
Apply power of a power law $(a^m)^n = a^{mn}$ to each term:
• First term: $4(6)^{\frac{2}{3} \times \frac{3}{2}} = 4 \times 6^1 = 24$
• Second term: $(4)^{\frac{3}{4} \times 4} = 4^3 = 64$
• Third term: $2 \times (3^5)^{\frac{1}{5}} = 2 \times 3^1 = 6$
Summing all terms: $24 + 64 + 6 = \mathbf{94}$.
Example 4 (b): Simplify $\sqrt{\frac{1}{4}} + (0.01)^{-1/2} - 27^{2/3}$.
Show Step-by-Step Solution
Evaluate each individual term:
• $\sqrt{\frac{1}{4}} = \frac{1}{2}$
• $(0.01)^{-1/2} = (10^{-2})^{-1/2} = 10^{(-2) \times (-1/2)} = 10^1 = 10$
• $27^{2/3} = (3^3)^{2/3} = 3^{3 \times (2/3)} = 3^2 = 9$
Combine: $\frac{1}{2} + 10 - 9 = \frac{1}{2} + 1 = \mathbf{\frac{3}{2}}$.
Example 4 (c): Simplify $\frac{5^{n+2} - 6 \cdot 5^{n+1}}{13 \cdot 5^n - 2 \cdot 5^{n+1}}$.
Show Step-by-Step Solution
Factor out common base power $5^n$ from both numerator and denominator:
$$\frac{5^{n+2} - 6 \cdot 5^{n+1}}{13 \cdot 5^n - 2 \cdot 5^{n+1}} = \frac{5^n(5^2 - 6 \times 5^1)}{5^n(13 - 2 \times 5^1)}$$ Since $5^n \ne 0$, cancel $5^n$:
$$= \frac{25 - 30}{13 - 10} = \frac{-5}{3} = -\frac{5}{3}$$
Example 4 (d): Simplify $16 - 3 \times 2^2 + \left(\left(\frac{6}{9}\right)^2\right)^{1/2}$.
Show Step-by-Step Solution
• Evaluate $3 \times 2^2 = 3 \times 4 = 12$
• Evaluate $\left(\left(\frac{6}{9}\right)^2\right)^{1/2} = \frac{6}{9} = \frac{2}{3}$
Expression $= 16 - 12 + \frac{2}{3} = 4 + \frac{2}{3} = \mathbf{\frac{14}{3}}$.
Previous: Ex 1.1 Chapter Hub Next: Ex 1.3