Back to Portal
Class 9Mathematics
RHS Logo
Published 2026-08-28Chapter: Number Systems

Number Systems - Irrational numbers representation, laws of exponents, and rationalizing denominators

Hello students! Welcome to today's learning guide on Number Systems.

In Class 8, you mastered rational numbers (numbers that can be written in the form $\frac{p}{q}$, where $p$ and $q$ are integers and $q \neq 0$). In Class 9, our mathematical universe expands! We enter the world of Real Numbers, which consists of both Rational and Irrational numbers.

In this tutorial, we will master three essential concepts from Chapter 1 of your NCERT textbook:

  • Representing Irrational Numbers on a Number Line
  • Rationalizing Denominators
  • Laws of Exponents for Real Numbers
  • Grab your notebook, pencil, and geometry box, and let me guide you step by step!

    ---

    1. Representing Irrational Numbers on the Number Line

    What is an Irrational Number?

    An irrational number is a number that cannot be written in the fraction form $\frac{p}{q}$. When expressed as a decimal, its value goes on forever without repeating a fixed pattern (it is non-terminating and non-recurring).

    Examples include: $\sqrt{2}, \sqrt{3}, \sqrt{5}, \pi$, etc.

    ---

    The Real-World Analogy: Building Steps using Pythagoras' Theorem

    Imagine you are a map maker charting a path on a grid. To mark an exact distance that isn't a whole number, you can build a right-angled triangle!

    Recall the Pythagoras Theorem:

    $$\text{Hypotenuse}^2 = \text{Base}^2 + \text{Perpendicular}^2$$

    $$\text{Hypotenuse} = \sqrt{\text{Base}^2 + \text{Perpendicular}^2}$$

    If our Base is $1$ unit and our Perpendicular is $1$ unit, then:

    $$\text{Hypotenuse} = \sqrt{1^2 + 1^2} = \sqrt{1 + 1} = \sqrt{2}$$

    ---

    Step-by-Step: How to Represent $\sqrt{2}$ on the Number Line

    Let's draw $\sqrt{2}$ geometrically!

    ```

    B

    | \

    | \ Hypotenuse = √2

    1u | \

    | \

    ----O-----A----P-------------> Number Line

    0 1u 1 √2

    ```

  • Draw a line: Draw a straight horizontal line and mark the origin as point $O$, representing the number $0$.
  • Mark $1$ unit: Mark a point $A$ to the right of $O$ such that $OA = 1\text{ unit}$ (e.g., $1\text{ unit} = 2\text{ cm}$ or $1\text{ inch}$). Point $A$ represents $1$.
  • Draw a perpendicular: At point $A$, construct a perpendicular line segment $AB$ of length $1\text{ unit}$ (same length as $OA$).
  • Connect to form a triangle: Join point $O$ to point $B$.
  • By Pythagoras theorem in $\triangle OAB$:
  • $$OB = \sqrt{OA^2 + AB^2} = \sqrt{1^2 + 1^2} = \sqrt{2}$$

  • Transfer to the number line:
  • Put the compass needle at origin $O$ and open it to radius $OB$ (which equals $\sqrt{2}$).
  • Draw an arc downwards to intersect the number line at point $P$.
  • Point $P$ represents $\sqrt{2}$ on the number line! (Since $OP = OB = \sqrt{2} \approx 1.414$).
  • ---

    How to Represent $\sqrt{3}$?

    To find $\sqrt{3}$, we build upon our $\sqrt{2}$ construction:

  • Using $OB$ (length $\sqrt{2}$) as the base, construct a perpendicular line segment $BC$ of length $1\text{ unit}$ at point $B$.
  • Join $OC$.
  • In $\triangle OBC$:
  • $$OC = \sqrt{(\sqrt{2})^2 + 1^2} = \sqrt{2 + 1} = \sqrt{3}$$

  • With $O$ as center and radius $OC$, draw an arc cutting the number line at point $Q$. Point $Q$ represents $\sqrt{3} \approx 1.732$.
  • *This continuous process is called the Square Root Spiral!*

    ---

    2. Rationalizing the Denominator

    Why do we Rationalize?

    Imagine trying to calculate $\frac{1}{\sqrt{2}}$ manually. Since $\sqrt{2} \approx 1.41421356...$, you would be trying to divide $1$ by a non-terminating, non-repeating decimal. That is extremely difficult!

    Rationalizing means converting an irrational denominator into a rational number without changing the value of the fraction. It makes calculations much cleaner and easier.

    ---

    Type 1: Single Term in the Denominator ($\frac{1}{\sqrt{a}}$)

    Rule: Multiply both the numerator and the denominator by the radical term $\sqrt{a}$.

    Example: Rationalize $\frac{1}{\sqrt{5}}$

    $$\frac{1}{\sqrt{5}} = \frac{1 \times \sqrt{5}}{\sqrt{5} \times \sqrt{5}} = \frac{\sqrt{5}}{5}$$

    Since $\sqrt{5} \times \sqrt{5} = 5$, the denominator is now a rational number ($5$)!

    ---

    Type 2: Binomial Denominator ($\frac{1}{a + \sqrt{b}}$ or $\frac{1}{\sqrt{a} - \sqrt{b}}$)

    Rule: Multiply both numerator and denominator by the conjugate of the denominator.

  • The conjugate of $(a + \sqrt{b})$ is $(a - \sqrt{b})$.
  • The conjugate of $(\sqrt{a} - \sqrt{b})$ is $(\sqrt{a} + \sqrt{b})$.
  • We use algebraic Identity 3: $$(x + y)(x - y) = x^2 - y^2$$

    Example: Rationalize $\frac{1}{2 + \sqrt{3}}$

  • Find the conjugate of $2 + \sqrt{3}$, which is $2 - \sqrt{3}$.
  • Multiply numerator and denominator by $(2 - \sqrt{3})$:
  • $$\frac{1}{2 + \sqrt{3}} = \frac{1 \times (2 - \sqrt{3})}{(2 + \sqrt{3})(2 - \sqrt{3})}$$

  • Simplify using $(x+y)(x-y) = x^2 - y^2$:
  • $$= \frac{2 - \sqrt{3}}{(2)^2 - (\sqrt{3})^2}$$

    $$= \frac{2 - \sqrt{3}}{4 - 3}$$

    $$= \frac{2 - \sqrt{3}}{1} = 2 - \sqrt{3}$$

    Notice how clean the answer becomes!

    ---

    3. Laws of Exponents for Real Numbers

    Exponents are shorthand for repeated multiplication. Let $a > 0$ be a real number base, and $m$ and $n$ be rational numbers as powers.

    The Master Summary Table of Exponential Laws

    LawFormulaExample
    Product Law$a^m \cdot a^n = a^{m+n}$$2^{2/3} \cdot 2^{1/3} = 2^{(2/3 + 1/3)} = 2^1 = 2$
    Power of a Power$(a^m)^n = a^{mn}$$(3^{1/5})^4 = 3^{4/5}$
    Quotient Law$\frac{a^m}{a^n} = a^{m-n}$$\frac{7^{1/2}}{7^{1/4}} = 7^{(1/2 - 1/4)} = 7^{1/4}$
    Power of a Product$a^m \cdot b^m = (ab)^m$$13^{1/5} \cdot 17^{1/5} = (13 \times 17)^{1/5} = (221)^{1/5}$
    Zero Exponent$a^0 = 1$$(100)^0 = 1$
    Negative Exponent$a^{-n} = \frac{1}{a^n}$$5^{-2} = \frac{1}{5^2} = \frac{1}{25}$

    ---

    Understanding Fractional Powers ($a^{m/n}$)

    A fractional power like $a^{1/n}$ represents the $n^{\text{th}}$ root of $a$:

    $$a^{1/n} = \sqrt[n]{a}$$

    Similarly:

    $$a^{m/n} = (a^{1/n})^m = (\sqrt[n]{a})^m \quad \text{or} \quad (a^m)^{1/n} = \sqrt[n]{a^m}$$

    Example: Evaluate $64^{2/3}$

    *Method 1*: Express $64$ as a power of $4$ (since $4^3 = 64$):

    $$64^{2/3} = (4^3)^{2/3} = 4^{3 \times \frac{2}{3}} = 4^2 = 16$$

    *Method 2*: Express $64$ as a power of $2$ (since $2^6 = 64$):

    $$64^{2/3} = (2^6)^{2/3} = 2^{6 \times \frac{2}{3}} = 2^4 = 16$$

    Both methods yield the exact same correct answer!

    ---

    4. Practice Time!

    Let's test our understanding with 3 carefully selected exam-style problems. Try solving them on your own first!

    ---

    Question 1: Rationalization

    Simplify by rationalizing the denominator:

    $$\frac{3 + \sqrt{2}}{3 - \sqrt{2}}$$

    Solution:

    Step 1: Identify the conjugate of the denominator $(3 - \sqrt{2})$.

    The conjugate is $(3 + \sqrt{2})$.

    Step 2: Multiply both numerator and denominator by $(3 + \sqrt{2})$.

    $$\frac{3 + \sqrt{2}}{3 - \sqrt{2}} = \frac{(3 + \sqrt{2})(3 + \sqrt{2})}{(3 - \sqrt{2})(3 + \sqrt{2})}$$

    Step 3: Expand numerator using identity $(a + b)^2 = a^2 + 2ab + b^2$ and denominator using $(a - b)(a + b) = a^2 - b^2$.

  • Numerator:
  • $$(3 + \sqrt{2})^2 = (3)^2 + 2(3)(\sqrt{2}) + (\sqrt{2})^2$$

    $$= 9 + 6\sqrt{2} + 2 = 11 + 6\sqrt{2}$$

  • Denominator:
  • $$(3)^2 - (\sqrt{2})^2 = 9 - 2 = 7$$

    Step 4: Combine numerator and denominator.

    $$\frac{11 + 6\sqrt{2}}{7}$$

    Final Answer: $\frac{11 + 6\sqrt{2}}{7}$

    ---

    Question 2: Laws of Exponents

    Evaluate the following expression:

    $$\left(\frac{64}{125}\right)^{-\frac{2}{3}} + \frac{1}{\left(\frac{256}{625}\right)^{\frac{1}{4}}} + \left(\frac{3}{7}\right)^0$$

    Solution:

    Let's solve the expression term by term!

    Term 1: $\left(\frac{64}{125}\right)^{-\frac{2}{3}}$

  • Use $a^{-n} = \left(\frac{1}{a}\right)^n$ to make the exponent positive:
  • $$\left(\frac{64}{125}\right)^{-\frac{2}{3}} = \left(\frac{125}{64}\right)^{\frac{2}{3}}$$

  • Express $125$ as $5^3$ and $64$ as $4^3$:
  • $$\left(\frac{5^3}{4^3}\right)^{\frac{2}{3}} = \left[\left(\frac{5}{4}\right)^3\right]^{\frac{2}{3}} = \left(\frac{5}{4}\right)^{3 \times \frac{2}{3}} = \left(\frac{5}{4}\right)^2 = \frac{25}{16}$$

    Term 2: $\frac{1}{\left(\frac{256}{625}\right)^{\frac{1}{4}}}$

  • Express $256$ as $4^4$ and $625$ as $5^4$:
  • $$\left(\frac{256}{625}\right)^{\frac{1}{4}} = \left[\left(\frac{4}{5}\right)^4\right]^{\frac{1}{4}} = \left(\frac{4}{5}\right)^{4 \times \frac{1}{4}} = \frac{4}{5}$$

  • Take the reciprocal:
  • $$\frac{1}{\left(\frac{4}{5}\right)} = \frac{5}{4}$$

    Term 3: $\left(\frac{3}{7}\right)^0$

  • Any non-zero base raised to power $0$ equals $1$:
  • $$\left(\frac{3}{7}\right)^0 = 1$$

    Step 4: Add all three terms together:

    $$\text{Total} = \frac{25}{16} + \frac{5}{4} + 1$$

    Find a common denominator ($16$):

    $$= \frac{25}{16} + \frac{5 \times 4}{4 \times 4} + \frac{1 \times 16}{1 \times 16}$$

    $$= \frac{25 + 20 + 16}{16} = \frac{61}{16}$$

    Final Answer: $\frac{61}{16}$

    ---

    Question 3: Finding Unknown Variables

    Find the value of $x$ if:

    $$2^{x-5} \times 5^{x-4} = 5$$

    Solution:

    Step 1: Write the terms with exponents carefully:

    $$2^{x-5} \times 5^{x-4} = 5^1$$

    Step 2: Split $5^{x-4}$ as $5^{(x-5) + 1} = 5^{x-5} \times 5^1$:

    $$2^{x-5} \times \left(5^{x-5} \times 5^1\right) = 5^1$$

    Step 3: Divide both sides by $5^1$:

    $$2^{x-5} \times 5^{x-5} = \frac{5^1}{5^1}$$

    $$2^{x-5} \times 5^{x-5} = 1$$

    Step 4: Apply the law $a^m \cdot b^m = (ab)^m$:

    $$(2 \times 5)^{x-5} = 1$$

    $$10^{x-5} = 1$$

    Step 5: Express $1$ as a power of $10$ (since $10^0 = 1$):

    $$10^{x-5} = 10^0$$

    Step 6: Since the bases are equal ($10 = 10$), equate the exponents:

    $$x - 5 = 0 \implies x = 5$$

    Final Answer: $x = 5$

    ---

    Quick Summary Checklist

  • [x] Irrational Numbers on Number Line: Constructed using right triangles and Pythagoras theorem ($\text{Hypotenuse} = \sqrt{\text{Base}^2 + \text{Perpendicular}^2}$).
  • [x] Rationalizing Denominator: Multiply numerator and denominator by conjugate terms to eliminate radicals from the bottom.
  • [x] Laws of Exponents: Always look for common prime bases ($2, 3, 5$, etc.) to simplify powers easily!
  • Keep practicing these steps, and you'll find Number Systems to be one of the most scoring chapters in Class 9 Math! Happy learning!