👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Number System
Study mode

Real numbers

Introduction to Real Numbers

Numbers are the foundation of arithmetic and mathematics. From counting objects to measuring distances, numbers help us describe and understand the world around us. The number system is a way to organize all types of numbers into groups based on their properties.

Among these groups, real numbers are the most comprehensive set, including all numbers that can be represented on the number line. Real numbers include both rational numbers (like fractions and integers) and irrational numbers (numbers that cannot be expressed as simple fractions).

Understanding the types of numbers and their relationships is crucial for solving problems in competitive exams and real-life situations such as financial calculations, measurements, and data analysis.

Hierarchy of Number Sets

Let's explore the different sets of numbers, starting from the simplest and moving towards the most inclusive.

  • Natural Numbers (N): These are the numbers we use for counting objects. They start from 1 and go on infinitely: 1, 2, 3, 4, ...
  • Whole Numbers (W): These include all natural numbers plus zero: 0, 1, 2, 3, 4, ...
  • Integers (Z): These include all whole numbers and their negative counterparts: ..., -3, -2, -1, 0, 1, 2, 3, ...
  • Rational Numbers (Q): Numbers that can be expressed as a fraction \(\frac{p}{q}\), where \(p\) and \(q\) are integers and \(q eq 0\). This set includes integers, fractions, and terminating or repeating decimals.
  • Irrational Numbers: Numbers that cannot be expressed as fractions. Their decimal expansions are non-terminating and non-repeating, like \(\sqrt{2}\) or \(\pi\).
  • Real Numbers (R): The union of rational and irrational numbers. Every point on the number line corresponds to a real number.

To visualize these relationships, consider the following Venn diagram:

Real Numbers (R) Rational Numbers (Q) Irrational Numbers Integers (Z) Whole Numbers (W) Natural Numbers (N)

Note: The irrational numbers do not overlap with rational numbers but both are subsets of real numbers.

Rational and Irrational Numbers

Let's understand these two important subsets of real numbers in detail.

Rational Numbers

A rational number is any number that can be written as a fraction \(\frac{p}{q}\), where \(p\) and \(q\) are integers, and \(q eq 0\). This means rational numbers include:

  • Integers (e.g., 5 can be written as \(\frac{5}{1}\))
  • Fractions (e.g., \(\frac{2}{3}\))
  • Decimals that terminate (e.g., 0.75) or repeat (e.g., 0.333...)

Irrational Numbers

An irrational number cannot be expressed as a fraction of two integers. Their decimal expansions go on forever without repeating a pattern. Examples include:

  • \(\sqrt{2} = 1.4142135...\)
  • \(\pi = 3.14159265...\)
  • Euler's number \(e = 2.7182818...\)
Comparison of Rational and Irrational Numbers
Property Rational Numbers Irrational Numbers
Definition Can be expressed as \(\frac{p}{q}\), \(p, q \in \mathbb{Z}, q eq 0\) Cannot be expressed as a fraction of two integers
Decimal Expansion Terminating or repeating decimals Non-terminating, non-repeating decimals
Examples \(\frac{3}{4}, 0.5, -2, 7\) \(\sqrt{3}, \pi, e\)
Countability Countable (can be listed) Uncountable (cannot be listed)

Prime Numbers and Divisibility Rules

Prime Numbers

A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itself. In other words, it cannot be formed by multiplying two smaller natural numbers.

Examples of prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19, ...

Note that 2 is the only even prime number, as all other even numbers can be divided by 2.

Divisibility Rules

Divisibility rules help quickly determine if a number is divisible by another without performing full division. Here are common rules for 2, 3, 5, 7, and 11:

graph TD    A[Start] --> B{Check divisibility by 2}    B -- Yes if last digit even --> C[Divisible by 2]    B -- No if last digit odd --> D[Not divisible by 2]    C --> E{Check divisibility by 3}    D --> E    E -- Yes if sum of digits divisible by 3 --> F[Divisible by 3]    E -- No --> G[Not divisible by 3]    F --> H{Check divisibility by 5}    G --> H    H -- Yes if last digit 0 or 5 --> I[Divisible by 5]    H -- No --> J[Not divisible by 5]    I --> K{Check divisibility by 7}    J --> K    K -- Apply rule: Double last digit and subtract from rest; if result divisible by 7 --> L[Divisible by 7]    K -- Else --> M[Not divisible by 7]    L --> N{Check divisibility by 11}    M --> N    N -- Yes if difference between sum of digits at odd and even places divisible by 11 --> O[Divisible by 11]    N -- No --> P[Not divisible by 11]

