In short

A rational exponent is a fraction in the exponent: a^{m/n} means "take the n-th root of a, then raise to the m-th power" — equivalently, \sqrt[n]{a^m}. The two notations (exponent form and radical form) describe the same number, and converting between them is the central skill of this chapter. Once you are fluent in both, simplifying expressions like \dfrac{x^{3/4} \cdot x^{1/2}}{x^{1/4}} is just fraction arithmetic on the exponents, and solving radical equations like \sqrt{2x + 3} = 5 reduces to squaring both sides and checking for extraneous solutions.

Simplify \sqrt[4]{x^3} \cdot \sqrt{x}. Using radical rules, you have to find a common index, rewrite \sqrt{x} as \sqrt[4]{x^2}, combine under one radical, and simplify: \sqrt[4]{x^5} = x\sqrt[4]{x}. Four steps, all fiddly. Now write the same problem with fractional exponents: x^{3/4} \cdot x^{1/2} = x^{3/4 + 2/4} = x^{5/4}. One step — just add fractions.

The radical sign \sqrt[n]{\phantom{x}} and the rational exponent a^{m/n} are two notations for the same number. But they are not equally convenient. This article is about the bridge between them — how to cross it in both directions, how to pick whichever form makes the current problem easier, and what to do when an equation has a radical that needs to be removed.

The definition: a^{m/n}

The connection was established in Roots and Radicals and Exponents and Powers, but here it is stated cleanly as a single definition.

Rational exponent

For any positive real number a, and integers m and n with n > 0:

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

The denominator n of the exponent is the index of the root. The numerator m is the power. The two orders of operation — "root first, then power" or "power first, then root" — give the same result.

The definition is forced by the laws of exponents, not chosen as a convention. Here is the forcing argument one more time, because it is worth seeing clearly. If the power-of-a-power law \left(a^p\right)^q = a^{pq} is going to hold for all rational exponents, then:

\left(a^{m/n}\right)^n = a^{(m/n) \cdot n} = a^m

So a^{m/n} is a number whose n-th power is a^m. The only such positive number is \sqrt[n]{a^m}. The definition is the only one that keeps the laws alive.

Converting between radical notation and rational exponent notationA diagram showing a two-way arrow between two boxed expressions. On the left, the radical form shows the nth root of a to the m. On the right, the exponent form shows a to the m over n. Labels identify the numerator m as the power and the denominator n as the root index.ⁿ√(aᵐ)radical formconvertaᵐ/ⁿexponent formm = power (numerator) n = root index (denominator)
The conversion between the two notations. The numerator of the rational exponent is the power; the denominator is the root index. The arrow goes both ways: you choose whichever form makes the current calculation easier.

Converting between forms

The conversion is mechanical once you see the pattern. Here are the key cases:

Radical form Exponent form Numeric check
\sqrt{a} a^{1/2} \sqrt{9} = 9^{1/2} = 3
\sqrt[3]{a} a^{1/3} \sqrt[3]{27} = 27^{1/3} = 3
\sqrt[4]{a^3} a^{3/4} \sqrt[4]{16^3} = 16^{3/4} = (\sqrt[4]{16})^3 = 2^3 = 8
\dfrac{1}{\sqrt{a}} a^{-1/2} \dfrac{1}{\sqrt{4}} = 4^{-1/2} = \dfrac{1}{2}
\dfrac{1}{\sqrt[3]{a^2}} a^{-2/3} \dfrac{1}{\sqrt[3]{8^2}} = 8^{-2/3} = \dfrac{1}{4}

The last two rows use the negative-exponent rule from Laws of Exponents — Algebra: a radical in the denominator becomes a negative rational exponent. This is one of the main reasons the exponent notation is preferred in algebra — it handles "upstairs" and "downstairs" radicals with a single sign change, instead of requiring separate fraction manipulation.

A few special values worth memorising because they come up constantly:

Simplifying expressions with rational exponents

The power of rational exponents is that the six laws from Laws of Exponents — Algebra apply without modification. Adding exponents, subtracting exponents, multiplying exponents — all the same moves, but now the exponents are fractions instead of integers.

Product law with fractions. x^{2/3} \cdot x^{1/4} = x^{2/3 + 1/4}. To add the fractions: \tfrac{2}{3} + \tfrac{1}{4} = \tfrac{8}{12} + \tfrac{3}{12} = \tfrac{11}{12}. So x^{2/3} \cdot x^{1/4} = x^{11/12}.

