xⁿ

Exponentiation Calculator

Powers, roots, negative & fractional exponents — with step-by-step working

1

Calculate bn

Supports decimals, negatives, and fractions like 1/3

Any real number

Integer, decimal, or fraction

Enter base and exponent above

Formula: b^n = b × b × … (n times)  ·  Results ≥ 10¹⁵ shown in scientific notation automatically

Worked Examples

Integer
210 = 1,024
2×2 = 4
4×2 = 8
8×2 = 16
16×2 = 32
32×2 = 64
64×2 = 128
128×2 = 256
256×2 = 512
512×2 = 1,024
Fractional
271/3 = 3
27^(1/3) = ∛27
Fractional rule: a^(p/q) = ⁿ√a
∛27 = ?
3 × 3 × 3 = 27 ✓
Result = 3
Negative
2−3 = 0.125
a^(-n) = 1 / a^n
2^(-3) = 1 / 2^3
= 1 / (2×2×2)
= 1 / 8
= 0.125

Laws of Exponents — Quick Reference

Product: a^m × a^n = a^(m+n)
Quotient: a^m / a^n = a^(m−n)
Power²: (a^m)^n = a^(m×n)
Zero: a^0 = 1 (a ≠ 0)
Negative: a^(-n) = 1/a^n
Fractional: a^(p/q) = ⁿ√(a^p)

Understanding Exponentiation

Exponentiation — also called "raising to a power" — is a fundamental mathematical operation that compresses repeated multiplication into a compact notation. When we write bn, we mean the base b multiplied by itself n times. For instance, 54 = 5 × 5 × 5 × 5 = 625. The operation is ubiquitous: it governs compound interest, population growth, radioactive decay, digital storage capacities, and the speed of algorithms.

The two key components of any exponential expression are the base (the number being multiplied) and the exponent or power (how many times it is multiplied). While integer exponents are the most intuitive, the concept extends naturally to negative exponents (reciprocals), fractional exponents (roots), and even irrational or complex exponents through more advanced mathematics.

Positive Integer Exponents

A positive integer exponent n on base b simply means b multiplied by itself n times. The result grows rapidly, especially for bases greater than 1. This is the basis of exponential growth observed in nature, technology, and finance. The classic example is doubling: starting with 1 and doubling 10 times gives 1,024 — a fact central to understanding binary computing, where data is stored in powers of 2.

Negative Exponents

A negative exponent indicates a reciprocal. The rule is: a−n = 1 / an. So 10−3 = 1 / 1000 = 0.001. Negative exponents are the basis of scientific notation for small numbers — the mass of an electron is approximately 9.11 × 10−31 kilograms. They also arise naturally in unit conversions and probability calculations.

Fractional Exponents and Roots

A fractional exponent p/q combines powers and roots: a(p/q) is the q-th root of ap. The most common cases are square roots (exponent 1/2) and cube roots (exponent 1/3). For example, 64(1/2) = √64 = 8 and 125(1/3) = ∛125 = 5. Fractional exponents unify roots and powers under a single algebraic system, making it easy to apply the standard laws of exponents to root operations as well.

Laws of Exponents

The seven fundamental laws of exponents allow simplification of complex expressions:

  • Product rule: am × an = am+n — multiply same bases by adding exponents.
  • Quotient rule: am / an = am−n — divide same bases by subtracting exponents.
  • Power of a power: (am)n = am×n — raise a power to another power by multiplying.
  • Power of a product: (ab)n = an × bn — distribute the exponent across a product.
  • Zero exponent: a0 = 1 for any non-zero a.
  • Negative exponent: a−n = 1 / an.
  • Fractional exponent: a(p/q) = q-th root of ap.

Real-World Applications

Exponentiation appears across virtually every field of science and daily life. Compound interest uses the formula A = P(1 + r)t, where t is the number of compounding periods. The Richter scale for earthquakes and the decibel scale for sound are both logarithmic — meaning a difference of 1 on the scale represents a tenfold (101) increase in magnitude. Computer memory and file sizes are expressed in powers of 2 (kilobytes = 210 bytes, megabytes = 220 bytes). Population biology models exponential growth and decay with bt expressions where the base represents the growth factor.

Scientific Notation

Scientific notation writes any number as a coefficient between 1 and 10 multiplied by a power of 10. The number 6,022,000,000,000,000,000,000,000 (Avogadro's number) becomes 6.022 × 1023 — far more readable and easier to manipulate algebraically. Very small numbers like 0.000000000167 become 1.67 × 10−10. When multiplying two numbers in scientific notation, simply add the powers: (2 × 103) × (4 × 105) = 8 × 108.

Frequently Asked Questions

What is exponentiation?
Exponentiation is a mathematical operation where a base number is multiplied by itself a specified number of times, indicated by the exponent. Written as bn, it means multiply b by itself n times. For example, 24 = 2 × 2 × 2 × 2 = 16. Exponentiation is one of the five fundamental arithmetic operations and appears throughout science, engineering, finance, and computing.
What is a negative exponent?
A negative exponent means you take the reciprocal of the positive power. The rule is: a−n = 1 / an. For example, 2−3 = 1 / 23 = 1 / 8 = 0.125. Negative exponents are used extensively in scientific notation for very small numbers, such as 1.6 × 10−19 for the charge of an electron. They follow all the same exponent rules as positive powers.
What does a fractional exponent mean?
A fractional exponent represents a root. The general rule is: a(p/q) = the q-th root of ap. So a(1/2) is the square root, a(1/3) is the cube root, and a(1/4) is the fourth root. For example, 27(1/3) = ∛27 = 3, because 3 × 3 × 3 = 27. Fractional exponents unify roots and powers into a single consistent notation and obey all the standard laws of exponents.
What are the laws of exponents?
The main laws of exponents are: (1) Product rule: am × an = am+n. (2) Quotient rule: am / an = am−n. (3) Power of a power: (am)n = am×n. (4) Power of a product: (ab)n = an × bn. (5) Zero exponent: a0 = 1 for any nonzero a. (6) Negative exponent: a−n = 1/an. (7) Fractional exponent: a(p/q) = q-th root of ap. These rules allow simplification of complex exponential expressions without explicit multiplication.
What is 0 to the power of 0?
00 is mathematically indeterminate. Different branches of mathematics treat it differently. In combinatorics and some areas of algebra it is defined as 1 because it simplifies many important formulas, including the binomial theorem. In calculus and analysis it is left undefined because limits approaching 00 from different paths can yield different values. Most scientific calculators return 1 as a practical convention, but mathematically the answer depends on context.
How do I calculate large powers without a calculator?
For large powers, use repeated squaring (also called fast exponentiation). To compute 210: find 22 = 4, then 42 = 16 (that is 24), then 162 = 256 (that is 28), then 256 × 4 = 1,024 (that is 210 = 28 × 22). This method requires only a few multiplications instead of 9. For approximate answers to very large powers, use logarithms: log(an) = n × log(a), then convert back with an antilog.
What is scientific notation and when is it used?
Scientific notation expresses numbers as a coefficient between 1 and 10 multiplied by a power of 10. For example, 1,024 = 1.024 × 103, and 0.000125 = 1.25 × 10−4. It is used whenever numbers are too large or too small to be conveniently written in decimal form. Scientific notation is standard in physics (the mass of a proton is 1.67 × 10−27 kg), chemistry (Avogadro's number is 6.022 × 1023), astronomy, and engineering. Multiplying two numbers in scientific notation is easy — just multiply the coefficients and add the exponents.