Introduction

Welcome to the final lesson of The Real Number System and Irrationality! Across the first four lessons, you built a powerful set of skills: defining irrational numbers, exploring π and e, using the perfect-square test on square roots, and classifying any number as rational or irrational with a clear justification. That toolkit tells you what kind of number you are looking at — but it does not yet tell you how big that number is.

In this lesson, we tackle exactly that gap. Given an irrational number, our goal is to find the two consecutive integers it sits between. This is a concrete, practical skill: it turns an abstract irrational value into something you can visualize on the number line and estimate in everyday situations.

Why Bounding Matters

When we label a number like 20\sqrt{20} as irrational, we know its decimal never terminates or repeats. But that classification alone does not tell us whether 20\sqrt{20} is closer to or to . Pinning an irrational number between two consecutive integers gives us an immediate sense of its size without needing a calculator.

The Perfect-Square Sandwich

The perfect squares — 1,4,9,16,25,36,49,64,81,100,1, 4, 9, 16, 25, 36, 49, 64, 81, 100, \ldots — serve as our guideposts for bounding square roots. The key idea relies on a simple property: the square root function preserves order. In other words, if a<ba < b, then . So when we find two consecutive perfect squares that surround a number , the square roots of those perfect squares surround .

Worked Examples With Square Roots

Example 1 — 20\sqrt{20}

We need two consecutive perfect squares around 2020. Since 42=164^2 = 16 and , we have:

A Handy Reference: Perfect Squares

Having the first several perfect squares at your fingertips makes bounding feel almost instant. Here is a compact table worth memorizing:

kk123456789101112
k2k^2149162536496481100121144

For instance, if someone asks about 90\sqrt{90}, a quick scan of the table shows , so . No pencil work needed once you know the squares. Building fluency with this table — ideally up through — is one of the most useful things you can do for fast estimation.

Bounding Famous Constants

Square roots are not the only irrational numbers we need to bound. The constants π and e have well-known approximate values that let us place them between consecutive integers just as easily:

  • π ≈ 3.14159…, so 3<π<43 < \pi < 4.
  • e ≈ 2.71828…, so 2<e<32 < e < 3.

We can also bound expressions built from these constants. A common one is :

Extending Bounds to Expressions

Once you have pinned an irrational number between two consecutive integers, you can apply basic arithmetic to bound more complex expressions. The idea is simple: perform the same operation on every part of the inequality.

Consider 130\sqrt{130}. From the perfect-squares table, 112=12111^2 = 121 and . Since , we get .

Conclusion and Next Steps

In this lesson, you learned how to locate irrational numbers on the number line by squeezing them between two consecutive integers. For square roots, the technique relies on finding neighboring perfect squares and taking roots — the perfect-square sandwich. For constants like π and e, you lean on their standard decimal approximations. In every case, the underlying logic is the same: use what you already know to pin down what you do not.

Now it is time to put this bounding skill into practice! The upcoming exercises will ask you to fill in perfect-square sandwiches step by step, identify bounding integers for various square roots on your own, and locate famous constants between consecutive integers. Let's see how quickly you can pin down these numbers!

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal