The World of Numbers

Chapter mind map: how it all connects
1 · From counting to zero and integersNatural numbers, Brahmagupta’s zero, and signed-number rules
2 · Rational numbersp/q numbers, their arithmetic, the number line, and density
The World of Numbers
3 · Irrational numbersNumbers like √2 and π that no fraction can ever capture
4 · Real numbers and decimalsEvery rational is terminating or repeating; every irrational is neither
What you will learn in this chapter
  • How the number system grew from counting, to zero, to negative numbers, to fractions
  • How to add, subtract, multiply and divide rational numbers, and place them on a number line
  • How to prove that √2 is irrational, and how to construct an irrational length
  • How to predict whether a fraction’s decimal expansion terminates or repeats, and convert between the two forms
natural numbersintegersrational numbersirrational numbersreal numbersdensityterminating decimalrepeating decimal

1From Counting to Zero and Integers

~35,000 years agoThe Lebombo Bone: 29 tally notches, among the earliest evidence of counting
Vedic eraSanskrit texts name powers of 10 up to 101210^{12}; the Ṛigveda uses powers of 10 for large quantities
628 CEBrahmagupta’s Brāhmasphuṭasiddhānta formally defines zero and gives rules for negative numbers (“debts”)
Learn by heartDefinition 1

Natural numbers N={1,2,3,4,}\mathbb{N} = \{1, 2, 3, 4, \ldots\} are the counting numbers. They are closed under addition (the sum of two natural numbers is always natural) but not under subtraction (353-5 is not a natural number).

Rules for zero
a+0=aa + 0 = a  ·  a0=aa – 0 = a  ·  a×0=0a \times 0 = 0
Brahmagupta (628 CE) gave these three. He also wrote 0÷0=00 \div 0 = 0, and that one is wrong: division by zero is not defined at all.
Learn by heartDefinition 2

Integers Z={,2,1,0,1,2,}\mathbb{Z} = \{\ldots, -2, -1, 0, 1, 2, \ldots\} combine the natural numbers, zero, and the negative numbers.

Once negative numbers exist, every calculation needs a rule for what sign the answer carries. These five rules cover every case a paper can ask.

Operation Rule for the sign Example
Add, both signs the same Add the two numbers and keep that common sign 5+4=95 + 4 = 9
(5)+(4)=9(-5) + (-4) = -9
Add, signs different Ignore the signs, subtract the smaller number from the bigger one, then give the answer the bigger number’s sign 8+(3)=58 + (-3) = 5
3+(8)=53 + (-8) = -5
Subtract Change the sign of the number being subtracted, then use the addition rules above 5(3)=5+3=85 – (-3) = 5 + 3 = 8
(5)3=(5)+(3)=8(-5) – 3 = (-5) + (-3) = -8
Multiply or divide, both signs the same The answer is positive 3×4=123 \times 4 = 12
(3)×(4)=12(-3) \times (-4) = 12
(12)÷(4)=3(-12) \div (-4) = 3
Multiply or divide, signs different The answer is negative (3)×4=12(-3) \times 4 = -12
12÷(4)=312 \div (-4) = -3
Memory Trick

Same signs give +, different signs give −

That shortcut is for multiplying and dividing only. In addition the sign comes from the bigger number, which is why (5)+4=1(-5) + 4 = -1 but (5)×4=20(-5) \times 4 = -20.

Common Mistake

Writing (5)+(4)=1(-5) + (-4) = -1. Both numbers are negative, so they are added and the answer keeps the minus sign: 9-9. You only subtract when the two signs are different.

2Rational Numbers

Learn by heartDefinition 3

A rational number is any number expressible as pq\dfrac{p}{q}, where p,qp, q are integers and q0q \ne 0. The set of rational numbers is denoted Q\mathbb{Q}.

Real Numbers (R)
Rational (Q)p/q form; includes N, Z, fractions
IrrationalCannot be written as p/q, e.g. √2, π

