Chapter 1: Real Numbers

1.1 Introduction to Real Numbers
1.2 The Fundamental Theorem of Arithmetic
1.2.1 Prime Factorisation
1.2.2 Theorem 1.1: Fundamental Theorem of Arithmetic
1.2.3 Applications of the Fundamental Theorem of Arithmetic
1.2.3.1 Checking for Digit Zero
  • Rule: If a number (like 4n) ends with the digit zero, its prime factorisation must contain the prime 5.
  • Example (4n): 4n = (22)n = 22n. The only prime factor is 2, so it can never end with the digit zero.
1.2.3.2 Finding HCF and LCM by Prime Factorisation
  • HCF (Highest Common Factor): Product of the smallest power of each common prime factor involved in the numbers.
  • LCM (Least Common Multiple): Product of the greatest power of each prime factor, involved in the numbers.
  • Example (6, 20): 6 = 21 × 31, 20 = 22 × 51. HCF(6, 20) = 21 = 2. LCM(6, 20) = 22 × 31 × 51 = 60.
  • Relationship (Two Numbers): For any two positive integers 'a' and 'b', HCF(a, b) × LCM(a, b) = a × b.
  • Relationship (Three Numbers): HCF(p, q, r) × LCM(p, q, r) ≠ p × q × r.
  • Formulas for Three Numbers:
    • LCM (p, q, r) = (p × q × r × HCF(p, q, r)) / (HCF(p, q) × HCF(q, r) × HCF(p, r))
    • HCF (p, q, r) = (p × q × r × LCM(p, q, r)) / (LCM(p, q) × LCM(q, r) × LCM(p, r))
1.3 Revisiting Irrational Numbers
1.3.1 Definition and Properties
1.3.2 Theorem 1.2: Divisibility by a Prime
1.3.3 Theorem 1.3: Proof that √2 is Irrational
1.3.4 Proof that √3 is Irrational (Example 5)
1.3.5 Operations with Rational and Irrational Numbers
1.4 Summary of Chapter 1