Built and fact-checked by the DocNectar team — see our editorial standards
Key Features
Instant Calculation
Get accurate results in real time with our optimized algorithm.
Mobile Friendly
Fully responsive design. Works on all devices & screen sizes.
Privacy Focused
Your data stays on your device. We don't store any inputs.
100% Free
No hidden costs. This tool is completely free forever.
A fractional (rational) exponent, written a^(m/n), is the bridge that connects two ideas that look completely different on the surface — exponents and radicals (roots) — into one unified notation. It means "take the n-th root of a, then raise that result to the m power" (or equivalently, raise a to the m power first, then take the n-th root — both orders give the same final answer for a positive base). This notation shows up throughout algebra and calculus (simplifying expressions with roots by converting them to exponent form, which follows the ordinary exponent rules more easily), physics and engineering formulas (many physical relationships, like the period of a pendulum or scaling laws in fluid dynamics, naturally involve non-integer exponents), and computer science (efficient algorithms for computing roots often work internally with fractional exponents).
How it works
Enter the base a and the exponent as a numerator m and denominator n, forming a^(m/n). The calculator rewrites this as (ⁿ√a)^m — first taking the n-th root of the base, then raising that result to the m power — and computes the resulting decimal value. This works because a^(m/n) is defined, by the standard rules of exponents, exactly as (a^(1/n))^m, and a^(1/n) is itself defined as the n-th root of a.
- Enter base (a).
- Enter exponent numerator (m).
- Enter exponent denominator (n).
- Click Calculate to see your results.
Examples
8^(2/3)
The cube root (n=3) of 8 is 2, since 2³=8. Then raise that to the m=2 power: 2² = 4.
16^(3/4)
The 4th root (n=4) of 16 is 2, since 2⁴=16. Then raise that to the m=3 power: 2³ = 8.
(-8)^(1/3)
The cube root (n=3, an odd index) of -8 is -2, since (-2)³=-8. Since m=1, the result is simply -2 — a valid real result because the root index is odd, so a negative base is allowed.
Who should use it
- Simplifying an algebraic expression that mixes roots and exponents.
- Evaluating a physics or engineering formula with a fractional power.
- Algebra and pre-calculus coursework on rational exponents.
Industry applications
- Algebra and pre-calculus education
- Physics and engineering formulas with non-integer exponents
Advantages
- Connects radical and exponent notation into one consistent, computable form.
- Handles both positive and (where valid) negative bases correctly.
Limitations
- An even root index applied to a negative base has no real-number result and must be flagged rather than computed.
Common mistakes to avoid
- Applying the root and the power in the wrong order — though for positive bases the final value comes out the same either way, it can matter for how manageable the intermediate numbers are.
- Forgetting to check whether the root index (n) is even before allowing a negative base — an even-indexed root of a negative number has no real result.
- Confusing the numerator and denominator's roles — the denominator (n) selects the root, while the numerator (m) selects the power, not the other way around.
Best practices
- Take the root first, then apply the power, to keep intermediate numbers smaller and more manageable.
- Always check the sign of the base against the root index's parity (odd or even) before expecting a real-number answer.
- Simplify the fractional exponent to lowest terms first when working by hand, to minimize arithmetic complexity.
Tips
- Need to divide two radical expressions instead? Use the Dividing Radicals Calculator.