Exponent Calculator
Solve powers and nth root equations.
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).
When and How to Use the Exponent Calculator
Enter any two of base, exponent, and result to solve for the third. Trusted by students and educators for algebra and precalculus. Laws, definitions, and formulas are in the article below. All calculations run locally.
Workflow Tips
Solving for Base
Solving for Exponent
Negative and Fractional Exponents
Exponent Calculator: Powers, Negative & Fractional Exponents
Free exponent calculator: calculate powers, negative exponents, and fractional exponents. Power of a power rules, how to find the base of an exponent, fractional exponent solver. Laws of exponents; solve for base, exponent, or result. Trusted by students and educators. No sign-up, all calculations run locally.
How the Math Works
- a (Base):The number being multiplied repeatedly
- n (Exponent):How many times the base is used as a factor (can be negative or fractional)
- Result:The value of aⁿ
Worked example—solve for base: exponent = 3, result = 27.
- base = 271/3 = ∛27 = 3
Worked example—negative exponent: 2−3 = 1 / 2³ = 1/8 = 0.125.
Edge cases: 0⁰ is conventionally defined as 1. Negative bases with non-integer exponents produce complex numbers and are outside this calculator’s real-number scope.
How to Use This Calculator
What This Calculator Does & Who It's For
Calculator Purpose & Ideal Users
- What You'll Get:Solve for result: aⁿ from base and exponent (including negative and decimal exponents). Solve for base: a from result and exponent, how to find the base of an exponent when you know the power and result. Solve for exponent: n from base and result (e.g. what exponent gives this power?). Use e as base: Button sets base to e (≈ 2.71828) for natural exponentials. Learning insight: Negative exponent law or natural exponential note when relevant. Expansion: For small positive integer exponents, shows the repeated multiplication (e.g. 2×2×2×2×2).
- Ideal Users:Students & algebra: Laws of exponents, calculate negative exponents, fractional exponent solver, power of a power rules. Teachers: Teaching module with laws and worked examples. Anyone: Quick power and nth root (base from result and exponent) calculations.
- Scope & Limits:Real numbers only; no imaginary results (e.g. negative base with non-integer exponent is not computed). Accepts positive/negative integers and decimals; fractional exponents entered as decimals. All calculations run in your browser; no data is sent to servers.
What Is an Exponent? Exponentiation Definition
Laws of Exponents: Product, Quotient, Power of a Power
Power of a Product and Power of a Quotient
Exponent Calculator FAQ
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 of an exponent?
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.