Deeksha Vedantu Logo
Deeksha Vedantu Logo

Real Numbers

Introduction

Real numbers include all numbers that can be represented on a number line, encompassing both rational and irrational numbers. Rational numbers are those that can be expressed as \displaystyle\boldsymbol{\frac{p}{q}}, where \boldsymbol{p} and \boldsymbol{q} are integers, and \boldsymbol{q \neq 0}. They include integers, fractions, and decimals that either terminate or repeat. Irrational numbers, on the other hand, cannot be expressed as fractions. They have non-terminating, non-recurring decimal expansions and include numbers like \boldsymbol{\sqrt{2}}, \boldsymbol{\pi}, and \boldsymbol{e}. The concept of real numbers forms the foundation for understanding various mathematical principles and applications, especially in the field of algebra and geometry.

Understanding Real Numbers

Definition and Classification 

Real numbers include all the numbers that can occupy a position on the number line. These are categorized into two major types:

  • Rational Numbers: Numbers that can be expressed as a fraction where both the numerator and the denominator are integers, and the denominator is not zero.
  • Irrational Numbers: Numbers that cannot be expressed as a simple fraction and have non-repeating, non-terminating decimal parts.

Subcategories of Real Numbers:

Subcategories of Real Numbers
  • Natural Numbers (N): Positive integers starting from 1 (1, 2, 3, …)
  • Whole Numbers (W): All natural numbers including zero (0, 1, 2, 3, …)
  • Integers (Z): All positive and negative whole numbers, including zero (-3, -2, -1, 0, 1, 2, 3, …)
  • Rational Numbers (Q): Numbers expressed as a fraction (1/2, 2/3, 5/4)
  • Irrational Numbers: Non-repeating, non-terminating decimals (π, √2)

Properties of Real Numbers

Real numbers follow several algebraic properties which facilitate the ease of computation and algebraic manipulations:

PropertyOperationExpression
Commutative PropertyAddition
\boldsymbol{a + b = b + a}
Multiplication
\boldsymbol{ab = ba}
Associative PropertyAddition
\boldsymbol{a + (b + c) = (a + b) + c}
Multiplication
\boldsymbol{a(bc) = (ab)c}
Distributive Property
\boldsymbol{a(b + c) = ab + ac}
Identity PropertyAddition
\boldsymbol{a + 0 = a}
Multiplication
\boldsymbol{a \times 1 = a}

Euclid’s Division Lemma

Euclid’s Division Lemma is a fundamental mathematical tool that helps us express a number as a product of another number plus a remainder. It states that for any two positive integers \boldsymbol{a} and \boldsymbol{b}, there exist unique integers \boldsymbol{q} (quotient) and \boldsymbol{r} (remainder) such that:

\boldsymbol{a = bq + r} where \boldsymbol{0 \leq r < b}

This lemma is the basis for the Euclidean Algorithm, which is commonly used to find the Highest Common Factor (HCF) of two numbers. By repeatedly applying Euclid’s Division Lemma, we divide the larger number by the smaller, continue with the remainder, and repeat this process until the remainder is zero. The last non-zero remainder is the HCF of the two numbers.

Example: To find the HCF of 135 and 225 using Euclid’s Division Lemma:

  1. \boldsymbol{225 = 135 \times 1 + 90}
  2. \boldsymbol{135 = 90 \times 1 + 45}
  3. \boldsymbol{90 = 45 \times 2 + 0}

Since the remainder has become zero, the last non-zero remainder is 45, so the HCF of 135 and 225 is 45.

This method of using Euclid’s Division Lemma is efficient and forms the basis of more advanced algorithms in mathematics, especially in number theory and cryptography.

The Fundamental Theorem of Arithmetic

The Fundamental Theorem of Arithmetic states that every composite number can be expressed uniquely (except for the order of factors) as a product of prime numbers. This means that each number can be “broken down” into a multiplication of prime factors, which are its building blocks. Prime factorization is not only unique for each number but also important in finding the HCF and Least Common Multiple (LCM) of numbers.

Prime factorization provides an insight into the structure of numbers and is used in a wide variety of applications, including simplifying fractions, finding divisors, and understanding divisibility rules.

Example: The prime factorization of 180 can be written as:

\boldsymbol{180 = 2^2 \times 3^2 \times 5}

Once a number is expressed in terms of its prime factors, we can use these factors to find the HCF and LCM of multiple numbers. For instance, given two numbers, we can compare their prime factors to determine their highest common factor or least common multiple.

