Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Simplifying Roots






Reducing to Simplest Form

A radical in simplest form has no perfect powers hiding under the radical sign, no fractions beneath it, and no radicals in any denominator. Achieving this form requires factoring, applying radical rules, and sometimes rationalizing.

Simplification is not cosmetic. Simpler forms reveal structure, enable comparison, and prepare expressions for further operations. Two radicals that look different may be identical once simplified.



What Simplest Form Means

A radical is in simplest form when three conditions hold:

No perfect power factors remain under the radical. The radicand contains no factor that could be extracted.

No fractions appear under the radical. A radical of a fraction should be rewritten as a fraction of radicals.

No radicals appear in denominators. Denominators are rationalized — rewritten without radical signs.

72is not simplified — 36 is a perfect square factor\sqrt{72} \quad \text{is not simplified — 36 is a perfect square factor}


34is not simplified — fraction under radical\sqrt{\frac{3}{4}} \quad \text{is not simplified — fraction under radical}


53is not simplified — radical in denominator\frac{5}{\sqrt{3}} \quad \text{is not simplified — radical in denominator}


These criteria define the target. The techniques that follow show how to reach it.

Factoring Out Perfect Powers

To simplify a radical, identify perfect power factors in the radicand and extract them.

For square roots, find perfect square factors:

72=362=362=62\sqrt{72} = \sqrt{36 \cdot 2} = \sqrt{36} \cdot \sqrt{2} = 6\sqrt{2}


For cube roots, find perfect cube factors:

543=2723=27323=323\sqrt[3]{54} = \sqrt[3]{27 \cdot 2} = \sqrt[3]{27} \cdot \sqrt[3]{2} = 3\sqrt[3]{2}


For nnth roots, find perfect nnth power factors:

484=1634=16434=234\sqrt[4]{48} = \sqrt[4]{16 \cdot 3} = \sqrt[4]{16} \cdot \sqrt[4]{3} = 2\sqrt[4]{3}


The process uses the product rule from radical rules. Factor the radicand, separate into two radicals, simplify the perfect power.

When multiple perfect power factors exist, extract them all:

200=1002=102\sqrt{200} = \sqrt{100 \cdot 2} = 10\sqrt{2}


Recognizing perfect powers quickly — 4, 9, 16, 25, 36, 49, 64, 81, 100 for squares; 8, 27, 64, 125 for cubes — speeds the work.

Simplifying with Variables

Variables under radicals follow the same process: extract perfect powers.

x6=x3\sqrt{x^6} = x^3


The exponent 6 divides evenly by the index 2, so the entire power extracts.

x7=x6x=x3x\sqrt{x^7} = \sqrt{x^6 \cdot x} = x^3\sqrt{x}


The exponent 7 does not divide evenly. Separate into the largest even power (6) and the remainder (1).

y103=y9y3=y3y3\sqrt[3]{y^{10}} = \sqrt[3]{y^9 \cdot y} = y^3\sqrt[3]{y}


For cube roots, extract the largest multiple of 3.

The general rule: divide the exponent by the index. The quotient is the extracted power; the remainder stays under the radical.

xmn=xm/nxmmodnn\sqrt[n]{x^m} = x^{\lfloor m/n \rfloor} \cdot \sqrt[n]{x^{m \mod n}}


When the index is even, absolute values may be needed. The properties of radicals page explains when x2=x\sqrt{x^2} = |x| rather than xx. A common convention assumes all variables are positive, avoiding absolute value complications.

Combined Numerical and Variable Simplification

Most expressions combine numbers and variables. Simplify each part.

50x5=252x4x=5x22x\sqrt{50x^5} = \sqrt{25 \cdot 2 \cdot x^4 \cdot x} = 5x^2\sqrt{2x}


Factor 50 into 25225 \cdot 2. Factor x5x^5 into x4xx^4 \cdot x. Extract the perfect squares.

128a7b43=642a6ab3b3\sqrt[3]{-128a^7b^4} = \sqrt[3]{-64 \cdot 2 \cdot a^6 \cdot a \cdot b^3 \cdot b}


=4a2b2ab3= -4a^2b\sqrt[3]{2ab}


The negative radicand is fine for odd index — cube roots handle negatives naturally, as explained in properties.

Organize work systematically: factor the coefficient, factor each variable's power, extract what divides evenly, leave remainders under the radical.

Rationalizing Monomial Denominators

A radical in the denominator violates simplest form. Rationalizing removes it.

For a square root denominator, multiply by that square root over itself:

53=5333=533\frac{5}{\sqrt{3}} = \frac{5}{\sqrt{3}} \cdot \frac{\sqrt{3}}{\sqrt{3}} = \frac{5\sqrt{3}}{3}


