L
LLLOS.ai
Learn
L

Chapter 1 — Number Systems

Class 9 · Mathematics

Overview

This chapter introduces the real number system through a study of rational and irrational numbers and their decimal representations. It builds on prior work with integers and rational numbers to classify numbers, explain decimal expansions (terminating, non-terminating repeating, and non-repeating), and show how every real number can be located on the number line. Key ideas include the distinction between rational and irrational numbers, methods to convert recurring decimals into fractions, a classical proof of the irrationality of √2, and the structure of the real number system (how natural, whole, integers, rational and irrational numbers relate). The chapter is important because it gives a firm conceptual foundation for all later work with real numbers, algebra, and analysis: understanding types of numbers, operations on them, and how they appear on the number line are essential skills. By the end of the chapter the student will be able to classify numbers precisely, convert between decimal and fractional forms (including recurring decimals), prove simple irrationality results, represent any real number on the number line, and appreciate density properties of real numbers…

Learning Objectives

  • Define rational, irrational and real numbers and give one example of each
  • Explain Euclid's division lemma and state its role in finding HCF
  • Apply Euclid's algorithm to compute the HCF of two positive integers
  • Use prime factorization to determine the HCF and LCM of given integers
  • Explain the Fundamental Theorem of Arithmetic and express a number as a product of primes
  • Prove that √2 is irrational and generalize the method to show √p is irrational for prime p
  • Distinguish between terminating and non-terminating repeating decimals and relate them to rationality
  • Convert a rational number to its decimal expansion and convert a recurring decimal to a simplified fraction

Topics in this chapter

10 topics · tap a topic title to jump straight to it.

🔢1

Introduction

📐 MATHEMATICAL FORMULA / THEOREM

Introduction

Key Point: Definition of a rational number: any number that can be written as p/q where p, q ∈ Z and q ≠ 0.

What is the Number System?

The number system is a way of organising all types of numbers into groups so we can understand their properties and relationships. In Class 9 we introduce the main sets of numbers and how they relate: natural numbers, whole numbers, integers, rational numbers, irrational numbers and real numbers.

Main sets (brief):

  • Natural numbers (N): {1, 2, 3, ...} — counting numbers.
  • Whole numbers (W): {0, 1, 2, 3, ...} — natural numbers plus 0.
  • Integers (Z): {..., −3, −2, −1, 0, 1, 2, 3, ...} — whole numbers and their negatives.
  • Rational numbers (Q): numbers expressible as p/q, where p and q are integers and q ≠ 0. Their decimal expansions are terminating or repeating (e.g., 3/4 = 0.75, 1/3 = 0.333...).
  • Irrational numbers: numbers that cannot be written as p/q. Their decimal expansions are non-terminating and non-repeating (e.g., √2, π).
  • Real numbers (R): all rational and irrational numbers together. Every point on the number line corresponds to a real number.

Decimal expansion and classification

Rational numbers have decimal expansions that either terminate or become periodic (repeat). Irrational numbers have non-terminating, non-repeating decimals. Important practical test for termination: if a rational number p/q is in lowest terms, its decimal expansion terminates iff the prime factors of q are only 2 and/or 5.

Density property

Between any two real numbers there are infinitely many rational numbers and infinitely many irrational numbers. This means rationals and irrationals are both dense on the number line.

Basic properties (quick)

  • Sum or product of two rationals is rational.
  • Sum or product of two irrationals can be rational or irrational (depends on the numbers).
  • Every integer is rational (e.g., 5 = 5/1).

Why this matters (real-life view)

Number classification helps in measurement, computing, finance and geometry: money uses terminating decimals, measurements may need irrational numbers (diagonals, circle measurements), and repeating decimals are encountered in periodic quantities.

Note: Visual tools like a nested-Venn diagram of sets and number-line illustrations help in understanding how these sets fit together.

📌 Examples
  • Classify the numbers: 7, 0, −5, 0.25, 0.333..., √2. Answers: 7 (natural, whole, integer, rational), 0 (whole, integer, rational), −5 (integer, rational), 0.25 = 1/4 (rational, terminating decimal), 0.333... = 1/3 (rational, repeating), √2 (irrational).
  • Convert 7/40 to decimal and decide if it terminates. 7/40 = 0.175 (terminates). Reason: denominator 40 = 2^3 × 5, factors only 2 and 5.
  • Express 0.¯3 (0.333...) as a fraction. Let x = 0.333... → 10x = 3.333... → 10x − x = 3 → 9x = 3 → x = 1/3.
  • Convert repeating decimal 0.58¯3 (0.583333...) to a fraction. Let x = 0.583333... Here non-repeating part = 58 (two digits) and repeating part = 3 (one digit). Use formula (see formulas): x = (583 − 58) / (10^{3} − 10^{2}) = 525 / 900 = 7 / 12.
  • Show √2 is irrational (sketch proof): Assume √2 = p/q in lowest terms. Then 2 = p^2/q^2 ⇒ p^2 = 2q^2, so p^2 is even ⇒ p is even ⇒ p = 2k. Substituting gives 4k^2 = 2q^2 ⇒ q^2 = 2k^2 ⇒ q is even. Both p and q even contradicts lowest terms. Hence √2 is irrational.
