"Between which two integers does \sqrt{57} lie?" You reach for a calculator and the teacher stops you. No calculator. No tables. Just your head and two minutes. What do you do?
The answer is the simplest mental tool for locating any square root on the number line: sandwich N between two consecutive integer squares. If k^2 \leq N \leq (k+1)^2, then k \leq \sqrt{N} \leq k + 1. That is the whole trick, and it is the only way to locate irrational roots under exam pressure.
The core fact
The square root function \sqrt{\;\cdot\;} is increasing on non-negative reals: if a \leq b, then \sqrt{a} \leq \sqrt{b}. So if you can bracket N between two integer squares, the brackets transfer to \sqrt{N} between two integers.
The left and right squares are consecutive integer squares — no gaps. So this sandwich always pins \sqrt{N} down to exactly one integer interval.
Why the bracket transfers: taking \sqrt{\;} on an inequality a \leq b with a, b \geq 0 preserves the direction of the inequality. Apply it to both sides: \sqrt{k^2} = k and \sqrt{(k+1)^2} = k+1, giving k \leq \sqrt{N} \leq k+1.
The squares table you already know
You have memorised, without realising it, this table:
For most board-exam N, the answer is a scan of this table: find the largest perfect square that is \leq N.
Mental pass: \sqrt{57}. Scan the table. 49 < 57 < 64, so 7 < \sqrt{57} < 8. Done.
Mental pass: \sqrt{150}. 144 < 150 < 169, so 12 < \sqrt{150} < 13.
Mental pass: \sqrt{200}. 196 < 200 < 225 (because 14^2 = 196, 15^2 = 225), so 14 < \sqrt{200} < 15.
Three seconds each. No calculator touched.
Refining within the interval
Once you know 7 < \sqrt{57} < 8, you often need the first decimal digit. Halve the interval and check:
Is 57 > 56.25? Yes. So \sqrt{57} > 7.5, giving 7.5 < \sqrt{57} < 8.
Try 7.6:
Is 57 < 57.76? Yes. So \sqrt{57} < 7.6, giving 7.5 < \sqrt{57} < 7.6.
So \sqrt{57} \approx 7.55, and the actual value is 7.5498\dots. Each halving of the interval roughly halves your error.
Why halving works: the squaring function on a small interval is roughly linear. Doubling the number of bracket steps roughly quadruples your decimal precision. After four or five halvings you have two correct decimal places, which is usually plenty for an MCQ.
Cube roots, higher roots — same idea
The trick generalises to any root. For \sqrt[3]{N}, sandwich N between consecutive integer cubes:
You need the cubes table: 1, 8, 27, 64, 125, 216, 343, 512, 729, 1000.
Mental pass: \sqrt[3]{100}. Scan cubes. 64 < 100 < 125, so 4 < \sqrt[3]{100} < 5. (Actual value \approx 4.64.)
Mental pass: \sqrt[3]{2000}. 1728 < 2000 < 2197 (because 12^3 = 1728, 13^3 = 2197), so 12 < \sqrt[3]{2000} < 13.
Same idea, different table.
When the answer is a perfect square
If N is itself a perfect square, the sandwich collapses: both brackets equal \sqrt{N}. \sqrt{49} = 7 exactly, not between 6 and 7 or between 7 and 8. Always check first: is N on the squares table? If yes, \sqrt{N} is an integer and you are done.
The sandwich trick is for non-perfect squares, where \sqrt{N} is irrational and you want to pin it down to an interval of length 1 (then refine).
The common exam patterns
- "Between which consecutive integers does \sqrt{N} lie?" → direct sandwich from the squares table.
- "Locate \sqrt{N} on the number line with ruler and compass." → sandwich first to get the integer neighbourhood, then geometric construction (unit square diagonal for \sqrt{2}, etc.).
- "Is \sqrt{N} closer to k or to k+1?" → check the midpoint (k + 0.5)^2 against N. If N > (k+0.5)^2, \sqrt{N} is closer to k+1.
- "Estimate \sqrt{N} to 1 decimal place." → sandwich, halve once more, done in ten seconds.
Full calculation: $\sqrt{72}$ to one decimal
Step 1 — sandwich. Scan the squares table. 64 < 72 < 81, so 8 < \sqrt{72} < 9.
Step 2 — refine with midpoint 8.5. 8.5^2 = 72.25. Is 72 < 72.25? Yes. So \sqrt{72} < 8.5, giving 8 < \sqrt{72} < 8.5.
Step 3 — refine further with 8.4. 8.4^2 = 70.56. Is 72 > 70.56? Yes. So \sqrt{72} > 8.4, giving 8.4 < \sqrt{72} < 8.5.
Step 4 — compare to midpoint of [8.4, 8.5]. Midpoint is 8.45. 8.45^2 = 71.4025. Is 72 > 71.4025? Yes. So \sqrt{72} > 8.45, and closer to 8.5.
Answer: \sqrt{72} \approx 8.5 to one decimal place. (Actual: 8.485\dots.)
No calculator. Three squaring operations. Thirty seconds.
This is the workhorse technique for every "place \sqrt{N}" question in Classes 9–11 and on JEE Main. The trick is to treat the squares table (up to 20^2 = 400, ideally) as part of your mental furniture, and to reach for sandwich-then-refine the moment you see a square root of a non-perfect-square integer.
Related: Number Systems · Constructing √2 on the Number Line · Is √4 Irrational Because It's Under a Root Sign?