Skip to main content
AMC 10 & 12

Radicals & Exponents

Rational exponent rules and rationalizing techniques — treating radicals as exponents in disguise makes them far less intimidating.

Rational exponents are radicals

The definition that unlocks everything in this lesson:

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

Once you see a radical as a fractional exponent, all the ordinary exponent rules apply without modification:

am/nap/n=a(m+p)/n,am/nap/n=a(mp)/n,(am/n)p=amp/na^{m/n} \cdot a^{p/n} = a^{(m+p)/n}, \qquad \dfrac{a^{m/n}}{a^{p/n}} = a^{(m-p)/n}, \qquad \left(a^{m/n}\right)^p = a^{mp/n}

This is usually the fastest way to simplify a nested or mixed radical expression — convert everything to a common fractional-exponent form first, then combine.

Rationalizing

A denominator with a radical is traditionally “cleaned up” by multiplying top and bottom by something that clears the root. For a single square root, multiply by that root:

1a=1aaa=aa\dfrac{1}{\sqrt{a}} = \dfrac{1}{\sqrt a}\cdot\dfrac{\sqrt a}{\sqrt a} = \dfrac{\sqrt a}{a}

For a two-term denominator like a+ba + \sqrt{b}, multiply by its conjugateaba - \sqrt b, using the identity (x+y)(xy)=x2y2(x+y)(x-y) = x^2-y^2 to eliminate the root:

1a+babab=aba2b\dfrac{1}{a+\sqrt b} \cdot \dfrac{a - \sqrt b}{a-\sqrt b} = \dfrac{a - \sqrt b}{a^2 - b}

Solving radical equations

Isolate a radical on one side, then raise both sides to the power that clears it. Squaring both sides of an equation can introduce extraneous roots (it destroys sign information), so always verify every candidate solution in the original equation.

Worked example

Problem: Solve 2x+3x=1\sqrt{2x+3} - \sqrt{x} = 1 for real xx.

Solution: Isolate one radical first: 2x+3=1+x\sqrt{2x+3} = 1 + \sqrt{x}. Square both sides:

2x+3=1+2x+x    x+2=2x2x+3 = 1 + 2\sqrt x + x \;\Longrightarrow\; x + 2 = 2\sqrt x

Square again:

x2+4x+4=4x    x2=4x^2 + 4x + 4 = 4x \;\Longrightarrow\; x^2 = -4

Wait — that gives no real solution. Let's recheck: x2+4x+4=4xx2+4=0x^2+4x+4=4x \Rightarrow x^2+4=0, which indeed has no real roots. So this equation has no real solution — a good reminder that not every radical equation actually has one, and squaring can make an unsolvable equation look, briefly, like it might.

Practice problems

1.Simplify x23x43\sqrt[3]{x^2} \cdot \sqrt[3]{x^4} using exponent rules.

2.Rationalize 35\dfrac{3}{\sqrt{5}}.

3.Rationalize 123\dfrac{1}{2-\sqrt{3}}.

4.Solve x+7=x+1\sqrt{x+7} = x + 1 for real xx, checking for extraneous roots.