Fractional Exponents Calculator (Rational Exponents)

Compute a fractional exponent x^(n/d) as an exact simplified radical plus a decimal approximation, bridging powers and roots with full step-by-step work.

Loading calculator…

What a fractional exponent is

A fractional exponent (also called a rational exponent) writes a root using power notation:

xn/d=xnd=(xd)nx^{n/d} = \sqrt[d]{x^n} = \left(\sqrt[d]{x}\right)^n

The denominator dd tells you which root to take; the numerator nn tells you which power to raise xx to. This single notation bridges two operations that otherwise look unrelated: raising to a power and taking a root. For example, 82/38^{2/3} means "the cube root of 88 squared" — 823=643=4\sqrt[3]{8^2} = \sqrt[3]{64} = 4.

Two equivalent computation orders

Because a power and a root commute, there are two equally valid ways to evaluate xn/dx^{n/d}, and they always agree:

OrderStepsResult
Power first82/3=823=6438^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64}44
Root first82/3=(83)2=228^{2/3} = \left(\sqrt[3]{8}\right)^2 = 2^244

Both reach 44. This calculator always computes xnx^n first and then takes the ddth root of that result — the same order used by the Radicals calculator for its exact simplification — but the "root first" order gives an identical answer and is often easier to do by hand when xx is already a perfect ddth power.

Tip: Taking the root first keeps the numbers smaller when computing by hand: 83=2\sqrt[3]{8} = 2 is much easier than simplifying 643\sqrt[3]{64} from scratch — even though both paths land on the same 44.

Reducing n/d first

Before computing anything, this calculator reduces n/dn/d by their greatest common divisor — 46/44^{6/4} and 43/24^{3/2} are the same exponent, since 6/46/4 reduces to 3/23/2. Reducing first keeps the root index as small as possible, which keeps the exact radical form as simple as possible and keeps the computation fast.

One useful consequence of reducing first: nn and dd can never both be even after reduction. Any shared factor of 22 would have been divided out already. That fact is exactly what makes the sign rule below reliable.

The sign rule: real vs. imaginary

Whether a negative base gives a real or imaginary answer depends entirely on the parity of the reduced denominator dd — the root index:

Reduced ddExampleResult
Even (d=2,4,6,d = 2, 4, 6, \ldots)(4)1/2(-4)^{1/2}Imaginary: 2i2i
Odd (d=3,5,7,d = 3, 5, 7, \ldots)(8)1/3(-8)^{1/3}Real: 2-2

Even dd, negative base → imaginary. No real number raised to an even power is ever negative, so an even-index root of a negative number has no real value. Since dd can only be even here when nn is odd (see above), xnx^n keeps the original negative sign, and xnd\sqrt[d]{x^n} is imaginary: (4)1/2=4=2i(-4)^{1/2} = \sqrt{-4} = 2i.

Odd dd, negative base → real. Every real number has exactly one real ddth root when dd is odd, regardless of sign. Whether nn is even or odd here, the result is always a real number: (8)1/3=83=2(-8)^{1/3} = \sqrt[3]{-8} = -2, and (8)2/3=(8)23=643=4(-8)^{2/3} = \sqrt[3]{(-8)^2} = \sqrt[3]{64} = 4 (real either way, since d=3d = 3 is odd).

Degenerate cases

Two special inputs are worth calling out:

  • Exponent reduces to 0. Whenever the numerator you enter is 00, the fraction 0/d0/d always reduces to 0/10/1, and any nonzero base to the power 00 is 11 — the same convention used for whole-number exponents (including 00=10^0 = 1).
  • Base is 0. 00 raised to any positive power is 00, regardless of the root index — 0n/d=00^{n/d} = 0 whenever n>0n > 0.

Worked examples

Example 1: 43/2=43=64=84^{3/2} = \sqrt{4^3} = \sqrt{64} = 8 — a perfect square root of a perfect cube.

Example 2: 165/4=1654=1,048,5764=3216^{5/4} = \sqrt[4]{16^5} = \sqrt[4]{1{,}048{,}576} = 32, or more simply (164)5=25=32\left(\sqrt[4]{16}\right)^5 = 2^5 = 32.

