Enter any two of the base, the exponent, and the result to solve a^n. Use a decimal exponent for roots, a negative exponent for reciprocals, or e for Euler's number.
Formula
When n is a positive integer, exponentiation is repeated multiplication:
a^n = a × a × … × a (n times)
The other common identities this calculator uses:
a^(−n) = 1 / a^n
a^0 = 1
a^1 = a
a^(1/n) = ⁿ√a
To recover a missing exponent, take logarithms: n = log(r) / log(a). To recover a missing base, take the n-th root: a = r^(1/n). Even integer exponents with a positive result have two real bases, ±.
The default 2^5 expands as 2 × 2 × 2 × 2 × 2 = 32. Check Use e as base to compute e^n (e^1 ≈ 2.718281828459).
Examples
Default power
Base 2, exponent 5. 2 × 2 × 2 × 2 × 2 = 32.
Solve for the exponent
2^n = 32. n = log(32) / log(2) = 5. 100^n = 10 gives 0.5.
Solve for the base
a^2 = 9 has two real answers, 3 and −3. a^3 = −8 has one real answer, −2.
e as the base
e^1 = 2.718281828459. e^2 ≈ 7.3890560989307. A negative exponent gives a reciprocal: e^(−1) ≈ 0.36787944117144.
Imaginary result
(−2)^0.5 is not real. The calculator returns Unable to solve! instead of a complex number.