Home/Math/Root Calculator

Root Calculator

Square roots, cube roots and any nth root — with simplified radical form, perfect-power detection and the working shown.

Quick Answer: How Do You Calculate a Root?

A root asks which number, multiplied by itself a set number of times, gives your value. The square root of 16 is 4 because 4 × 4 = 16, and the cube root of 27 is 3 because 3 × 3 × 3 = 27. Roots are the inverse of powers, so ⁿ√x is the same as x^(1/n). Enter a number and a root index below to get the exact value, the simplified radical and every step.

Root Calculator

Negative numbers work with odd roots — the cube root of −27 is −3. Even roots of negatives have no real answer.

Result
Square root of 16
4
because 4² = 16
Odd roots of negative numbers are real. The cube root of −27 is −3, because (−3) × (−3) × (−3) = −27. Even roots are different: no real number squared gives a negative, so √(−4) has no real answer. This calculator applies that distinction correctly — a surprising number of tools get it backwards.

What Is a Root?

A root is the inverse of a power. Where 4² = 16 raises a number, √16 = 4 works backwards to find which number was squared. The parts have names worth knowing:

ⁿ√x = r  means  rⁿ = x
n is the index · x is the radicand · √ is the radical sign

When no index is written, it means a square root — √16 is shorthand for ²√16. The whole expression ⁿ√x is called a radical or a radical expression.

Roots and Exponents

Every root can be written as a fractional exponent, which is why the same algebra rules cover both.

Radical formExponent formExample
√xx^(1/2)√16 = 16^0.5 = 4
∛xx^(1/3)∛27 = 27^(1/3) = 3
⁴√xx^(1/4)⁴√625 = 5
ⁿ√(xᵐ)x^(m/n)16^(3/4) = 8
1/√xx^(−1/2)16^(−0.5) = 0.25

If you have a power and want the result, use the Exponent Calculator. If you have the result and want the power itself, use the Log Calculator. Roots, powers and logarithms are three views of one relationship.

Roots vs Powers vs Logarithms

These three operations describe one relationship from three angles. Given rⁿ = x, each one solves for a different unknown.

FeatureRootsPowersLogarithms
Example√16 = 44² = 16log₄(16) = 2
What it findsThe value being raisedThe resultThe exponent
You knowResult and exponentValue and exponentValue and result
Question askedWhat squared gives 16?What is 4 squared?4 to what power gives 16?
Notationⁿ√xxⁿlog_b(x)
CalculatorThis pageExponent CalculatorLog Calculator

Take 2³ = 8 as the worked case. The power view says 2 cubed is 8. The root view says ∛8 = 2. The logarithm view says log₂(8) = 3. Same fact, three questions.

Root Properties and Identities

These identities let you split, combine and simplify radicals without a calculator. They are the rules exams expect you to apply.

product: √(ab) = √a × √b
quotient: √(a/b) = √a ÷ √b
root of a power: ⁿ√(aⁿ) = a (for a ≥ 0)
power of a root: (ⁿ√a)ⁿ = a
the absolute value rule: √(x²) = |x|
IdentityExampleNote
√(ab) = √a × √b√36 = √4 × √9 = 2 × 3 = 6How radicals are simplified
√(a/b) = √a ÷ √b√(16/4) = 4 ÷ 2 = 2b must not be 0
ⁿ√(aⁿ) = a³√(5³) = 5Root and power cancel
(ⁿ√a)ⁿ = a(√7)² = 7The check this calculator performs
√(x²) = |x|√((−5)²) = √25 = 5Not −5 — the result is always positive
ⁿ√a × ⁿ√b = ⁿ√(ab)∛2 × ∛4 = ∛8 = 2Indices must match
ᵐ√(ⁿ√a) = ᵐⁿ√a√(√16) = ⁴√16 = 2Nested roots multiply indices

The absolute value rule catches people out. Since √(x²) = |x| rather than x, squaring then square-rooting a negative number returns its positive counterpart: √((−5)²) = 5, not −5. It matters whenever you solve an equation by taking a square root.

There is no addition rule. √(a + b) does not equal √a + √b. Check it: √(9 + 16) = √25 = 5, but √9 + √16 = 3 + 4 = 7. Products and quotients split; sums and differences never do.