Every rational number has infinitely many equivalent forms: 13=26=39-\dfrac{1}{3} = -\dfrac{2}{6} = -\dfrac{3}{9}. Its standard form is the one where pp and qq share no common factor other than 1 (they are co-prime).

Operation Rule Example
Equality ab=cd\frac{a}{b}=\frac{c}{d} exactly when ad=bcad=bc 23=69\frac{2}{3}=\frac{6}{9} since 2×9=3×62\times9=3\times6
Add or subtract, same denominator ab±cb=a±cb\frac{a}{b}\pm\frac{c}{b}=\frac{a\pm c}{b} 27+37=57\frac{2}{7}+\frac{3}{7}=\frac{5}{7}
Add or subtract, different denominators Take the LCM of the denominators first, or use ab±cd=ad±bcbd\frac{a}{b}\pm\frac{c}{d}=\frac{ad\pm bc}{bd} 12+13=3+26=56\frac{1}{2}+\frac{1}{3}=\frac{3+2}{6}=\frac{5}{6}
Multiply ab×cd=acbd\frac{a}{b}\times\frac{c}{d}=\frac{ac}{bd} 23×57=1021\frac{2}{3}\times\frac{5}{7}=\frac{10}{21}
Divide ab÷cd=ab×dc\frac{a}{b}\div\frac{c}{d}=\frac{a}{b}\times\frac{d}{c}, with c0c\ne0 34÷25=34×52=158\frac{3}{4}\div\frac{2}{5}=\frac{3}{4}\times\frac{5}{2}=\frac{15}{8}
Closure Property

Rational numbers are closed under addition, subtraction and multiplication, and under division too, as long as we never divide by zero. The result of any of these operations on two rationals is always another rational.

To place pq\dfrac{p}{q} on the number line, divide the unit interval into qq equal parts and count pp parts from 0 (right if positive, left if negative).

0
1/2
1
3/2
2
Learn by heartDefinition 4

The absolute value x|x| of a rational number is its distance from 0, so x0|x| \ge 0 always. The distance between two rationals aa and bb on the number line is ab|a-b|.

Solved Example

Q. Find a rational number between 12\dfrac{1}{2} and 23\dfrac{2}{3}.

Take the average: 12+232=3+462=712\dfrac{\frac{1}{2}+\frac{2}{3}}{2} = \dfrac{\frac{3+4}{6}}{2} = \dfrac{7}{12}. Since 12<712<23\dfrac{1}{2} < \dfrac{7}{12} < \dfrac{2}{3}, this works.

Did you know?

The averaging trick above never runs out: between any two rational numbers, however close, there is always another one. This property is called density, and it means there are infinitely many rational numbers between any two rationals.

3Irrational Numbers

Learn by heartDefinition 5

An irrational number cannot be written as pq\dfrac{p}{q} for any integers p,qp, q. Its decimal expansion never terminates and never repeats. Examples: 2\sqrt{2}, 3\sqrt{3}, π\pi.

A unit square’s diagonal has length 12+12=2\sqrt{1^2+1^2}=\sqrt{2} by the Baudhāyana-Pythagoras theorem. Is 2\sqrt2 rational? We prove it is not, using proof by contradiction: assume the opposite of what we want to prove, and show it leads to a logical impossibility.

Assume 2=pq\sqrt{2}=\dfrac{p}{q}, in lowest terms (p,qp,q co-prime)Step 1: the assumption to be contradicted
2=p2q22q2=p22 = \dfrac{p^2}{q^2} \Rightarrow 2q^2 = p^2Step 2-3: square both sides, clear the fraction
p2p^2 is even \Rightarrow pp is even. Let p=2kp=2kStep 4: a perfect square is even only if its root is even
2q2=4k2q2=2k22q^2=4k^2 \Rightarrow q^2=2k^2Step 5-6: substitute and simplify
q2q^2 is even \Rightarrow qq is evenStep 7: same reasoning as for p
pp and qq are both even, contradicting “co-prime”Step 8: the contradiction
Conclusion

Since the assumption leads to a contradiction, it must be false. Therefore 2\sqrt2 cannot be written as pq\dfrac{p}{q}; it is irrational.