Quotient law with fractions. \dfrac{a^{5/6}}{a^{1/3}} = a^{5/6 - 1/3} = a^{5/6 - 2/6} = a^{3/6} = a^{1/2} = \sqrt{a}.

Power of a power with fractions. \left(x^{2/3}\right)^{3/4} = x^{(2/3)(3/4)} = x^{6/12} = x^{1/2} = \sqrt{x}.

Notice how the exponent arithmetic sometimes simplifies the fraction to a nicer form. a^{3/6} became a^{1/2}, which is just \sqrt{a} — you always want to reduce the resulting exponent to lowest terms.

A slightly longer simplification: reduce \dfrac{\left(a^2b^3\right)^{1/2}}{a^{1/2}b}.

Expand the numerator: \left(a^2b^3\right)^{1/2} = a^{2 \cdot 1/2} \cdot b^{3 \cdot 1/2} = a^1 \cdot b^{3/2} = ab^{3/2}.

Form the fraction: \dfrac{ab^{3/2}}{a^{1/2}b}.

Apply the quotient law to each base: \dfrac{a}{a^{1/2}} = a^{1 - 1/2} = a^{1/2} and \dfrac{b^{3/2}}{b} = b^{3/2 - 1} = b^{1/2}.

Result: a^{1/2}b^{1/2} = (ab)^{1/2} = \sqrt{ab}.

The whole simplification was fraction arithmetic on the exponents: 2 \times \tfrac{1}{2} = 1, 3 \times \tfrac{1}{2} = \tfrac{3}{2}, 1 - \tfrac{1}{2} = \tfrac{1}{2}, \tfrac{3}{2} - 1 = \tfrac{1}{2}. The variables were passengers.

The exponent arithmetic behind simplifying a rational-exponent expressionA horizontal flow of three boxes connected by arrows. The first box contains the original expression with rational exponents. The second box shows the exponents after adding and subtracting the fractions. The third box shows the simplified radical form.(a²b³)^½÷ (a^½ · b)lawsa^½ · b^½= (ab)^½radical√(ab)
Each step is fraction arithmetic on the exponents. The power-of-a-product law distributes the $\tfrac{1}{2}$, the quotient law subtracts, and the result reduces to $\sqrt{ab}$.

When to use which notation

Both notations describe the same mathematics, so the choice is about convenience, not correctness. Some guidelines:

Use exponent form when you are simplifying a product or quotient of several terms with roots and powers. The laws of exponents turn the problem into adding and subtracting fractions, which is mechanical.

Use radical form when you need to evaluate a specific number by hand. Computing \sqrt[3]{64} is more natural than computing 64^{1/3} — your mental process is "what number cubed gives 64?" and the radical notation matches that question directly.

Use radical form for final answers in school contexts. Most textbooks want you to write 5\sqrt{2} rather than 5 \cdot 2^{1/2}, and \dfrac{\sqrt{x}}{3} rather than \dfrac{x^{1/2}}{3}. Convert to exponent form for the internal calculation, then convert back to radical form for the final line.

Equations involving radicals

A radical equation is an equation where the variable sits under a radical sign. The general strategy: isolate the radical, then raise both sides to the power that removes it, then solve the resulting polynomial equation.

The basic case: one radical

Solve \sqrt{2x + 3} = 5.

The radical is already isolated (it is the entire left side). Square both sides:

\left(\sqrt{2x + 3}\right)^2 = 5^2
2x + 3 = 25
2x = 22
x = 11

Check: \sqrt{2(11) + 3} = \sqrt{25} = 5. Correct.

The catch: extraneous solutions

Squaring both sides of an equation can introduce solutions that do not satisfy the original equation. These are called extraneous solutions, and they must be checked and discarded.

Solve \sqrt{x + 5} = x - 1.

Square both sides:

x + 5 = (x - 1)^2 = x^2 - 2x + 1
0 = x^2 - 3x - 4 = (x - 4)(x + 1)

So x = 4 or x = -1.

Check x = 4: \sqrt{4 + 5} = \sqrt{9} = 3 and 4 - 1 = 3. Correct.

Check x = -1: \sqrt{-1 + 5} = \sqrt{4} = 2 and -1 - 1 = -2. The left side is 2, the right side is -2. Not equal. So x = -1 is extraneous and must be rejected.

The only solution is x = 4.

