Skip to content
TheCalcUniverse

Exponent Calculator — Powers, Roots & Scientific Notation for Any Base

Raise any base to any power including negative, fractional, and decimal exponents. Shows expanded form, scientific notation, power-rule breakdown, and.

✓ Tested formula & cited sources Formula verified 2026-05-17 Runs in your browser — inputs never sent anywhere

See it worked out

Example — Base (b) 2, Exponent (n) 5:

Result

32

Expanded Form

2 × 2 × 2 × 2 × 2 = 32

Power Rule Breakdown

2^5 = 2^2 × 2^2 × 2^1 = 4 × 4 × 2 = 32

Base Squared (b²)

4

Root (inverse)

5th root of 2 = 1.148698355

Reciprocal (1/result)

0.03125

The formula

bⁿ = b × b × ... × b (n times) | b⁻ⁿ = 1/bⁿ | b^(m/n) = ⁿ√(bᵐ) | b⁰ = 1 | b¹ = b

b
Base
n
Exponent
bⁿ
Power (Result)

Worked example — Base (b) 2, Exponent (n) 5

Result = 32

Full explanation ↓

How Exponent Calculator Works

bⁿ = b × b × ... × b (n times) | b⁻ⁿ = 1/bⁿ | b^(m/n) = ⁿ√(bᵐ) | b⁰ = 1 | b¹ = b

Exponentiation is repeated multiplication. A positive integer exponent n means multiply the base by itself n times. A negative exponent means take the reciprocal: b⁻ⁿ = 1/bⁿ. A fractional exponent represents a root: b^(1/n) = ⁿ√b (the nth root). A zero exponent always equals 1 for any non-zero base. The exponent can be any real number, including fractions, decimals, negatives, and irrational numbers. The three fundamental laws of exponents — product rule (bᵐ × bⁿ = bᵐ⁺ⁿ), quotient rule (bᵐ ÷ bⁿ = bᵐ⁻ⁿ), and power rule ((bᵐ)ⁿ = bᵐⁿ) — enable simplification of complex exponential expressions and underpin everything from compound interest to radioactive decay to computer science (binary powers of 2).

b
BaseThe value being raised to a power. Can be positive, negative, or decimal. For negative bases with non-integer exponents, the result is generally a complex number.
n
ExponentThe power to raise the base to. Can be any real number: integer, fraction, decimal, or negative. A positive integer n means multiply b by itself n times. A negative n means take the reciprocal. A fractional n (like 1/2) means take a root.
bⁿ
Power (Result)The result of raising b to the nth power. This is the fundamental operation of exponentiation. The result may be very large, very small, a decimal, or — for negative bases with non-integer exponents — a complex number.
Exponentiation is repeated multiplication: the base multiplied by itself exponent times. The laws of exponents simplify complex expressions.

How to Use

  1. Enter the base value (positive, negative, or decimal). For negative bases, integer exponents work normally; non-integer exponents produce complex results.
  2. Enter the exponent (integer, fractional, negative, or decimal). Use 0.5 for square roots, 1/3 for cube roots (enter as 0.3333), and negative values like -2 for reciprocal squares.
  3. View the result, expanded form (for small integer exponents), and the fractional conversion for negative exponents.
  4. Check the "Base Squared" row to quickly verify b × b — useful as an arithmetic sanity check.
  5. The Power Rule Breakdown appears for integer exponents > 2 and demonstrates how b^(m+n) = b^m × b^n can decompose a large exponent into smaller, verifiable pieces.
  6. For very large (> 1 million) or very small (< 0.001) results, scientific notation is displayed automatically.
  7. Check the reciprocal (1/result) to understand the multiplicative inverse relationship.

Quick Reference