Common Irrational Roots

These appear constantly in geometry, physics and exam questions. None can be written exactly as a fraction, so their decimals never end or repeat.

RootDecimal (12 s.f.)TypeWhere you meet it
√21.41421356237IrrationalDiagonal of a unit square; A-series paper ratio
√31.73205080757IrrationalEquilateral triangle height; three-phase power
√52.2360679775IrrationalGolden ratio, (1+√5)/2
√62.44948974278IrrationalProducts of √2 and √3
√72.64575131106IrrationalCommon exam surd
√82.82842712475IrrationalSimplifies to 2√2
√103.16227766017IrrationalHalfway point of a log scale
∛21.25992104989IrrationalDoubling a cube's volume
∛31.44224957031IrrationalScaling volumes
∛51.70997594668IrrationalVolume calculations

√2 has a famous history: it was the first number proved irrational, and the proof — that no fraction can equal it — reportedly unsettled the Pythagoreans, who had assumed every quantity was a ratio of whole numbers.

Keyboard Shortcuts

KeyAction
EnterCalculate
EscClear everything
Ctrl + C (or ⌘ + C)Copy the result, when no text is selected
TabMove between the number, root and buttons

How to Use the Root Calculator

Enter your number, choose a root from the list, or pick "Custom nth root" for anything else. Press Calculate or the Enter key. You get the decimal value, the simplified radical form where one exists (√72 becomes 6√2), whether the number is a perfect power, and a check multiplying the answer back out. The live display above the inputs shows the radical as you type.

Square Roots

The square root of x is the number that, multiplied by itself, gives x. Every positive number actually has two square roots — 4 and −4 both square to 16 — but the radical sign √ refers to the principal square root, which is the positive one. That is why √16 = 4, not ±4.

When solving an equation such as x² = 16 you must include both, giving x = ±4. The distinction catches people out constantly: the square-root function returns one value, while the equation has two solutions.

Cube Roots

The cube root of x is the number that appears three times in the product. ∛27 = 3 because 3 × 3 × 3 = 27. Unlike square roots, cube roots handle negatives without difficulty: ∛(−27) = −3, since multiplying three negatives keeps the sign negative.

Every real number has exactly one real cube root, positive or negative, which makes cube roots simpler than square roots in that respect.

Nth Roots

The pattern generalises to any index. ⁴√625 = 5 because 5⁴ = 625, and ⁵√32 = 2 because 2⁵ = 32. The key rule concerns the sign:

The sign rule

odd index + negative number → one real answer, negative   e.g. ∛(−8) = −2
even index + negative number → no real answer   e.g. √(−4) is undefined in real numbers
any index + positive number → always a real answer

The reason is straightforward. Multiplying an even count of negatives gives a positive, so an even root can never produce a negative radicand. An odd count keeps the sign, so odd roots reach negative values comfortably.

Simplifying Radicals

A radical is in simplest form when the radicand has no factor that is a perfect power of the index. Pull those factors out front:

√72 = √(36 × 2) = √36 × √2 = 6√2

The method is to find the largest perfect square (or cube, or nth power) that divides the radicand, take its root, and leave the rest inside. This calculator does it automatically and shows the split.

RadicalFactorisedSimplified
√8√(4 × 2)2√2
√18√(9 × 2)3√2
√32√(16 × 2)4√2
√48√(16 × 3)4√3
√50√(25 × 2)5√2
√72√(36 × 2)6√2
√98√(49 × 2)7√2
∛54∛(27 × 2)3∛2
∛128∛(64 × 2)4∛2

Simplified form is exact, while a decimal is only an approximation — 6√2 is precisely correct where 8.485 is rounded. That is why exams ask for surd form.

Worked Examples

1. A perfect square: √16

Which number times itself gives 16?
4 × 4 = 16
√16 = 4

2. Simplifying: √72

The largest perfect square dividing 72 is 36
√72 = √36 × √2 = 6√2
= 6√2 ≈ 8.48528137424

3. An irrational root: √2

2 has no perfect-square factor, so it cannot be simplified
√2 ≈ 1.41421356237 — irrational, its decimal never repeats or ends

4. A cube root: ∛27

3 × 3 × 3 = 27
∛27 = 3

