Fiveable

๐Ÿ“˜Intermediate Algebra Unit 8 Review

QR code for Intermediate Algebra practice questions

8.5 Divide Radical Expressions

8.5 Divide 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

Dividing Radical Expressions and Rationalizing Denominators

Dividing radical expressions and rationalizing denominators let you simplify fractions that contain roots. These techniques come up constantly when solving equations and simplifying expressions, so getting comfortable with them now pays off in later courses.

Division of Radical Expressions

The core rule for dividing radicals is straightforward: if two radicals share the same index, you can combine them under one radical sign by dividing the radicands.

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

For example: 502=502=25=5\frac{\sqrt{50}}{\sqrt{2}} = \sqrt{\frac{50}{2}} = \sqrt{25} = 5

When the indices match, follow these steps:

  1. Divide the radicands (the numbers under the radical signs)
  2. Keep the same index
  3. Simplify the result if possible

After dividing, always check whether the radicand can be simplified. For instance, 8=4โ‹…2=22\sqrt{8} = \sqrt{4 \cdot 2} = 2\sqrt{2}.

When the indices are different, you need a common index before dividing:

  1. Find the least common multiple (LCM) of the two indices
  2. Rewrite each radical using the common index: an=akkn\sqrt[n]{a} = \sqrt[kn]{a^k}, where kk is whatever factor converts the original index to the LCM
  3. Now that the indices match, divide the radicands as usual
  4. Simplify the result
Division of radical expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Multiplying and Dividing Radical ...

Rationalizing Single Radical Denominators

A simplified expression should never have a radical in the denominator. Rationalizing means multiplying strategically to clear that radical out.

For a denominator with a single radical term, multiply the numerator and denominator by that same radical:

ab=aโ‹…bbโ‹…b=abb\frac{a}{\sqrt{b}} = \frac{a \cdot \sqrt{b}}{\sqrt{b} \cdot \sqrt{b}} = \frac{a\sqrt{b}}{b}

Here's a worked example:

  1. Start with 63\frac{6}{\sqrt{3}}
  2. Multiply top and bottom by 3\sqrt{3}: 6โ‹…33โ‹…3=633\frac{6 \cdot \sqrt{3}}{\sqrt{3} \cdot \sqrt{3}} = \frac{6\sqrt{3}}{3}
  3. Simplify: 633=23\frac{6\sqrt{3}}{3} = 2\sqrt{3}

Don't forget to simplify the radicand too. If you end up with something like 2183\frac{2\sqrt{18}}{3}, break it down: 18=9โ‹…2=32\sqrt{18} = \sqrt{9 \cdot 2} = 3\sqrt{2}, so the expression becomes 2โ‹…323=22\frac{2 \cdot 3\sqrt{2}}{3} = 2\sqrt{2}.

Division of radical expressions, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Multiplying and Dividing Radical ...

Rationalizing Two-Radical Denominators

When the denominator contains two terms with radicals (like 2+3\sqrt{2} + \sqrt{3}), multiplying by a single radical won't work. Instead, you multiply by the conjugate of the denominator.

The conjugate just flips the sign between the two terms: the conjugate of a+ba + b is aโˆ’ba - b, and vice versa.

Why does this work? When you multiply conjugates, the cross terms cancel and you're left with a difference of squares, which eliminates the radicals:

(5+7)(5โˆ’7)=(5)2โˆ’(7)2=5โˆ’7=โˆ’2(\sqrt{5} + \sqrt{7})(\sqrt{5} - \sqrt{7}) = (\sqrt{5})^2 - (\sqrt{7})^2 = 5 - 7 = -2

Steps to rationalize a two-radical denominator:

  1. Identify the conjugate of the denominator
  2. Multiply both the numerator and denominator by that conjugate
  3. Apply the difference of squares pattern in the denominator
  4. Simplify the numerator and reduce if possible

Worked example:

12+3โ‹…2โˆ’32โˆ’3=2โˆ’3(2)2โˆ’(3)2=2โˆ’32โˆ’3=2โˆ’3โˆ’1=3โˆ’2\frac{1}{\sqrt{2} + \sqrt{3}} \cdot \frac{\sqrt{2} - \sqrt{3}}{\sqrt{2} - \sqrt{3}} = \frac{\sqrt{2} - \sqrt{3}}{(\sqrt{2})^2 - (\sqrt{3})^2} = \frac{\sqrt{2} - \sqrt{3}}{2 - 3} = \frac{\sqrt{2} - \sqrt{3}}{-1} = \sqrt{3} - \sqrt{2}

Connecting Radicals to Fractional Exponents

Radicals can also be written using fractional exponents, and switching between the two forms is often useful for simplifying:

an=a1n\sqrt[n]{a} = a^{\frac{1}{n}}

For example, x23=x23\sqrt[3]{x^2} = x^{\frac{2}{3}}. This notation follows all the regular exponent rules, which can make division easier since aman=amโˆ’n\frac{a^{m}}{a^{n}} = a^{m-n}.