Practice Problem: Use prime factorization to find the HCF and LCM of 72 and 120.

Revisiting Irrational Numbers

Irrational numbers are numbers that cannot be expressed as a simple fraction of two integers. They have non-terminating, non-recurring decimal expansions, which means their decimal representation never ends and never repeats a pattern. Examples of irrational numbers include \boldsymbol{\sqrt{2}}, \boldsymbol{\sqrt{3}}, \boldsymbol{\pi}, and \boldsymbol{e}. Unlike rational numbers, irrational numbers cannot be precisely represented by a finite or repeating decimal.

One of the most famous irrational numbers is \boldsymbol{\pi}, which represents the ratio of the circumference of a circle to its diameter. Despite numerous attempts, no fraction can exactly equal \boldsymbol{\pi}, and its decimal expansion goes on indefinitely without repeating.

In this chapter, students learn how to prove the irrationality of numbers like \boldsymbol{\sqrt{2}} and \boldsymbol{\sqrt{3}} through contradiction. A common approach involves assuming the number is rational and showing that this assumption leads to a contradiction.

Proof that \boldsymbol{\sqrt{2}} is irrational:

  1. Assume \boldsymbol{\sqrt{2}} is rational, i.e., it can be expressed as \displaystyle\boldsymbol{\frac{p}{q}} where \boldsymbol{p} and \boldsymbol{q} have no common factors other than 1 (they are coprime).
  2. By squaring both sides, we get \displaystyle\boldsymbol{2 = \frac{p^2}{q^2}}, which implies that \boldsymbol{p^2 = 2q^2}.
  3. This equation shows that \boldsymbol{p^2} is even, which means \boldsymbol{p} must also be even.
  4. Let \boldsymbol{p = 2k} (for some integer \boldsymbol{k}), and substitute it back into the equation to get \boldsymbol{(2k)^2 = 2q^2} or \boldsymbol{4k^2 = 2q^2}, simplifying to \boldsymbol{q^2 = 2k^2}.
  5. This implies \boldsymbol{q} is also even, which contradicts our assumption that \boldsymbol{p} and \boldsymbol{q} are coprime.

Thus, \boldsymbol{\sqrt{2}} is irrational.

Similar methods can be used to prove that \boldsymbol{\sqrt{3}}, \boldsymbol{\sqrt{5}}, and other non-perfect square roots are irrational.

Example Problem: Prove that \boldsymbol{\sqrt{3}} is irrational.

Summary of Key Points

  • Real numbers encompass both rational and irrational numbers, forming the basis for representing all numbers on the number line.
  • Euclid’s Division Lemma is useful in finding the HCF of two numbers by breaking down complex divisions into simple steps.
  • The Fundamental Theorem of Arithmetic explains that every composite number has a unique prime factorization, which is foundational for operations involving HCF and LCM.
  • Irrational numbers cannot be expressed as fractions and have non-terminating, non-repeating decimal expansions.

Real-Life Applications

  1. Real Numbers in Measurements: In science, engineering, and daily life, real numbers are used to measure distances, weights, temperatures, and other quantities with varying levels of precision. For instance, the dimensions of a building or the temperature in weather forecasting are often represented by real numbers.
  2. Euclid’s Division Lemma in Cryptography: This lemma forms the basis of several cryptographic algorithms used in encryption and data security. Algorithms involving modular arithmetic and prime factorization often rely on principles from Euclid’s Lemma.
  3. Irrational Numbers in Geometry: Irrational numbers like \boldsymbol{\pi} are essential for calculations involving circles and spheres. For example, the circumference and area of a circle are calculated using \boldsymbol{\pi}, an irrational number.
  4. Prime Factorization in Coding Theory: Prime factorization is crucial in coding theory and encryption, where security protocols depend on the difficulty of factorizing large composite numbers.

Practice Questions

Q1: Use Euclid’s Division Lemma to find the HCF of \boldsymbol{306} and \boldsymbol{657}.

  • Solution: Applying Euclid’s Division Lemma, we get:
    • \boldsymbol{657 = 306 \times 2 + 45}
    • \boldsymbol{306 = 45 \times 6 + 36}
    • \boldsymbol{45 = 36 \times 1 + 9}
    • \boldsymbol{36 = 9 \times 4 + 0}
  • Since the remainder becomes zero, the last non-zero remainder is 9.
    Answer: The HCF of 306 and 657 is 9.