Irrational lengths can be constructed exactly with ruler and compass, using the same right-triangle idea repeatedly. Each new leg has length 1, perpendicular to the previous hypotenuse:

Figure 1: The square root spiral. Each new unit-length leg, drawn perpendicular to the last hypotenuse, produces the next integer's square root.
Figure 1: The square root spiral. Each new unit-length leg, drawn perpendicular to the last hypotenuse, produces the next integer’s square root.
Exam Tip

To mark 2\sqrt2 on a number line itself (not just build the triangle): after constructing OB=2OB=\sqrt2 as above, open a compass to length OBOB, place the point at O, and draw an arc that cuts the number line. That crossing point is exactly 2\sqrt2.

4Real Numbers and Decimal Expansions

Learn by heartDefinition 6

Real numbers R\mathbb{R} are the union of all rational and irrational numbers, filling the number line completely with no gaps.

Number set Symbol Decimal expansion
Rational Q\mathbb{Q} Always terminating or repeating
Irrational RQ\mathbb{R}\setminus\mathbb{Q} Never terminates, never repeats
Predicting the type without dividing

Write pq\dfrac{p}{q} in lowest terms. The decimal terminates exactly when the only prime factors of qq are 2, 5, or both. Any other prime factor (3, 7, 11, …) in qq means the decimal repeats.

Solved Example

Q. Will 720\dfrac{7}{20} terminate?

20=22×520 = 2^2\times 5, only 2s and 5s. So it terminates: 720=7×520×5=35100=  \dfrac{7}{20}=\dfrac{7\times5}{20\times5}=\dfrac{35}{100}=\;0.350.35

Converting a repeating decimal back to pq\dfrac{p}{q} uses the same trick every time: multiply to shift the repeating block, then subtract to cancel it.

Given

x=0.45=0.4555x = 0.4\overline{5} = 0.4555\ldots (5 repeats, 4 does not)

Find

xx as pq\dfrac{p}{q}

Solution

Non-repeating digit: 1, so multiply by 10: 10x=4.5510x = 4.5\overline{5}

Repeating block: 1 digit, so multiply again by 10: 100x=45.55100x = 45.5\overline{5}

Subtract: 100x10x=45.554.5590x=41x=  100x – 10x = 45.5\overline5 – 4.5\overline5 \Rightarrow 90x = 41 \Rightarrow x = \;4190\dfrac{41}{90}

Did you know? Cyclic numbers

17=0.142857\dfrac{1}{7}=0.\overline{142857}. Multiplying 142857142857 by 1,2,3,4,5,61,2,3,4,5,6 just cycles the same six digits in the same order: 142857,285714,428571,142857, 285714, 428571, \ldots This is called a cyclic number.

Common Mistake

0.9=0.9990.\overline{9} = 0.999\ldots is exactly equal to 11, not “just below” it. Proof: let x=0.9x=0.\overline9. Then 10x=9.910x=9.\overline9, so 10xx=9.90.9=910x-x=9.\overline9-0.\overline9=9, giving 9x=99x=9, so x=1x=1.

Every number is either rational (its decimal terminates or repeats) or irrational (its decimal never settles into a pattern). There is no third option.

the single idea to carry out of this chapter

Check yourself before the exam
  • Can I give the sign rule for adding, subtracting, multiplying and dividing signed numbers without hesitating?
  • Can I add, subtract, multiply and divide two rational numbers?
  • Can I reproduce the full proof that √2 is irrational, step by step?
  • Can I predict terminating vs repeating from the denominator alone, and convert a repeating decimal to p/q?
Quick Revision: read this the night before the exam
  • N ⊂ Z ⊂ Q ⊂ R; irrational numbers are in R but not in Q
  • Zero: a+0=a, a-0=a, a×0=0. Signs: same signs multiply to +, different signs to −
  • Rational = p/q, q≠0; closed under +, −, ×, ÷ (except ÷0)
  • Density: the average of two rationals always lies strictly between them
  • √2 is irrational: proof by contradiction, assume p/q in lowest terms, reach p and q both even
  • Terminates iff denominator’s only prime factors are 2 and/or 5; otherwise repeats
  • 0.999… = 1 exactly, proved algebraically
