Exponent Calculator

Calculate powers, exponents, and roots with step-by-step solutions. Free online exponent calculator with scientific notation support.

Basic PowerCalculate $a^n$ with step-by-step expansion
Calculate $a^n$ with step-by-step expansion
Results
Click "Calculate" to see the detailed steps.

Recent Calculations

No calculations yet โ€” your last 6 will show up here.

Exponent Calculator

This free online exponent calculator computes powers ($a^n$), nth roots ($\sqrt[n]{a}$), and converts between decimal and scientific notation, all in your browser with no signup required.

What is Exponentiation? Exponentiation is a mathematical operation where a number (the base) is multiplied by itself a certain number of times (the exponent). Written as $a^n$, it means "multiply $a$ by itself $n$ times."
Basic Power Mode Enter a base and an exponent to compute $a^n$:

- Positive integer exponents: $2^5 = 2 \times 2 \times 2 \times 2 \times 2 = 32$ (step-by-step expansion shown) - Negative exponents: $2^{-3} = \frac{1}{2^3} = \frac{1}{8} = 0.125$ - Fractional exponents: $8^{\frac{2}{3}} = \sqrt[3]{8^2} = \sqrt[3]{64} = 4$

Nth Root Mode Calculate the nth root of any number: $\sqrt[n]{a} = a^{\frac{1}{n}}$. Supports any positive integer root degree.
Scientific Notation Mode Convert between standard decimal notation and scientific notation $a \times 10^b$, where $1 \le |a| < 10$. Useful for representing very large or very small numbers.
Exponent Rules The calculator applies these fundamental exponent properties:

$$a^m \times a^n = a^{m+n}$$ $$\frac{a^m}{a^n} = a^{m-n}$$ $$(a^m)^n = a^{m \times n}$$ $$(ab)^n = a^n \times b^n$$ $$\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}$$ $$a^{-n} = \frac{1}{a^n}$$ $$a^{\frac{m}{n}} = \sqrt[n]{a^m}$$ $$a^0 = 1 \quad (a \neq 0)$$

Applications Exponentiation is fundamental across many fields:

- Compound Interest: $A = P(1 + r)^t$ โ€” exponential growth in finance - Population Growth: $P(t) = P_0 e^{rt}$ โ€” biological and demographic modeling - Scientific Measurement: pH scale ($-\log[H^+]$), Richter scale, decibels - Computer Science: Binary representation, algorithm complexity ($O(n^2)$, $O(2^n)$) - Physics: Radioactive decay, inverse-square laws, wave functions - Engineering: Signal processing, exponential smoothing, error analysis

Privacy & Performance All calculations run locally in your browser. No data is transmitted, logged, or stored on any server. Results appear instantly with no page reloads.
๐Ÿ”’ Client-side onlyโšก Web Worker processing๐ŸŒ Works offline๐Ÿ›ก๏ธ Zero server logs

Frequently Asked Questions

Got questions about exponents, powers, or how to use this calculator? We've got answers.

What is an exponent?

An exponent (or power) indicates how many times a number (the base) is multiplied by itself. In $a^n$, $a$ is the base and $n$ is the exponent. For example, $2^3 = 2 \times 2 \times 2 = 8$.

How do negative exponents work?

A negative exponent means the reciprocal of the base raised to the positive exponent: $a^{-n} = \frac{1}{a^n}$ (for $a \neq 0$). For example, $2^{-3} = \frac{1}{2^3} = \frac{1}{8} = 0.125$.

What about fractional exponents?

A fractional exponent like $a^{m/n}$ means the nth root of $a^m$: $a^{m/n} = \sqrt[n]{a^m}$. For example, $8^{2/3} = (\sqrt[3]{8})^2 = 2^2 = 4$. The numerator indicates a power and the denominator indicates a root.

What is scientific notation?

Scientific notation expresses numbers as $a \times 10^b$, where $1 \leq |a| < 10$ and $b$ is an integer. For example, $1234 = 1.234 \times 10^3$ and $0.00056 = 5.6 \times 10^{-4}$. It simplifies working with very large or very small numbers.

How do I calculate the nth root?

The nth root of a number $a$, written $\sqrt[n]{a}$, is the value that when raised to the power of $n$ gives $a$. It is equivalent to $a^{1/n}$. For example, $\sqrt[3]{8} = 2$ because $2^3 = 8$.

What are the basic exponent rules?

The key exponent rules are: $a^m \times a^n = a^{m+n}$ (product rule), $a^m / a^n = a^{m-n}$ (quotient rule), $(a^m)^n = a^{m \times n}$ (power rule), $(ab)^n = a^n \times b^n$ (power of a product), and $a^0 = 1$ (for $a \neq 0$).

What happens when the base is zero?

Zero raised to any positive exponent equals zero: $0^n = 0$ for $n > 0$. Zero raised to a negative exponent is undefined (division by zero). The expression $0^0$ is mathematically indeterminate.

Is this calculator private?

Yes. All calculations run locally in your browser. No data is transmitted, logged, or stored on any server.