Most students absorb the intuition "a square root makes things smaller" by the time they leave class 9. \sqrt{100} = 10 is smaller than 100. \sqrt{9} = 3 is smaller than 9. \sqrt{2} \approx 1.41 is smaller than 2. So far, so good. Then an exam serves up \sqrt{0.25} and the same student confidently writes 0.25/2 = 0.125 or some equally wrong guess, because the mental rule "root makes smaller" has silently broken. The sanity check you want is simple and memorable: roots of numbers between 0 and 1 grow; roots of numbers bigger than 1 shrink. One line, one picture, and you will never get this wrong again.
The trigger
Any time you are about to simplify \sqrt{x} (or \sqrt[n]{x}) and 0 < x < 1. The moment the radicand is a proper fraction or a decimal less than 1, the "root shrinks the number" instinct flips direction. Catch yourself before you write a wrong-size answer.
Why roots grow for numbers below one
The clean way to see this is through the graph of y = \sqrt{x}, which you saw in the main article. The curve passes through (0, 0) and (1, 1) — those are the two fixed points. Between them, the curve sits above the line y = x. Past (1, 1), the curve dips below the line y = x.
Why: at x = 1, both \sqrt{x} = 1 and x = 1, so they cross. The slope of \sqrt{x} is infinite at the origin and decreases steadily, while the slope of y = x is a constant 1. So \sqrt{x} is above y = x on the interval (0, 1) and below it on (1, \infty). "Above y = x" means \sqrt{x} > x, i.e., the root is bigger than the original. "Below y = x" means \sqrt{x} < x, i.e., the root is smaller.
So the one-line rule:
Equality at x = 0 and x = 1, which are the fixed points.
Quick checks
- \sqrt{0.25} = 0.5 > 0.25. (The root grew, from 0.25 to 0.5.)
- \sqrt{0.01} = 0.1 > 0.01. (Grew, by an even bigger factor.)
- \sqrt{0.81} = 0.9 > 0.81. (Grew, but only slightly.)
- \sqrt{4} = 2 < 4. (Shrunk, the "usual" case.)
- \sqrt{1} = 1. (Fixed point — the root equals the original.)
Notice the extreme case: \sqrt{0.0001} = 0.01, which is 100 times bigger than the original 0.0001. The closer the input gets to 0, the more dramatic the growth. The reason: as a decimal, 0.0001 = 10^{-4}, and its square root is 10^{-2}, which is the same thing as 0.01 — the exponent halves in absolute value, and halving a bigger (more negative) exponent means a much larger number on the decimal scale.
The fraction version
You will often meet this in a fraction form rather than a decimal:
- \sqrt{\dfrac{1}{4}} = \dfrac{1}{2}. The fraction grew (from "one-quarter" to "one-half").
- \sqrt{\dfrac{1}{9}} = \dfrac{1}{3}. Grew from one-ninth to one-third.
- \sqrt{\dfrac{4}{9}} = \dfrac{2}{3}. Grew from four-ninths to two-thirds.
The pattern is easier to spot in fractions: \sqrt{1/n} = 1/\sqrt{n}, and 1/\sqrt{n} is bigger than 1/n because \sqrt{n} is smaller than n (for n > 1). The fractions flip around 1: their reciprocals shrink, their roots grow.
Cube roots and n-th roots — same story
This is not special to square roots. Any n-th root for n \geq 2 has the same two fixed points (0 and 1) and the same crossover behaviour. So:
- \sqrt[3]{0.008} = 0.2, which is much bigger than 0.008. (Grew.)
- \sqrt[4]{\dfrac{1}{16}} = \dfrac{1}{2}, bigger than \dfrac{1}{16}. (Grew.)
- \sqrt[3]{8} = 2, smaller than 8. (Shrunk.)
The general rule: for n \geq 2, \sqrt[n]{x} > x whenever 0 < x < 1, and \sqrt[n]{x} < x whenever x > 1. Higher-n roots of numbers below 1 grow even more dramatically (they push closer to 1), because raising 1 to any power still gives 1 — all the roots are pulling toward that fixed point.
One common misconception
"But I multiplied 0.25 by itself and got 0.0625, so \sqrt{0.25} must be smaller than 0.25." This confuses the direction of the operation. Squaring a number in (0, 1) makes it smaller (0.25^2 = 0.0625), which is consistent with taking a root to get bigger — squaring and square-rooting are inverses, so if squaring shrinks, rooting grows. The sanity check is a two-way street: numbers in (0, 1) shrink when you square them and grow when you root them; numbers above 1 grow when you square them and shrink when you root them. Either form of the statement catches the same mistake.
Why this shows up so often
You will run into this pattern every time a problem involves a probability, a ratio, a percentage, or any quantity bounded between 0 and 1. A few scenarios:
- Probability. Asked for \sqrt{P} where P is a probability between 0 and 1? The answer is bigger than P, and should be between 0 and 1 too (since P < 1 implies \sqrt{P} < 1 as well, using the rule in the other direction — \sqrt{x} < 1 iff x < 1).
- Scaling. "The linear scale is \sqrt{\text{area ratio}}." If the area ratio is 0.04, the linear scale is \sqrt{0.04} = 0.2 — five times bigger than 0.04 but still representing a shrinkage.
- Kinematics. In projectile motion, time is often the square root of a height ratio. When the ratio is small, the root is larger than the ratio itself — which changes the magnitude of answers in a way that is easy to get wrong at speed.
In all of these, the "root shrinks" instinct is wrong, and the habit of asking "is my input below or above 1?" saves you from a size error.
The compressed reflex
Before you simplify any root, glance at the radicand. Is it below 1? Above 1? If below, the answer will be bigger than the radicand. If above, smaller. Then do the algebra — and cross-check the final answer against the direction the input predicted. A radicand of 0.25 that gives an answer of 0.125 has failed the sanity check before you touch a calculator.
Related: Roots and Radicals · y = √x and y = x² Are Mirror Images · How Do I Simplify Root-50 Without a Calculator? · Compare Surds by Squaring Both Sides