How to simplify radical expressions
1. Factor the radicand
Write the number under the radical as prime factors. The index tells you how large each complete group must be.
2. Extract perfect powers
For an nth root, move one factor outside for every group of n identical factors inside.
3. Multiply coefficients
Multiply extracted factors by the coefficient already attached to the radical. Fractions remain exact.
4. Combine like radicals
Add or subtract coefficients only when both the root index and reduced radicand are the same.
Core rule
root(n, anb) = aยทroot(n, b) for a โฅ 0.
For example, โ72 = โ(6ยฒยท2) = 6โ2. Then 6โ2 + 4โ2 โ 3โ2 = 7โ2 because all three terms have the same square-root index and radicand.
Worked examples
Square root
โ180 = โ(6ยฒยท5) = 6โ5. The remaining radicand 5 has no square factor greater than 1.
Cube root
โ54 = โ(3ยณยท2) = 3โ2. A group of three 3s moves outside a cube root.
Fourth root
โ48 = โ(2โดยท3) = 2โ3. Four equal factors of 2 form one factor outside.
Negative odd root
โ(โ250) = โโ250 = โ5โ2. Negative radicands remain real for odd indices.
Calculation method and limits
Integer radicands are prime-factorized with exact BigInt arithmetic. Exponents are divided by the root index to identify the outside and inside factors. Coefficients use reduced BigInt fractions, so the exact result is not based on floating-point rounding. The decimal value is shown separately as a numerical check.
The calculator works over the real numbers. Even roots require nonnegative radicands; odd roots accept negative radicands. It simplifies sums and differences of single numeric radical terms with indices 2โ12, but not variables, nested radicals, radical denominators, or products of separate radicals. Last reviewed: 4 August 2026.
Radical simplification FAQs
How do you simplify a radical?
Factor the radicand, group factors in sets equal to the root index, move one factor from each complete group outside, and leave ungrouped factors inside.
When can radical terms be combined?
They are like terms only when their root indices and simplified radicands match. For example, 2โ3 + 5โ3 = 7โ3, but โ3 + โ3 cannot be combined.
Can this tool simplify negative radicands?
Yes, for odd root indices. The cube root of โ8 is โ2. Even roots of negative numbers are not real, so the tool reports a clear error for those inputs.
What radical syntax can I enter?
Use sqrt(n), cbrt(n), root(index,n), โn, โn, or โn. Coefficients can be integers, finite decimals, or fractions.
Does the simplifier use decimal rounding?
Not for the exact answer. Coefficients are reduced fractions and radicands are integers. Only the separately labeled approximation uses decimal rounding.
Does this tool rationalize radical denominators?
No. Rational divisors such as sqrt(8)/3 are supported, but a radical denominator or product of separate radical factors is outside this calculatorโs stated input grammar.