The misconception sneaks in early and lasts for years. You solve x^2 = 4 and confidently write x = \pm 2. Your teacher nods. Then a homework problem asks you to evaluate \sqrt{4}, and you reflexively write \pm 2 — only to have the answer key say just 2. Confused, you flip back to the x^2 = 4 page, and the whole thing starts feeling inconsistent. If squaring -2 gives 4, and the symbol \sqrt{4} is supposed to "undo" the squaring, why doesn't it return the -2 as well?
The short answer: solving an equation and applying a symbol are different operations. One is a search for every number that makes a statement true. The other is a function that returns one specific output. Once that distinction clicks, the whole \pm business stops feeling arbitrary.
What x^2 = 4 actually asks
When you solve x^2 = 4, the question is: "which real numbers, when squared, give 4?" That is a search. The answer set contains every x that satisfies the condition, and you report all of them.
- 2^2 = 4 ✓
- (-2)^2 = 4 ✓
- Every other real number fails.
So the solution set of x^2 = 4 is \{2, -2\}, written compactly as x = \pm 2. Two answers, both correct, both required. Dropping -2 loses a solution and costs marks on nearly every Board paper problem where it appears.
What \sqrt{4} actually means
The symbol \sqrt{\,\,} is not a search. It is a function — a rule that takes one input and returns one output. That is the whole point of writing it with a dedicated symbol.
The definition, from Roots and Radicals:
\sqrt{a}, for a \geq 0, is the non-negative real number whose square is a.
There are two real numbers whose square is 4 — namely 2 and -2. The function \sqrt{\,\,} picks the non-negative one by definition. So \sqrt{4} = 2, full stop. The -2 is a legitimate "square root of 4" in the common-language sense, but it is not what the symbol \sqrt{4} refers to.
The symbol has made a convention choice. The convention is "non-negative," and the convention is universal: every calculator, every textbook, every exam, every programming language agrees on it.
Why a convention at all: a symbol that returned two values would not be a function — every formula containing it would branch, every line of algebra would double. By committing to one output, the symbol behaves predictably and slots into the laws of exponents: \sqrt{a} = a^{1/2}, with a^{1/2} \geq 0 for a \geq 0.
The reconciliation
So how do the two things — the two-solution equation and the one-output symbol — fit together without contradiction?
The trick is that when you use the symbol to write down the solutions of x^2 = 4, you explicitly insert the \pm. You do not just apply \sqrt{\,\,} to both sides and stop.
Wrong: x^2 = 4 \implies x = \sqrt{4} = 2. (Loses -2.)
Right: x^2 = 4 \implies x = \pm\sqrt{4} = \pm 2.
Or equivalently, using \sqrt{x^2} = |x|:
The \pm is outside the radical, because the radical itself only gives one number. The \pm says "take the one number the radical gives you, and also take its negative." The combination of a single-valued radical plus an explicit \pm recovers both solutions, cleanly and without ambiguity.
A quick analogy: phone numbers and callers
Think of it this way. "Who has phone number 555\text{-}1234?" might have two answers (two people can share a phone). But the directory entry for "Priya" — if Priya has one phone — returns exactly one number. The question "who has this phone?" is a search and can return multiple names. The directory lookup is a function and returns one number.
x^2 = 4 is the search: which x's square to 4? Answer: 2 and -2.
\sqrt{4} is the directory lookup: what is the (principal) square root of 4? Answer: 2.
Both are useful, both are correct, and they answer different questions even though they live in the same neighbourhood.
Why the convention went to the non-negative side
It is not arbitrary. Two reasons:
Compatibility with length. Most real-world uses of \sqrt{\,\,} ask for a length — the side of a square with area A, the hypotenuse of a right triangle, the distance between two points. Lengths are non-negative, so returning the non-negative root matches the usual use.
Compatibility with exponent laws. The rule \sqrt{a} = a^{1/2} only works consistently if a^{1/2} is defined to be non-negative. Otherwise a^{1/2} \cdot a^{1/2} = a^{1} would sometimes give a and sometimes -a, and the whole exponent system would fall apart.
The non-negative choice is the one that makes the most formulas behave. So that is the choice every symbol designer converged on.
The mistake pattern in exams
Here is the specific way the misconception bites on an exam.
A student writes x^2 = 25 and then, in one move, says x = \sqrt{25} = \pm 5. The final answer is right, but the middle step is wrong: \sqrt{25} is not \pm 5, it is 5. The correct work is x = \pm\sqrt{25} = \pm 5, with the \pm written explicitly, not smuggled into the radical.
On a one-line problem, the examiner might not penalise the sloppy notation. On a harder problem — say, \sqrt{(x - 3)^2} = 4 — the sloppy notation actively misleads. The correct next step is |x - 3| = 4, which branches into x - 3 = 4 or x - 3 = -4, giving x = 7 or x = -1. A student who thinks \sqrt{\,\,} returns \pm will miss this structure and guess.
Getting the symbol right from the start is cheap insurance.
When people write \pm\sqrt{\,\,}
You will see \pm\sqrt{\,\,} in the quadratic formula:
The \pm is explicit, outside the radical. That is the standard way to indicate "both roots." The radical itself is still single-valued — it gives one non-negative number — and the \pm in front is what produces two answers.
If the radical itself returned both roots, the quadratic formula would have to write \pm\pm\sqrt{\,\,}, which would give four things instead of two (and half of them would be redundant). The convention is not just tidy — it is what makes the quadratic formula unambiguous.
The rule, in one line
Solving an equation returns every number that works. Applying a symbol returns one specific number. The symbol \sqrt{\,\,} is a function with one output by design, the non-negative root by convention, and the \pm goes outside the radical when you need both. That distinction is the whole answer to the misconception, and once it clicks, the "inconsistency" disappears.
Related: Roots and Radicals · Can √16 Be Both 4 and −4, or Just 4? · √(x²) Is Just x — Why Do Some Teachers Say It's |x|? · Quadratic Equations