Exponent Calculator
Apply exponent rules — product, quotient, power, zero, negative, fractional and the powers of products and quotients — and convert between decimal, scientific and engineering notation. Live updates as you type.
Exponent expression
Updates as you typeGrowth of aᵏ
Visualizes how the base behaves as the exponent growsValues table
| k | aᵏ | Scientific | Magnitude |
|---|
Formula
- a, b
- Bases — the numbers being raised to a power.
- m, n
- Exponents — the powers applied. May be positive, negative or fractional.
- Rule: —
- Setup: —
- Combine exponents: —
- Result: —
Negative bases combined with non-integer exponents can produce complex numbers — only real results are shown. By convention 00 = 1 in combinatorics, though it is left undefined in analysis.
Examples
How It Works
The Product rule (aᵐ × aⁿ = aᵐ⁺ⁿ) and Quotient rule (aᵐ ÷ aⁿ = aᵐ⁻ⁿ) work whenever both terms share the same base — you simply add or subtract the exponents. The Power of a power rule, (aᵐ)ⁿ = aᵐ·ⁿ, multiplies the exponents. Zero exponents always evaluate to 1 (with a ≠ 0 by convention), and negative exponents represent reciprocals: a⁻ⁿ = 1/aⁿ.
Fractional exponents bridge powers and roots: aᵐ⁄ⁿ is the n-th root of aᵐ. Fractional exponents on negative bases can produce complex numbers — this calculator only shows real results. The power of a product and power of a quotient rules distribute an outer exponent across multiplication and division: (a·b)ᵐ = aᵐ · bᵐ.
Scientific notation writes any number as a × 10ⁿ where 1 ≤ |a| < 10 — useful for very large or very small magnitudes. Engineering notation rounds n to a multiple of three so the coefficient lines up with SI prefixes (kilo, mega, giga, milli, micro, nano).
Tips & Best Practices
Frequently Asked Questions
What is an exponent?
An exponent tells you how many times to multiply a number (the base) by itself. In 2⁵ the base is 2 and the exponent is 5, so 2⁵ = 2 × 2 × 2 × 2 × 2 = 32.
Why does a⁰ = 1?
Look at the Quotient rule: aⁿ ÷ aⁿ = aⁿ⁻ⁿ = a⁰. But aⁿ ÷ aⁿ also equals 1, so a⁰ must equal 1 for any non-zero base. The expression 0⁰ is conventionally taken as 1 in combinatorics and polynomial expansion, though it is left undefined in analysis.
Can the base be negative?
Yes. (−2)³ = −8 and (−2)⁴ = 16 — odd exponents preserve the sign and even exponents make it positive. Things get tricky with fractional exponents, because (−1)^(1/2) is the imaginary unit i. This calculator only displays real results.
What is scientific notation?
Scientific notation writes a number as a × 10ⁿ where the coefficient a satisfies 1 ≤ |a| < 10. It compresses very large or very small numbers — Avogadro's constant is 6.022 × 10²³ rather than a 24-digit decimal.
How is engineering notation different from scientific notation?
Engineering notation forces the exponent to be a multiple of 3, so the coefficient sits between 1 and 1000. This lines up with SI prefixes: 4.5 × 10³ Hz is 4.5 kHz, 22 × 10⁻⁶ F is 22 μF. Scientists, electrical engineers and physicists prefer it for that reason.
What does e mean as a base?
e ≈ 2.71828 is Euler's number, the base of the natural logarithm. eˣ is the unique exponential function whose derivative equals itself, which is why it appears throughout calculus, statistics and continuous-compounding finance.