Exponents Calculator

Calculate x raised to the power n for any integer, negative, or decimal base, with full step-by-step working and the sign-trap explained.

Loading calculator…

What an exponent means

An exponent (or power) tells you how many times to multiply a number by itself. In xnx^n, xx is the base and nn is the exponent:

xn=xxxn timesx^n = \underbrace{x \cdot x \cdots x}_{n \text{ times}}

For example, 34=3×3×3×3=813^4 = 3 \times 3 \times 3 \times 3 = 81 — read as "3 to the power of 4."

The sign trap: 42-4^2 vs. (4)2(-4)^2

This is one of the most common mistakes in algebra, because the two expressions look almost identical but mean different things:

ExpressionHow to read itResult
42-4^2Negate the result of 424^216-16
(4)2(-4)^2Square the number 4-41616

Without parentheses, the exponent applies only to the 44, and the minus sign is applied after squaring — so 42=(42)=16-4^2 = -(4^2) = -16. With parentheses, the minus sign is part of the base being squared, so (4)2=(4)×(4)=16(-4)^2 = (-4) \times (-4) = 16.

This calculator always reads a negative number typed into the base field as the whole base. Entering 4-4 with exponent 22 computes (4)2=16(-4)^2 = 16, the same way a graphing calculator treats a parenthesized negative base.

Tip: The sign trap disappears for odd exponents: 33=(3×3×3)=27-3^3 = -(3 \times 3 \times 3) = -27 and (3)3=(3)(3)(3)=27(-3)^3 = (-3)(-3)(-3) = -27 — both equal 27-27, because negating an odd number of times keeps the same sign either way.

Negative exponents mean reciprocals

A negative exponent does not make the result negative — it means "take the reciprocal":

xm=1xmx^{-m} = \frac{1}{x^m}

So 34=134=1810.0123463^{-4} = \frac{1}{3^4} = \frac{1}{81} \approx 0.012346 — a small positive fraction, not 81-81. This calculator shows both the exact reduced fraction and its decimal value for negative integer exponents.

Zero and one as exponents

  • x1=xx^1 = x — any number to the power 1 is itself.
  • x0=1x^0 = 1 for any nonzero xx — this holds no matter how large or small xx is.
  • 00=10^0 = 1 by convention, though it is sometimes left undefined in more advanced contexts.

Decimal bases and fractional exponents

The base does not need to be a whole number: 2.52=2.5×2.5=6.252.5^2 = 2.5 \times 2.5 = 6.25, computed exactly.

A fractional exponent represents a root: x1/n=xnx^{1/n} = \sqrt[n]{x}, and more generally xm/n=xmnx^{m/n} = \sqrt[n]{x^m}. For example, 40.5=4=24^{0.5} = \sqrt{4} = 2. This calculator gives the decimal approximation for fractional exponents — for the exact radical form (like 2\sqrt{2} instead of 1.4142135621.414213562), use the Fractional Exponents calculator.

A negative base raised to a non-integer exponent — like 4-4 to the power 0.50.5 — has no real-number result, since it is equivalent to an even root of a negative number. This calculator reports that combination as invalid rather than guessing.

The seven exponent rules

These rules apply to every base and exponent this calculator can compute:

RuleFormulaExample
Product of same basexaxb=xa+bx^a \cdot x^b = x^{a+b}2324=27=1282^3 \cdot 2^4 = 2^7 = 128
Quotient of same basexa/xb=xabx^a / x^b = x^{a-b}25/22=23=82^5 / 2^2 = 2^3 = 8
Power of a power(xa)b=xab(x^a)^b = x^{ab}(23)2=26=64(2^3)^2 = 2^6 = 64
Power of a product(xy)a=xaya(xy)^a = x^a y^a(23)2=49=36(2 \cdot 3)^2 = 4 \cdot 9 = 36
Power of a quotient(x/y)a=xa/ya(x/y)^a = x^a / y^a(4/2)2=16/4=4(4/2)^2 = 16/4 = 4
Negative exponentxa=1/xax^{-a} = 1/x^a23=1/82^{-3} = 1/8
Negative exponent of a quotient(x/y)a=(y/x)a(x/y)^{-a} = (y/x)^a(2/3)2=(3/2)2=9/4(2/3)^{-2} = (3/2)^2 = 9/4