These rules can save time and reduce errors in exams.

Worked Examples

Example 1: Classifying Numbers Easy
Classify the numbers 7, 0, -3, \(\frac{2}{5}\), and \(\sqrt{3}\) into natural numbers, whole numbers, integers, rational numbers, or irrational numbers.

Step 1: Check each number against definitions:

  • 7: It is a positive counting number starting from 1, so it is a natural number. Since natural numbers are subsets of whole numbers, integers, and rational numbers, 7 belongs to all these sets.
  • 0: Zero is not a natural number but is included in whole numbers. It is also an integer and rational number (0 = \(\frac{0}{1}\)).
  • -3: Negative integer, so it is an integer and also a rational number (\(-3 = \frac{-3}{1}\)). Not a natural or whole number.
  • \(\frac{2}{5}\): A fraction of two integers, so it is a rational number. Not an integer, whole, or natural number.
  • \(\sqrt{3}\): Cannot be expressed as a fraction of integers; decimal is non-terminating and non-repeating, so it is an irrational number.

Answer:

  • 7: Natural, Whole, Integer, Rational
  • 0: Whole, Integer, Rational
  • -3: Integer, Rational
  • \(\frac{2}{5}\): Rational
  • \(\sqrt{3}\): Irrational
Example 2: Checking Divisibility Medium
Check whether 2310 is divisible by 2, 3, 5, 7, and 11 using divisibility rules.

Step 1: Divisible by 2? Check last digit.

Last digit of 2310 is 0, which is even.

So, 2310 is divisible by 2.

Step 2: Divisible by 3? Sum of digits = 2 + 3 + 1 + 0 = 6.

6 is divisible by 3.

So, 2310 is divisible by 3.

Step 3: Divisible by 5? Last digit is 0 or 5.

Last digit is 0.

So, 2310 is divisible by 5.

Step 4: Divisible by 7? Double last digit and subtract from remaining number:

Last digit = 0, double = 0.

Remaining number = 231.

Subtract: 231 - 0 = 231.

Repeat the process:

Last digit of 231 = 1, double = 2.

Remaining number = 23.

Subtract: 23 - 2 = 21.

21 is divisible by 7 (7 x 3 = 21).

So, 2310 is divisible by 7.

Step 5: Divisible by 11? Difference between sum of digits at odd and even places:

Digits: 2(1st), 3(2nd), 1(3rd), 0(4th)

Sum odd places (1st and 3rd): 2 + 1 = 3

Sum even places (2nd and 4th): 3 + 0 = 3

Difference = 3 - 3 = 0, which is divisible by 11.

So, 2310 is divisible by 11.

Answer: 2310 is divisible by 2, 3, 5, 7, and 11.

Example 3: Expressing Rational Numbers Easy
Convert the decimal 0.75 into a rational number and simplify the fraction.

Step 1: Write 0.75 as a fraction:

0.75 = \(\frac{75}{100}\) because there are two decimal places.

Step 2: Simplify the fraction by dividing numerator and denominator by their greatest common divisor (GCD).

GCD of 75 and 100 is 25.

\(\frac{75 \div 25}{100 \div 25} = \frac{3}{4}\)

Answer: 0.75 = \(\frac{3}{4}\), a rational number.

Example 4: Identifying Irrational Numbers Medium
Explain why \(\sqrt{2}\) and \(\pi\) are irrational numbers with examples of their decimal expansions.

Step 1: Consider \(\sqrt{2}\).

Its decimal expansion is approximately 1.4142135623..., which neither terminates nor repeats.

It cannot be expressed as a fraction \(\frac{p}{q}\) where \(p\) and \(q\) are integers.

Step 2: Consider \(\pi\).

Its decimal expansion is approximately 3.1415926535..., also non-terminating and non-repeating.

It cannot be expressed as a simple fraction.

