Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Radical Rules






Predictable Patterns

Radicals follow rules. A product under a radical splits into a product of radicals. A quotient under a radical splits into a quotient of radicals. Nested radicals collapse into a single radical with a combined index.

These patterns are not arbitrary — they derive from the connection between radicals and exponents. Every radical rule corresponds to an exponent law. Understanding why the rules work prevents misapplication and reveals when restrictions apply.

Key Terms

The Rules

Product Rule (Radicals)abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}, splitting or combining products under a radical
Quotient Rule (Radicals)a/bn=an/bn\sqrt[n]{a/b} = \sqrt[n]{a} / \sqrt[n]{b}, splitting or combining quotients
Power Rule (Radicals)amn=am/n\sqrt[n]{a^m} = a^{m/n}, connecting radicals to rational exponents

Supporting Concepts

Indexrules require matching indices; even indices impose non-negative radicand restrictions
Radicandthe expression under the radical to which the rules are applied
Rational Exponentevery radical rule derives from an exponent law applied to fractional powers

See All Algebra Definitions


Product Rule

The radical of a product equals the product of the radicals, provided both radicals share the same index.

abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}


This rule works in both directions. A single radical can split:

12=43=43=23\sqrt{12} = \sqrt{4 \cdot 3} = \sqrt{4} \cdot \sqrt{3} = 2\sqrt{3}


Or separate radicals can combine:

312=36=6\sqrt{3} \cdot \sqrt{12} = \sqrt{36} = 6


The rule derives from exponent laws. In rational exponent notation:

(ab)1/n=a1/nb1/n(ab)^{1/n} = a^{1/n} \cdot b^{1/n}


This is the power of a product rule from powers, applied to fractional exponents.

For even indices, both aa and bb must be non-negative when working in real numbers. Attempting to compute 28\sqrt{-2} \cdot \sqrt{-8} as 16=4\sqrt{16} = 4 produces an error. Negative radicands under even roots require complex number treatment.

The product rule is essential for simplifying radicals — factoring out perfect powers relies on splitting the radical.

Quotient Rule

The radical of a quotient equals the quotient of the radicals.

abn=anbn,b0\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}, \quad b \neq 0


A fraction under a radical splits into a radical over a radical:

4916=4916=74\sqrt{\frac{49}{16}} = \frac{\sqrt{49}}{\sqrt{16}} = \frac{7}{4}


The reverse direction combines:

502=502=25=5\frac{\sqrt{50}}{\sqrt{2}} = \sqrt{\frac{50}{2}} = \sqrt{25} = 5


The rule derives from exponents:

(ab)1/n=a1/nb1/n\left(\frac{a}{b}\right)^{1/n} = \frac{a^{1/n}}{b^{1/n}}


This is the power of a quotient rule from powers, extended to rational exponents.

The quotient rule is essential for rationalizing denominators in simplifying radicals. When a radical appears in a denominator, this rule helps restructure the expression.

For even indices, a0a \geq 0 and b>0b > 0 are required. The denominator must also be nonzero regardless of index.

Power Rule

When a power sits under a radical, the exponent and index interact:

amn=am/n\sqrt[n]{a^m} = a^{m/n}


The exponent mm becomes the numerator; the index nn becomes the denominator. This directly connects radicals to rational exponents.

The same result can be computed by taking the root first, then raising to the power:

amn=(an)m\sqrt[n]{a^m} = \left(\sqrt[n]{a}\right)^m


Both approaches yield identical results:

823=82/3=(83)2=22=4\sqrt[3]{8^2} = 8^{2/3} = \left(\sqrt[3]{8}\right)^2 = 2^2 = 4


163=163/2=(16)3=43=64\sqrt{16^3} = 16^{3/2} = \left(\sqrt{16}\right)^3 = 4^3 = 64


When the exponent and index share a common factor, the radical simplifies:

a46=a4/6=a2/3=a23\sqrt[6]{a^4} = a^{4/6} = a^{2/3} = \sqrt[3]{a^2}


The index reduced from 6 to 3 by canceling the common factor 2. This technique appears frequently in simplifying radicals.

