Exponent Calculator

Calculate any base raised to any exponent with step-by-step working. Supports negative and fractional exponents with a properties reference.

Ad
Ad

About Exponent Calculator

Calculate any base raised to any exponent and see the result with step-by-step expanded multiplication. Supports positive, negative, zero, and fractional exponents. A built-in properties reference card covers all the rules you need for algebra and beyond.

What Does "Raising to a Power" Mean?

An exponent tells you how many times to multiply the base by itself:

x^n = x × x × x × ... (n times)

Examples:

  • 3^4 = 3 × 3 × 3 × 3 = 81
  • 2^10 = 1,024
  • 5^3 = 125
  • 10^6 = 1,000,000

For small integer exponents, the calculator expands every multiplication step. For larger exponents, it shows the formula substitution and final result.

The Eight Exponent Rules

These rules are the foundation of algebra and appear on virtually every standardised maths exam:

RuleFormulaExample
Zero exponentx^0 = 1 (x ≠ 0)7^0 = 1
Identityx^1 = x42^1 = 42
Negative exponentx^(-n) = 1 / x^n2^(-3) = 1/8 = 0.125
Product of powersx^a × x^b = x^(a+b)2^3 × 2^4 = 2^7 = 128
Quotient of powersx^a / x^b = x^(a-b)5^6 / 5^2 = 5^4 = 625
Power of a power(x^a)^b = x^(a×b)(3^2)^3 = 3^6 = 729
Power of a product(xy)^n = x^n × y^n(2×5)^3 = 2^3 × 5^3 = 1,000
Fractional exponentx^(a/b) = b-th root of x^a8^(2/3) = (cube root of 8)^2 = 4

How Do Negative Exponents Work?

A negative exponent flips the base to its reciprocal, then applies the positive power:

x^(-n) = 1 / x^n

Worked example: Calculate 4^(-3)

  1. Rewrite as a reciprocal: 4^(-3) = 1 / 4^3
  2. Calculate 4^3: 4 × 4 × 4 = 64
  3. Result: 1/64 = 0.015625

More examples:

ExpressionReciprocal FormResult
10^(-1)1/100.1
2^(-4)1/160.0625
5^(-2)1/250.04
3^(-3)1/270.037037...

How Do Fractional Exponents Work?

A fractional exponent combines a root and a power. The denominator is the root index, and the numerator is the power:

x^(a/b) = (b-th root of x)^a

Worked example: Calculate 27^(2/3)

  1. The denominator 3 means cube root: cube root of 27 = 3
  2. The numerator 2 means square: 3^2 = 9
  3. Result: 27^(2/3) = 9

Common fractional exponents:

ExponentEquivalent RootExample
x^(1/2)Square root of x49^(1/2) = 7
x^(1/3)Cube root of x64^(1/3) = 4
x^(1/4)Fourth root of x81^(1/4) = 3
x^(3/2)Square root of x, cubed4^(3/2) = 8
x^(-1/2)1 / square root of x9^(-1/2) = 1/3

For dedicated root calculations with radical simplification, the square root calculator shows simplified forms like 6√2.

Powers of Common Bases

These values appear frequently in maths, science, and computing:

n2^n3^n5^n10^n
01111
123510
24925100
38271251,000
4168162510,000
5322433,125100,000
66472915,6251,000,000
71282,18778,12510,000,000
82566,561390,625100,000,000
951219,6831,953,1251,000,000,000
101,02459,0499,765,62510,000,000,000

Powers of 2 are especially important in computer science. 2^10 = 1,024 is approximately one thousand (1 KB), 2^20 ≈ one million (1 MB), and 2^30 ≈ one billion (1 GB).

The Special Case of 0^0

Zero raised to the zero power is one of the most debated expressions in maths. In combinatorics and most programming languages, 0^0 is defined as 1. This convention makes formulas like the binomial theorem and power series work cleanly. However, in analysis and calculus, 0^0 is considered an indeterminate form because different limits can approach different values.

The calculator flags 0^0 as a special case and shows the conventional result of 1 with an explanation.

Where Exponents Appear in Real Life

ApplicationFormulaHow Exponents Are Used
Compound interestA = P(1 + r/n)^(nt)Money grows exponentially over time
Population growthP = P₀ × e^(rt)Bacteria double at a fixed rate
Radioactive decayN = N₀ × (1/2)^(t/h)Half-life means halving repeatedly
Computer storage2^10, 2^20, 2^30KB, MB, GB are all powers of 2
Sound intensitydB = 10 × log₁₀(I/I₀)Decibels use logarithmic (inverse of exponential) scale
Earthquake magnitudeEach +1 = 10× energyRichter scale is a power of 10 scale

Exponents vs Logarithms

Exponents and logarithms are inverse operations. If you know that 2^8 = 256, then log₂(256) = 8. Exponents answer "what do I get when I multiply the base by itself n times?" while logarithms answer "how many times must I multiply the base to reach this number?"

Exponential FormLogarithmic Form
2^8 = 256log₂(256) = 8
10^3 = 1,000log₁₀(1,000) = 3
e^1 = 2.718ln(2.718) = 1
5^4 = 625log₅(625) = 4

For logarithm calculations, the log calculator supports any base with step-by-step working. To express results in scientific notation, the scientific notation calculator handles conversions and arithmetic.

All calculations run in your browser. No data is sent to any server.

Frequently Asked Questions

What is 0 raised to the power of 0?

0^0 is an indeterminate form in mathematics. It is conventionally defined as 1 in combinatorics and many programming languages, but the calculator flags it as a special case since it has no single universally agreed value.

Can I use negative exponents?

Yes. A negative exponent means the reciprocal of the positive power. For example, 2^(-3) equals 1 divided by 2^3, which is 1/8 or 0.125.

What about fractional exponents?

Fractional exponents represent roots. For example, x^(1/2) is the square root of x, x^(1/3) is the cube root, and x^(3/2) means the square root of x cubed.

How large can the numbers be?

The calculator uses standard JavaScript floating-point math, so it works accurately up to about 15 significant digits. Very large results may show as Infinity.

What exponent rules does the reference cover?

The properties section covers zero exponent, identity, negative exponents, product of powers, quotient of powers, power of a power, power of a product, and fractional exponents.

Link to this tool

Copy this HTML to link to this tool from your website or blog.

<a href="https://toolboxkit.io/tools/exponent-calculator/" title="Exponent Calculator - Free Online Tool">Try Exponent Calculator on ToolboxKit.io</a>