The denominator becomes 33=9=3\sqrt{3} \cdot \sqrt{3} = \sqrt{9} = 3, a rational number.

For higher roots, multiply to create a perfect power under the radical:

253=253253253=22531253=22535\frac{2}{\sqrt[3]{5}} = \frac{2}{\sqrt[3]{5}} \cdot \frac{\sqrt[3]{25}}{\sqrt[3]{25}} = \frac{2\sqrt[3]{25}}{\sqrt[3]{125}} = \frac{2\sqrt[3]{25}}{5}


The cube root of 5 needs two more factors of 5 to become 1253=5\sqrt[3]{125} = 5.

General principle: multiply by ankn\sqrt[n]{a^{n-k}} where kk is the current power of aa under the radical. This creates ann=a\sqrt[n]{a^n} = a in the denominator.

Rationalizing Binomial Denominators

When the denominator is a sum or difference involving a square root, multiply by the conjugate.

The conjugate of a+ba + \sqrt{b} is aba - \sqrt{b}. Their product eliminates the radical:

(a+b)(ab)=a2b(a + \sqrt{b})(a - \sqrt{b}) = a^2 - b


This is the difference of squares pattern.

32+5=32+52525=3(25)45=3(25)1\frac{3}{2 + \sqrt{5}} = \frac{3}{2 + \sqrt{5}} \cdot \frac{2 - \sqrt{5}}{2 - \sqrt{5}} = \frac{3(2 - \sqrt{5})}{4 - 5} = \frac{3(2 - \sqrt{5})}{-1}


=3(25)=6+35= -3(2 - \sqrt{5}) = -6 + 3\sqrt{5}


When both terms are radicals:

17+3=73(7)2(3)2=734\frac{1}{\sqrt{7} + \sqrt{3}} = \frac{\sqrt{7} - \sqrt{3}}{(\sqrt{7})^2 - (\sqrt{3})^2} = \frac{\sqrt{7} - \sqrt{3}}{4}


Conjugates also appear in operations with radicals for simplifying products and in radical equations for isolating terms.

Rationalizing Higher-Index Denominators

Binomial denominators with cube roots or higher require different patterns.

For cube roots, use the sum or difference of cubes:

(a+b)(a2ab+b2)=a3+b3(a + b)(a^2 - ab + b^2) = a^3 + b^3


(ab)(a2+ab+b2)=a3b3(a - b)(a^2 + ab + b^2) = a^3 - b^3


To rationalize 123+1\frac{1}{\sqrt[3]{2} + 1}, let a=23a = \sqrt[3]{2} and b=1b = 1:

123+14323+14323+1\frac{1}{\sqrt[3]{2} + 1} \cdot \frac{\sqrt[3]{4} - \sqrt[3]{2} + 1}{\sqrt[3]{4} - \sqrt[3]{2} + 1}


The denominator becomes:

(23)3+13=2+1=3(\sqrt[3]{2})^3 + 1^3 = 2 + 1 = 3


The result:

4323+13\frac{\sqrt[3]{4} - \sqrt[3]{2} + 1}{3}


These patterns are algebraically intensive. Converting to rational exponents sometimes offers a cleaner path.

Reducing the Index

Sometimes the index of a radical can be reduced by finding common factors with the radicand's exponent.

x46=x4/6=x2/3=x23\sqrt[6]{x^4} = x^{4/6} = x^{2/3} = \sqrt[3]{x^2}


The index dropped from 6 to 3 because 4 and 6 share a common factor of 2.

a24=a2/4=a1/2=a\sqrt[4]{a^2} = a^{2/4} = a^{1/2} = \sqrt{a}


The fourth root of a square is just a square root.

Converting to rational exponents makes this process mechanical: write the exponent as a fraction, reduce it, convert back if desired.

y68=y6/8=y3/4=y34\sqrt[8]{y^6} = y^{6/8} = y^{3/4} = \sqrt[4]{y^3}


Index reduction is a form of simplification — smaller indices are generally preferred when mathematically equivalent.

Simplification Strategy

A systematic approach prevents missed simplifications.

First, factor the radicand completely — both numbers and variables. Identify all perfect power factors relative to the index.

Second, extract perfect powers using the product rule from radical rules.

Third, check for index reduction by examining whether the radicand's exponents share a common factor with the index.

Fourth, rationalize any denominators — monomial or binomial — to eliminate radicals from the bottom.

Fifth, verify the result meets all three criteria: no perfect power factors, no fractions under radicals, no radicals in denominators.

This process prepares expressions for operations and for solving radical equations. Two expressions that appear different may simplify to the same form, revealing them as equal.