🧮 Formulas
  1. \[Definition of a rational number: any number that can be written as p/q where p\]
    \[q ∈ Z and q ≠ 0.\]
  2. \[Terminating-decimal test: If p/q is in lowest terms\]
    \[the decimal expansion terminates ⇔ the prime factors of q are only 2 and/or 5.\]
  3. \[Repeating-decimal (pure) conversion: If x = 0.̅a (n-digit repeating block a)\]
    \[then x = a / (10^n − 1)\]
    \[Example: 0.̅142857 = 142857/999999 = 1/7.\]
  4. \[Mixed repeating-decimal conversion: If x = 0.b̅c where b is the non-repeating part of length m and c is the repeating block of length n\]
    \[then x = (integer formed by b and c − integer formed by b) / (10^{m+n} − 10^m)\]
    \[Example used: 0.58̅3 → (583 − 58) / (10^3 − 10^2) = 525/900 = 7/12.\]
  5. \[Density statement (conceptual): For any a\]
    \[b ∈ R with a < b\]
    \[there exist infinitely many rationals r and irrationals s such that a < r < b and a < s < b.\]
2

Euclid's Division Lemma

📐 MATHEMATICAL FORMULA / THEOREM

Euclid's Division Lemma

Key Point: Main lemma: a = bq + r, with integers q, r and 0 ≤ r < b (b > 0).

Statement: For any two integers a and b with b > 0, there exist unique integers q (quotient) and r (remainder) such that
a = bq + r, where 0 ≤ r < b.

Meaning: When you divide a by b, you get a quotient q and a remainder r smaller than b. The lemma guarantees existence and uniqueness of q and r.

Short proof idea (for nonnegative a): Consider the set S = {a - kb | k is an integer and a - kb >= 0}. S is nonempty (take k = 0). Let r be the least element of S. Then r = a - qb for some q; r >= 0 by definition. If r >= b, then r - b = a - (q+1)b would be a smaller nonnegative element of S, contradicting minimality. Hence r < b. This gives existence. For uniqueness, suppose a = bq1 + r1 = bq2 + r2 with 0 ≤ r1, r2 < b. Subtracting gives b(q1 - q2) = r2 - r1. The left side is a multiple of b while the right side has absolute value < b, so r1 = r2 and q1 = q2.