5. A negative cube root: ∛(−27)

(−3) × (−3) × (−3) = −27, because three negatives stay negative
∛(−27) = −3 — a real answer

6. An even root of a negative: √(−4)

No real number squared gives −4, since a square is never negative
Undefined in real numbers (in complex numbers it is 2i)

7. Pythagoras — a builder's diagonal

A room 3 m by 4 m: diagonal = √(3² + 4²) = √(9 + 16)
= √25 = 5 m

8. Standard deviation

Variance is 49, and standard deviation is its square root
√49 = 7 — the root converts squared units back to the original units

Perfect Squares (1–20)

n12345678910
149162536496481100
n11121314151617181920
121144169196225256289324361400

A quick test: perfect squares only ever end in 0, 1, 4, 5, 6 or 9. Any number ending in 2, 3, 7 or 8 cannot be one.

Perfect Cubes (1–10)

n12345678910
1827641252163435127291,000

Common Square Roots

√nValueTypeSimplified
√11Exact1
√21.41421356237Irrational√2
√31.73205080757Irrational√3
√42Exact2
√52.2360679775Irrational√5
√82.82842712475Irrational2√2
√93Exact3
√103.16227766017Irrational√10
√164Exact4
√255Exact5
√507.07106781187Irrational5√2
√10010Exact10

Rational and Irrational Roots

A root is rational when it gives a whole number or a simple fraction — √16 = 4 and ∛125 = 5. It is irrational when the decimal never ends or repeats, as with √2 ≈ 1.41421356…

The Greeks discovered irrational numbers through exactly this: the diagonal of a unit square is √2, and no fraction can express it. That discovery reportedly caused a crisis among the Pythagoreans, who had believed every quantity was a ratio of whole numbers.

Where Roots Are Used

Geometry

Pythagoras' theorem finds a diagonal or hypotenuse using a square root.

c = √(a² + b²)

Construction

Squaring a room, setting out foundations and checking diagonals all rely on roots.

diagonal = √(w² + l²)

Statistics

Standard deviation is the square root of variance, restoring the original units.

σ = √variance

Machine Learning

Root mean square error measures model accuracy, and distance metrics use square roots.

RMSE = √(Σe²/n)

Electronics

RMS voltage — the root mean square — describes the effective value of alternating current.

V_rms = V_peak/√2

Physics

Pendulum period, escape velocity and wave speed all involve square roots.

T = 2π√(L/g)

Finance

Annualising volatility multiplies by the square root of the number of periods.

σ_annual = σ_daily × √252

Computer Graphics

Vector length and lighting calculations use square roots constantly.

|v| = √(x²+y²+z²)

Common Mistakes

Watch out for these:
  • Thinking √16 = ±4. The radical sign means the principal (positive) root, so √16 = 4. The equation x² = 16 is what has two solutions.
  • Assuming all roots of negatives are impossible. Odd roots work fine: ∛(−27) = −3.
  • Believing even roots of negatives are real. √(−4) has no real answer, whatever a calculator that returns −2 might suggest.
  • Writing √(a + b) = √a + √b. False. √(9+16) = 5, not 3 + 4 = 7.
  • Leaving a radical unsimplified. √72 should be written 6√2 when exact form is asked for.
  • Rounding too early. Keep the surd form through a calculation and convert to a decimal only at the end.
  • Confusing the index with the radicand. In ⁴√81, the 4 is the index and 81 is the radicand.

Practice Questions

Beginner (with answers)

  1. Calculate √49.
  2. Calculate √144.
  3. Calculate ∛64.
  4. Calculate ∛1000.
  5. Calculate √0.
Show answers

1) 7   2) 12   3) 4   4) 10   5) 0

Advanced (with answers)

  1. Simplify √98.
  2. Calculate ∛(−125).
  3. Calculate ⁴√625.
  4. Simplify ∛128.
  5. Why does √(−9) have no real answer?
Show answers

1) 7√2   2) −5   3) 5   4) 4∛2   5) Because no real number squared gives a negative result

