The Number That, Multiplied by Itself, Gets You There
The square root of a number n is the value that, when multiplied by itself, equals n. The square root of 25 is 5, because 5 × 5 = 25. Geometrically, it's the side length of a square whose area equals n — which is exactly where the name "square" root comes from.
Some numbers, called perfect squares (1, 4, 9, 16, 25...), have square roots that are whole numbers. Most numbers aren't perfect squares, and their square roots are irrational — decimals that never terminate or repeat. That's not a flaw in the math; it's a genuine, provable property of most numbers, discovered (somewhat uncomfortably, according to legend) by the ancient Greeks.
At a glance:
• √n × √n = n, by definition
• Every positive number has two square roots (positive and negative), but "the" square root usually means the positive one
• A radical can often be simplified by pulling out perfect square factors
• Negative numbers don't have a real square root — that's where imaginary numbers come in
Square Root Calculator
Geometric Model
8.485
√72
6√2
exact form
How to Estimate a Square Root by Hand
The Babylonian method (a special case of Newton's method):
next guess = (guess + n ÷ guess) ÷ 2
Start with any reasonable guess, and repeat — the guess converges fast.
Worked Example
Given: Estimate √72
Step 1: Start with a rough guess, like 9 (since 9² = 81, a bit too high) → next guess = (9 + 72÷9) ÷ 2 = (9 + 8) ÷ 2 = 8.5
Step 2: Repeat with 8.5 → (8.5 + 72÷8.5) ÷ 2 = (8.5 + 8.47) ÷ 2 ≈ 8.485
Step 3: Repeat once more → the guess barely changes, settling near 8.4853
Result: √72 ≈ 8.485, matching the calculator above
Simplifying the Radical Form
Break n into a perfect square times a leftover factor: 72 = 36 × 2, and 36 is a perfect square (6²). So √72 = √36 × √2 = 6√2. This exact form is often more useful than a rounded decimal, especially in algebra and geometry where exact answers matter.
Perfect Squares Worth Memorizing
Recognizing perfect squares on sight makes both estimation and radical simplification much faster.
Reference Table
| n | √n |
|---|---|
| 1 | 1 |
| 4 | 2 |
| 9 | 3 |
| 16 | 4 |
| 25 | 5 |
Where Square Roots Actually Come Up
The Pythagorean Theorem: Finding the length of a diagonal or the hypotenuse of a right triangle always ends in a square root, since the theorem itself is built around squared side lengths.
Statistics: Standard deviation, one of the most widely used measures of spread in data, is defined as the square root of variance — making the square root function essential to nearly every statistical analysis.
Physics: Formulas for the period of a pendulum, the speed of a falling object, and root-mean-square (RMS) voltage in electrical circuits all involve a square root as a core part of the equation.
Finance: Financial volatility is often scaled using the square root of time (the "square root of time rule"), used to estimate how risk grows over longer investment horizons.
Construction & Design: Diagonal bracing, roof pitches, and screen sizes (measured diagonally) all require square root calculations to translate between a diagonal measurement and the horizontal and vertical dimensions.
Computer Graphics: Calculating the distance between two points or normalizing a vector (scaling it to length 1) both rely directly on the square root function, executed constantly in real-time rendering.
Estimating and Simplifying Faster
✓ Bracket it between two perfect squares: To estimate √50, notice it sits between √49 (=7) and √64 (=8), so the answer must be just above 7 — a fast sanity check before any precise calculation.
✓ Always look for the largest perfect square factor: When simplifying, don't stop at the first factor you find — √72 could be split as √4 × √18, but that leaves more simplifying to do; going straight to √36 × √2 gets you to the fully simplified form in one step.
✓ Two guesses of Newton's method usually suffice: The Babylonian method converges so quickly that even a rough starting guess typically lands within a fraction of a percent of the true value after just two or three iterations.
✓ A radical in the denominator is usually "un-simplified": Standard convention rationalizes denominators — 1/√2 is typically rewritten as √2/2 by multiplying top and bottom by √2.
✓ Negative inputs signal imaginary numbers, not errors: √(-9) isn't undefined — it's 3i, where i is the imaginary unit. Most everyday calculators simply don't display complex results.
✓ Squaring and square rooting undo each other, with one catch: √(x²) equals the absolute value of x, not necessarily x itself, since squaring erases the original sign.
A Genuinely Ancient Calculation
A Babylonian Clay Tablet, Nearly 4,000 Years Old: A tablet known as YBC 7289, dated to somewhere between 1800 and 1600 BCE, shows a square with its diagonal marked, alongside a sexagesimal (base-60) approximation of √2 that's accurate to roughly six decimal places — remarkable precision achieved without any of the notation modern mathematicians rely on.
The Pythagoreans' Uncomfortable Discovery: According to a well-known (if historically debated) legend, a member of the Pythagorean school, often named as Hippasus, is said to have discovered that √2 cannot be expressed as a ratio of two whole numbers — a genuinely unsettling result for a school of thought built around the idea that all of reality could be described through whole-number ratios.
Where the Radical Symbol Comes From: The "√" symbol is believed to have evolved from a stylized lowercase "r," standing for the Latin word "radix" (meaning "root"), gradually simplified by mathematicians and printers through medieval and early modern manuscripts into the symbol used today.
Formalized Irrationality: It took many more centuries for mathematicians to develop a fully rigorous proof and framework for irrational numbers, but the practical understanding that most square roots don't resolve into neat fractions dates back to well before the Common Era.
Frequently Asked Questions
Q: Does every number have two square roots?
Yes — every positive number has a positive and a negative square root, since both (+5)² and (−5)² equal 25. The "√" symbol by convention refers only to the positive (principal) root.
Q: What's the square root of a negative number?
It's not a real number — it's an imaginary number, expressed using i (where i² = −1). √(−16) equals 4i, not a value on the standard number line.
Q: How is a square root different from a cube root?
A square root asks "what number times itself equals n," while a cube root asks "what number times itself three times equals n." Cube roots, unlike square roots, do have real solutions for negative numbers.
Q: Why can't some square roots be written as exact decimals?
Because they're irrational numbers — their decimal expansion never terminates or falls into a repeating pattern. Any decimal you see for an irrational square root is necessarily a rounded approximation.
Q: What does "simplified radical form" actually mean?
It means all perfect square factors have been pulled out from under the radical, leaving the smallest possible number inside — 6√2 is simplified, while √72 (unsimplified) and 3√8 (only partially simplified) are not.
Q: Is the square root of 0 defined?
Yes — √0 = 0, since 0 × 0 = 0. It's the one number where the square root equals the original input.