Key consequence (used in Euclid's algorithm): gcd(a, b) = gcd(b, r). Repeating this division with remainders gives an efficient method to compute the greatest common divisor.

📌 Examples
  • Example 1 (simple division): 365 ÷ 12 gives quotient 30 and remainder 5, so 365 = 12 × 30 + 5 (0 ≤ 5 < 12).
  • Example 2 (apples distributed): If 29 apples are divided among 6 children, each gets 4 and 5 remain, so 29 = 6 × 4 + 5.
  • Example 3 (Euclid's algorithm for gcd): Find gcd(1071, 462). 1071 = 462 × 2 + 147 462 = 147 × 3 + 21 147 = 21 × 7 + 0 So gcd(1071, 462) = 21.
  • Example 4 (divisibility test): If a = bq + r and r = 0 then b divides a. For instance, 84 = 7 × 12 + 0 so 7 divides 84.
🧮 Formulas
  1. \[Main lemma: a = bq + r\]
    \[with integers q\]
    \[r and 0 ≤ r < b (b > 0).\]
  2. \[Divisibility condition: b | a ⇔ r = 0.\]
  3. \[Uniqueness: the pair (q\]
    \[r) is unique for given a and b (b > 0).\]
  4. \[GCD relation: gcd(a\]
    \[b) = gcd(b\]
    \[r)\]
    \[Repeated application yields Euclid's algorithm.\]
🔢3

Prime and Composite Numbers; Infinitely Many Primes

📐 MATHEMATICAL FORMULA / THEOREM

Prime and Composite Numbers; Infinitely Many Primes

Key Point: Prime factorization: n = p1^a1 · p2^a2 · ... · pk^ak (unique up to order).

Prime number: A natural number greater than 1 that has exactly two positive divisors: 1 and itself (examples: 2, 3, 5, 7, 11...).

Composite number: A natural number greater than 1 that has more than two positive divisors (examples: 4, 6, 8, 9, 12...).

Special cases: 1 is neither prime nor composite. 0 is not considered prime or composite in the usual number theory context.

How to test primality (practical rule): To check if n (>1) is prime, test divisibility by primes ≤ √n. If none divide n, then n is prime.

Prime factorization: Every integer >1 can be written uniquely (up to order) as a product of primes: n = p1^a1 · p2^a2 · ... · pk^ak. This statement is the Fundamental Theorem of Arithmetic and is essential for computing HCF and LCM.

Infinitely many primes — Euclid’s proof (concise): Suppose there are only finitely many primes p1, p2, …, pn. Consider N = p1·p2·...·pn + 1. N is not divisible by any pi (remainder 1). So either N is prime itself or it has a prime factor not in the list. In both cases the original list was incomplete. Therefore there must be infinitely many primes.

Consequences and uses: Unique prime factorization helps compute HCF and LCM using prime exponents, and primes are building blocks for many areas: cryptography, hashing, coding theory and more.

📌 Examples
  • Decide: 17? 17 has only divisors 1 and 17 → prime. 18? Divisors 1,2,3,6,9,18 → composite.
  • Prime factorization: 360 = 2^3 × 3^2 × 5. From this, number of positive divisors = (3+1)(2+1)(1+1) = 24.
  • Use of √n rule: to test 97, check divisibility by primes ≤ √97 (~9.85): test 2,3,5,7. None divide 97 → 97 is prime.
  • Illustration of Euclid’s idea: assume primes are {2,3,5,7}. Multiply and add 1: N = 2·3·5·7 + 1 = 211, which is prime (and not in the list), so the list was incomplete.
🧮 Formulas
  1. \[Prime factorization: n = p1^a1 · p2^a2 · ... · pk^ak (unique up to order).\]
  2. \[Number of positive divisors of n = (a1 + 1)(a2 + 1)...(ak + 1).\]
  3. \[Sum of exponents method for HCF and LCM: If n = ∏ p_i^{ai} and m = ∏ p_i^{bi}\]
    \[then HCF(n,m) = ∏ p_i^{min(ai,bi)}\]
    \[LCM(n,m) = ∏ p_i^{max(ai,bi)}.\]
  4. \[Relation: HCF(n,m) × LCM(n,m) = n × m (for positive integers n,m).\]
  5. \[Primality shortcut: if no prime ≤ √n divides n\]
    \[then n is prime.\]
🔢4

Fundamental Theorem of Arithmetic (Unique Prime Factorization)

📐 MATHEMATICAL FORMULA / THEOREM

Fundamental Theorem of Arithmetic (Unique Prime Factorization)

Key Point: General prime factorization: n = p1^a1 × p2^a2 × ... × pk^ak, where p1, p2, ..., pk are distinct primes and a1, a2, ..., ak are positive integers.

What it says: Every integer greater than 1 is either a prime number or can be expressed as a product of prime numbers. This product is unique except for the order of the primes. This statement is called the Fundamental Theorem of Arithmetic (or Unique Prime Factorization).

Important notes:

  • 1 is neither prime nor composite, so the theorem applies to integers > 1 only.
  • By "unique up to order" we mean, for example, 84 = 2 × 2 × 3 × 7 is the same factorization as 2 × 3 × 2 × 7 (order changed), but there is no different set of primes that multiply to 84.

How to get the prime factorization (methods):

  • Factor tree: keep splitting a composite number into two factors until all leaves are primes.
  • Repeated division: divide repeatedly by the smallest possible prime (2, then 3, then 5, etc.) until quotient becomes 1.
  • Trial division: test divisibility by primes up to sqrt(n).

Sketch of a proof of uniqueness (idea): Suppose a number n had two different prime factorizations. Take a prime p from the first factorization; p divides n, so p must divide the product of primes in the second factorization. Using Euclid's lemma (if a prime divides a product, it divides at least one factor), p divides one of the primes in the second factorization. But primes have no nontrivial divisors, so that prime must equal p. Cancel p from both sides and repeat. Eventually all primes cancel, so the factorizations are the same except for order.

Why it matters:

  • Prime factorization is the basis for finding all divisors of a number, computing LCM and GCD, and solving many number theory problems.
  • It is also a conceptual foundation for advanced applications (e.g., modern cryptography relies on properties of primes and factorization).
📌 Examples
  • Example 1 — Prime factorization by factor tree: 84 → 84 = 2 × 42 = 2 × 2 × 21 = 2 × 2 × 3 × 7. So 84 = 2^2 × 3 × 7.
  • Example 2 — Number of divisors using prime powers: 360 = 2^3 × 3^2 × 5^1. Number of positive divisors = (3+1)(2+1)(1+1) = 4 × 3 × 2 = 24.
  • Example 3 — GCD and LCM via prime exponents: 48 = 2^4 × 3^1, 180 = 2^2 × 3^2 × 5^1. GCD = 2^min(4,2) × 3^min(1,2) = 2^2 × 3 = 12. LCM = 2^max(4,2) × 3^max(1,2) × 5^max(0,1) = 2^4 × 3^2 × 5 = 720.
  • Real-life example — Grouping students or objects: If you have 84 students and want equal-sized groups, prime factorization 84 = 2^2 × 3 × 7 helps list all possible group sizes (all divisors): 1,2,3,4,6,7,12,14,21,28,42,84. You can choose any of these as group sizes.
  • Real-life technology example — Cryptography: Secure encryption algorithms (like RSA) depend on large prime numbers and the difficulty of factoring large composite numbers into primes. The uniqueness ensures a fixed prime structure, while the hardness of factoring provides security.
🧮 Formulas
  1. \[General prime factorization: n = p1^a1 × p2^a2 × ... × pk^ak\]
    \[where p1\]
    \[p2, ...\]
    \[pk are distinct primes and a1\]
    \[a2, ...\]
    \[ak are positive integers.\]
  2. \[Number of positive divisors (d(n)): d(n) = (a1 + 1)(a2 + 1)...(ak + 1) for n = ∏ p_i^{a_i}.\]
  3. \[Sum of divisors (σ(n)): σ(n) = ∏ (p_i^{a_i+1} - 1)/(p_i - 1) (useful but beyond basic Class 9 tasks).\]
  4. \[GCD and LCM via prime exponents: If n = ∏ p_i^{a_i} and m = ∏ p_i^{b_i} (missing primes have exponent 0)\]
    \[then GCD(n,m) = ∏ p_i^{min(a_i,b_i)}\]
    \[LCM(n,m) = ∏ p_i^{max(a_i,b_i)}.\]
  5. \[Euclid's lemma (used in the uniqueness proof): If p is prime and p | (ab)\]
    \[then p | a or p | b.\]
🔢5

Rational and Irrational Numbers

📐 MATHEMATICAL FORMULA / THEOREM

Rational and Irrational Numbers

Key Point: Rational number: r = p/q, where p, q ∈ Z and q ≠ 0

Overview: Real numbers are divided into rational and irrational numbers. Rational numbers can be written as a ratio of two integers. Irrational numbers cannot be expressed as a ratio of two integers and have non-terminating, non-repeating decimal expansions.

Rational Numbers (Q)

  • Definition: A number r is rational if r = p/q where p and q are integers and q ≠ 0.
  • Decimal behavior: A rational number has either a terminating decimal expansion (for example, 1/4 = 0.25) or a non-terminating repeating decimal expansion (for example, 2/3 = 0.666...).
  • Examples: integers (5, -3), finite decimals (0.75), repeating decimals (0.333...), fractions (7/2).
  • Algebraic properties: rationals are closed under addition, subtraction, multiplication and division (except division by 0). That is, if a and b are rational and b ≠ 0, then a ± b, a·b, a/b are rational.

Irrational Numbers

  • Definition: A real number that cannot be written as p/q with integers p and q (q ≠ 0). Its decimal expansion is non-terminating and non-repeating.
  • Classic examples: √2, √3, π, e. These cannot be expressed as exact fractions.
  • Algebraic behavior: irrationals are not closed under arithmetic operations. For example, sum of two irrationals may be rational (√2 + (1-√2) = 1) or irrational; product may be rational or irrational.

Relation between Rational and Irrational

  • Every real number is either rational or irrational: R = Q ∪ (R\Q).
  • Rationals are countable; irrationals are uncountable (so there are "more" irrationals than rationals).

Simple proof that √2 is irrational (sketch)

  1. Assume √2 = p/q in lowest terms (p,q integers, q ≠ 0 and gcd(p,q)=1).
  2. Then 2 = p^2/q^2 so p^2 = 2q^2, so p^2 is even ⇒ p is even. Let p = 2k.
  3. Then (2k)^2 = 4k^2 = 2q^2 ⇒ q^2 = 2k^2 ⇒ q^2 even ⇒ q even.
  4. Both p and q even contradict gcd(p,q)=1. Hence √2 is not rational.

How to identify

  • If a decimal terminates or repeats, it is rational.
  • If a decimal neither terminates nor repeats, it is irrational.
  • Any integer is a rational number because n = n/1.

Representation on the number line: Both rational and irrational numbers are points on the number line. Rational numbers can be shown as fractions or decimals; irrational numbers appear as points that cannot be exactly expressed as fractions (for instance, mark √2 between 1 and 2, π between 3 and 4).

📌 Examples
  • Rational: 3 = 3/1 (integer), 0.75 = 3/4 (terminating decimal), 0.666... = 2/3 (repeating decimal).
  • Irrational: √2 ≈ 1.4142135... (non-terminating, non-repeating), π ≈ 3.14159265..., e ≈ 2.718281828...
  • Real-life rational example: dividing a pizza into 4 equal slices gives 1/4, money amounts like Rs. 12.50 are terminating decimals (rational).
  • Real-life irrational example: circumference/diameter for any circle uses π (irrational), diagonal of a 1 m by 1 m square is √2 m (irrational).
🧮 Formulas
  1. \[Rational number: r = p/q\]
    \[where p\]
    \[q ∈ Z and q ≠ 0\]
  2. \[Decimal characterization: rational ⇔ decimal expansion terminates or repeats\]
  3. \[Irrational characterization: decimal expansion is non-terminating and non-repeating\]
  4. \[Closure: if a,b ∈ Q then a ± b\]
    \[a·b\]
    \[a/b (b ≠ 0) ∈ Q\]
  5. \[Real numbers: R = Q ∪ (R \ Q) (rationals ∪ irrationals)\]
🔢6

Decimal Representation of Rational Numbers

📐 MATHEMATICAL FORMULA / THEOREM

Decimal Representation of Rational Numbers

Key Point: If fraction p/q is in lowest terms: decimal terminates ⇔ q = 2^a · 5^b (for some nonnegative integers a,b). Otherwise it repeats.

Definition: A rational number is any number that can be written as p/q where p and q are integers and q ≠ 0. Its decimal representation is the expansion obtained by dividing p by q (long division). Every rational number has a decimal expansion that either terminates or becomes periodic (repeats).

Two kinds of decimal expansions:

  • Terminating decimal: The decimal expansion ends after a finite number of digits (for example, 0.25, 1.75).
  • Repeating (recurring) decimal: After some point digits repeat in a fixed block forever (for example, 0.333..., 0.142857142857...). We write the repeating part with a bar: 0.3̅ = 0.333..., 0.142857̅ = 0.142857142857...

Key test (in lowest terms): For a fraction p/q reduced to lowest terms, its decimal expansion terminates iff the denominator q has only 2 and/or 5 as prime factors (q = 2^a · 5^b). If q has any other prime factor, the decimal expansion is repeating.

How to get the decimal: Perform long division of p by q. If remainder becomes 0, the decimal terminates. If a remainder repeats, the decimal digits between first appearance and the repeat form the repeating block.

Converting repeating decimals to fractions (algebra method):

  • Pure repeating: if x = 0.a̅ (a has n digits), then 10^n x − x = integer formed by a, so x = a / (10^n − 1).
  • Mixed repeating: if x = nonrepeat.repeating where nonrepeat has m digits and repeating block has n digits, then x = (integer formed by nonrepeat+repeat − integer formed by nonrepeat) / (10^{m+n} − 10^m).

Important notes: A terminating decimal can be written with infinite trailing zeros (0.25 = 0.25000...) and some decimals have two representations (e.g., 0.5000... = 0.4999... = 0.5).

Real-life contexts: money and prices (rupees and paise use two decimal places), measurements (lengths in metres shown to limited decimals), time fractions (hours to decimal), recipes (fractions converted to decimals for scaling).

📌 Examples
  • 7/8 = 0.875. Long division: 7 ÷ 8 = 0.875 with remainder 0. Denominator 8 = 2^3 so decimal terminates.
  • 1/3 = 0.3̅. Let x = 0.333... then 10x = 3.333...; subtract: 9x = 3 ⇒ x = 3/9 = 1/3.
  • 1/6 = 0.1̅6. Long division gives 0.1666...; algebra: x = 0.1666..., 10x = 1.666..., 9x = 1.5 ⇒ x = 1.5/9 = 1/6.
  • Convert 0.27̅36 to a fraction. Nonrepeating '27' (m=2), repeating '36' (n=2). x = 0.273636... ⇒ (10^{4}x − 10^{2}x) = 2736 − 27 ⇒ 9900x = 2709 ⇒ x = 2709/9900 = 301/1100.
  • 0.4999... = 0.5. Because letting x = 0.4999... gives 10x = 4.999..., 9x = 4.5 ⇒ x = 0.5.
🧮 Formulas
  1. \[If fraction p/q is in lowest terms: decimal terminates ⇔ q = 2^a · 5^b (for some nonnegative integers a,b)\]
    \[Otherwise it repeats.\]
  2. \[Pure repeating decimal: if x = 0.a̅ and a has n digits\]
    \[x = a / (10^n − 1)\]
    \[Example: 0.6̅ = 6/9 = 2/3.\]
  3. \[Mixed repeating decimal: if x = (nonrepeat).(repeat) with nonrepeat length m and repeat length n\]
    \[then x = (integer(nonrepeat+repeat) − integer(nonrepeat)) / (10^{m+n} − 10^m).\]
  4. \[Terminating decimal with k digits d = integer/10^k\]
    \[To convert to lowest terms\]
    \[simplify by cancelling powers of 2 and 5 from denominator.\]
  5. \[To detect repetition by division: during long division of p by q\]
    \[if a remainder repeats then the sequence of digits between repeats is the repeating block.\]
🔢7

Real Numbers on the Number Line

📐 MATHEMATICAL FORMULA / THEOREM

Real Numbers on the Number Line

Key Point: Distance between points a and b: |a - b|

What are real numbers? Real numbers include all rational numbers (fractions and integers) and all irrational numbers (numbers that cannot be written as a fraction). Every real number corresponds to a unique point on the number line, and every point on the number line corresponds to a real number.

Rational numbers (Q): Can be written as p/q where p and q are integers and q ≠ 0. Their decimal expansions are either terminating or repeating (recurring).

Irrational numbers: Cannot be expressed as p/q. Their decimal expansions are non-terminating and non-repeating (examples: √2, π, √3).

Representation on the number line:

  • Integers and rational fractions: To represent m/n, divide a unit segment into n equal parts and count m parts from 0 (use negative direction for negative signs).
  • Irrationals (square roots): Use geometric construction — e.g., to locate √2, construct a right triangle with legs 1 and 1; the hypotenuse has length √2. Transfer that length to the number line using a compass.
  • Every point on the line is a real number; between any two distinct real numbers there are infinitely many rational and infinitely many irrational numbers (density property).

Key properties useful on the number line:

  • Order: If a is left of b, then a < b.
  • Distance between points a and b is |a − b| (absolute value).
  • Midpoint of a and b is (a + b)/2.
  • Decimal characterization: after reducing p/q to lowest terms, its decimal terminates iff q's prime factors are only 2 and/or 5.

Completeness idea (informal): Real numbers have no 'gaps' — every Cauchy-like sequence of rationals that should converge has a limit in the real numbers. (This is an advanced idea you may see informally in Class 9 as the number line being 'continuous'.)

📌 Examples
  • Locate -3/4 on the number line: from 0 move left, divide one unit into 4 equal parts and mark the third point left of 0.
  • Construct √2 on the number line: draw a right triangle with sides 1 and 1 so the hypotenuse = √2; use a compass to transfer the hypotenuse length to the line starting at 0.
  • Show decimal behavior: 1/8 = 0.125 (terminating because denominator 8 = 2^3). 1/3 = 0.333... (repeating).
  • Demonstrate density: Between 1 and 2 there are rationals like 3/2, 7/5 and irrationals like √2 (~1.4142). No matter how small an interval you pick, you can find both rational and irrational numbers inside it.
🧮 Formulas
  1. \[Distance between points a and b: |a - b|\]
  2. \[Midpoint of a and b: (a + b) / 2\]
  3. \[Decimal termination rule for p/q (in lowest terms): decimal terminates ⇔ q has no prime factors other than 2 or 5\]
  4. \[If x ≥ 0\]
    \[position of √x on number line can be constructed using geometric methods (e.g.\]
    \[Pythagorean construction)\]
🔢8

Comparing Real Numbers and Density

📐 MATHEMATICAL FORMULA / THEOREM

Comparing Real Numbers and Density

Key Point: Fraction comparison: a/b ? c/d ⇔ ad ? bc (for b,d > 0).

What are real numbers? Real numbers (R) include all rational numbers (fractions and integers whose decimal expansions terminate or repeat) and all irrational numbers (numbers whose decimal expansions are non‑terminating and non‑repeating). Real numbers can be placed on a number line and compared using their positions: larger numbers lie to the right.

Comparing two real numbers — practical steps

  • If signs differ, the positive number is greater.
  • If both are positive or both negative, compare magnitudes. For fractions, use common denominators or cross‑multiply: a/b ? c/d ⇔ ad ? bc (provided b,d>0).
  • For decimals, align decimal points and compare digits from left to right. If necessary convert a fraction to a decimal (or vice versa) for easy comparison.
  • For negative numbers remember ordering reverses: e.g. −3 < −2 because −3 is to the left.

Key properties when manipulating inequalities

  • If a > b, then a + c > b + c (adding same number preserves inequality).
  • If a > b and c > 0, then ac > bc (multiplying by positive preserves order).
  • If a > b and c < 0, then ac < bc (multiplying by negative reverses order).

Density of rational and irrational numbers

‘Density’ means: between any two distinct real numbers there are infinitely many rational numbers and infinitely many irrational numbers.

Simple proof idea (rationals): If a < b, the midpoint (a + b)/2 is a rational if a and b are rational; more generally you can always choose a rational in any interval because you can find a decimal with finitely many digits lying strictly between the endpoints.

Simple constructive proof (irrationals): Let √2 be a fixed irrational > 0. If a < b then a/√2 < b/√2. By density of rationals choose a rational q with a/√2 < q < b/√2. Then s = √2·q is irrational (product of nonzero rational and irrational is irrational) and satisfies a < s < b. Thus an irrational lies between a and b.

Decimal representations — what they tell us

  • Rational ⇔ decimal either terminates (e.g. 0.75) or eventually repeats (e.g. 0.333... = 1/3).
  • Irrational ⇔ decimal is non‑terminating and non‑repeating (e.g. √2 = 1.4142135...).

Why this matters: Density means that no matter how close two numbers are, you can always find other rational and irrational numbers between them. This underlies ideas of limits, approximation, and continuity later in mathematics and is important in measurement and computation.

📌 Examples
  • Compare 7/8 and 0.875: Convert 7/8 to decimal: 7 ÷ 8 = 0.875 → they are equal.
  • Compare −2/3 and −0.66: Convert −2/3 ≈ −0.666... so −2/3 &lt; −0.66 because −0.666... is slightly less than −0.66 (more negative).
  • Find a rational between 3/7 and 4/7: midpoint = (3/7 + 4/7)/2 = 7/14 = 1/2 (0.5), which lies between ≈0.4286 and ≈0.5714.
  • Find an irrational between 1 and 2: √2 ≈ 1.4142135... and 1 &lt; √2 &lt; 2. (General method: choose q rational with a/√2 &lt; q &lt; b/√2, then √2·q is an irrational between a and b.)
  • Show density on (0,1): rationals 1/2, 2/3, 3/4, 11/12… and irrationals √2/2 ≈0.7071, π/4 ≈0.7854 etc. There are infinitely many of both.
🧮 Formulas
  1. \[Fraction comparison: a/b ? c/d ⇔ ad ? bc (for b,d &gt\]
    \[0).\]
  2. \[Decimal conversion: a/b = decimal obtained by long division\]
    \[rational ⇔ decimal terminates or repeats.\]
  3. \[Inequality rules: if a &gt\]
    \[b then a + c &gt\]
    \[b + c\]
    \[if c &gt\]
    \[0 then ac &gt\]
    \[bc\]
    \[if c &lt\]
    \[0 then ac &lt\]
    \[bc.\]
  4. \[Density statements: For any a\]
    \[b ∈ R with a &lt\]
    \[b\]
    \[there exist infinitely many rationals r and irrationals s with a &lt\]
    \[r &lt\]
    \[b and a &lt\]
    \[s &lt\]
    \[b.\]
  5. \[Midpoint (useful rational): r = (a + b)/2 is between a and b.\]
🔢9

Approximations and Decimal Truncation/Rounding

📐 MATHEMATICAL FORMULA / THEOREM

Approximations and Decimal Truncation/Rounding

Key Point: Round to n decimal places (round-half-up): Round_n(x) = floor(x × 10^n + 0.5) / 10^n

What is approximation? Approximating a number means replacing it by a simpler number that is close to it. We often approximate to a certain place value (nearest ten, nearest integer, or to a fixed number of decimal places) to make calculations easier or to express measured values with limited precision.

Two common methods:

  • Truncation (Cutting off): Remove extra digits after the required place without changing the remaining part. Example: truncate 3.786 to 2 decimal places → 3.78. It always moves toward zero for positive numbers.
  • Rounding (Round off): Replace the number by the nearest value at the required place. Look at the first discarded digit:
  • If the first discarded digit < 5, keep the retained part as it is (round down).
  • If the first discarded digit ≥ 5, increase the last retained digit by 1 (round up).

Steps to round to n decimal places (n ≥ 0):

  • Multiply the number by 10^n.
  • Round the result to the nearest integer using the rule above.
  • Divide back by 10^n.

Example (stepwise): Round 3.786 to 2 decimal places.

  • Multiply by 10^2 = 100: 3.786 × 100 = 378.6
  • Nearest integer to 378.6 is 379 (since 0.6 ≥ 0.5)
  • Divide by 100: 379 / 100 = 3.79

Error bounds (how far an approximation can be from the true value):

  • If R is the value rounded to n decimal places, then the absolute rounding error satisfies |x − R| ≤ 0.5 × 10^(−n) (for the usual round-half-up rule).
  • If T is the value obtained by truncation to n decimal places, then |x − T| < 1 × 10^(−n) (strictly less than 10^(−n)).

Practical notes:

  • Rounding gives a closer approximation on average than truncation because it allows going up or down; truncation always cuts down (for positive numbers).
  • When working with negative numbers, truncation means moving toward zero (e.g., truncate −2.349 to 2 d.p. → −2.34), while rounding follows the same digit rule but affects sign appropriately (−2.345 → −2.35 if using round-half-up).
  • Always state how many decimal places or significant digits you are using when giving an approximate value.

Where it appears in real life: money (prices rounded to nearest paisa/cent), measurement readings (lengths measured to mm or cm), displays (digital meters show limited decimals), summary statistics (reporting population in thousands).

📌 Examples
  • Truncation: Truncate 12.987 to 2 decimal places → 12.98 (drop the 7).
  • Rounding: Round 12.987 to 2 decimal places → 12.99 (because the 3rd decimal 7 ≥ 5, so the 2nd decimal 8 becomes 9).
  • Round to nearest integer: 7.4 → 7, 7.5 → 8 (round-half-up), 7.9 → 8.
  • Round to nearest ten: 463 → 460 (because 3 &lt; 5), 467 → 470 (because 7 ≥ 5).
  • Negative number example: Round −3.462 to 2 decimal places → −3.46 (since the 3rd decimal 2 &lt; 5), truncate −3.462 to 2 d.p. → −3.46 as truncation moves toward zero.
  • Measurement example: A rod measured as 2.356 m may be reported as 2.36 m (rounded to 2 d.p.) or 2.35 m (truncated to 2 d.p.), note the different errors.
🧮 Formulas
  1. \[Round to n decimal places (round-half-up): Round_n(x) = floor(x × 10^n + 0.5) / 10^n\]
  2. \[Truncate to n decimal places (for any sign): Trunc_n(x) = sign(x) × floor(|x| × 10^n) / 10^n\]
  3. \[Rounding error bound: If R = Round_n(x) then |x − R| ≤ 0.5 × 10^(−n)\]
  4. \[Truncation error bound: If T = Trunc_n(x) then |x − T| < 1 × 10^(−n)\]
  5. \[Round to nearest 10^k (k integer): Round_{10^k}(x) = 10^k × Round(x / 10^k) (where Round is rounding to nearest integer)\]
🔢10

Applications and Problem-Solving Techniques

📐 MATHEMATICAL FORMULA / THEOREM

Applications and Problem-Solving Techniques

Key Point: Rational number: any number of the form p/q where p, q are integers and q ≠ 0.

Overview: This topic applies concepts of the Number System (natural, whole, integers, rational, irrational and real numbers) to solve practical and competitive problems. Key ideas used are conversion between fractions and decimals, identification of terminating/repeating decimals, prime factorization, HCF (GCD) and LCM, and the Euclidean algorithm.

Core ideas and techniques:

  • Classify numbers: Decide whether a number is rational (can be written as p/q, q ≠ 0) or irrational (non-terminating, non-repeating decimal). For example, √2 is irrational, 3/4 is rational.
  • Fraction ⇄ Decimal: Convert fractions to decimals by division. A rational number's decimal expansion either terminates or repeats.
  • Termination test: A fraction p/q in simplest form has a terminating decimal iff q has only 2 and/or 5 as prime factors (q = 2^a5^b).
  • Repeating decimals to fraction: Use algebra: put x = repeating decimal, multiply by appropriate power of 10, subtract to get an integer, solve for x.
  • Prime factorization: Express numbers as product of primes. It helps find HCF and LCM: HCF uses common lowest powers, LCM uses all prime factors with highest powers.
  • Euclid's algorithm: Efficient method to find HCF: repeatedly apply remainder rule: HCF(a,b) = HCF(b, a mod b) until remainder 0.
  • Relation between HCF and LCM: For two positive integers a and b, HCF(a,b) × LCM(a,b) = a × b.

Problem-solving strategy (step-by-step):

  1. Read the problem; identify what numbers/quantities are rational or integers and which operations are needed (conversion, HCF/LCM, comparison).
  2. Convert all numbers to a common form if needed (fractions or decimals).
  3. Use prime factorization or Euclid's algorithm to get HCF/LCM when dealing with divisibility, sharing or scheduling problems.
  4. Apply the termination-test and repeating-decimal conversion techniques when asked about decimal behaviour.
  5. Check answer: simplify fractions, verify with multiplication or direct substitution.

Real-life applications: scheduling (LCM for cycles/timetables), packing or grouping (HCF to maximize size of equal groups), currency/measurement conversions (fractions and decimals), computer representation of numbers (terminating vs repeating), and error/approximation handling.

📌 Examples
  • Convert 0.272727... to a fraction. Let x = 0.272727... then 100x = 27.272727... Subtract: 99x = 27 ⇒ x = 27/99 = 3/11.
  • Is 7/40 a terminating decimal? Simplify denominator 40 = 2^3 × 5, so only primes 2 and 5 ⇒ decimal terminates. 7/40 = 0.175.
  • Find HCF and LCM of 18 and 24 using prime factors. 18 = 2 × 3^2, 24 = 2^3 × 3. HCF = 2^1 × 3^1 = 6. LCM = 2^3 × 3^2 = 72. Check: 6 × 72 = 432 = 18 × 24.
  • Two buses start together. One returns every 12 minutes, the other every 20 minutes. When will they meet next? LCM(12,20)=60 minutes, so they meet after 60 minutes.
🧮 Formulas
  1. \[Rational number: any number of the form p/q where p\]
    \[q are integers and q ≠ 0.\]
  2. \[Termination test: p/q (in simplest form) has a terminating decimal ⇔ q = 2^a × 5^b for some nonnegative integers a\]
    \[b.\]
  3. \[Convert repeating decimal to fraction: If x = 0.̅a (n digits repeating)\]
    \[then (10^n - 1)x = integer formed by repeating block\]
    \[Solve for x.\]
  4. \[Euclid's algorithm: HCF(a,b) = HCF(b\]
    \[a mod b) with HCF(a,0)=a.\]
  5. \[Relation: For positive integers a\]
    \[b: HCF(a,b) × LCM(a,b) = a × b.\]

Key Concepts

Natural numbers
Numbers used for counting, usually starting from 1 (1, 2, 3, ...).
Whole numbers
Natural numbers together with 0 (0, 1, 2, 3, ...).
Integers
All whole numbers and their negatives (..., -3, -2, -1, 0, 1, 2, 3, ...).
Rational numbers
Numbers that can be expressed as p/q where p and q are integers and q ≠ 0; their decimal expansion is terminating or repeating.
Irrational numbers
Numbers that cannot be written as p/q (p, q integers); their decimal expansion is non-terminating and non-repeating.
Real numbers
All rational and irrational numbers; every point on the number line corresponds to a real number.
Prime numbers
Integers greater than 1 having exactly two positive divisors: 1 and itself.
Composite numbers
Integers greater than 1 that have more than two positive divisors.
Even numbers
Integers divisible by 2.
Odd numbers
Integers not divisible by 2.
Co-prime (Relatively prime)
Two integers whose highest common factor (HCF) is 1.
HCF (Highest Common Factor) / GCD
The largest positive integer that divides two or more integers without remainder.
LCM (Least Common Multiple)
The smallest positive integer that is a multiple of two or more integers.
Euclid's Division Algorithm
For integers a and b (a ≥ b > 0), there exist unique q and r such that a = bq + r with 0 ≤ r < b; used to compute HCF.
Terminating decimal
A decimal expansion that has a finite number of non-zero digits after the decimal point.
Non-terminating recurring (repeating) decimal
A decimal expansion that goes on forever but has a repeating block of digits.
Non-terminating non-recurring decimal
A decimal expansion that is infinite and has no repeating pattern (characteristic of irrational numbers).
Decimal expansion
Representation of a number in base 10 using digits to the left and right of a decimal point.
Fundamental Theorem of Arithmetic
Every integer greater than 1 can be expressed uniquely as a product of prime numbers, up to the order of factors.
Density property
Between any two real numbers there exists at least one rational and at least one irrational number; hence infinitely many of each lie between them.

Practice Questions

  1. Which of the following numbers is irrational? (a) 4/5 (b) 0.333... (c) √3 (d) −7 / निम्न में से कौन-सी संख्या अपरिमेय है? (a) 4/5 (b) 0.333... (c) √3 (d) −7
    Show answer

    (c) √3 / (c) √3 — √3 का दशमलव विस्तार न समाप्त होता है और न दोहराता है, इसलिए यह अपरिमेय संख्या है। / The decimal expansion of √3 is non-terminating and non-repeating, making it irrational.

  2. What is the decimal expansion of 7/8? (a) 0.85 (b) 0.875 (c) 0.785 (d) 0.178 / 7/8 का दशमलव प्रसार क्या है? (a) 0.85 (b) 0.875 (c) 0.785 (d) 0.178
    Show answer

    (b) 0.875 / (b) 0.875 — 7 ÷ 8 = 0.875 (सांत दशमलव), क्योंकि हर 8 = 2³ में केवल 2 का गुणनखंड है। / Since the denominator 8 = 2³ has only the factor 2, the decimal terminates: 7 ÷ 8 = 0.875.

  3. Using Euclid's algorithm, find HCF(462, 147). (a) 21 (b) 7 (c) 3 (d) 14 / यूक्लिड की विधि से HCF(462, 147) ज्ञात करें। (a) 21 (b) 7 (c) 3 (d) 14
    Show answer

    (a) 21 / (a) 21 — 462 = 147×3 + 21; 147 = 21×7 + 0; अत: HCF = 21. / Applying Euclid's algorithm: 462 = 147×3 + 21; 147 = 21×7 + 0; so HCF = 21.

  4. Convert the repeating decimal 0.̄3 (0.333...) to a fraction. / दोहराने वाले दशमलव 0.333... को भिन्न में बदलें।
    Show answer

    0.333... = 1/3 / 0.333... = 1/3 — माना x = 0.333..., तो 10x = 3.333...; 10x − x = 3 → 9x = 3 → x = 1/3. / Let x = 0.333...; then 10x − x = 3, so 9x = 3 and x = 1/3.

  5. The decimal expansion of 1/6 is ______ (terminating / non-terminating repeating / non-terminating non-repeating). / 1/6 का दशमलव प्रसार ______ है (सांत / असांत आवर्ती / असांत अनावर्ती)।
    Show answer

    Non-terminating repeating (असांत आवर्ती) / Non-terminating repeating — 1/6 = 0.1666...; हर 6 = 2×3 में 3 का गुणनखंड है, इसलिए दशमलव आवर्ती है। / The denominator 6 = 2×3 has a factor other than 2 and 5, so the decimal is non-terminating repeating: 0.1666...

  6. True or False: The sum of two irrational numbers is always irrational. / सत्य या असत्य: दो अपरिमेय संख्याओं का योग सदैव अपरिमेय होता है।
    Show answer

    False / असत्य — उदाहरण: √2 + (−√2) = 0, जो परिमेय है। अत: दो अपरिमेय संख्याओं का योग कभी-कभी परिमेय हो सकता है। / Counter-example: √2 + (−√2) = 0, which is rational. So the statement is false.

  7. State the Fundamental Theorem of Arithmetic and give the prime factorization of 360. / अंकगणित के मूलभूत प्रमेय को लिखें और 360 का अभाज्य गुणनखंडन दें।
    Show answer

    Every integer greater than 1 has a unique prime factorization. 360 = 2³ × 3² × 5. / प्रत्येक 1 से बड़ी पूर्णांक संख्या को अभाज्य संख्याओं के गुणनफल के रूप में अद्वितीय रूप से लिखा जा सकता है। 360 = 2³ × 3² × 5. The unique factorization gives HCF, LCM and helps classify divisors.

  8. Between any two distinct real numbers, how many rational numbers exist? Explain briefly. / किन्हीं दो भिन्न वास्तविक संख्याओं के बीच कितनी परिमेय संख्याएँ होती हैं? संक्षेप में समझाएँ।
    Show answer

    Infinitely many rational numbers exist between any two distinct real numbers (Density Property). / अनंत रूप से अनेक परिमेय संख्याएँ होती हैं (घनत्व गुण)। — For any a < b, the midpoint (a+b)/2 is rational if a,b are rational; the process can be repeated infinitely. This is the density property of real numbers.

Related Laws & Principles

Explore all

Foundational laws & principles connected to this chapter — tap to open in the Laws Explorer.

Loading related laws…
Sourced from 141 content files · LLOS Learn · browse all chapters