Did you know? The radical symbol √ is thought to come from a stylised lowercase "r" for the Latin radix, meaning root. The horizontal bar over the radicand, called the vinculum, was added later by Descartes so the extent of the expression was unambiguous.
Pro tip. To estimate a square root mentally, find the perfect squares either side. √50 sits between √49 = 7 and √64 = 8, and much closer to 7, so about 7.07 — which is right.
Pro tip. To simplify a radical quickly, divide by the largest perfect square you can spot. For √72, spotting 36 gives 6√2 in one step, whereas starting with 4 takes you through 2√18 and needs a second round.

🔑 Key Takeaways

  • ⁿ√x asks which number to the power n gives x
  • The radical sign means the principal (positive) root
  • Odd roots of negatives are real; even roots are not
  • ⁿ√x is the same as x^(1/n)
  • Simplified surd form is exact where a decimal is only an approximation

Frequently Asked Questions

What is a square root?

The square root of a number is the value that, multiplied by itself, gives that number. The square root of 16 is 4, because 4 times 4 equals 16.

What is a cube root?

The cube root of a number is the value that appears three times in the product. The cube root of 27 is 3, because 3 times 3 times 3 equals 27.

What is an nth root?

An nth root is the value that, raised to the power n, gives your number. The fourth root of 625 is 5, because 5 to the power 4 equals 625.

What is a radical?

A radical is a root expression written with the radical sign. The number under the sign is the radicand and the small number giving which root is the index.

What is the principal square root?

The principal square root is the positive one. Although both 4 and minus 4 square to 16, the radical sign refers only to the positive value, so the square root of 16 is 4.

Can square roots be negative?

The principal square root of a positive number is always positive, but an equation such as x squared equals 16 has two solutions, positive 4 and negative 4.

Can you take the square root of a negative number?

Not in real numbers, because no real number squared gives a negative result. In complex numbers the square root of minus 4 is 2i.

Can cube roots be negative?

Yes. The cube root of minus 27 is minus 3, because multiplying three negative numbers keeps the result negative. All odd roots handle negatives this way.

Why can odd roots handle negatives but even roots cannot?

Multiplying an even number of negatives gives a positive result, so an even root can never produce a negative radicand. An odd number of negatives keeps the sign negative, so odd roots reach negative values.

How do you simplify a radical?

Find the largest perfect power of the index that divides the radicand, take its root outside the sign, and leave the rest inside. The square root of 72 becomes 6 root 2.

What is the square root of 2?

The square root of 2 is approximately 1.41421356. It is irrational, so its decimal expansion never ends or repeats and it cannot be written as a fraction.

What is the square root of 64?

The square root of 64 is 8, because 8 times 8 equals 64. It is a perfect square.

What is the cube root of 125?

The cube root of 125 is 5, because 5 times 5 times 5 equals 125.

How do roots relate to exponents?

A root is a fractional exponent. The nth root of x is the same as x to the power one over n, so the cube root of 8 equals 8 to the power one third, which is 2.

What is a perfect square?

A perfect square is a whole number multiplied by itself, such as 1, 4, 9, 16 and 25. Its square root is always a whole number.

What is an irrational root?

An irrational root is one whose decimal never ends or repeats, such as the square root of 2. It cannot be written exactly as a fraction, so surd form is more precise than a decimal.

How do fractional roots work?

A fractional exponent combines a root and a power. Sixteen to the power three quarters means the fourth root of 16 cubed, which is 8.

How are roots used in geometry?

Pythagoras theorem uses a square root to find the hypotenuse or a diagonal. For a room 3 by 4 metres, the diagonal is the square root of 9 plus 16, which is 5 metres.

How are roots used in statistics?

Standard deviation is the square root of the variance. Taking the root converts squared units back to the units of the original data, which makes the figure readable.

How are roots used in machine learning?

Root mean square error measures how far predictions fall from the truth, and distance measures such as Euclidean distance use square roots to compare data points.

Is this Root Calculator free?

Yes. It is free with no sign-up, works on any device, and runs entirely in your browser so your entries stay private.

References

Last updated: July 2026
Reviewed by Mohsin Iqbal using standard algebraic definitions and trusted educational references. The sign rule is applied correctly: odd roots of negative numbers return their real value, while even roots of negatives are reported as having no real answer rather than a misleading number. Results are cleaned to twelve significant figures, and radicals are simplified to exact surd form where possible. This page is for educational purposes.