How to use the Exponent Calculator
- Enter the base value.
- Enter the exponent; use a fraction such as 0.5 for roots.
- Read the result and its scientific-notation form for very large or small outputs.
- Check the reciprocal row when you need the negative power.
How the calculation works
A positive integer exponent is repeated multiplication, but the definition generalises cleanly. A negative exponent is the reciprocal — x⁻ⁿ = 1/xⁿ — because dividing repeatedly is the inverse of multiplying repeatedly. A fractional exponent is a root: x^(1/n) is the nth root of x, and x^(m/n) is the nth root raised to the mth power. Anything to the power zero is 1, which follows from xⁿ ÷ xⁿ = x⁰ = 1.
The laws that follow are what make exponents so useful: multiplying powers of the same base adds exponents, dividing subtracts them, and raising a power to a power multiplies them. These rules are why logarithms turn multiplication into addition, and why exponential growth models — compound interest, populations, viral spread — all share the same algebra.
Watch the magnitude. Doubling repeatedly reaches astronomical figures fast: 2⁶⁴ exceeds 1.8 × 10¹⁹, which is why the classic wheat-on-a-chessboard problem bankrupts the king. Beyond about 1.8 × 10³⁰⁸ the result exceeds double-precision range and shows as infinity.
xᵃ × xᵇ = xᵃ⁺ᵇ ; (xᵃ)ᵇ = xᵃᵇ ; x⁻ⁿ = 1/xⁿ ; x^(m/n) = ⁿ√(xᵐ)Source: Standard laws of exponents; IEEE 754 double-precision range limits.
Worked example
Estimating storage growth at 35% a year over eight years.
- Base = 1.35, exponent = 8.
- 1.35⁸ = 11.03.
- Multiply current capacity by that factor.
An eleven-fold increase — 20 TB today becomes roughly 220 TB in eight years.
Frequently asked questions
What does a fractional exponent mean?+
A root. x^(1/3) is the cube root of x; x^(2/3) is the cube root squared.
Why is anything to the power zero equal to one?+
Because xⁿ ÷ xⁿ = x⁰, and any non-zero value divided by itself is 1.
Can the base be negative?+
Yes for integer exponents. Fractional exponents of negative bases are undefined in real numbers.
Why does a huge result show as infinity?+
It exceeded the maximum double-precision value of about 1.8 × 10³⁰⁸.
Last reviewed September 1, 2026. We review this page whenever the underlying formula, tax year, published rate or standard changes.