Solve for base, power, or result
Exponent Calculator
This calculator solves for base, exponent, or result when you enter any two of the three fields in aโฟ. It uses Math.pow for powers, nth roots for the base, and logarithms for the exponent. It returns real numbers only and rejects negative bases with fractional exponents.
By Jeff Beem
Updated
Base, exponent & result
Enter any two values to solve for the third. Leave one field blank.
25 = 32
Expansion
2^5 = 2 ร 2 ร 2 ร 2 ร 2
Laws of exponents
Product Rule
a^n ร a^m = a^(n+m)
When bases are multiplied, exponents are added.
Quotient Rule
a^m / a^n = a^(mโn)
When bases are divided, exponents are subtracted.
Power of a Power
(a^m)^n = a^(mรn)
Exponents are multiplied when raised to another power.
Negative Exponent
a^(-n) = 1 / a^n
A negative exponent indicates the reciprocal of the base.
Formulas used
Result from base and exponent: aโฟ = a ร a ร โฆ ร a (n times), or Math.pow(a, n) for any real n.
Base from result and exponent: a = result^(1/n) (positive real result).
Exponent from base and result: n = log(result) / log(a) (a > 0, result > 0).
How to use this calculator
Enter any two of Base, Exponent, and Result; leave the third blank to solve for it. The dark results panel shows aโฟ and the full equation when the inputs are valid. Use e as base fills Euler's number (โ 2.71828) for natural exponentials; Clear empties all three fields. Side panels show Learning insight for negative exponents or base e, Expansion for integer powers 1โ12 when you solve for result, and a fixed Laws of exponents reference. Solve-for-exponent needs positive base and result; a negative base with a fractional exponent has no real answer here.
Reading the exponent solver
Exactly one of Base, Exponent, or Result must stay blank. The dark results panel updates when two valid numbers are filled. Side panels show Learning insight, Expansion (integer powers only), and a fixed Laws of exponents reference.
Solve for base or exponent
Negative exponent and base e
Exponent Calculator: Powers, Negative & Fractional Exponents
This calculator solves for base, exponent, or result when you enter any two of the three fields. It uses Math.pow and logarithms and returns real numbers only; negative bases with fractional exponents are out of scope.
What this calculator does
How the math works
- Result:Repeated multiplication for positive integers;; fractional powers via Math.pow.
- Base:Example: result 27, n 3 โ base 3.
- Exponent:Example: base 5, result 125 โ n 3.
Limits of the model
Exponent Calculator FAQ
How do I use the three input fields?
What happens when the exponent is 1?
How do you solve negative exponents?
Can an exponent be a decimal?
What is the base e in exponentiation?
How do I find the base when I know the result and exponent?
How do I find the exponent when I know the base and result?
When does the Expansion panel appear?
Mathematical Reference Note
Calculation Logic: This tool uses standard mathematical algorithms. While we strive for accuracy, errors in logic or user input can result in incorrect data.
Verification: Results should be cross-checked if used for important academic, professional, or personal calculations.
Standard Terms: This tool is provided free of charge and as-is. CalcRegistry provides no warranty regarding the accuracy or fitness of these results for your specific needs.