Topic 8 of 10

Irrational Numbers

🎯 Learning Objectives

9.1 Historical Context

🏛️ Ancient Greeks

  • Pythagoras and followers believed all numbers were rational
  • They knew the diagonal of a unit square has length √2
  • Spent years trying to prove √2 was rational

⚰️ Hippasus (around 500 BCE)

  • First to prove √2 is irrational
  • Shocked the Pythagorean community
  • Legend: Pythagoreans drowned him to suppress this discovery!

💡 The Crisis

The discovery of irrational numbers caused a mathematical crisis in ancient Greece. It shattered the Pythagorean belief that "all is number" (meaning all numbers are ratios of integers).

9.2 Why √2 is Irrational

🔺 Geometric Discovery

1
1
√2

Unit square (sides of length 1)

By Pythagorean theorem: 1² + 1² = c²

Therefore c = √2

But √2 cannot be expressed as p/q!

📋 Proof by Contradiction

Strategy: Assume √2 is rational and derive a contradiction

1 Assume √2 = p/q where p and q are integers in lowest terms (gcd(p,q) = 1)
2 Square both sides: 2 = p²/q²
3 Multiply by q²: 2q² = p²
4 Conclusion: p² is even → p is even (only even squares are even)
5 Since p is even: Let p = 2k for some integer k
6 Substitute: 2q² = (2k)² = 4k² → q² = 2k²
7 Conclusion: q² is even → q is even
8 CONTRADICTION! Both p and q are even, so they weren't in lowest terms!

∴ √2 is IRRATIONAL

9.3 General Pattern

🏛️ General Theorem

√n is irrational if n is not a perfect square

✅ Irrational Square Roots

√2, √3, √5, √6, √7, √8, √10, √11, √12, √13, √14, √15, ...

All non-perfect squares

❌ Rational Square Roots

√1 = 1, √4 = 2, √9 = 3, √16 = 4, √25 = 5, √36 = 6, ...

Perfect squares only

Why This Pattern Works

The same proof technique (contradiction) can be applied to any √n where n is not a perfect square:

  • Assume √n = p/q in lowest terms
  • Square both sides: n = p²/q²
  • Analyze the prime factorization of n
  • Show that p and q must share common factors
  • Contradiction with "lowest terms" assumption

9.4 Famous Irrational Numbers

🥧 π (Pi)

π = 3.1415927...

  • Ratio of circumference to diameter
  • Transcendental number
  • Infinite, non-repeating decimals

📈 e (Euler's number)

e = 2.7182818...

  • Base of natural logarithm
  • Also transcendental
  • Fundamental in calculus

🌟 Golden Ratio (φ)

φ = (1 + √5)/2 ≈ 1.618...

  • Appears in nature and art
  • Related to Fibonacci sequence
  • Algebraic irrational

🔢 Other Examples

log₂(3), √(2), ∛(5), ...

  • Infinite variety of irrationals
  • Much more abundant than rationals
  • Fill the "gaps" in rational numbers

🌊 Properties of Irrational Numbers

  • Infinite, non-repeating decimal expansions
  • Cannot be expressed as fractions
  • There are VASTLY more irrational numbers than rational numbers!
  • Between any two numbers, there are infinitely many irrationals

🧮 Practice Problems

Problem 1: Identifying Irrationals

Determine which of the following are irrational:

  1. √49
  2. √50
  3. √64
  4. √72
  5. √100

Solutions:

  1. √49 = 7 - RATIONAL (perfect square)
  2. √50 - IRRATIONAL (50 is not a perfect square)
  3. √64 = 8 - RATIONAL (perfect square)
  4. √72 - IRRATIONAL (72 is not a perfect square)
  5. √100 = 10 - RATIONAL (perfect square)

Problem 2: Proof Practice

Prove that √3 is irrational using the same technique as for √2.

Proof by Contradiction:

  1. Assume √3 = p/q in lowest terms
  2. Square: 3 = p²/q² → 3q² = p²
  3. Conclusion: p² is divisible by 3 → p is divisible by 3
  4. Let p = 3k: 3q² = (3k)² = 9k² → q² = 3k²
  5. Conclusion: q² is divisible by 3 → q is divisible by 3
  6. CONTRADICTION: Both p and q divisible by 3, not lowest terms!
  7. ∴ √3 is irrational

Problem 3: Decimal Representations

Explain why the following decimal representations indicate irrational numbers:

  1. 0.101001000100001000001...
  2. 0.1234567891011121314...
  3. 3.141592653589793...

Solutions:

  1. Pattern but non-repeating: The pattern of 0s increases, so it never repeats a fixed block
  2. Non-repeating sequence: Contains all natural numbers in order, creating a non-repeating, infinite decimal
  3. π (pi): Known to be transcendental and irrational, with infinite non-repeating decimals

Key insight: Rational numbers have either terminating or eventually repeating decimal expansions. These examples have infinite, non-repeating patterns, so they must be irrational.

Problem 4: Operations with Irrationals

Determine if the following are rational or irrational:

  1. √2 + √2
  2. √2 × √8
  3. √2 + √3
  4. (√5)²

Solutions:

  1. √2 + √2 = 2√2 - IRRATIONAL (non-zero multiple of irrational)
  2. √2 × √8 = √16 = 4 - RATIONAL
  3. √2 + √3 - IRRATIONAL (sum of independent irrationals)
  4. (√5)² = 5 - RATIONAL

Note: Operations with irrationals can be tricky! Sometimes they yield rationals, sometimes not.