Calculate Fractional Exponent

Raise a fraction to a whole or fractional exponent

Base
^
Exponent

Quick answer

To raise a fraction to a power: apply the exponent to numerator and denominator separately. (a/b)ⁿ = aⁿ/bⁿ. For fractional exponents, p/q means the q-th root of the p-th power. Negative exponents flip the fraction first.

How to use this calculator

Enter the base fraction (numerator and denominator) and the exponent as a fraction (for a whole exponent like 3, enter 3 and 1). The calculator returns the simplified result, the decimal value, and step-by-step workings.

Positive whole exponent

The rule: raise both numerator and denominator to the same power.

$$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$

$$\left(\frac{3}{4}\right)^2 = \frac{3^2}{4^2} = \frac{9}{16}$$

This works because (a/b)^n means multiplying the fraction by itself n times: (a/b)×(a/b)×…×(a/b). The numerators multiply to give a^n and the denominators multiply to give b^n.

Negative exponent

A negative exponent means take the reciprocal, then apply the positive exponent:

$$\left(\frac{a}{b}\right)^{-n} = \left(\frac{b}{a}\right)^n = \frac{b^n}{a^n}$$

$$\left(\frac{2}{3}\right)^{-1} = \frac{3}{2}$$

(2/3)^−1 = 3/2. (3/4)^−2 = (4/3)^2 = 16/9. The negative sign in the exponent always means "flip the fraction first."

Fractional exponent (roots)

A fractional exponent p/q combines a power (p) and a root (q):

$$\left(\frac{a}{b}\right)^{p/q} = \sqrt[q]{\left(\frac{a}{b}\right)^p} = \frac{\sqrt[q]{a^p}}{\sqrt[q]{b^p}}$$

The exponent 1/2 is the square root, 1/3 is the cube root, and so on:

$$\left(\frac{a}{b}\right)^{1/2} = \sqrt{\frac{a}{b}} = \frac{\sqrt{a}}{\sqrt{b}}$$

$$\left(\frac{4}{9}\right)^{1/2} = \frac{\sqrt{4}}{\sqrt{9}} = \frac{2}{3}$$

For a combined power and root:

$$\left(\frac{8}{27}\right)^{2/3} = \left(\frac{\sqrt[3]{8}}{\sqrt[3]{27}}\right)^2 = \left(\frac{2}{3}\right)^2 = \frac{4}{9}$$

(8/27)^(2/3): find the cube root of each part first (2/3), then square: 4/9.

Fractional exponentMeaningExample
1/2Square root(4/9)^(1/2) = 2/3
1/3Cube root(8/27)^(1/3) = 2/3
1/nn-th root(a/b)^(1/n) = ⁿ√(a/b)
2/3Cube root, then square(8/27)^(2/3) = 4/9
3/2Square root, then cube(4/9)^(3/2) = 8/27

Zero exponent

Any non-zero fraction raised to the power 0 equals 1:

$$\left(\frac{a}{b}\right)^0 = 1 \quad (a \neq 0)$$

This follows from the exponent rule: a^n / a^n = 1 = a^(n−n) = a^0.

Worked examples

Example 1: (2/5)^3

Raise each part to the 3rd power: 2^3 = 8, 5^3 = 125. Result: 8/125. Decimal: 0.064.

Example 2: (3/4)^−2

Negative exponent → flip: (4/3)^2 = 16/9 = 1.777…

Example 3: (1/4)^(1/2)

Square root: √1/√4 = 1/2. Decimal: 0.5.

Example 4: (27/8)^(2/3)

Cube root first: ∛27/∛8 = 3/2. Then square: (3/2)^2 = 9/4 = 2.25.

Common mistakes

Applying the exponent only to the numerator

(3/4)^2 ≠ 9/4. The exponent applies to both parts: 3^2 = 9 and 4^2 = 16, so (3/4)^2 = 9/16.

Misinterpreting a fractional exponent as a fraction

(4/9)^(1/2) is NOT the same as (4/9) × (1/2) = 2/9. The exponent 1/2 means square root: √4/√9 = 2/3.

Forgetting to simplify the result

After raising to a power, always simplify the resulting fraction with the GCD. (6/10)^2 = 36/100 → GCD = 4 → 9/25.

Frequently asked questions

How do you raise a fraction to a power?

Apply the exponent to both numerator and denominator separately. (a/b)^n = a^n / b^n. Simplify the result.

What does a fractional exponent mean?

p/q means raise to the p-th power and take the q-th root. (a/b)^(1/2) = square root, (a/b)^(1/3) = cube root.

What is (2/3)^3?

2^3 / 3^3 = 8/27 ≈ 0.296.

What is a negative fraction exponent?

Take the reciprocal first: (a/b)^(−n) = (b/a)^n. Example: (3/4)^(−2) = (4/3)^2 = 16/9.