Q2: Prove that \boldsymbol{\sqrt{5}} is irrational.

  • Solution: To prove \boldsymbol{\sqrt{5}} is irrational, we use a proof by contradiction.
    • Assume that \boldsymbol{\sqrt{5}} is rational, i.e., it can be expressed as \displaystyle\boldsymbol{\frac{p}{q}}, where \boldsymbol{p} and \boldsymbol{q} are coprime integers.
    • Then, \displaystyle\boldsymbol{\sqrt{5} = \frac{p}{q}}, which implies \displaystyle\boldsymbol{5 = \frac{p^2}{q^2}}.
    • Thus, \boldsymbol{p^2 = 5q^2}, which shows that \boldsymbol{p^2} is divisible by 5, meaning \boldsymbol{p} must also be divisible by 5.
    • Let \boldsymbol{p = 5k} for some integer \boldsymbol{k}. Substituting, we get \boldsymbol{(5k)^2 = 5q^2} or \boldsymbol{25k^2 = 5q^2}, which simplifies to \boldsymbol{q^2 = 5k^2}.
    • This means \boldsymbol{q^2} is divisible by 5, so \boldsymbol{q} must also be divisible by 5.
  • Since both \boldsymbol{p} and \boldsymbol{q} are divisible by 5, this contradicts the assumption that \boldsymbol{p} and \boldsymbol{q} are coprime.
    Answer: Therefore, \boldsymbol{\sqrt{5}} is irrational.

Q3: Find the prime factorization of \boldsymbol{84} and use it to find the HCF and LCM with \boldsymbol{180}.

  • Solution:
    • Prime Factorization:
      • \boldsymbol{84 = 2^2 \times 3 \times 7}
      • \boldsymbol{180 = 2^2 \times 3^2 \times 5}
    • HCF:
      • The common prime factors of 84 and 180 are \boldsymbol{2^2} and \boldsymbol{3}.
      • Therefore, \boldsymbol{\text{HCF} = 2^2 \times 3 = 4 \times 3 = 12}.
    • LCM:
      • For the LCM, we take the highest power of each prime factor appearing in either number: \boldsymbol{2^2}, \boldsymbol{3^2}, \boldsymbol{5}, and \boldsymbol{7}.
      • Therefore, \boldsymbol{\text{LCM} = 2^2 \times 3^2 \times 5 \times 7 = 4 \times 9 \times 5 \times 7 = 1260}.
  • Answer: The HCF is 12 and the LCM is 1260.

Q4: Express \boldsymbol{0.\overline{3}} as a fraction.

  • Solution: Let \boldsymbol{x = 0.\overline{3}} (where \boldsymbol{0.\overline{3}} means the decimal repeats).
    • Then, \boldsymbol{10x = 3.\overline{3}}.
    • Subtracting these two equations, we get \boldsymbol{10x - x = 3.\overline{3} - 0.\overline{3}}, which simplifies to \boldsymbol{9x = 3}.
    • Dividing both sides by 9, we get \displaystyle\boldsymbol{x = \frac{3}{9} = \frac{1}{3}}.
  • Answer: \displaystyle\boldsymbol{0.\overline{3} = \frac{1}{3}}.

Q5: Determine if \displaystyle\boldsymbol{\frac{13}{125}} has a terminating or non-terminating decimal expansion.

  • Solution: To check if a fraction has a terminating decimal expansion, the denominator (in its simplest form) must have only 2 or 5 as its prime factors.

Here, \boldsymbol{125 = 5^3}, which has only 5 as a prime factor.

  • Answer: Since the denominator has only 5 as a factor, \displaystyle\boldsymbol{\frac{13}{125}} has a terminating decimal expansion.

Q6: Show that \boldsymbol{\sqrt{2} + \sqrt{3}} is irrational.

  • Solution: To prove \boldsymbol{\sqrt{2} + \sqrt{3}} is irrational, we use a proof by contradiction.
    • Assume \boldsymbol{\sqrt{2} + \sqrt{3}} is rational, i.e., \displaystyle\boldsymbol{\sqrt{2} + \sqrt{3} = \frac{p}{q}} for some integers \boldsymbol{p} and \boldsymbol{q}.
    • Then, \displaystyle\boldsymbol{\sqrt{2} = \frac{p}{q} - \sqrt{3}}.
    • Since \displaystyle\boldsymbol{\frac{p}{q}} and \boldsymbol{\sqrt{3}} are rational and irrational respectively, their difference \displaystyle\boldsymbol{\frac{p}{q} - \sqrt{3}} would also be irrational.
  • This contradicts our assumption that \boldsymbol{\sqrt{2}} is irrational.
    Answer: Therefore, \boldsymbol{\sqrt{2} + \sqrt{3}} is irrational.