Practice Questions
  1. 2 marksConvert 350\dfrac{3}{50} and 29\dfrac{2}{9} to decimals by long division. State which terminates.
  2. 3 marksProve that 5\sqrt{5} is an irrational number.
  3. 1 markConvert 0.01250.0125 to the form pq\dfrac{p}{q}.
  4. 2 marksConvert 2.4182.4\overline{18} to the form pq\dfrac{p}{q}.
  5. 2 marksFind 4 rational numbers between 14\dfrac{1}{4} and 25\dfrac{2}{5}.
  6. 2 marksIf x4+x6=2512\dfrac{x}{4}+\dfrac{x}{6}=\dfrac{25}{12}, find the rational number xx.
  7. 2 marksWithout dividing, state whether 1740\dfrac{17}{40} terminates. If it does, how many decimal places?
  8. 3 marksA rational number in lowest form has denominator 23×522^3\times5^2. How many decimal places will it have? Explain.
  9. 2 marksLet aa and bb be non-zero rationals with a+1b=0a+\dfrac{1}{b}=0. Is the product abab positive or negative? Justify.
  10. 3 marksShow that a+b2\dfrac{a+b}{2} always lies between aa and bb, for any two distinct rationals a<ba < b.
Multiple Choice
  1. 1 markWhich of these is irrational?
    (a) 16\sqrt{16}(b) 18\sqrt{18}(c) 0.330.3\overline{3}(d) 227\frac{22}{7}
  2. 1 markThe decimal expansion of 716\dfrac{7}{16} is:
    (a) terminating(b) repeating(c) neither(d) cannot say
  3. 1 mark(7)×(8)(-7) \times (-8) equals:
    (a) –56(b) 56(c) –15(d) 15
Assertion (A): There are infinitely many rational numbers between 0 and 1.
Reason (R): Rational numbers are dense: the average of any two rationals is another rational strictly between them.
Case Study
A student draws a unit square and its diagonal, then uses the diagonal as one leg of the next right triangle, repeating the construction to build a square root spiral, exactly as in Figure 1.
  1. 1 markWhat is the length of the diagonal of the first unit square?
  2. 1 markIs this length rational or irrational? How do you know?
  3. 2 marksWhat length will the hypotenuse of the 4th triangle in the spiral be?
Answer Key
Q13/50=0.063/50=0.06 (terminates); 2/9=0.22/9=0.\overline{2} (repeats)
Q2Proof by contradiction, same structure as √2’s proof, using p2=5q2p^2=5q^2
Q30.0125=12510000=1800.0125 = \dfrac{125}{10000}=\dfrac{1}{80}
Q4x=2.4181813355x=2.41818\ldots \Rightarrow \dfrac{133}{55} (using the two-stage multiply-subtract method)
Q5e.g. 0.26,0.28,0.30,0.320.26, 0.28, 0.30, 0.32 (any 4 values strictly between 0.25 and 0.4)
Q63x12+2x12=25125x=25x=5\dfrac{3x}{12}+\dfrac{2x}{12}=\dfrac{25}{12} \Rightarrow 5x=25 \Rightarrow x=5
Q740=23×540=2^3\times5, only 2s and 5s, so it terminates, in 3 decimal places
Q83 decimal places (denominator’s higher power is 10310^3 after balancing 2s and 5s)
Q9a=1/bab=1a=-1/b \Rightarrow ab=-1, so abab is negative
Q10Since a<ba \lt b, adding aa to both sides gives 2a<a+b2a \lt a+b, so a<a+b2a \lt \frac{a+b}{2}; similarly a+b2<b\frac{a+b}{2} \lt b
MCQ 1–3(b) · (a) · (b)
A/RBoth A and R are true, and R is the correct explanation of A
Case Study√2 · irrational, since 2 is not a perfect square (proved by contradiction) · √5
Read this chapter in:English Mediumहिंदी माध्यम