For even indices with variables, absolute values may be needed. The properties of radicals page addresses when x2=x\sqrt{x^2} = |x| rather than simply xx.

Radical of a Radical

When one radical contains another, the indices multiply:

anm=amn\sqrt[m]{\sqrt[n]{a}} = \sqrt[mn]{a}


The nested structure collapses into a single radical whose index is the product.

16=1622=164=2\sqrt{\sqrt{16}} = \sqrt[2 \cdot 2]{16} = \sqrt[4]{16} = 2


Verification: 16=4\sqrt{16} = 4, and 4=2\sqrt{4} = 2. The result matches.

643=646=2\sqrt[3]{\sqrt{64}} = \sqrt[6]{64} = 2


Verification: 64=8\sqrt{64} = 8, and 83=2\sqrt[3]{8} = 2. Correct.

In exponent notation, this rule becomes transparent:

(a1/n)1/m=a1/(mn)\left(a^{1/n}\right)^{1/m} = a^{1/(mn)}


This is the power of a power rule from powers — multiply the exponents. Since 1n1m=1mn\frac{1}{n} \cdot \frac{1}{m} = \frac{1}{mn}, the indices multiply.

Nested radicals sometimes appear in simplifying problems and when solving certain radical equations. Recognizing the pattern allows immediate simplification.

When Rules Apply

The radical rules have restrictions. Ignoring them leads to errors.

The indices must match. The product and quotient rules require the same index on all radicals involved:

ab3ab?\sqrt{a} \cdot \sqrt[3]{b} \neq \sqrt[?]{ab}


To multiply radicals with different indices, convert to rational exponents, find a common denominator, then proceed.

For even indices, radicands must be non-negative in real numbers. The properties of radicals page details how even and odd indices differ. This restriction applies across all the rules: the product rule requires both factors to be non-negative, the quotient rule requires a non-negative numerator and a positive denominator, and the power rule requires a non-negative base whenever the index is even.

Odd roots, by contrast, accept negative radicands and preserve the sign:

an=an(n odd)\sqrt[n]{-a} = -\sqrt[n]{a} \quad (n \text{ odd})


For example, 273=273=3\sqrt[3]{-27} = -\sqrt[3]{27} = -3. The negative sign passes through the radical freely when the index is odd.

Violating the even-index restrictions does not merely give a wrong answer — it produces expressions that have no real value. The expression 4\sqrt{-4} requires complex numbers to interpret.

Common Errors

Certain mistakes appear repeatedly when working with radical rules.

Distributing a radical over addition:

a+ba+b\sqrt{a + b} \neq \sqrt{a} + \sqrt{b}


This is false. The radical of a sum is not the sum of radicals. Check with numbers: 9+16=25=5\sqrt{9 + 16} = \sqrt{25} = 5, but 9+16=3+4=7\sqrt{9} + \sqrt{16} = 3 + 4 = 7.

Mishandling different indices:

22345\sqrt{2} \cdot \sqrt[3]{2} \neq \sqrt[5]{4}


Indices do not simply add. Converting to exponents: 21/221/3=25/6=2562^{1/2} \cdot 2^{1/3} = 2^{5/6} = \sqrt[6]{2^5}. The correct approach requires rational exponent techniques.

Ignoring domain restrictions:

339=3\sqrt{-3} \cdot \sqrt{-3} \neq \sqrt{9} = 3


The left side has no real value. Each factor is non-real. The product rule cannot be applied because the restriction a,b0a, b \geq 0 fails. This error is addressed in radicals and complex numbers.

Dropping absolute values:

x2=x,not x\sqrt{x^2} = |x|, \quad \text{not } x


When xx might be negative, the absolute value is essential. The properties of radicals page explains why.

Applying the Rules

The radical rules enable systematic simplification. Factoring a radicand and applying the product rule extracts values from under the radical:

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


Extracting perfect powers, rationalizing denominators, reducing indices, and combining like radicals all follow from the rules on this page. The complete toolkit for these techniques appears in simplifying radicals, and methods for adding, subtracting, and multiplying radical expressions are covered in operations with radicals. These rules also underpin solving radical equations, where isolating and eliminating radicals requires systematic application of these identities.