MathematicsFoundation20 min read

Real Numbers

How the number system is built, and what a radical really is

This topic appears in:

01

Counting, then filling in the gaps

Mathematics did not arrive with the real numbers already in place. Each new set was invented because the old one could not answer a question that people insisted on asking.

You start with the natural numbers ℕ = {1, 2, 3, …}, which are enough for counting sheep. Then someone asks what is left when you take 3 sheep from 3 sheep, and you need zero, giving the whole numbers W = {0, 1, 2, 3, …}. Then someone owes money, and you need the integers ℤ = {…, −2, −1, 0, 1, 2, …}. Then three people share two loaves, and you need the rational numbers ℚ, every number that can be written as p/q with p and q integers and q ≠ 0.

At that point the system looks complete. It is not. The Pythagoreans discovered, to their considerable distress, that the diagonal of a square with side 1 cannot be written as any fraction at all. That number is √2, and numbers like it are called irrational. Put the rationals and the irrationals together and you get ℝ, the real numbers — every point on the number line, with nothing missing.

Switch to Locate √2 and watch the compass swing the diagonal of a unit square onto the line. That landing point is exactly √2 — irrational numbers sit at precise positions even though their decimals never end.

02

Telling a rational from an irrational

You do not need to guess. Write the number as a decimal and look at what the tail does. There are exactly three possibilities, and the first two are the same case in disguise.

Decimal behaves like…ExampleVerdict
It stops (terminates)3/8 = 0.375Rational
It repeats for ever in a block2/3 = 0.666…, 1/7 = 0.142857…Rational
It runs on and never repeats√2 = 1.41421…, π = 3.14159…Irrational

Why a repeating decimal must be a fraction

Let x = 0.7777…. Then 10x = 7.7777…. Subtract the first from the second and every decimal place cancels: 9x = 7, so x = 7/9. The same trick converts any recurring decimal to a fraction, which is a complete proof that recurring decimals are rational.

03

The properties you are expected to name

The paper asks you to state which property has been used, so learn them by name rather than by feel. All of these hold for addition and for multiplication on ℝ.

PropertyAdditionMultiplication
Closurea + b is reala × b is real
Commutativea + b = b + aab = ba
Associative(a+b)+c = a+(b+c)(ab)c = a(bc)
Identitya + 0 = aa × 1 = a
Inversea + (−a) = 0a × 1/a = 1 (a ≠ 0)
Distributivea(b + c) = ab + ac

The two that fail

Subtraction and division are not commutative and not associative: 7 − 3 ≠ 3 − 7 and (12 ÷ 6) ÷ 2 ≠ 12 ÷ (6 ÷ 2). And zero has no multiplicative inverse, which is the real reason division by zero is forbidden.

04

Radicals and surds

A radical is the n-th root sign; a surd is a radical whose value is irrational. So √9 is a radical but not a surd, because it equals 3. √5 is a surd.

Three rules do all the work. They follow directly from the laws of exponents, because a root is a fractional power.

√(ab) = √a × √b√(a/b) = √a / √b(√a)² = avalid for a ≥ 0 and b > 0 — the rules do not survive negative numbers under the root
Worked example

Simplify √50 + √18 − √8.

  1. Split each radical so that one factor is a perfect square: 50 = 25 × 2, 18 = 9 × 2, 8 = 4 × 2.Pull out the largest square factor you can see; if you pull out a small one you will just have to do it again.
  2. √50 = 5√2, √18 = 3√2, √8 = 2√2.Using √(ab) = √a·√b with the square factor first.
  3. Now every term carries the same surd, so they are like terms: 5√2 + 3√2 − 2√2.You can only add radicals that are identical after simplifying — √2 and √3 never combine.
  4. Collect: (5 + 3 − 2)√2 = 6√2.

6√2

05

Rationalising a denominator

A surd in the denominator is regarded as unfinished work, and the paper takes a mark for it. Getting rid of it is a one-line trick: multiply top and bottom by something that squares the surd away. Since you are multiplying by a fraction equal to 1, the value never changes.

For a single surd, multiply by that surd. For a two-term denominator such as 3 + √2, multiply by its conjugate 3 − √2, because (a+b)(a−b) = a² − b² removes the root.

Worked example

Rationalise the denominator of 6 / (√5 − √3).

  1. The conjugate of √5 − √3 is √5 + √3. Multiply top and bottom by it.Changing the sign between the two terms is all "conjugate" means here.
  2. Denominator: (√5 − √3)(√5 + √3) = 5 − 3 = 2.Difference of two squares. The cross terms cancel, which is the whole point.
  3. Numerator: 6(√5 + √3).Nothing to simplify yet — leave the bracket intact until the last step.
  4. So the expression is 6(√5 + √3) / 2 = 3(√5 + √3).Cancel the common factor 2. Leaving the answer as 6(√5+√3)/2 loses a mark for not simplifying.

