Rational Exponents Calculator

Evaluate a^(m/n) for any base and rational exponent, and see the equivalent radical forms (ⁿ√a)^m = ⁿ√(a^m).

Quick Facts

Core definition
a^(m/n) = (ⁿ√a)^m = ⁿ√(a^m)
The denominator n is the root index; the numerator m is the power.
Unit fraction case
a^(1/n) = ⁿ√a
When m = 1, a rational exponent is just an n-th root.
Negative exponent
a^(-m/n) = 1 / a^(m/n)
A negative rational exponent means take the reciprocal.
Domain rule
Even root of a negative base is undefined
Real n-th roots of negative numbers only exist when n is odd.

Your Results

Calculated
Result
-
a^(m/n) as a decimal value
Radical form
-
(ⁿ√a)^m
Alternate radical form
-
ⁿ√(a^m)
Reduced exponent
-
m/n in lowest terms

Ready

Enter a base, numerator, and denominator, then press Calculate.

Formula and Method for Rational Exponents

A rational exponent is a power expressed as a fraction, m/n, instead of a whole number. By definition, a^(m/n) = (ⁿ√a)^m = ⁿ√(a^m): the denominator n tells you which root to take (square root, cube root, and so on), and the numerator m tells you what power to raise that root to. This calculator evaluates a^(m/n) for any base and any integer numerator and root index, and shows both equivalent radical forms.

How the calculation works

Enter the base a, the numerator m, and the denominator n. The calculator first reduces m/n to lowest terms using the greatest common divisor, since the domain of the expression depends on the reduced root index — for example, 4/8 must be treated as 1/2 before checking whether an even root of a negative number is involved. It then computes the n-th root of a (using a sign-aware root so that odd roots of negative numbers, like the cube root of -8, come out correctly as -2) and raises that root to the m-th power: a^(m/n) = (ⁿ√a)^m. When m = 0 the result is simply 1 (for any nonzero base), and when m is negative the result is the reciprocal of the positive-exponent case, since a^(-m/n) = 1/a^(m/n).

Domain restrictions and common mistakes

  • Even root of a negative base: once m/n is reduced to lowest terms, if a is negative and n is even (as in a square root or fourth root), there is no real result — only a complex one. The calculator flags this as invalid.
  • Reduce before you check the domain: (-8)^(2/4) looks like an even power over an even root, but 2/4 reduces to 1/2, so it is really the square root of -8 — undefined. Always simplify the fraction first.
  • Zero to a non-positive power: 0^0 and 0 raised to a negative exponent are undefined, since a negative exponent would require dividing by zero.
  • Mixing up numerator and denominator: the denominator n is the root (index), and the numerator m is the power. a^(1/3) is a cube root, not a cube.

Checking your result

A quick sanity check: for a positive base greater than 1, a^(m/n) should be greater than 1 when m/n is positive and less than 1 when m/n is negative. For 0 < a < 1, that relationship flips. You can also verify by working backward — raise your result to the n-th power and confirm you get a^m back (within rounding).

Real-world applications

Rational exponents show up whenever a formula mixes roots and powers into one expression: compound growth and half-life formulas, engineering scaling laws (like the square-cube law), geometry formulas involving radii and volumes, and algebra and calculus problems where writing a root as a fractional power makes it easier to apply the power rule for differentiation or integration.

Frequently Asked Questions

What does a rational exponent mean?
A rational exponent a^(m/n) means take the n-th root of a and raise it to the m-th power: a^(m/n) = (ⁿ√a)^m = ⁿ√(a^m). For example, 8^(2/3) = (³√8)² = 2² = 4.
What happens if the base is negative and the reduced root index is even?
There is no real result. An even root of a negative number (such as a square root or fourth root) is not a real number, so the calculator flags this as undefined once the exponent is reduced to lowest terms.
What does a negative rational exponent mean?
A negative exponent means take the reciprocal: a^(-m/n) = 1 / a^(m/n), for a ≠ 0. For example, 8^(-2/3) = 1 / 8^(2/3) = 1/4.
How do you simplify a rational exponent like 4/8?
Divide the numerator and denominator by their greatest common divisor. 4/8 simplifies to 1/2, so a^(4/8) equals a^(1/2), the square root of a.