Skip to content
Interdisciplinary CurriculumCurriculum

Your learning stays with you.

Support Independent Learning
Purchase Terms

© 2026 Commensurate Ventures. All rights reserved.

Interdisciplinary CurriculumCurriculum

Mathematics 8

1The Real Number System2Scientific Notation3Proportional Relationships4Slope and Rate of Change5Linear Relationships and Equations6Writing and Solving Equations7Systems of Equations: An Introduction8Introduction to Functions9The Pythagorean Theorem10Volume of Cylinders, Cones, and Spheres11Transformations on the Coordinate Plane12Scatterplots and Data Trends13Personal Financial Literacy14Algebra Readiness Capstone

No recommended media for this unit

1
5 min read8

The Real Number System

Explore the full real number system — rational and irrational numbers — and learn how to locate and approximate irrational numbers on the number line.

Learning Objectives

  • 1Distinguish between rational and irrational numbers using decimal expansions
  • 2Classify real numbers within the nested hierarchy of the number system
  • 3Approximate irrational numbers to the nearest tenth and hundredth
  • 4Order and compare rational and irrational numbers on a number line

The Number That Broke Ancient Math

The ancient Greek mathematician Hippasus reportedly discovered something terrifying: the diagonal of a square with side length 1 could not be expressed as a fraction. According to legend, his fellow Pythagoreans were so disturbed by this discovery that they threw him off a ship.

Whether or not that story is true, the mathematical discovery is real. The length of that diagonal is

2​
, and it cannot be written as any fraction — no matter how hard you try. Numbers like this are called irrational, and today you will learn how to work with them.

The Number System: A Nested Family

Think of the real number system like a set of nesting boxes:

  • Natural numbers (counting numbers): 1, 2, 3, 4, ...
  • Whole numbers: 0, 1, 2, 3, ... (natural numbers plus zero)
  • Integers: ..., -3, -2, -1, 0, 1, 2, 3, ... (whole numbers plus negatives)
  • Rational numbers: any number expressible as a fraction p/q where p and q are integers and q ≠ 0
  • Irrational numbers: real numbers that cannot be expressed as fractions
  • Real numbers: all rational and irrational numbers combined

Every natural number is also a whole number. Every whole number is also an integer. Every integer is also a rational number (since 5 = 5/1). But irrational numbers stand apart — they share the number line with rationals but belong to their own category.

🧠

Think About

Why does the definition of rational number say 'q cannot equal zero'? What would 5/0 even mean? Try to think through why division by zero is undefined rather than just accepting it as a rule.

Rational Numbers: Terminating and Repeating Decimals

Every rational number, when written as a decimal, either terminates (stops) or repeats in a pattern.

Terminating decimals:

  • 3/4 = 0.75 (stops)
  • 7/8 = 0.875 (stops)
  • 1/5 = 0.2 (stops)

Repeating decimals:

  • 1/3 = 0.333... = 0.3̄
  • 2/7 = 0.285714285714... = 0.285714̄
  • 5/6 = 0.8333... = 0.83̄

The key insight: if you can write a number as a fraction of two integers, its decimal will eventually either stop or repeat. This is a mathematical fact, not a coincidence.

Irrational Numbers: Non-Terminating, Non-Repeating

Irrational numbers are the opposite: their decimal expansions go on forever with no repeating pattern.

  • 2​
    = 1.41421356237...
  • 3​
    = 1.73205080757...
  • π
    = 3.14159265358...

No matter how many digits you write, the pattern never repeats. That is the defining characteristic.

How do you know a number is irrational?

  1. If it is a square root of a non-perfect-square integer, it is irrational.
  2. Pi (
    π
    ) and e are irrational (you will prove this in later math courses).
  3. If the decimal never terminates and you can find no repeating block, it is irrational.

Common perfect squares to memorize: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144.

If a number is the square root of any of these, it is rational (and in fact a whole number). If not — like

7​
or
50​
— it is irrational.

❓

Concept Check

Classify each number as rational or irrational: (a) 0.75, (b) √16, (c) √5, (d) 0.121212..., (e) π

▸

(a) Rational — it is 3/4, a fraction.
(b) Rational — √16 = 4, a whole number.
(c) Irrational — 5 is not a perfect square, so √5 cannot be expressed as a fraction.
(d) Rational — it repeats the block '12', so it equals 12/99 = 4/33.
(e) Irrational — pi's decimal never terminates or repeats.

Approximating Irrational Numbers

You cannot write

7​
exactly, but you can get very close. Here is how to find its location on the number line.

Step 1: Find the perfect squares on either side.

4​=2
and
9​=3
, so
7​
is between 2 and 3.

Step 2: Narrow it down to tenths.

Try 2.6:

2.62=6.76
(too low) Try 2.7:
2.72=7.29
(too high)

So

7​
is between 2.6 and 2.7.

Step 3: Narrow to hundredths.

Try 2.64:

2.642=6.9696
(too low) Try 2.65:
2.652=7.0225
(too high)

So

7​≈2.64
(to the nearest hundredth).

The actual value is 2.6457513... — your approximation of 2.64 is only 0.006 off.

🧠

Think About

Notice that we used multiplication (squaring numbers) to find a square root. This kind of 'working backward' from an operation is called an inverse operation. Where else in math have you seen this idea of inverses? Why is it useful?

Ordering Real Numbers

To compare and order a mix of rational and irrational numbers, convert everything to decimal form.

Order from least to greatest:

5​,2.1,49​,3​

Convert each:

  • 5​≈2.236
  • 2.1 = 2.1 exactly
  • 9/4 = 2.25 exactly
  • 3​≈1.732

Order:

3​≈1.732<2.1<2.25<2.236

Wait — let's recheck: 2.236 > 2.25? No: 2.236 > 2.25 is false. 2.236 < 2.25? Also false. 2.236 > 2.25 means the third decimal place matters: 2.236 vs 2.250. Since 3 < 5, we have 2.236 < 2.25.

Correct order:

3​<2.1<5​<49​

Wait, let's verify: 2.1 < 2.236 < 2.25, so the final order is:

3​<2.1<5​<49​
💡

Practice approximating square roots and ordering real numbers with Khan Academy's 8th grade number system unit: Khan Academy — Irrational Numbers. The interactive exercises give you immediate feedback as you build the skill.

🧠

Think About

The number π (pi) comes from the ratio of a circle's circumference to its diameter. If you measured the circumference and diameter of every circular object you could find, would you ever get exactly 3.14159...? What does that tell you about the relationship between measurements and exact mathematical values?

❓

Concept Check

Between which two consecutive integers does √50 fall? Then approximate it to the nearest tenth.

▸

Since 7² = 49 and 8² = 64, √50 falls between 7 and 8.
Testing: 7.0² = 49, 7.1² = 50.41.
Since 7.1² = 50.41 > 50 and 7.0² = 49 < 50, we get √50 ≈ 7.1 to the nearest tenth.
(The actual value is 7.0710...)

Looking Ahead

Understanding the real number system sets the foundation for everything in 8th grade math. In Unit 2, you will use this number sense when working with very large and very small numbers in scientific notation. In Unit 9, you will see why irrational numbers like

2​
appear naturally when you apply the Pythagorean theorem — that Greek discovery is not just ancient history, it shows up every time you calculate a diagonal distance.

Next
Scientific Notation

Discussion