Fiveable

📘Intermediate Algebra Unit 8 Review

QR code for Intermediate Algebra practice questions

8.2 Simplify Radical Expressions

8.2 Simplify Radical Expressions

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Properties of Radicals

Simplifying radical expressions comes down to two core properties: the product property and the quotient property. Once you know how to apply these, you can break apart and simplify nearly any radical you'll encounter.

Product property of radicals

The product property says you can split a radical across multiplication:

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

This extends to any root index: abn=anbn\sqrt[n]{ab} = \sqrt[n]{a} \cdot \sqrt[n]{b}

The strategy is to factor the radicand (the expression under the radical) so that one factor is a perfect square, perfect cube, etc. Then simplify that factor and leave the rest under the radical.

Steps to simplify using the product property:

  1. Factor the radicand into two pieces, where one is the largest perfect power you can find
  2. Split the radical into separate radicals using the product property
  3. Simplify the perfect power

Examples:

  • 12=43=43=23\sqrt{12} = \sqrt{4 \cdot 3} = \sqrt{4} \cdot \sqrt{3} = 2\sqrt{3}
  • 50=252=252=52\sqrt{50} = \sqrt{25 \cdot 2} = \sqrt{25} \cdot \sqrt{2} = 5\sqrt{2}
  • 8x3=83x3=2x3\sqrt[3]{8x} = \sqrt[3]{8} \cdot \sqrt[3]{x} = 2\sqrt[3]{x}

The key is recognizing perfect powers inside the radicand. For square roots, look for factors like 4, 9, 16, 25, 36, etc. For cube roots, look for 8, 27, 64, 125, etc.

Quotient property of radicals

The quotient property works the same way but for division:

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

And for higher-order roots: abn=anbn\sqrt[n]{\frac{a}{b}} = \frac{\sqrt[n]{a}}{\sqrt[n]{b}}

Simplify the numerator and denominator separately, then reduce.

Examples:

  • 169=169=43\sqrt{\frac{16}{9}} = \frac{\sqrt{16}}{\sqrt{9}} = \frac{4}{3}
  • 27x83=27x383=3x32\sqrt[3]{\frac{27x}{8}} = \frac{\sqrt[3]{27x}}{\sqrt[3]{8}} = \frac{3\sqrt[3]{x}}{2}
  • 1832=1832=92162=3242=34\sqrt{\frac{18}{32}} = \frac{\sqrt{18}}{\sqrt{32}} = \frac{\sqrt{9 \cdot 2}}{\sqrt{16 \cdot 2}} = \frac{3\sqrt{2}}{4\sqrt{2}} = \frac{3}{4}

Notice in that last example the 2\sqrt{2} cancels from the numerator and denominator. Sometimes it's actually easier to simplify the fraction inside the radical first: 1832=916=34\sqrt{\frac{18}{32}} = \sqrt{\frac{9}{16}} = \frac{3}{4}. Either approach works.

Product property of radicals, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Simplifying Radical Expressions

Absolute Value Signs in Radical Expressions

Absolute value in even roots

Even-index roots (square roots, fourth roots, etc.) always produce a non-negative result. This matters when variables are involved because you don't always know whether the variable is positive or negative.

The general rule: x2=x\sqrt{x^2} = |x|

You need the absolute value because if x=5x = -5, then (5)2=25=5=5\sqrt{(-5)^2} = \sqrt{25} = 5 = |-5|. Without the absolute value, you'd incorrectly get 5-5.

  • 9x2=3x\sqrt{9x^2} = 3|x|
  • 16a4b2=4a2b\sqrt{16a^4b^2} = 4a^2|b|

Notice that a2a^2 doesn't need absolute value bars because a2a^2 is already non-negative no matter what aa is. You only need absolute value when the simplified variable expression could be negative.

If a problem states that all variables are non-negative (and many textbook problems do), you can drop the absolute value signs entirely.

Odd roots don't need absolute value signs because odd roots can be negative. That's perfectly fine:

  • 8x33=2x\sqrt[3]{-8x^3} = -2x
Product property of radicals, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Simplifying Radical Expressions

Exponents and Radicals

Relationship between exponents and radicals

Every radical can be rewritten using a rational (fractional) exponent:

xn=x1n\sqrt[n]{x} = x^{\frac{1}{n}}

More generally: xmn=xmn\sqrt[n]{x^m} = x^{\frac{m}{n}}

This conversion is useful because exponent rules are often easier to apply than radical rules. For example:

  • (x12)2=x122=x1=x(x^{\frac{1}{2}})^2 = x^{\frac{1}{2} \cdot 2} = x^1 = x
  • x23x43=x23x43=x63=x2\sqrt[3]{x^2} \cdot \sqrt[3]{x^4} = x^{\frac{2}{3}} \cdot x^{\frac{4}{3}} = x^{\frac{6}{3}} = x^2

Being comfortable converting between radical form and exponential form gives you flexibility. Some problems are easier to simplify in one form than the other.