Square Root
The square root of a number is the value that, when multiplied by itself, gives that number.
Formula
\sqrt{n} = x \text{ means } x^2 = n \ (x \ge 0)
Definition
The square root of a number is what you multiply by itself to get that number, written with the radical sign. Formally, the principal square root of $n \ge 0$ is the non-negative real number $x$ such that $x^2 = n$, written $\sqrt{n}$ or $n^{1/2}$; the square root of a non-perfect-square positive integer is irrational, and $\sqrt{ab} = \sqrt{a} \times \sqrt{b}$, $\sqrt{a/b} = \sqrt{a}/\sqrt{b}$ for $a,b \ge 0$. As a function, $\sqrt{\cdot}: [0,\infty) \to [0,\infty)$ is continuous, strictly increasing, and concave, satisfying $\frac{d}{dx}(\sqrt{x}) = \frac{1}{2\sqrt{x}}$; in the complex numbers, every non-zero $z$ has two square roots, $\sqrt{|z|}\, e^{i\arg(z)/2}$ and its negative, with the principal root taking $\arg(z)$ in $(-\pi, \pi]$.
Example
$\sqrt{25} = 5$ because $5 \times 5 = 25$; $\sqrt{9} = 3$; $\sqrt{100} = 10$. Simplify $\sqrt{72}$: $72 = 36 \times 2 = 6^2 \times 2$, so $\sqrt{72} = 6\sqrt{2} \approx 8.485$, and note $\sqrt{(-3)^2} = \sqrt{9} = 3 = |-3|$, not $-3$. Newton's method approximates $\sqrt{a}$ via $x_{n+1} = (x_n + a/x_n)/2$: starting with $x_0=1$ for $\sqrt{2}$ gives $x_1=1.5$, $x_2=1.4167$, $x_3=1.41422$, converging quadratically.
Key Insight
Finding the square root is the opposite (inverse) of squaring: if squaring builds a square, the square root tells you the side length of that square. $\sqrt{x^2} = |x|$, not $x$, because the square root is always non-negative even though $x$ itself could be negative. The irrationality of $\sqrt{2}$, proved by the Pythagoreans, was one of the first mathematical crises in history, shattering the belief that all quantities could be expressed as ratios of integers and motivating the development of the real number system.