Square Root Calculator
Calculate square roots instantly with step-by-step solutions, radical simplification, perfect square detection, and decimal approximations.
Square Root √x
What Is a Square Root?
The square root of a non-negative number x — written √x — is the value that, multiplied by itself, returns x. √144 = 12 because 12 × 12 = 144; √50 = 5√2 because 50 = 25 × 2 and √25 = 5; √2 ≈ 1.41421356 because √2 is irrational and doesn't reduce to a clean integer or fraction. The square root is the inverse operation of squaring, and it sits underneath a huge chunk of algebra, geometry, statistics, and physics.
This calculator pairs the three most-asked root tools on one page: a Square Root Calculator with radical simplification and perfect-square detection, a Cube Root Calculator that handles positive, negative, and decimal inputs, and a General nth-Root Calculator for fourth, fifth, sixth, and any custom-index root. It works alongside the scientific calculator, the Pythagorean theorem calculator, and the percentage calculator.
How the Calculator Works
Read the radicand
The number under the radical is called the radicand. The calculator accepts any real number — positive, negative, integer, or decimal — and validates it as you type.
Check for a perfect square
Before computing, the tool tests whether the radicand is a perfect square (1, 4, 9, 16, 25, 36, …). If it is, the answer is an exact integer with no decimal approximation needed.
Simplify the radical form
If the radicand isn't a perfect square, the calculator factors out the largest square divisor and writes the answer as k√m where m is square-free — e.g. √50 → 5√2, √72 → 6√2, √200 → 10√2.
Compute and verify
A high-precision decimal approximation (~15 significant figures) is shown alongside the simplified form, and a verification line squares the answer back to confirm.
6 Ways to Use This Calculator
Find a clean square root
Drop in a perfect square — 81, 144, 256, 529, 1024 — and the tool returns the exact integer with verification.
Simplify any radical
Enter 50, 75, 200, or 288 to see the simplified k√m form (5√2, 5√3, 10√2, 12√2). Saves time on algebra homework and helps recognise equivalent radicals.
Get a decimal approximation
For irrational radicands like √2, √3, √5, or √π the tool returns a high-precision decimal you can paste straight into a spreadsheet or report.
Compute a cube root
Switch to the Cube tab for ∛x problems including ∛(−8) = −2, ∛125 = 5, and arbitrary decimal radicands.
Take any nth root
The General tab solves ⁴√16, ⁵√32, ⁶√64, ⁷√128, or any custom-index root — with a built-in domain check for even roots of negative numbers.
Read the step-by-step
Every result includes a worked solution — factoring, applying the formula, computing the decimal, and verifying — so the calculator doubles as a learning tool.
Best Practices
Recognise the small perfect squares. Memorising 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, 121, 144, 169, 196, 225 makes mental simplification fast — when the radicand starts with one of these as a factor, the radical simplifies cleanly.
Carry exact and decimal forms together. Exact form (e.g. 5√2) preserves the algebra; the decimal (≈ 7.071) is what an engineer or surveyor uses on the ground. The calculator returns both — pick the one that matches your context.
Take negatives seriously. The square root of a negative number isn't real — it's imaginary, written with the unit i = √−1. The calculator handles this case by returning the imaginary form (e.g. √−4 = 2i) instead of silently flipping the sign.
Why Square Roots Matter
Geometry & distance
The Pythagorean theorem turns into a square-root operation any time you want a side length out of the squared-sum a² + b². Every distance formula, every diagonal calculation, every shortest-path measurement is a square root.
Statistics & data science
Standard deviation is the square root of variance. Confidence intervals scale with √n. Whenever spread or noise is involved, square roots appear — they damp big numbers into intuitively human-scale ones.
Physics & engineering
Pendulum period (T = 2π√(L/g)), terminal velocity, RMS voltage, kinetic energy → speed conversion — all use square roots to invert squared quantities back to linear ones.
Construction & finance
Carpenters use √(a² + b²) for diagonals; financial analysts use √(Σweights × σ²) for portfolio risk. The same operation underlies practical work in trades and capital markets.
Tricky Cases
Square root of zero
√0 = 0 exactly. Zero is its own square root because 0 × 0 = 0, and it's the only number with just one real square root.
Negative radicands
√(−x) for x > 0 is not a real number. The calculator reports the imaginary form (e.g. √(−9) = 3i) so the algebra stays consistent without silently dropping the sign.
Decimals and fractions
Square roots of non-integer values still simplify — √0.25 = 0.5, √(9/16) = 3/4. The calculator returns the precise decimal for any real input.
Positive vs principal root
Every positive number technically has two square roots — a positive and a negative one. By convention √x denotes the principal (positive) root; the equation x² = 4 has solutions x = ±2.
Core Formulas
Definition
√x = y ⇔ y² = x (x ≥ 0)
The defining identity: square the root and the radicand returns.
Product rule
√(a·b) = √a · √b (a, b ≥ 0)
Lets you factor radicals into smaller pieces and simplify.
Quotient rule
√(a/b) = √a / √b (a ≥ 0, b > 0)
Distributes the radical over a fraction so each part can simplify on its own.
Exponent form
√x = x^(1/2)
Square root as a fractional exponent — interchangeable with the radical.
Imaginary unit
√(−1) = i
Defines the imaginary unit; lets √(−x) be written as √x · i for x > 0.
Simplified form
√(k²·m) = k·√m
Pull out the largest perfect-square factor of the radicand for the simplified radical.
Common Mistakes
Treating √(a + b) as √a + √b
The radical does not distribute over a sum. √(9 + 16) = √25 = 5, not √9 + √16 = 7. Only the product rule, not the sum rule, holds.
Dropping the imaginary sign
Returning a positive number for √(−4) is wrong — the answer is 2i, not 2. Calculators that silently flip the sign give misleading results in algebra and physics.
Confusing principal and full solutions
√x denotes the positive root by convention. When solving x² = 9 the answer is x = ±3, but √9 by itself is only 3.
Forgetting to verify
Type the wrong number and you might still get a plausible-looking decimal. Always square the answer to confirm — the calculator shows the verification line for this reason.
Built for students, engineers, scientists, and anyone working with radical expressions — from a quick √144 check to a full nth-root domain analysis. Every result is verified by squaring (or cubing, or raising to the n-th power) the answer back so you can confirm the math without leaving the page.
Square Root Calculator FAQs
Related Calculators
Pair the root calculator with other math tools for algebra, geometry, statistics, and coordinate analysis.
- Scientific CalculatorAdvanced trig, log, exponent, root, factorial, and memory functions.
- Percent Error CalculatorPercent error, relative error, absolute error, accuracy, and full experimental analysis with step-by-step solutions.
- Percentage CalculatorCalculate % of a number, percentage change, and reverse percentages.
- Slope CalculatorSlope, angle, distance, midpoint, intercepts, and the line equation with an interactive coordinate-plane graph.
- Probability CalculatorTwo-event probabilities, unions, intersections, complements, normal distribution, confidence intervals, and step-by-step solutions across five integrated tools.