Number system classification — natural, whole, integer, rational, irrational, real

easy CBSE 3 min read

Question

Classify the number system from natural numbers to real numbers. How are they related? Give examples of numbers that belong to one set but not another.

(CBSE Class 9 — Number Systems chapter carries 8-10 marks in boards)


Solution — Step by Step

The counting numbers: 1,2,3,4,5,1, 2, 3, 4, 5, \ldots

These are the most basic — what we use to count objects. Zero is NOT included in natural numbers.

Whole numbers: Natural numbers + zero: 0,1,2,3,0, 1, 2, 3, \ldots

Integers: Whole numbers + negative counterparts: ,3,2,1,0,1,2,3,\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots

Integers include all positive and negative whole numbers and zero.

Any number that can be written as pq\frac{p}{q} where pp and qq are integers and q0q \neq 0.

Examples: 12,34,0.75,5\frac{1}{2}, \frac{-3}{4}, 0.75, 5 (which is 5/15/1), 0.30.\overline{3} (which is 1/31/3).

Key property: their decimal expansion either terminates or repeats.

Irrational numbers: Cannot be written as p/qp/q. Their decimal expansion is non-terminating and non-repeating.

Examples: 2=1.41421356\sqrt{2} = 1.41421356\ldots, π=3.14159265\pi = 3.14159265\ldots, e=2.71828e = 2.71828\ldots

Real numbers: Rational + Irrational = ALL numbers on the number line.

NWZQR\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R}
flowchart TD
    A["Real Numbers (R)<br/>All numbers on number line"] --> B["Rational (Q)<br/>p/q form"]
    A --> C["Irrational<br/>√2, π, e"]
    B --> D["Integers (Z)<br/>..., −2, −1, 0, 1, 2, ..."]
    B --> E["Non-integer rationals<br/>1/2, 3/4, 0.75"]
    D --> F["Whole Numbers (W)<br/>0, 1, 2, 3, ..."]
    D --> G["Negative integers<br/>−1, −2, −3, ..."]
    F --> H["Natural Numbers (N)<br/>1, 2, 3, ..."]
    F --> I["Zero"]

Why This Works

Each set is built by adding one more type of number to the previous set. Natural numbers handle counting. Adding zero gives whole numbers. Adding negatives gives integers (needed for subtraction). Adding fractions gives rationals (needed for division). Adding irrationals fills the “gaps” on the number line to give all real numbers.

The key insight: between any two rational numbers, there is an irrational number, and between any two irrational numbers, there is a rational number. The real number line has no gaps — every point corresponds to exactly one real number.


Alternative Method

Quick identification trick: to check if a number is rational or irrational, look at its decimal form. If it terminates (like 0.75) or repeats (like 0.1428570.\overline{142857}), it is rational. If the decimal goes on forever without any repeating pattern, it is irrational. Also: n\sqrt{n} is irrational if and only if nn is not a perfect square.


Common Mistake

Students often classify 4\sqrt{4} as irrational because it has a square root sign. But 4=2\sqrt{4} = 2, which is a natural number. The square root symbol does not automatically make a number irrational — only n\sqrt{n} where nn is NOT a perfect square is irrational. Similarly, 227\frac{22}{7} is NOT π\pi — it is a rational approximation of π\pi. The actual value of π\pi is irrational.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →