A Lot Of Tools
Toggle language
Toggle theme

Exponent Calculator

Calculate powers, roots, and scientific notation. Apply exponent laws for multiplication, division, and power of a power operations.

Exponent Calculator

base ^ exponent = result

How to Use the Exponent Calculator

Select a calculation type (Power, Root, Scientific, or Laws) and enter the required values. The calculator handles negative exponents, fractional exponents, and applies the laws of exponents automatically.

Calculation Types

Power (x^n)

Calculate x raised to the power n. Supports any real number base and exponent. Examples: 2^10 = 1024, 5^(-2) = 0.04, 27^(1/3) = 3

Root (ⁿ√x)

Calculate the nth root of x. The square root (n=2) and cube root (n=3) are most common. Remember: ⁿ√x = x^(1/n)

Scientific Notation

Convert numbers in scientific notation (a × 10^n) to standard form. Useful for very large or very small numbers.

Exponent Laws

Apply the laws of exponents for multiplication, division, and power operations:

  • Product rule: a^m × a^n = a^(m+n)
  • Quotient rule: a^m ÷ a^n = a^(m-n)
  • Power of a power: (a^m)^n = a^(mn)

Key Exponent Rules

  • Zero exponent: a^0 = 1 (for a ≠ 0)
  • Negative exponent: a^(-n) = 1/a^n
  • Fractional exponent: a^(1/n) = ⁿ√a
  • Product of powers: (ab)^n = a^n × b^n

Worked Examples

  • Compound growth: money doubling every period follows 2^n. After 10 doublings, 2^10 = 1,024 — a single dollar becomes just over a thousand.
  • Negative exponent: 10^(-3) = 1/10^3 = 0.001, which is why milli- means one thousandth.
  • Fractional exponent: 16^(3/4) = (16^(1/4))^3 = 2^3 = 8 — take the 4th root first, then cube it.
  • Combining laws: (3^4 × 3^2) / 3^5 = 3^(4+2-5) = 3^1 = 3, with no large intermediate numbers needed.

Powers of 2 Reference (Computing)

Powers of 2 underpin memory sizes and data limits: 2^8 = 256 (one byte's values), 2^10 = 1,024 (one kibibyte), 2^16 = 65,536 (16-bit range), 2^20 = 1,048,576 (one mebibyte), 2^32 ≈ 4.29 billion (32-bit address space), and 2^64 ≈ 1.8 × 10^19.

Applications

  • Compound interest calculations
  • Population growth models
  • Radioactive decay calculations
  • Computer science (binary powers)
  • Physics and engineering

Frequently Asked Questions

How do I calculate a number with a negative exponent?+

A negative exponent means the reciprocal of the positive power: a^(-n) = 1/a^n. For example, 5^(-2) = 1/25 = 0.04. Enter the base and the negative exponent in the Power tab and the calculator returns the decimal result along with scientific notation.

What does a fractional exponent like x^(1/3) mean?+

A fractional exponent is a root: a^(1/n) equals the nth root of a, so 27^(1/3) is the cube root of 27, which is 3. More generally a^(m/n) means take the nth root and raise it to the m — for instance 16^(3/4) = 8. The calculator handles both forms directly.

What is any number raised to the power of zero?+

Any nonzero number raised to the power 0 equals 1, because the quotient rule gives a^n ÷ a^n = a^(n−n) = a^0, and any number divided by itself is 1. The expression 0^0 is undefined in most contexts, though some fields define it as 1 by convention.

Can this calculator find nth roots, not just squares and cubes?+

Yes. The Root tab computes the nth root of any positive number for any n — square roots, cube roots, 5th roots, and beyond — using the identity ⁿ√x = x^(1/n). For even roots the input must be non-negative, since even roots of negative numbers are not real.

Is the exponent calculator free and does it work in my browser?+

Yes. It is completely free with no sign-up, and every calculation runs locally in your browser — nothing is uploaded. It works on phones, tablets, and desktops, making it convenient for homework checks, exam prep, and quick engineering estimates.