The root sign looks dangerous. Your brain has filed \sqrt{\phantom{x}} under "irrational territory" because the famous examples — \sqrt{2}, \sqrt{3}, \sqrt{5} — all live there. So when you meet \sqrt{4} in a question, you hesitate. Is it irrational? Should you leave it as \sqrt{4}, or simplify?

Simplify. \sqrt{4} = 2. And 2 is a natural number, which is also an integer, which is also a rational number. The root sign is not doing anything interesting here — it is just asking "what number squared gives 4?" and the answer is a clean integer.

The confusion is worth sorting out carefully, because the real rule for when a root is irrational is simple, and you will reach for it again and again in exams.

What the root sign actually does

\sqrt{n} means "the non-negative number x such that x^2 = n." Nothing else. It does not contain any special "irrationality" instruction. Whether the answer is rational or irrational depends entirely on whether that x turns out to be a ratio of integers.

The root sign is neutral. It is the number underneath that decides.

The clean rule for square roots of integers

For a positive integer n:

\sqrt{n} \text{ is rational} \iff n \text{ is a perfect square.}

A perfect square is an integer of the form k^2 for some integer k: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, \dots

Why does the rule work? If \sqrt{n} were a rational that is not an integer, then n would be the square of a non-integer rational, which is not an integer — contradiction, since n is assumed to be an integer. So for integer n, \sqrt{n} is either an integer (when n is a perfect square) or irrational (when it is not).

Why "rational-but-not-integer squared isn't an integer": write the rational as p/q in lowest terms with q > 1. Then (p/q)^2 = p^2/q^2, and \gcd(p, q) = 1 forces \gcd(p^2, q^2) = 1, so q^2 > 1 does not divide p^2. Hence p^2/q^2 is not an integer.

The decision flow you actually use

When a question hands you \sqrt{n} for some integer n, run this check:

Decision flow for whether √n is rational A flowchart. It starts with the question "is n a perfect square?". A yes arrow leads to a box saying "√n is a whole integer, rational". A no arrow leads to a box saying "√n is irrational, simplify if possible by pulling out perfect-square factors". The yes branch lists examples 1, 4, 9, 16, 25. The no branch lists examples 2, 3, 5, 7, 50. Is n a perfect square? yes no √n is an integer rational ✓ e.g. √4=2, √25=5, √100=10 √n is irrational simplify by pulling out squares e.g. √50 = 5√2, √18 = 3√2 Perfect squares to remember: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400. Memorise these 20. They cover almost every JEE-level root you will ever meet.
The only question you need to ask of $\sqrt{n}$ when $n$ is a positive integer: is $n$ itself a perfect square? If yes, the root collapses to an integer. If no, the root is irrational — but you can still simplify by pulling out any perfect-square factors hidden inside.

Simplifying irrational roots

When n is not a perfect square, \sqrt{n} is irrational. But often n has a perfect-square factor, and pulling it out gives a cleaner form.

\sqrt{n \cdot k^2} = k\sqrt{n}

Why: squaring k\sqrt{n} gives k^2 \cdot n, which is what was under the root. This is the rule \sqrt{ab} = \sqrt{a}\sqrt{b} applied to a = n, b = k^2.

Examples:

The answer is still irrational — \sqrt{2}, \sqrt{3}, \sqrt{5} are all irrational — but now it is written in its simplest surd form. Exams usually want this form, not the unsimplified one.

The same rule extends to higher roots

Replace "perfect square" with "perfect k-th power":

\sqrt[k]{n} \text{ is rational} \iff n \text{ is a perfect } k\text{-th power.}

The root sign never makes the number irrational by itself. What matters is whether the number underneath is the k-th power of an integer (or, more generally, the k-th power of some rational).

A live check

Type different values of n into this checker. The readout tells you whether \sqrt{n} is rational (and what integer it equals) or irrational (and what the simplified surd is).

Interactive check: is √n rational? A slider running from n equals one to n equals one hundred. As the reader drags, a readout shows n, the decimal value of root n, and the nearest integer whose square is less than or equal to n. When n itself is a perfect square, the readout reports that root n is rational and equal to that integer. 1 100 drag to change n
Drag to $n = 4$: $\sqrt{n} = 2$ exactly — rational. Drag to $n = 5$: $\sqrt{n} = 2.23606\dots$, not equal to any integer — irrational. Drag to $n = 49$: $\sqrt{n} = 7$ — rational. Drag to $n = 50$: $\sqrt{n} = 7.0710\dots$ — irrational. The floor of $\sqrt{n}$ tells you the candidate integer; $n$ being exactly its square is the test for rationality.

Fixing the misread

"Is \sqrt{4} irrational because of the root sign?" No. \sqrt{4} is rational because 4 = 2^2 is a perfect square, and \sqrt{\phantom{x}} just unwinds the squaring. The root sign is a neutral instruction: "find the non-negative square." Whether the answer is rational depends on what is underneath.

The quick test: look at n, ignore the \sqrt{\phantom{x}}, and ask whether n is in the list 1, 4, 9, 16, 25, 36, \dots If yes, rational. If no, irrational.

Classify each of these

  • \sqrt{64}. Is 64 a perfect square? Yes: 64 = 8^2. So \sqrt{64} = 8 — rational.
  • \sqrt{63}. Is 63 a perfect square? No (7^2 = 49, 8^2 = 64). Irrational. Simplify: 63 = 9 \cdot 7, so \sqrt{63} = 3\sqrt{7}.
  • \sqrt{1}. Is 1 a perfect square? Yes: 1 = 1^2. So \sqrt{1} = 1 — rational.
  • \sqrt{0}. Is 0 a perfect square? Yes: 0 = 0^2. So \sqrt{0} = 0 — rational.
  • \sqrt{0.25}. 0.25 = 1/4 = (1/2)^2. So \sqrt{0.25} = 1/2 — rational.
  • \sqrt{0.1}. 0.1 = 1/10. Is 10 a perfect square? No. Irrational.

The rule generalises: a root is rational exactly when what is under the root is a perfect power of a rational. For the integers you meet in school, that means perfect squares for \sqrt{\phantom{x}}, perfect cubes for \sqrt[3]{\phantom{x}}, and so on. The symbol never overrules the number.

This satellite sits inside Number Systems.