Number Systems
Rational Numbers & The Number Line
Ever scrolled past "0 new notifications" and then went into debt borrowing data from a friend? Congrats, you just used three families of numbers. 📱
Numbers come in groups that nest inside each other like Russian dolls.
- Natural numbers (N): 1, 2, 3, 4 ... the counting numbers. No zero, no negatives.
- Whole numbers (W): 0, 1, 2, 3 ... it's the naturals plus zero.
- Integers (Z): ... -3, -2, -1, 0, 1, 2, 3 ... wholes plus their negatives.
🔑 Every natural number is a whole number, and every whole number is an integer. The circle keeps getting bigger.
💡 In real life: floor numbers in a mall use integers (basement = -1), your age uses naturals, and a fresh battery at 0% uses whole numbers.
🔑 Quick recap
- N = counting numbers (start at 1)
- W = N + 0
- Z = W + negatives
Splitting a pizza into 8 slices and grabbing 3? That "3/8" is a rational number. 🍕
A rational number is any number that can be written as p/q, where p and q are integers and q ≠ 0. That's the whole rule.
So 5 is rational (it's 5/1), -7 is rational (-7/1), and even 0 is rational (0/1). ⚠️ Common mistake: q can never be 0 — dividing by zero is undefined.
🔑 Between any two rational numbers, there are infinitely many more rationals. Just keep averaging: between 1/2 and 1, the midpoint 3/4 sits, then between those another, forever.
💡 In real life: cricket strike rates (like 137.5), discount percentages (33⅓% off), and recipe measurements (¾ cup) are all rationals.
| Number | As p/q | Rational? |
|---|---|---|
| 6 | 6/1 | Yes |
| -2/3 | -2/3 | Yes |
| 0 | 0/1 | Yes |
Someone says "name a number between 1/5 and 2/5." Easy flex if you know the trick. 🎯
Method 1 — Averaging. The number exactly between two rationals a and b is (a + b)/2. Between 1/5 and 2/5: (1/5 + 2/5)/2 = (3/5)/2 = 3/10. Done.
Method 2 — Same denominator. To find many rationals between two numbers, give them a big common denominator. To fit 5 numbers between 1/3 and 2/3, write them as 6/18 and 12/18. Now 7/18, 8/18, 9/18, 10/18, 11/18 all squeeze in. ✅
💡 In real life: dividing a 1-hour study block into smaller chunks — there's always room to slot one more break in between.
🔑 Quick recap
- Average two numbers to land exactly between them
- Scale up the denominator to fit as many as you need
Irrational Numbers
Some numbers are like that one friend who can't be put in a box. 😅 Meet the irrationals.
An irrational number is a number that cannot be written as p/q with integers p and q (q ≠ 0). Famous examples: √2, √3, √5, π (pi), and 0.10110111011110...
🔑 The Greeks discovered √2 is irrational and apparently freaked out about it. When you try to write √2 as a decimal, it goes on forever without repeating: 1.41421356...
⚠️ Common mistake: not every square root is irrational. √9 = 3 (rational!). A square root is irrational only when the number isn't a perfect square.
💡 In real life: π shows up every time you measure a circle — your wheel, a pizza, a clock face.
🔑 Quick recap
- Irrational = NOT expressible as p/q
- Decimal is non-terminating AND non-repeating
- Only non-perfect-square roots are irrational
How do you point to a number that has no exact decimal? With a right triangle and the Pythagoras theorem. 📐
Here's the classic NCERT construction for √2:
- Draw a unit length OA = 1 on the number line.
- At A, draw AB = 1 perpendicular (straight up).
- Join OB. By Pythagoras, OB = √(1² + 1²) = √2.
- With O as centre and radius OB, swing an arc down to the line. Where it lands is the point √2! ✅
🔑 Repeat from there (make a new perpendicular of length 1 on √2) and you get √3, then √4, ... — this is the famous square root spiral.
💡 In real life: the diagonal of a 1m × 1m square tile is exactly √2 metres — an irrational length you can actually see.
🔑 Quick recap
- Use a right triangle with legs 1 and 1
- Hypotenuse = √2 by Pythagoras
- Swing it onto the line with a compass
Real Numbers & Decimal Expansions
Imagine the number line is a packed cricket stadium — every single seat is filled. Those seats are the real numbers. 🏟️
A real number is any number that sits on the number line. That means rationals + irrationals = real numbers (R) together. There are no gaps left.
🔑 Every point on the number line is a real number, and every real number is a point on the line. Perfect one-to-one match.
💡 In real life: any measurement you make — temperature, distance, weight — is a real number.
🔑 Quick recap
- R = rationals ∪ irrationals
- Number line has no gaps
- Every point ↔ one real number
Type 1 ÷ 8 into a calculator and it stops cleanly. Type 1 ÷ 3 and it loops forever. What's going on? 🔢
Every rational number's decimal is one of two types:
- Terminating: ends after finitely many digits. Example 3/4 = 0.75, 1/8 = 0.125.
- Non-terminating recurring: repeats a block forever. Example 1/3 = 0.333... = 0.3̄, and 1/7 = 0.142857142857... ✅
🔑 The secret rule: a fraction in lowest terms terminates only if its denominator has no prime factors other than 2 and 5. Otherwise it recurs.
⚠️ Common mistake: a recurring decimal is still rational — it can be converted back into p/q.
💡 In real life: money usually terminates (₹0.50), but splitting a ₹100 bill 3 ways gives ₹33.33... — a recurring decimal.
| Fraction | Decimal | Type |
|---|---|---|
| 1/4 | 0.25 | Terminating |
| 1/6 | 0.1666... | Recurring |
| 7/8 | 0.875 | Terminating |
Recurring decimals look scary but they're secretly fractions in disguise. Let's unmask one. 🕵️
Convert 0.6̄ (0.6666...) to a fraction.
- Let x = 0.666...
- Multiply by 10 (one repeating digit): 10x = 6.666...
- Subtract: 10x − x = 6.666... − 0.666... → 9x = 6
- So x = 6/9 = 2/3. ✅
🔑 The trick: multiply by 10, 100, or 1000 depending on how many digits repeat, then subtract to cancel the endless tail.
💡 In real life: this proves the famous mind-bender 0.999... = 1, because the same method gives 9x = 9, so x = 1 exactly.
🔑 Quick recap
- Set the decimal = x
- Multiply by 10/100/1000 to shift past the repeat
- Subtract and solve for x
Operations on Real Numbers & Laws of Exponents
Mixing numbers is like mixing playlists — sometimes you get something new, sometimes you land right back on a familiar track. 🎧
When you do operations with surds (roots like √2, √3), some neat rules apply:
- rational + irrational = irrational (e.g. 2 + √3 is irrational)
- rational × irrational = irrational (if the rational ≠ 0, e.g. 5√2)
- But irrational × irrational can be rational! √2 × √2 = 2. 😮
🔑 Useful surd laws: √a × √b = √(ab) and √a ÷ √b = √(a/b). So √6 = √2 × √3.
⚠️ Common mistake: √a + √b is not √(a+b). √4 + √9 = 2 + 3 = 5, but √13 ≠ 5.
💡 In real life: combining two diagonal measurements isn't as simple as adding the numbers under the root — geometry keeps you honest.
🔑 Quick recap
- rational ± irrational stays irrational
- √a × √b = √(ab)
- √a + √b ≠ √(a+b)
Having a root in the denominator is like having a song stuck mid-buffer — technically fine, but we like it cleaned up. 🧹
Rationalising means rewriting a fraction so the denominator has no surd.
Simple case: 1/√2. Multiply top and bottom by √2:
1/√2 × √2/√2 = √2/2. ✅ Denominator is now rational.
Conjugate case: for 1/(√3 + 1), multiply by the conjugate (√3 − 1):
= (√3 − 1) / ((√3 + 1)(√3 − 1)) = (√3 − 1)/(3 − 1) = (√3 − 1)/2. ✅
🔑 The magic is the identity (a + b)(a − b) = a² − b², which wipes out the square roots.
💡 In real life: calculators and engineers prefer rationalised forms because dividing by a clean integer is far easier than dividing by 1.414...
🔑 Quick recap
- Multiply by the surd (simple) or conjugate (two-term)
- Use (a+b)(a−b) = a² − b²
- Goal: no root left downstairs
Exponents are just a shortcut for repeated multiplication — like how "x10" on a shopping cart beats tapping +1 ten times. 🛒
For any positive real base a and rational powers m, n, these laws of exponents hold:
- aᵐ · aⁿ = a^(m+n) → add powers when multiplying
- aᵐ ÷ aⁿ = a^(m−n) → subtract when dividing
- (aᵐ)ⁿ = a^(mn) → multiply powers when raising a power
- aᵐ · bᵐ = (ab)ᵐ
- a⁰ = 1 and a^(−n) = 1/aⁿ
🔑 Fractional powers mean roots: a^(1/2) = √a, and a^(1/n) = ⁿ√a. So 8^(1/3) = ∛8 = 2.
💡 In real life: storage sizes (2¹⁰ = 1024 bytes in a KB) and compound interest both run on exponent rules.
🔑 Quick recap
- Multiply → add powers; Divide → subtract powers
- Power of a power → multiply
- a^(1/n) is the nth root