Conclusion: Both \(\sqrt{2}\) and \(\pi\) have infinite, non-repeating decimal expansions and cannot be written as fractions, so they are irrational numbers.

Example 5: Prime Factorization Medium
Find the prime factorization of 210 and explain the process.

Step 1: Start dividing 210 by the smallest prime number, 2.

210 / 2 = 105, so 2 is a prime factor.

Step 2: Divide 105 by the next smallest prime, 3.

105 / 3 = 35, so 3 is a prime factor.

Step 3: Divide 35 by the next prime, 5.

35 / 5 = 7, so 5 is a prime factor.

Step 4: 7 is a prime number itself.

Answer: The prime factorization of 210 is:

\[ 210 = 2 \times 3 \times 5 \times 7 \]

Example 6: Application of Divisibility Rules in INR Context Easy
Determine if a bill amount of Rs.4620 is divisible by 3 and 5 using divisibility rules.

Step 1: Check divisibility by 3.

Sum of digits: 4 + 6 + 2 + 0 = 12.

Since 12 is divisible by 3, Rs.4620 is divisible by 3.

Step 2: Check divisibility by 5.

Last digit is 0, so Rs.4620 is divisible by 5.

Answer: Rs.4620 is divisible by both 3 and 5.

Tips & Tricks

Tip: Use the sum of digits to quickly check divisibility by 3 and 9.

When to use: When you want to avoid long division and quickly identify if a number is divisible by 3 or 9.

Tip: Check the last digit for divisibility by 2 and 5 instantly.

When to use: To quickly determine if a number is even (divisible by 2) or ends with 0 or 5 (divisible by 5).

Tip: Memorize the first 20 prime numbers to speed up factorization.

When to use: During prime factorization or identifying prime numbers in competitive exams.

Tip: Use Venn diagrams to visualize the hierarchy of number sets.

When to use: To understand how different number types relate and overlap, aiding classification problems.

Tip: Convert repeating decimals to fractions using algebraic methods.

When to use: To express recurring decimals as rational numbers efficiently.

Common Mistakes to Avoid

❌ Confusing whole numbers with natural numbers by including zero in natural numbers.
✓ Remember that natural numbers start from 1, while whole numbers include 0.
Why: Students often overlook zero's inclusion only in whole numbers, leading to classification errors.
❌ Assuming all decimals are rational numbers.
✓ Identify non-terminating, non-repeating decimals as irrational numbers.
Why: Misunderstanding decimal expansions causes incorrect classification of numbers.
❌ Applying divisibility rules incorrectly, such as using the sum of digits rule for divisibility by 7.
✓ Use the correct divisibility rule specific to each divisor.
Why: Confusion arises from mixing rules or applying them to the wrong divisors.
❌ Misidentifying negative numbers as natural or whole numbers.
✓ Recall that natural and whole numbers are non-negative; negatives belong only to integers.
Why: Neglecting sign conventions leads to classification errors.
❌ Not simplifying fractions after converting decimals.
✓ Always reduce fractions to their simplest form.
Why: Simplification is necessary for clarity and standard answers.

Key Takeaways

  • Natural numbers start from 1; whole numbers include 0.
  • Integers include negative numbers, zero, and positive numbers.
  • Rational numbers can be expressed as fractions; decimals are terminating or repeating.
  • Irrational numbers have non-terminating, non-repeating decimals.
  • Prime numbers have exactly two factors: 1 and themselves.
  • Divisibility rules help quickly check factors without division.
Key Takeaway:

Mastering the classification and properties of real numbers is essential for problem-solving and exam success.

Formula Bank

Rational Number Definition
\[ x = \frac{p}{q}, \quad p, q \in \mathbb{Z}, q eq 0 \]
where: \(x\) = rational number, \(p\) = numerator (integer), \(q\) = denominator (non-zero integer)
Prime Factorization
\[ N = p_1^{a_1} \times p_2^{a_2} \times \cdots \times p_k^{a_k} \]
where: \(N\) = number, \(p_i\) = prime factors, \(a_i\) = exponents
✨ AI exam tools — try them free (included in every plan)
Tip: select any text above to Explain / Example / Simplify it.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Real numbers · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.