Exponent Calculator
Calculate powers and exponents for any base and exponent value. Handles positive, negative, zero, and fractional exponents.
n
Enter your values above to see the results.
Tips & Notes
- ✓a⁰ = 1 for any nonzero a. This follows from the quotient rule: aⁿ/aⁿ = aⁿ⁻ⁿ = a⁰ = 1.
- ✓Negative exponent means reciprocal: 5⁻² = 1/25. Never a negative number — exponent is negative, not result.
- ✓Fractional exponent: a^(m/n) = (ⁿ√a)ᵐ. So 8^(2/3) = (∛8)² = 2² = 4.
- ✓To compare powers quickly: convert to same base. 8² vs 2⁶ → 2⁶ vs 2⁶ = equal.
- ✓Scientific notation uses powers of 10: 3.2×10⁴ = 32,000. Move decimal right for positive exponents.
Common Mistakes
- ✗Multiplying base by exponent instead of exponentiating: 3⁴ = 81, not 3×4=12.
- ✗Applying power rule wrong: (2³)⁴ = 2¹² = 4096, not 2⁷ = 128. Multiply exponents, do not add.
- ✗Adding instead of multiplying for same-base products: 2³ × 2⁴ = 2⁷, not 2¹².
- ✗Thinking negative exponent gives negative result: 2⁻³ = 1/8 = 0.125, not −8.
- ✗Forgetting order of operations: −3² = −9 (square first), but (−3)² = +9 (negate after squaring).
Exponent Calculator Overview
Exponentiation is repeated multiplication: aⁿ means multiply a by itself n times. It is the third fundamental arithmetic operation after addition and multiplication, and it grows far faster than either. This is why exponential growth and decay describe phenomena from compound interest to radioactive decay to viral spread.
The definition:
aⁿ = a × a × a × ... × a (n factors)
EX: 2⁵ = 2×2×2×2×2 = 32 | 3⁴ = 81 | 10³ = 1,000 | (−2)³ = −8 | (−2)⁴ = +16The five fundamental exponent laws:
- Product rule: aᵐ × aⁿ = aᵐ⁺ⁿ — same base, add exponents
- Quotient rule: aᵐ ÷ aⁿ = aᵐ⁻ⁿ — same base, subtract exponents
- Power of power: (aᵐ)ⁿ = aᵐⁿ — multiply exponents
- Power of product: (ab)ⁿ = aⁿbⁿ
- Power of quotient: (a/b)ⁿ = aⁿ/bⁿ
EX: 2³ × 2⁴ = 2⁷ = 128 | 5⁶ ÷ 5² = 5⁴ = 625 | (2³)⁴ = 2¹² = 4,096Zero and negative exponents:
EX: a⁰ = 1 for any a≠0 | 5⁰ = 1 | (−7)⁰ = 1 | 1000⁰ = 1
EX: a⁻ⁿ = 1/aⁿ | 2⁻³ = 1/8 = 0.125 | 10⁻⁴ = 0.0001 | 5⁻² = 0.04Negative exponents always mean reciprocal — they never produce negative results for positive bases. Fractional exponents express roots as powers:
EX: a^(1/2) = √a | a^(1/3) = ∛a | a^(m/n) = (ⁿ√a)ᵐ
EX: 8^(1/3) = ∛8 = 2 | 27^(2/3) = (∛27)² = 9 | 16^(3/4) = (⁴√16)³ = 8Comparing and ordering powers:
- Same base: compare exponents directly. 2⁵ > 2³ because 5 > 3.
- Different bases: convert or evaluate. 8² = 64 and 2⁶ = 64 are equal because 8 = 2³, so 8² = (2³)² = 2⁶.
- For large exponents, compare n×log(a) vs m×log(b). The larger product corresponds to the larger number.
- Negative base with even exponent: always positive. Odd exponent: always negative. (−3)⁴ = 81, (−3)³ = −27.
- Compound interest: A = P(1+r)ⁿ. $1,000 at 7% for 20 years grows to $3,870.
- Population doubling every 10 years: after 50 years, size = original × 2⁵ = 32 times.
- Radioactive decay at 50% per period: after 4 half-lives, 1,000g becomes 62.5g.
- Viral spread with factor R = 2: after 10 cycles, 1 case becomes 1,024.
Frequently Asked Questions
Any nonzero number raised to the power of zero equals 1. This follows from the quotient rule: aⁿ ÷ aⁿ = aⁿ⁻ⁿ = a⁰, and any number divided by itself equals 1. Example: 5³ ÷ 5³ = 125 ÷ 125 = 1, and by the rule = 5⁰ = 1. The expression 0⁰ is indeterminate — mathematicians disagree on its value, though it is often defined as 1 for combinatorial convenience.
A negative exponent means take the reciprocal, then apply the positive exponent. a⁻ⁿ = 1/aⁿ. Example: 2⁻³ = 1/2³ = 1/8 = 0.125. And 5⁻¹ = 1/5 = 0.2. Negative exponents never make the result negative — they make it a fraction. A negative exponent on a fraction: (2/3)⁻² = (3/2)² = 9/4 = 2.25. The base flips to its reciprocal and the exponent becomes positive.
A fractional exponent represents a root. a^(1/n) = ⁿ√a, and a^(m/n) = ⁿ√(aᵐ). Example: 8^(1/3) = ∛8 = 2 (cube root of 8). 27^(2/3) = (∛27)² = 3² = 9. The denominator is the root index; the numerator is the power. Order of operations: take the root first, then raise to the power — this avoids working with large intermediate numbers.
Apply the exponent to both numerator and denominator separately. (a/b)ⁿ = aⁿ/bⁿ. Example: (2/3)⁴ = 2⁴/3⁴ = 16/81. For (3/4)⁻² = (4/3)² = 16/9. When raising a fraction to a negative exponent, flip the fraction first then apply the positive exponent. This works because (a/b)⁻ⁿ = (b/a)ⁿ.
Use the power of a power rule: (aᵐ)ⁿ = aᵐˣⁿ — multiply the exponents. Example: (2³)⁴ = 2¹² = 4096. For (x²)⁵ = x¹⁰. For nested exponents without parentheses like 2^3^2, evaluate right to left by convention: 2^(3²) = 2⁹ = 512, not (2³)² = 64. This right-to-left convention is standard in mathematics but differs from some calculators — always use parentheses to avoid ambiguity.
The growth factor is 2 per doubling period. After n doublings: final = initial × 2ⁿ. Example: bacteria culture starts at 100, doubles every 3 hours. After 24 hours = 8 doubling periods → 100 × 2⁸ = 100 × 256 = 25,600 bacteria. For compound interest doubling: the Rule of 72 estimates periods to double as 72 ÷ interest rate. At 8% annual interest: 72 ÷ 8 = 9 years to double.