Exponentiation has three flavors you encounter in real life: powers ($x^n$ where $n$ is a positive integer — squaring, cubing, compound growth), roots (fractional exponents like $x^{1/2}$ for square root), and reciprocals (negative exponents like $x^{-1}$, which equals $1/x$). All three are the same operation with different shapes of exponent, and this calculator handles any real exponent with an explanation of what the operation means.
The rules, briefly
The last two are where fractional exponents come from: if $(x^{1/2})^2 = x^{1/2 \cdot 2} = x^1 = x$, then $x^{1/2}$ must be the square root of $x$, because its square is $x$.
Example: compound growth
A sum of $1000 invested at 5% annual interest compounded yearly becomes, after $t$ years:
After 10 years: $1000 \cdot 1.05^{10} \approx 1628.89$. After 30 years: $1000 \cdot 1.05^{30} \approx 4321.94$. The exponent is the number of compounding periods; the base is $1 + \text{rate}$. For the percentage change each year directly, the percentage calculator handles the one-step case.
Example: fractional exponent as a root
The tenth root of 1024 is the number that, raised to the 10th power, gives 1024:
Because $2^{10} = 1024$. Fractional exponents are roots, nothing more.
Common patterns
- Squaring ($x^2$): area of a square of side $x$, variance formulas, standard Pythagorean work
- Cubing ($x^3$): volume of a cube, the cube law in finance (variance of variance)
- Square root ($x^{1/2}$): side of a square with area $x$, standard deviation from variance, Pythagorean side solving
- Cube root ($x^{1/3}$): side of a cube with volume $x$
- Reciprocal ($x^{-1}$): frequency from period, resistance from conductance, $1/x$ for any purpose
What this tool does not do
It does not handle complex numbers — a negative base with a non-integer exponent throws an error rather than returning a silent NaN. For symbolic math (showing that $\sqrt{18}$ equals $3\sqrt{2}$ exactly), use a computer algebra system. For the inverse problem of $b^x = y$ (solving for $x$), use the logarithm calculator. This tool gives you the numerical answer, with enough decimal precision for practical work.