3(√5 + √3), or 3√5 + 3√3

Before you leave this chapter

  1. ℕ ⊂ W ⊂ ℤ ⊂ ℚ ⊂ ℝ. Every natural number is real; almost no real number is natural.
  2. Terminating or recurring decimal → rational. Non-terminating and non-recurring → irrational.
  3. A surd is an irrational radical. √16 is not a surd; √17 is.
  4. Simplify a radical by pulling out the largest perfect-square factor before you do anything else.
  5. Never leave a surd in a denominator. Multiply by the surd, or by the conjugate if the denominator has two terms.

Practice questions

6 questions · 19 marks · full working on every one

Try each one on paper first, then open the working. The marks are shown where they are actually awarded, because that is where they are actually lost.

Short questions

3 · 6 marks

Two marks each, in the style of the short-question section of the paper. Answer in two or three lines.

SQ1[2 marks]
Define a rational number and give one example that is not an integer.
Model answer

A rational number is any number that can be written in the form p/q where p and q are integers and q ≠ 0. Example: −3/4.

Examiner tip. The condition q ≠ 0 is worth a mark on its own. Writing "a number that can be written as a fraction" without it usually scores 1 out of 2.

SQ2[2 marks]
Is every irrational number a real number? Justify your answer.
Model answer

Yes. The real numbers are defined as the rationals together with the irrationals, so every irrational number is real. The converse is false: not every real number is irrational.

Examiner tip. Questions of the form "is every A a B" want the direction stated explicitly, and a mark is usually available for pointing out that the reverse does not hold.

SQ3[2 marks]
Name the property used in each step: (i) 5 + (3 + 2) = (5 + 3) + 2 (ii) 7 × 1 = 7.
Model answer

(i) Associative property of addition. (ii) Multiplicative identity.

Examiner tip. Associative changes the brackets; commutative changes the order. Examiners choose examples where only one of the two words fits.

Solved numericals

2 · 7 marks

Full working, one step per line, with the marks shown where they are awarded.

N1[3 marks]
Express the recurring decimal 0.363636… as a fraction in its lowest terms.
Full working
  1. Let x = 0.3636… and multiply by 100 because the repeating block has two digits: 100x = 36.3636…the power of 10 must match the length of the repeating block[1]
  2. Subtract: 100x − x = 36.3636… − 0.3636… gives 99x = 36every decimal place cancels[1]
  3. x = 36/99 = 4/11lowest terms required; 36/99 alone does not get the final mark[1]

4/11

Examiner tip. A one-digit block needs ×10, a two-digit block ×100, a three-digit block ×1000. Count the digits in the repeating block, not the digits after the decimal point.

N2[4 marks]
Simplify (√7 + √3) / (√7 − √3), leaving your answer with a rational denominator.
Full working
  1. Multiply numerator and denominator by the conjugate √7 + √3the same conjugate top and bottom, so the value is unchanged[1]
  2. Denominator: (√7 − √3)(√7 + √3) = 7 − 3 = 4difference of two squares[1]
  3. Numerator: (√7 + √3)² = 7 + 2√21 + 3 = 10 + 2√21the middle term is 2√(7×3), not √21[1]
  4. (10 + 2√21)/4 = (5 + √21)/2cancel the factor 2 for the final mark[1]

(5 + √21) / 2

Examiner tip. The squared numerator is where marks are lost: (√7 + √3)² has three terms, not two. Write it out as (√7 + √3)(√7 + √3) if you are at all unsure.

Long questions

1 · 6 marks

Theory and numerical together, as they appear in the long-question section.

LQ1[6 marks]
A student claims that √2 + √8 = √10.
  1. Show, by simplifying the left-hand side, that the claim is false.
  2. State the correct value of √2 + √8 in simplest form.
  3. Explain the general rule the student has broken.
Mark scheme
  1. √8 = √(4 × 2) = 2√2extracting the perfect square factor[1]
  2. √2 + √8 = √2 + 2√2 = 3√2[1]
  3. 3√2 = √(9 × 2) = √18, and √18 ≠ √10or compare decimals: 4.243 against 3.162[1]
  4. Correct value 3√2 (accept √18)[1]
  5. The student has assumed √a + √b = √(a + b)naming the false rule[1]
  6. Radicals distribute over multiplication and division, not over addition and subtraction√(ab) = √a√b is true; √(a+b) = √a + √b is not[1]

(a) √2 + √8 = 3√2 ≈ 4.243 while √10 ≈ 3.162 (b) 3√2 (c) roots do not distribute over addition

Examiner tip. Part (c) is the mark most students leave blank. Naming the false rule in symbols is worth as much as the whole calculation above it.