Why did the extraneous solution appear? Because squaring is not a reversible operation. The original equation says \sqrt{x + 5} = x - 1, which requires x - 1 \geq 0 (since a principal square root is non-negative). The value x = -1 gives x - 1 = -2 < 0, so it was never a candidate for the original equation — but squaring both sides hid that constraint. This is why checking is not optional for radical equations. Every solution must be substituted back into the original equation.

Two radicals

When the equation has two radicals, isolate one, square, and then you often get a simpler equation with one radical, which you handle the same way. Solve \sqrt{x + 7} - \sqrt{x} = 1.

Isolate one radical: \sqrt{x + 7} = 1 + \sqrt{x}.

Square both sides: x + 7 = 1 + 2\sqrt{x} + x.

Simplify: 6 = 2\sqrt{x}, so \sqrt{x} = 3, hence x = 9.

Check: \sqrt{9 + 7} - \sqrt{9} = \sqrt{16} - 3 = 4 - 3 = 1. Correct.

Interactive plot showing the two sides of the radical equation square root of x plus seven minus square root of x equals oneA coordinate plane with horizontal axis from negative two to twenty and vertical axis from negative two to six. Two curves are plotted. The first curve is y equals square root of x plus seven minus square root of x, which starts at about two point six five when x is zero and decreases toward zero as x grows. The second curve is the horizontal line y equals one. They intersect at x equals nine. A draggable red point on the first curve lets you read off the value of the function.xy05101520123y = 1√(x+7) − √xx = 9↔ drag the red point
The curve $y = \sqrt{x + 7} - \sqrt{x}$ starts above $1$ and slowly decreases toward $0$ as $x$ grows. It crosses the horizontal line $y = 1$ at exactly $x = 9$ — the solution you found algebraically. Drag the red point along the curve to see how the value changes: the difference between two square roots shrinks as both roots get large, because large square roots grow more and more slowly.

Two worked examples

Example 1: Simplify $\dfrac{x^{3/4} \cdot x^{1/2}}{x^{1/4}}$ and write the answer in both exponent and radical form

This is a pure exponent-arithmetic problem — the entire calculation happens in the exponents.

Step 1. Apply the product law to the numerator.

x^{3/4} \cdot x^{1/2} = x^{3/4 + 1/2}

The fraction addition: \dfrac{3}{4} + \dfrac{1}{2} = \dfrac{3}{4} + \dfrac{2}{4} = \dfrac{5}{4}.

So the numerator is x^{5/4}.

Why: same base means add exponents. The only work is adding the fractions 3/4 and 1/2 by finding a common denominator.

Step 2. Apply the quotient law.

\frac{x^{5/4}}{x^{1/4}} = x^{5/4 - 1/4} = x^{4/4} = x^1 = x

Why: same base in numerator and denominator means subtract exponents. The subtraction 5/4 - 1/4 = 4/4 = 1 reduces the exponent to 1.

Step 3. Write the answer in both forms.

Exponent form: x.

Radical form: x (no radical needed — the answer is already a whole power of x).

Result. \dfrac{x^{3/4} \cdot x^{1/2}}{x^{1/4}} = x.

Simplifying rational exponents by adding and subtracting fractionsThree rows connected by arrows. The first row shows x to the three-fourths times x to the one-half over x to the one-fourth. The second row shows the exponent computation three-fourths plus one-half minus one-fourth equals four-fourths. The third row shows the answer x to the first which is just x.x^(3/4) · x^(1/2) / x^(1/4)add, then subtractexponent: 3/4 + 2/4 − 1/4 = 4/4 = 1x^(5/4) / x^(1/4) = x^(4/4) = x¹simplifyx
The entire simplification is two fraction operations: $3/4 + 1/2 = 5/4$ in the numerator, then $5/4 - 1/4 = 4/4 = 1$ for the quotient. The variables never change; only the exponents do the work.

You can verify numerically. Set x = 16: the original expression is \dfrac{16^{3/4} \cdot 16^{1/2}}{16^{1/4}} = \dfrac{8 \cdot 4}{2} = \dfrac{32}{2} = 16. The simplified answer gives x = 16. They match.

Example 2: Solve $\sqrt{3x + 1} = x - 1$

This is a radical equation. The variable is both under the radical (on the left) and outside it (on the right). The strategy is to square both sides, solve the resulting quadratic, and check for extraneous solutions.

Step 1. Note the domain constraint.