Worked examples

Example 1 — positive integer exponent: 34=3×3×3×3=813^4 = 3 \times 3 \times 3 \times 3 = 81.

Example 2 — negative integer exponent: 34=134=1810.0123463^{-4} = \frac{1}{3^4} = \frac{1}{81} \approx 0.012346.

Example 3 — the sign trap: (4)2=16(-4)^2 = 16 (square of 4-4), while 42=16-4^2 = -16 (negative of 424^2) — same digits, opposite sign, because the parentheses change what gets squared.

Example 4 — decimal base: 2.52=6.252.5^2 = 6.25.

Where exponents show up

Exponents drive compound growth (interest that compounds over time), area and volume formulas (squaring and cubing side lengths), and scientific notation, where very large or small numbers are written as a×10na \times 10^n — see the scientific notation converter for that specific case. Square (exponent 2) and cube (exponent 3) are common enough to get their own dedicated calculators, and very large results belong on the Large Exponents calculator, which keeps every digit of a big-integer power exact.

Frequently asked questions

What is an exponent?
An exponent tells you how many times to multiply a number (the base) by itself. In xnx^n, xx is the base and nn is the exponent, so 34=3×3×3×3=813^4 = 3 \times 3 \times 3 \times 3 = 81. Exponents are also called "powers" — 343^4 reads as "3 to the power of 4."
What does a negative exponent mean?
A negative exponent means the reciprocal, not a negative number: xm=1xmx^{-m} = \frac{1}{x^m}. So 343^{-4} is not 81-81 — it is 134=1810.012346\frac{1}{3^4} = \frac{1}{81} \approx 0.012346, a small positive fraction.
Why does 0 to the power of 0 equal 1?
Mathematicians define 00=10^0 = 1 by convention because it keeps other rules (like x0=1x^0 = 1 for any nonzero xx, and the pattern in the exponent rules) consistent. Some advanced contexts leave 000^0 undefined, but for everyday algebra it is treated as 1.
What is the difference between negative 4 squared and negative-4 in parentheses squared?
They are different expressions. 42-4^2 means "negate the result of 424^2," giving 16-16. (4)2(-4)^2 means "square the number 4-4," giving 1616. This calculator treats a negative number typed into the base field as the whole base, so entering 4-4 with exponent 2 computes (4)2=16(-4)^2 = 16.
How do you calculate a fractional exponent?
A fractional exponent is a root: x1/n=xnx^{1/n} = \sqrt[n]{x}, and more generally xm/n=xmnx^{m/n} = \sqrt[n]{x^m}. For example 40.5=4=24^{0.5} = \sqrt{4} = 2. This calculator shows the decimal value; for the exact radical form, use the Fractional Exponents calculator.
What are the basic exponent rules?
The core rules are: multiply same bases by adding exponents (xaxb=xa+bx^a \cdot x^b = x^{a+b}), divide by subtracting (xa/xb=xabx^a / x^b = x^{a-b}), raise a power to a power by multiplying exponents ((xa)b=xabx^a)^b = x^{ab}), and a negative exponent flips to a reciprocal (xa=1/xax^{-a} = 1/x^a).
Can the base or the exponent be negative or a decimal?
Yes — this calculator accepts any real base and exponent, including negative and decimal values. The only restriction is a negative base combined with a non-integer exponent (like 4-4 to the power 0.50.5), which has no real-number result, since it would require an even root of a negative number.
Is 2 cubed the same as 2 times 3?
No, this is a very common mix-up. 232^3 (2 cubed) means 2×2×2=82 \times 2 \times 2 = 8, while 2×3=62 \times 3 = 6. Exponents mean repeated multiplication of the same number, not multiplication by the exponent itself.

Related calculators