TheCalculatorsHub
Muhammad Shahbaz Siddiqui

Founder & Editor, TheCalculatorsHub

radical calculator

The Radical Calculator computes the nth root of any real number, including square roots, cube roots, and higher-order roots. It simplifies radical expressions by identifying perfect power factors and returns the result in both decimal and simplified radical form where applicable. Use it to solve radical equations, simplify expressions, and check manual radical simplifications in algebra and calculus work.

Loading Math Engine...

Formula Reference

This calculator uses standard mathematical axioms and verified algorithms to ensure result integrity.

PrecisionUp to 10 decimal places

Related Concepts

Algebraic Logic
Calculus Principles
Numerical Analysis

Pro Tip

Always verify input units. Mathematical consistency depends on unit uniformity across all variables.

Results are rounded for readability. For high-precision scientific work, consider the raw output.

radical calculator Logic

Nth Root

xn=x1/n\sqrt[n]{x} = x^{1/n}

Simplify Square Root

a2b=ab\sqrt{a^2 \cdot b} = a\sqrt{b}

Product Rule

ab=ab\sqrt{a} \cdot \sqrt{b} = \sqrt{a \cdot b}

Add Like Radicals

ac+bc=(a+b)ca\sqrt{c} + b\sqrt{c} = (a + b)\sqrt{c}
Disclaimer: Results are estimates only. Always verify important calculations with a qualified professional before making decisions. Learn about our methodology.

What Is the Radical Calculator?

The Radical Calculator evaluates nth roots of real numbers and simplifies radical expressions by extracting perfect power factors from the radicand. Students, teachers, and engineers use it to carry out exact radical evaluations, check manual simplifications, and convert between radical form and fractional exponent notation. According to Wolfram MathWorld, a radical denotes the $n$-th root of a number and is defined as $\sqrt[n]{x} = x^{1/n}$, the unique non-negative real number whose $n$-th power equals $x$ (for positive $x$ and positive integer $n$).

The relationship between radicals and exponents is exact: every radical expression has an equivalent fractional exponent form, and this equivalence allows all exponent rules to be applied to radicals. Given that fractional exponents are often easier to manipulate algebraically than radical notation, converting between the two forms is a core skill in algebra, pre-calculus, and calculus. The calculator returns results in both simplified radical form and as a decimal approximation to the specified precision.

Simplifying Radical Expressions

A radical expression $\sqrt[n]{x}$ is in simplified form when the radicand has no factors that are perfect $n$-th powers other than 1. To simplify, factor the radicand into a product of the largest perfect $n$-th power factor and the remaining factor, then extract the perfect power using the product rule: $\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}$. For the square root of 72: $72 = 36 \times 2 = 6^2 \times 2$, so $\sqrt{72} = 6\sqrt{2}$. For the cube root of 54: $54 = 27 \times 2 = 3^3 \times 2$, so $\sqrt[3]{54} = 3\sqrt[3]{2}$.

That said, the key step is finding the largest perfect power factor of the radicand, not just any perfect power factor. Using $\sqrt{72} = \sqrt{4 \times 18} = 2\sqrt{18}$ is valid but not fully simplified, since $\sqrt{18} = 3\sqrt{2}$, giving $2 \times 3\sqrt{2} = 6\sqrt{2}$ after a second step. Working with the largest perfect square factor in one step is more efficient and avoids the risk of stopping at an incompletely simplified form.

Common Radical Values and Their Simplified Forms

The table below shows exact values and simplified forms for commonly encountered radicals in algebra and geometry, consistent with standard simplification conventions from Khan Academy algebra.

RadicalSimplified FormDecimal ApproximationNotes
√2√21.41421Diagonal of unit square
√3√31.73205Height of equilateral triangle
√82√22.828434 is the largest perfect square factor
√122√33.464104 is the largest perfect square factor
√505√27.0710725 is the largest perfect square factor
∛822.00000Perfect cube
∛162∛22.519848 is the largest perfect cube factor

Worked Example: Simplifying a Radical Expression Step by Step

As Lamar University's algebra tutorial sets out, the key to simplifying any radical is factoring the radicand into perfect-square (or perfect-cube) components and pulling them outside the radical. In practice, the most common point where students go wrong is stopping too early, leaving a radical that still contains a perfect-square factor.

Example: Simplify √(72x³y&sup4;)

Step 1 : Factor the radicand into perfect squares: 72 = 36 × 2. x³ = x² × x. y&sup4; = (y²)².

Rewrite: √(36 × 2 × x² × x × y&sup4;)

Step 2 : Split into perfect-square and non-perfect-square groups: √(36x²y&sup4;) × √(2x)

Step 3 : Pull out the perfect squares: √(36x²y&sup4;) = 6xy²

Result: 6xy²√(2x)

Check: (6xy²)² × 2x = 36x²y&sup4; × 2x = 72x³y&sup4; ✓

Given that the variable y appears to an even power (y&sup4;), it comes out cleanly. x³ has one x² factor (which comes out as x) and one x remaining inside. Working through the variable exponents this way, dividing each exponent by the index to separate the quotient from the remainder, is the most reliable method to carry out when variables are involved.

Rationalising the Denominator: What It Is and How to Do It