Example 3: 82/3=823=643=48^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4, or (83)2=22=4\left(\sqrt[3]{8}\right)^2 = 2^2 = 4.

Example 4: 41/2=4=24^{1/2} = \sqrt{4} = 2 — the simplest case, a fractional exponent with numerator 11 is just a plain root.

Example 5 (imaginary): (16)1/4=164=2i(-16)^{1/4} = \sqrt[4]{-16} = 2i, since the reduced denominator 44 is even and the base is negative.

Fractional exponents bridge powers and roots

A fractional exponent is not a new operation — it is a compact way to write a root using exponent notation, and it obeys the same exponent rules as whole numbers (e.g. xaxb=xa+bx^{a} \cdot x^{b} = x^{a+b} still holds for fractional aa and bb). Setting d=1d = 1 collapses xn/1x^{n/1} down to an ordinary whole-number power, handled directly by the Exponents calculator; setting n=1n = 1 collapses x1/dx^{1/d} down to a plain ddth root, handled by the Radicals calculator (or its fixed-index sibling, the Square Root calculator, when d=2d = 2). This calculator generalizes both into the single xn/dx^{n/d} form.

Frequently asked questions

What is a fractional exponent?
A fractional (rational) exponent writes a root as a power: xn/d=xndx^{n/d} = \sqrt[d]{x^n}. The denominator dd says which root to take, and the numerator nn says which power to raise xx to first. For example 82/3=823=643=48^{2/3} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4.
Does it matter whether I raise to the power first or take the root first?
No — xn/d=xnd=(xd)nx^{n/d} = \sqrt[d]{x^n} = \left(\sqrt[d]{x}\right)^n always give the same answer, since a power and a root commute. 82/38^{2/3} can be computed as 823=643=4\sqrt[3]{8^2} = \sqrt[3]{64} = 4, or as (83)2=22=4\left(\sqrt[3]{8}\right)^2 = 2^2 = 4 — same result either way. This calculator computes xnx^n first, then takes the ddth root, but either order is mathematically valid.
Why do you reduce n/d before computing?
A fraction and its reduced form represent the exact same exponent — 46/44^{6/4} and 43/24^{3/2} are the same number, since 6/46/4 reduces to 3/23/2. Reducing first (dividing both by their greatest common divisor) keeps the numbers small, which keeps the root index low and the exact radical form as simple as possible.
Why does a negative base sometimes give an imaginary result?
It depends on the reduced denominator dd — the root index. If dd is even, taking that root of a negative number has no real answer (no real number raised to an even power is negative), so the result is imaginary: (4)1/2=4=2i(-4)^{1/2} = \sqrt{-4} = 2i. If dd is odd, every real number has exactly one real ddth root, so the result stays real: (8)1/3=83=2(-8)^{1/3} = \sqrt[3]{-8} = -2.
Can both n and d be even after reducing?
No. Reducing n/dn/d by their greatest common divisor removes every factor the two share — including any shared factor of 2. So after reduction, nn and dd can never both be even. That's why checking only the reduced denominator's parity is enough to decide real vs. imaginary; whenever dd is even, nn is guaranteed odd, so xnx^n keeps xx's original sign.
What happens when the exponent reduces to 0?
Any nonzero base raised to the power 00 equals 11, by the same rule used for whole-number exponents: x0/d=x0=1x^{0/d} = x^0 = 1. This includes 00=10^0 = 1 by the usual convention. It happens whenever the numerator you enter is 00, since 0/d0/d always reduces to 0/10/1.
How is this different from the Exponents and Radicals calculators?
The [Exponents calculator](/en/calculators/algebra/exponents) handles whole-number powers (xnx^n), and the [Radicals calculator](/en/calculators/algebra/radicals) handles whole-number roots (xd\sqrt[d]{x}). This calculator is the bridge between them: a fractional exponent xn/dx^{n/d} is literally a root of a power, so it generalizes both — set d=1d = 1 and it's just xnx^n; set n=1n = 1 and it's just xd\sqrt[d]{x}.

Related calculators