b⁰ = 1Any non-zero base to the power 0 equals 1
b¹ = bAny base to the power 1 equals itself
b⁻ⁿ = 1/bⁿNegative exponent: take the reciprocal
b^(1/n) = ⁿ√bFractional exponent: nth root (e.g., b^0.5 = √b)
Product Rulebᵐ × bⁿ = bᵐ⁺ⁿ
Quotient Rulebᵐ ÷ bⁿ = bᵐ⁻ⁿ
Power Rule(bᵐ)ⁿ = bᵐⁿ
Power of Product(ab)ⁿ = aⁿ × bⁿ
Power of Quotient(a/b)ⁿ = aⁿ / bⁿ
0⁰ is undefinedIndeterminate form — has no consistent value

Common Uses

  • Compound interest and investment growth: A = P(1+r)^t — understanding exponential growth is essential for retirement planning and loan amortization
  • Computer science and digital storage: powers of 2 define memory sizes (2^10 = 1 KB, 2^20 = 1 MB, 2^30 = 1 GB, 2^40 = 1 TB)
  • Scientific notation: expressing very large (Avogadro's number: 6.022 × 10^23) or very small (Planck length: 1.616 × 10^(-35) m) quantities
  • Population modeling: exponential growth models (P(t) = P₀ × e^(rt)) for bacteria colonies, viral spread, and demographic projections
  • Physics and engineering: radioactive decay (N = N₀ × (1/2)^(t/T)), capacitor discharge (V = V₀ × e^(-t/RC)), sound intensity (decibel scale), and earthquake magnitude (Richter scale)
  • Cryptography: RSA encryption relies on modular exponentiation with very large exponents — the difficulty of computing discrete logarithms is what keeps encrypted data secure
  • Probability: the probability of n independent events all occurring is p^n, and the expected number of trials until first success in geometric distribution involves powers

Understanding the Result

Exponents are one of the most fundamental operations in mathematics, appearing everywhere from compound interest (A = P(1+r)^n) to scientific notation (6.022 × 10^23) to geometric growth (population doubling, Moore's Law for transistors, viral spread). The laws of exponents — product rule (b^m × b^n = b^(m+n)), quotient rule (b^m ÷ b^n = b^(m-n)), and power rule ((b^m)^n = b^(mn)) — make it possible to simplify complex expressions and are the foundation of algebra. When the exponent is a fraction like 1/2, it represents the square root: b^(1/2) = √b. A negative exponent means reciprocal: b^(-n) = 1/b^n. For example, 2^(-3) = 1/2^3 = 1/8 = 0.125. Zero exponent: any non-zero number raised to the power of 0 equals 1 (b^0 = 1). This follows from the quotient rule: b^n / b^n = b^(n-n) = b^0 = 1. The calculator shows expanded form for small integer exponents, displaying the repeated multiplication explicitly. For very large results (like 2^100), scientific notation is used to keep the output readable. Exponentiation is not commutative: 2^3 = 8 but 3^2 = 9 — the order of base and exponent matters critically. In computer science, powers of 2 (2^8=256, 2^10=1024, 2^16=65536) define memory sizes and binary addressing. In finance, exponential growth via compound interest is why starting to invest early matters so much. In physics, exponential decay describes radioactive half-life, capacitor discharge, and atmospheric pressure with altitude.

Worked Examples

A biologist is tracking bacterial growth in a petri dish. The colony doubles every hour. Starting with 5 bacteria, how many will there be after 8 hours? The growth follows the formula: final = initial × 2^(hours).

base = 2 · exponent = 8

2^8 = 256

2^8 = 256. Starting with 5 bacteria, after 8 hours there will be 5 × 256 = 1,280 bacteria. The exponent 8 tells you the bacteria doubled 8 times. The calculator shows the expanded form (2 × 2 × 2 × 2 × 2 × 2 × 2 × 2 = 256) and the power rule breakdown (2^8 = 2^4 × 2^4 = 16 × 16 = 256), which helps verify the result. This exponential growth is why infections can spread so rapidly — a single bacterium can produce over a billion descendants in just 10 hours of doubling.

An investor wants to understand compound interest. If an investment grows at 7% annually, the 10-year growth multiplier is (1.07)^10. What is this multiplier?

base = 1.07 · exponent = 10

(1.07)^10 ≈ 1.9672

(1.07)^10 ≈ 1.9672. This means $10,000 invested today would grow to approximately $19,672 in 10 years at 7% annual compound interest — nearly doubling. The exponent 10 represents ten compounding periods. If the rate were 10% instead, (1.10)^10 ≈ 2.5937, meaning the money would more than double. This demonstrates why even small differences in interest rates compound to enormous differences over time.

A pharmaceutical researcher calculates the remaining amount of a drug in a patient's bloodstream. The drug has a half-life of 6 hours, meaning after 6 hours half remains. The fraction remaining after t hours is (1/2)^(t/6). After 18 hours (3 half-lives), what fraction remains? In other words, compute (1/2)^3.

base = 0.5 · exponent = 3

(1/2)^3 = 0.125 = 1/8

(1/2)^3 = 0.125 = 1/8. After 3 half-lives, only 1/8 of the original drug amount remains in the bloodstream. This is why medications have dosing schedules — to maintain therapeutic levels between doses. The fraction form (1/2)^3 = 1/8 makes it clear that each half-life halves the remaining amount. After 4 half-lives only 1/16 remains, and after 5 half-lives only 1/32 — less than 3.125% of the original dose.

An engineer needs to compute the fourth root of 81 to determine the side length of a square plot that has area 81 square meters — but let's verify that the square root relationship works: the length of one side is 81^(1/4) when the volume is 81 for a 4D hypercube. More practically, find the cube root of 27 by computing 27^(1/3).

base = 27 · exponent = 0.333333333333

27^(1/3) ≈ 3 (cube root of 27)

27^(1/3) ≈ 3. The cube root of 27 is exactly 3, because 3^3 = 27. The calculator uses the fractional exponent 1/3 (approximated as 0.3333...) to compute the cube root. This demonstrates the equivalence of roots and fractional exponents: the nth root of b equals b^(1/n). Square roots use exponent 0.5, cube roots use 0.3333..., and fourth roots use 0.25.

Frequently Asked Questions

What does a negative exponent mean in practical terms?
A negative exponent means "take the reciprocal." b^(-n) = 1/b^n. For example, 2^(-3) = 1/2^3 = 1/8 = 0.125. In physics, a negative exponent often describes decay: the intensity of light falls off as distance^(-2) (inverse square law). In chemistry, pH = -log[H+] uses a negative logarithm, which is related to negative exponents. In finance, a negative exponent in discounting tells you the present value of future money: $100 received 5 years from now at 10% is worth $100 × (1.10)^(-5) = $62.09 today.
What does a fractional exponent like 1/2 or 1/3 actually mean?
A fractional exponent represents a root. b^(1/n) = ⁿ√b (the nth root of b). For example, 8^(1/3) = ³√8 = 2 because 2^3 = 8. More generally, b^(m/n) = (ⁿ√b)^m = ⁿ√(b^m). So 8^(2/3) = (³√8)^2 = 2^2 = 4. Fractional exponents unify roots and powers into a single notation, which is why mathematicians prefer them over radical signs: the laws of exponents work identically for fractional exponents, making algebraic manipulation much cleaner.
Why is any number raised to the power of zero equal to 1?
This follows from the quotient rule of exponents. Consider b^n / b^n. Using the quotient rule: b^n / b^n = b^(n-n) = b^0. But we also know any non-zero number divided by itself equals 1. Therefore, b^0 must equal 1 for consistency. Another way to see it: the pattern b^3, b^2, b^1, b^0 divides by b each step. Starting from b^3, dividing by b gives b^2, dividing again gives b^1 = b, and dividing once more gives b^0 = b/b = 1. This holds for any non-zero b.
Is 0^0 equal to 0 or 1? Why is it undefined?
0^0 is mathematically indeterminate — different contexts give different answers. In calculus, as x → 0, the limit of x^x approaches 1, but lim(x^y) as (x,y)→(0,0) can equal any value depending on the path. In combinatorics and set theory, 0^0 is defined as 1 because there is exactly one function from the empty set to the empty set. In analysis, it is left undefined because the function f(x,y)=x^y is discontinuous at (0,0). This calculator reports "Undefined" and explains the ambiguity rather than choosing one convention.
How are exponents used in real-world computing and technology?
Exponents are everywhere in computing. Memory and storage sizes use powers of 2: 1 KB = 2^10 = 1,024 bytes, 1 MB = 2^20 ≈ 1.05 million bytes, 1 GB = 2^30, 1 TB = 2^40. IP addressing: IPv4 uses 32 bits for 2^32 ≈ 4.3 billion addresses, while IPv6 uses 128 bits for 2^128 ≈ 3.4 × 10^38 addresses. Encryption key strength is measured in bits: a 256-bit key means 2^256 possible keys — a number so large that brute-forcing it would take longer than the age of the universe. Hash functions and proof-of-work in Bitcoin rely on the one-way nature of modular exponentiation.
What is the relationship between exponents and logarithms?
Exponents and logarithms are inverse operations, just like addition/subtraction and multiplication/division. If b^n = x, then log_b(x) = n. For example, 2^5 = 32 means log_2(32) = 5. In practice, logarithms "undo" exponentiation and are essential for solving for unknown exponents. If an investment doubles every 8 years, you use logarithms to find how long until it reaches a target: t = log(goal/initial) / log(growth rate). The natural log (ln) uses base e ≈ 2.718, which appears naturally in continuous compound interest: A = P × e^(rt).

Pro Tips

  • Use fractional exponents to compute roots: enter 0.5 for square root, 0.3333 for cube root, 0.25 for fourth root. This is often faster than using a dedicated root calculator for quick checks.
  • The Product Rule (b^m × b^n = b^(m+n)) means you can decompose a large exponent into smaller ones you already know. For example, 2^16 = 2^8 × 2^8 = 256 × 256 = 65536 — the calculator shows this breakdown when possible.
  • For compound interest estimates, memorize that (1+r)^n ≈ e^(rn) for small r. At 7% over 10 years, e^0.7 ≈ 2.01 — very close to the actual 1.967. This "rule of 70" (doubling time ≈ 70 / rate%) is a quick mental check.
  • When working with negative bases, always check if your exponent is an integer. Negative base ^ integer exponent is always real (alternating signs). Negative base ^ non-integer exponent is typically complex — the calculator warns you.
  • The reciprocal of b^n is b^(-n), and vice versa. If you need 1/32, you can compute 2^(-5) = 1/32 = 0.03125. This relationship is fundamental to understanding negative exponents.

Limitations to Know

  • Very large results (exceeding roughly 1.8 × 10^308) will produce Infinity; very small results (below roughly 5 × 10^(-324)) will produce 0 due to floating-point underflow.
  • For negative bases with non-integer exponents, the result is generally a complex number — the calculator attempts to detect rational exponents with odd denominators and compute the real result.
  • Do not use for modular exponentiation (a^b mod m) used in cryptography — use a dedicated modular arithmetic tool.
  • Do not use for symbolic manipulation of exponential expressions — use a computer algebra system.
  • Do not use for extremely high precision beyond 15 significant digits — use an arbitrary-precision library like mpmath or Mathematica.
  • Do not use for matrix exponentiation (computing e^A for a matrix A) — this requires linear algebra, not scalar exponentiation.
Was this calculator helpful?
Cite this calculator

TheCalcUniverse. "Exponent Calculator — Powers, Roots & Scientific Notation for Any Base." TheCalcUniverse, 2026, https://thecalcuniverse.com/math/exponent-calculator/. Accessed July 24, 2026.

Embed this calculator on your site

Free to embed. Paste this into any HTML page — it stays up to date automatically.

Open embed ↗

You may also like

Guides that use this calculator