Square Roots: What They Are and Why You Keep Running Into Them
April 4, 2026 · Math
You probably learned about square roots in middle school, promptly forgot about them, and then found them staring back at you in a statistics class, a physics problem, or a spreadsheet formula. They're one of those math concepts that keeps showing up uninvited.
Let me explain what they actually mean (beyond the textbook definition), how to find them without memorizing every perfect square, and where you'll encounter them in the real world. Or just skip to the answer with our square root calculator.
The Basic Idea
The square root of a number is the value that, multiplied by itself, gives you that number. That's it. The square root of 25 is 5, because 5 × 5 = 25. The square root of 9 is 3, because 3 × 3 = 9.
The √ symbol is called a radical sign, and the number sitting under it is the radicand. (Yes, those are real words.)
One thing most people don't realize: every positive number actually has two square roots. √25 is both 5 and -5, since both 5 × 5 and (-5) × (-5) equal 25. When we write √25, we usually mean the positive one (called the principal square root), but the negative one exists too.
Perfect Squares Worth Memorizing
These come up constantly. Knowing them by heart makes mental math way faster:
- √1 = 1 √4 = 2 √9 = 3 √16 = 4 √25 = 5
- √36 = 6 √49 = 7 √64 = 8 √81 = 9 √100 = 10
- √121 = 11 √144 = 12 √169 = 13 √196 = 14 √225 = 15
Beyond 15, you don't need to memorize — estimation or a calculator will do.
Finding Square Roots of Non-Perfect Squares
Most numbers aren't perfect squares. √50, for example, isn't a clean integer. Here's how to handle those:
Quick estimation
Find the two perfect squares it sits between. √50 falls between √49 (which is 7) and √64 (which is 8). Since 50 is closer to 49 than to 64, you know √50 is a bit over 7 — roughly 7.07, as it turns out.
This method is good enough for a lot of everyday situations where you just need to be in the ballpark.
The calculator route
For anything precise, just use a calculator. Our square root calculatoralso shows the simplified radical form and step-by-step solution, which is handy if you're working through a math class.
Where Square Roots Actually Show Up
This is the part that surprises people. Square roots aren't just a classroom exercise:
- Measuring diagonal distance — the Pythagorean theorem (√(a² + b²)) tells you how far it is from one corner of a room to the opposite corner, or the shortest distance between two GPS coordinates.
- Finding the radius of a circle from its area — since A = πr², you solve for r by dividing by π and taking the square root.
- Standard deviation in statistics — the formula for standard deviation involves taking the square root of variance. If you've ever seen a “σ” symbol in a research paper, there's a square root behind it.
- Finance — stock market volatility is often measured using the square root of time. It sounds abstract, but options traders use it every day.
- Computer graphics and game development — calculating distances between objects in 3D space requires square roots.
A Few Properties Worth Knowing
- The square root of a negative number isn't a real number — it's imaginary (literally, that's what mathematicians call it).
- √(a × b) = √a × √b — you can split a root across multiplication.
- √(a ÷ b) = √a ÷ √b — same thing for division.
- √a² = |a| — the square root of a squared number is its absolute value, which is why both 5 and -5 work for √25.
Square Roots in the Real World
It's one thing to know the definition. It's another to realize you actually need square roots when you're doing completely normal stuff. Here are some places they pop up that have nothing to do with a math textbook:
Buying a TV or monitor
TVs are sold by diagonal screen size — a 55-inch TV, a 65-inch TV, whatever. But that diagonal measurement doesn't tell you if the TV will fit on your stand or in your wall mount. Say you have a TV stand that's 48 inches wide and you're looking at a 55-inch TV. How tall will it be?
Assuming a 16:9 aspect ratio, the width is roughly 0.872 times the diagonal and the height is roughly 0.490 times the diagonal. But you can also work it out with square roots: if the diagonal is 55 inches, then 55² = width² + height². Using the 16:9 ratio, you'd solve 55² = (16x)² + (9x)² to get x ≈ 3.04, making the width about 47.9 inches and the height about 26.8 inches. That 48-inch stand? Barely fits. This is the Pythagorean theorem in action, and square roots are at the center of it.
Sizing a room for flooring
Let's say you're tiling a rectangular room that's 12 feet by 16 feet. The area is straightforward: 192 square feet. But what if you need to know the length of the diagonal — maybe you're running a hardwood plank from one corner to the other, or you need to verify the room is actually rectangular? That diagonal is √(12² + 16²) = √(144 + 256) = √400 = exactly 20 feet. The Pythagorean triple 3-4-5 at work (multiplied by 4 in this case: 12-16-20).
If the diagonal of your 12×16 room measures anything other than 20 feet, your walls aren't square — and you'll want to know that before you start laying tile.
Standard deviation
If you've ever looked at a weather forecast that says “average high: 72°F with a standard deviation of 4°F,” that number came from a square root. The standard deviation formula is the square root of variance, and variance is the average of squared differences from the mean. You take the square root at the end to get back to the same units as your original data (degrees, dollars, inches — whatever you're measuring).
Without the square root step, you'd be working in squared units. “The average test score was 78 with a variance of 64 points squared” doesn't mean much to anyone. “The average was 78 with a standard deviation of 8 points” — now that tells you something.
RMS voltage in electrical engineering
The electricity coming out of your wall outlet is AC (alternating current) — the voltage swings back and forth between positive and negative. But your appliances need a steady number to work with. Engineers solve this by using RMS (root mean square) voltage, which is calculated by squaring the voltage over time, averaging it, and then — you guessed it — taking the square root.
In the US, household outlets deliver 120V RMS, which means the actual voltage peaks at about 170V but the effective power delivery is equivalent to a steady 120V. The square root is literally what makes the label on your phone charger make sense.
How to Estimate Square Roots Without a Calculator
This is a genuinely useful skill. You won't always have a calculator handy, and being able to ballpark a square root in your head is faster than pulling out your phone.
Here's the method, step by step:
- Find the two perfect squares your number sits between. Let's say you need √70. You know 8² = 64 and 9² = 81. So √70 is between 8 and 9.
- Figure out how close your number is to the lower square. 70 - 64 = 6. The gap between 64 and 81 is 17. So you're about 6/17 of the way from 8 to 9.
- Linear interpolation. 6/17 ≈ 0.35, so √70 ≈ 8.35. The actual value is about 8.37. Not bad for mental math.
This works because the square root function is smooth and fairly linear over short ranges. The closer your two bounding perfect squares are, the more accurate your estimate will be.
Try another one: √200. You know 14² = 196 and 15² = 225. The difference from 196 is 4, the total gap is 29. So 4/29 ≈ 0.14, making your estimate about 14.14. The actual value of √200 is roughly 14.142. Dead on.
For a rougher but even quicker method: just average the distance. √200 is 4 away from 196 and 25 away from 225, so it's much closer to 14 than 15. Call it 14.1 and you're good enough for most practical purposes.
Frequently Asked Questions
Can you take the square root of a negative number?
Not in the real numbers. There's no real number x such that x² = -9, because any real number squared is either positive or zero. But mathematicians created imaginary numbers to handle exactly this case. The square root of -1 is defined as i, and from there you can find the square root of any negative number. √-9 = 3i. These imaginary (and complex) numbers show up in electrical engineering, quantum mechanics, and signal processing — they're not just a math curiosity.
What's the difference between a square root and a cube root?
A square root asks “what times itself equals this number?” while a cube root asks “what times itself times itself equals this number?” The cube root of 27 is 3 because 3 × 3 × 3 = 27. The key difference: every real number has exactly one real cube root, including negative numbers. The cube root of -8 is -2, since (-2)³ = -8. Square roots of negative numbers require imaginary numbers, but cube roots don't.
Why is the square root symbol called a radical?
The word comes from the Latin “radix,” meaning root. The same root (pun intended) gives us words like radish, eradicate (to pull up by the roots), and radical (going to the root of the matter). The symbol itself √ was introduced in 1525 by German mathematician Christoph Rudolff, and it's thought to be a stylized lowercase “r” for radix. So the symbol literally means “root.”
Is the square root of 2 rational?
No, and this was a huge deal in ancient Greece. √2 ≈ 1.41421356... and the decimal goes on forever without repeating. It's an irrational number, meaning it can't be expressed as a fraction of two integers. The Pythagoreans supposedly found this so disturbing that they tried to keep it secret — the story goes that Hippasus of Metapontum was drowned at sea for revealing it. Whether that's true or not, the proof is elegant and simple enough to fit in a few lines.
What does it mean when someone says “square root of the mean”?
They're probably referring to RMS (root mean square), which we talked about with voltage. It's a way of averaging that gives more weight to larger values. You square all the numbers, take the average (mean), and then take the square root. It shows up in statistics, audio engineering (RMS power), and anywhere you need to measure the magnitude of something that fluctuates between positive and negative values.
Related Calculators
- Square Root Calculator — Find any root with step-by-step solutions
- Pythagorean Theorem Calculator — Calculate triangle sides
- Area Calculator — Calculate area of common shapes
- Standard Deviation Calculator — Compute spread and variance
- Exponent Calculator — Calculate powers and roots
Nelson Chung
Independent developer with 10 years of software engineering experience. Passionate about math and finance, dedicated to making complex calculations simple and accessible.
Published April 4, 2026