The principal square root is non-negative, so the right side must also be non-negative: x - 1 \geq 0, meaning x \geq 1. Also, the radicand must be non-negative: 3x + 1 \geq 0, meaning x \geq -1/3. The binding constraint is x \geq 1.

Why: recording the domain constraint upfront will help you spot extraneous solutions at the end — any candidate with x < 1 can be rejected immediately.

Step 2. Square both sides.

\left(\sqrt{3x + 1}\right)^2 = (x - 1)^2
3x + 1 = x^2 - 2x + 1

Step 3. Rearrange into a standard quadratic.

0 = x^2 - 2x + 1 - 3x - 1 = x^2 - 5x
0 = x(x - 5)

So x = 0 or x = 5.

Why: squaring removed the radical but produced a quadratic. Factoring gives two candidates, both of which must be checked against the original equation.

Step 4. Check both candidates.

x = 0: Domain constraint says x \geq 1. Since 0 < 1, this candidate is rejected without further computation. (And indeed, \sqrt{1} = 1 \neq 0 - 1 = -1.)

x = 5: \sqrt{3(5) + 1} = \sqrt{16} = 4 and 5 - 1 = 4. Correct.

Result. x = 5 is the only solution.

Graph showing the intersection of y equals square root of three x plus one and y equals x minus oneA coordinate plane with horizontal axis from negative one to eight and vertical axis from negative two to five. The curve y equals the square root of three x plus one rises from x equals negative one-third. The line y equals x minus one crosses the vertical axis at negative one and rises with slope one. The two graphs intersect at the point five comma four. The point zero comma one is on the square root curve but does not lie on the line at that x value, illustrating the extraneous solution.xy012345671234√(3x+1)x − 1x = 5√1 = 10 − 1 = −1x = 0: mismatch
The curve $y = \sqrt{3x + 1}$ and the line $y = x - 1$ meet at $(5, 4)$ — the valid solution. At $x = 0$ the curve gives $y = 1$ but the line gives $y = -1$; the two graphs are on opposite sides of the $x$-axis, confirming that $x = 0$ is extraneous. The graph makes the domain constraint visible: the line dips below the $x$-axis for $x < 1$, while the square root curve is always above it.

Common confusions

Going deeper

If you came here for the conversion rules and how to solve radical equations, you have everything you need for school algebra. The rest of this section connects rational exponents to a few ideas that run deeper.

Why "root first, then power" is usually better

The definition gives two routes: a^{m/n} = \sqrt[n]{a^m} (power first) or a^{m/n} = (\sqrt[n]{a})^m (root first). Both give the same answer for positive a, but the second is almost always easier to compute by hand. Consider 64^{2/3}. Route 1: 64^2 = 4096, then \sqrt[3]{4096} — you need to know that 16^3 = 4096, which is not obvious. Route 2: \sqrt[3]{64} = 4, then 4^2 = 16. Much simpler. The root-first route keeps the intermediate numbers small.

The exponent m/n must be in lowest terms (sometimes)

For positive bases, a^{m/n} is well-defined regardless of whether m/n is reduced. But when dealing with negative bases and even roots, reduction matters. Consider (-8)^{2/6}. If you reduce first, 2/6 = 1/3, and (-8)^{1/3} = -2. If you don't reduce, (-8)^{2/6} = \sqrt[6]{(-8)^2} = \sqrt[6]{64} = 2. The two answers differ in sign. The standard convention in school algebra is to reduce m/n to lowest terms before evaluating, which avoids this ambiguity. In more advanced settings (complex numbers), the story is more nuanced — but for real-number algebra, always reduce first.

Radical equations and the idea of "irreversible operations"

Squaring both sides of an equation is an example of applying a non-injective (many-to-one) function to both sides. The squaring function sends both 3 and -3 to 9, so when you square both sides, you lose information about which sign was present. This is why extraneous solutions appear. The same issue arises when you multiply both sides by an expression that might be zero, or when you take the square root of both sides and forget the \pm. The common thread: applying a non-reversible operation to both sides of an equation can create or destroy solutions, and the only safeguard is to check the result in the original equation.

This idea reappears in Quadratic Equations, where the derivation of the quadratic formula involves completing the square and taking a square root — and the \pm in the formula is precisely the acknowledgement that taking the square root of both sides could have gone either way.

Where this leads next

Rational exponents and radical equations are the last algebraic tools you need before polynomials and quadratics.