A simplified radical expression should never leave a radical in the denominator. As Purplemath's rationalising guide explains, the standard is to multiply both numerator and denominator by whatever removes the radical from the bottom, this is called rationalising the denominator.

Denominator TypeMultiply byExampleResult
Single radical: √a√a / √a3 / √5 × √5/√53√5 / 5
Single nth root: √[n]{a}√[n]{a²} / √[n]{a²}1 / √[3]{2} × √[3]{4}/√[3]{4}√[3]{4} / 2
Binomial with radical: a + √bConjugate: (a − √b)1/(3 + √2) × (3−√2)/(3−√2)(3−√2) / 7
Binomial: √a + √bConjugate: (√a − √b)1/(√5+√3) × (√5−√3)/(√5−√3)(√5−√3) / 2

The conjugate method works because (a + √b)(a − √b) = a² − b, the difference of squares eliminates the radical from the denominator entirely. With that in mind, always check after rationalising whether the resulting numerator can be simplified further.

The Most Dangerous Radical Mistake: Distributing Over Addition

The single most frequently flagged error in radical simplification, confirmed across r/learnmath threads and the LibreTexts intermediate algebra guide, is treating the square root as if it distributes over addition or subtraction inside the radicand.

Incorrect AssumptionWhy It FailsCorrect Approach
√(9 + 16) = √9 + √16 = 3 + 4 = 7√25 = 5, not 7. The radical does NOT distribute over addition.Compute inside first: √(9+16) = √25 = 5
√(a² + b²) = a + bOnly true if a = 0 or b = 0. The Pythagorean theorem exists precisely because √(a²+b²) ≠ a+b.Leave as √(a²+b²) unless it simplifies to a perfect square
√(x² + 4) = x + 2This would mean (x+2)² = x²+4, but (x+2)² = x²+4x+4.Cannot be simplified further ; it is already in simplest form

The radical sign is not a linear operator. As a result, √(a + b) ≠ √a + √b in general. The Khan Academy radicals and rational exponents unit covers this distinction in detail. In contrast, √(a × b) = √a × √b does hold, multiplication distributes under a radical, addition does not. In regression formulas, the standard error calculation requires a square root: our margin of error calculator applies this automatically when computing confidence intervals.

Accuracy and Limitations

The calculator returns decimal results to high precision using the standard power function $x^{1/n}$. For irrational roots such as $\sqrt{2}$ or $\sqrt[3]{5}$, the decimal result is a rounded approximation of an infinitely non-repeating decimal, accurate to the displayed precision. The simplified radical form is exact and contains no rounding error. For very large radicands, the decimal result is limited by floating-point arithmetic precision, but this affects results only in the 15th or 16th significant figure.

The calculator handles real number inputs only. Even-index roots of negative numbers (such as $\sqrt{-4}$) are imaginary and require complex number arithmetic. Odd-index roots of negative numbers (such as $\sqrt[3]{-8} = -2$) are real and are handled correctly. For complex radical arithmetic, a dedicated computer algebra system is required. For formal definitions and edge cases involving complex numbers and nth roots, Wolfram MathWorld's entry on radicals is the authoritative mathematical reference. Radicals appear naturally in 30-60-90 triangle side ratios, where sides involve √3 and √2: our 30-60-90 triangle calculator handles those specific irrational values for any given hypotenuse.

The Most Common Radical Simplification Mistake

The most consistent simplification error is applying the product rule to a sum inside the radical: $\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}$. For example, $\sqrt{9 + 16} = \sqrt{25} = 5$, but $\sqrt{9} + \sqrt{16} = 3 + 4 = 7$. These are different values (5 versus 7), so the mistake produces a wrong answer. The product rule applies only to products and quotients inside the radical, never to sums or differences. With that in mind, check whether the radicand is a product or a sum before applying any simplification rule: $\sqrt{ab} = \sqrt{a}\sqrt{b}$ is valid; $\sqrt{a+b} = \sqrt{a}+\sqrt{b}$ is not. This confusion between the product rule and a non-existent sum rule turns up in algebra coursework before anyone looks into whether the rule they applied requires a product or any combination of terms under the radical. Khan Academy's guide to simplest radical form explains why skipping prime factorisation leads to expressions that appear simplified but still carry extractable perfect squares. In regression formulas, the standard error calculation requires a square root: our margin of error calculator applies this automatically when computing confidence intervals.

Frequently Asked Questions

Founder's Real-World Experience
Muhammad Shahbaz Siddiqui

Muhammad Shahbaz Siddiqui

Founder, TheCalculatorsHub

How I verified radical simplification steps for a published worked example

In January 2026, I was writing the worked examples for this calculator's FAQ section and needed to verify a chain of radical simplification steps before publishing. The example I chose was simplifying the square root of 180 through multiple factoring steps to its simplest form, and I wanted to confirm that each intermediate step was mathematically correct before it went into the documentation.

I entered the original radical and each intermediate step into the calculator. The steps confirmed: root(180) = root(4 × 45) = 2root(45) = 2root(9 × 5) = 6root(5). According to the Khan Academy's radical simplification review, extracting perfect square factors in order of largest first is the most efficient simplification path. The worked example was published in the FAQ with all intermediate steps shown, and it has since been referenced in at least 3 student forum threads as a clear worked demonstration.

√180 = 6√5 verified3-step chain confirmedFAQ example published and cited