Q7: If the HCF of two numbers is \boldsymbol{9} and their product is \boldsymbol{2160}, find their LCM.

  • Solution: The relationship between the HCF, LCM, and product of two numbers is given by:
    \boldsymbol{\text{HCF} \times \text{LCM} = \text{Product of the two numbers}}
    Here, \boldsymbol{\text{HCF} = 9} and the product of the two numbers is \boldsymbol{2160}.

    • Substitute the values: \boldsymbol{9 \times \text{LCM} = 2160}
    • \displaystyle\boldsymbol{\text{LCM} = \frac{2160}{9} = 240}
  • Answer: The LCM of the two numbers is 240.

Q8: Find the HCF of \boldsymbol{54} and \boldsymbol{24} using the Fundamental Theorem of Arithmetic.

  • Solution:
    • Prime Factorization:
      • \boldsymbol{54 = 2 \times 3^3}
      • \boldsymbol{24 = 2^3 \times 3}
    • HCF:
      • The common prime factors of 54 and 24 are \boldsymbol{2} and \boldsymbol{3}.
      • The lowest powers of these common factors are \boldsymbol{2^1} and \boldsymbol{3^1}.
      • Therefore, \boldsymbol{\text{HCF} = 2^1 \times 3^1 = 2 \times 3 = 6}.
  • Answer: The HCF of 54 and 24 is 6.

FAQs

What’s the difference between rational and irrational numbers?2024-11-25T14:03:46+05:30

Rational numbers can be expressed as a fraction of two integers and have either terminating or repeating decimal expansions. Irrational numbers cannot be expressed as fractions and have non-terminating, non-recurring decimals.

How does prime factorization help in finding the LCM of numbers?2024-11-25T14:03:30+05:30

By expressing each number in terms of its prime factors, we can identify the highest power of each prime factor present in the numbers. Multiplying these factors gives the LCM.

Why are certain square roots like \boldsymbol{\sqrt{2}} irrational?2024-11-25T14:03:00+05:30

Certain square roots cannot be expressed as a fraction because their decimal expansions are non-terminating and non-repeating. The proof often involves assuming the number is rational and reaching a contradiction.

How is Euclid’s Division Lemma useful in finding the HCF?2024-11-25T14:00:02+05:30

Euclid’s Division Lemma allows us to systematically divide two numbers, using remainders to progressively reduce the numbers until we reach the HCF. This method is efficient and widely used in number theory.

Are there any numbers that are not real?2024-11-25T14:11:21+05:30

Yes, imaginary numbers, like the square root of -1 (denoted as i), are not real numbers. They form part of the complex numbers when combined with real numbers.

What is the significance of zero in real numbers?2024-11-25T14:11:45+05:30

Zero is the additive identity in real numbers, meaning any real number added to zero equals the number itself.

Can real numbers be negative?2024-11-25T14:11:58+05:30

Yes, real numbers can be both positive and negative, including zero.

How do you differentiate between rational and irrational numbers?2024-11-25T14:12:10+05:30

Rational numbers can be expressed as a fraction with both numerator and denominator as integers, and the denominator is not zero. Irrational numbers have non-repeating, non-terminating decimals.

What is a real number?2024-11-25T14:12:21+05:30

A real number can be any rational or irrational number. It includes all the numbers on the number line.

Related Topics

Join Deeksha Vedantu

> PU + Competitive Exam CoachingPreferred Choice For Toppers25+ Years of Academic Excellence70k+ Success Stories

Related Pages

Latest Posts

  • Setting Goals and Achieving Them A Teens Guide for 2024
  • Preparing for College What to Expect and How to Get Ready
  • 18 Movies That Every Teen Must Watch
  • Learning Financial Literacy Why Its Important for Teens
  • Time Management Juggling School Social Life and Self Care
  • All you need to know about International Junior Science Olympiad

Contact Us

    By submitting my data, I authorize Deeksha and its representatives to Call, SMS, Email or WhatsApp me about its products and offers. This consent overrides any registration for DNC / NDNC., I agree to be contacted.

    Head Office

    Ace Creative Learning Pvt Ltd
    Deeksha House,
    163/B, 6th Main, 3rd Cross,
    JP Nagar 3rd Phase, Bengaluru,
    Karnataka – 560078