StatGardenREF. DESK
Calculators/Maths/Exponents & roots
Maths

Exponents & roots calculator

Powers, nth roots and scientific notation of the result.

What this calculator does

An exponent counts repeated multiplication, but the idea extends well beyond whole numbers. Fractional exponents are roots, negative exponents are reciprocals, and a zero exponent always gives one. That consistency is what makes exponents work across the whole number line rather than just the counting numbers.

This calculator handles all of those cases from the same two inputs, and reports the result in scientific notation as well, since powers grow large quickly enough that plain decimal notation stops being readable.

The formula

Formulaaⁿ = a×a×… (n times); ⁿ√a = a^(1/n); a^−n = 1/aⁿ

Raising to the power n multiplies the base by itself n times for whole numbers. A fractional exponent 1/n is the nth root, since taking that root n times returns the original. A negative exponent is the reciprocal of the positive power, which follows from the rule that dividing powers subtracts exponents.

TermMeaning
BaseThe number being raised to a power.
ExponentThe power: how many times the base multiplies itself.
nth rootThe inverse operation: a^(1/n).
Reciprocal powera⁻ⁿ = 1 ÷ aⁿ.

The inputs explained

FieldWhat to enter
BaseThe base. Negative bases with fractional exponents give undefined results in real arithmetic.
ExponentThe exponent. Fractions give roots, negatives give reciprocals, and zero always gives one.

When to use it

Calculating compound growth

Growth over n periods raises the multiplier to the nth power. It is the same arithmetic that underlies compound interest.

Working with very large or small numbers

The scientific notation output keeps results readable when powers grow beyond what plain decimals convey. 2^64 means little as a digit string, and a great deal as 1.845 × 10¹⁹.

Finding roots

The nth root line inverts the power. Square and cube roots are given separately since they come up most often.

Understanding binary scales

Powers of two describe memory, addressing and doubling processes. Each additional power doubles the total, which is why capacity jumps in the sequence it does.

Worked examples

Every figure in the tables below is produced by this page’s own calculator at build time, so the numbers and the tool always agree. Select any row to load that scenario.

Powers of 2

Doubling repeatedly, which underlies binary computing and every doubling process.

Base 2
ExponentaⁿScientific notationReciprocal power a⁻ⁿ
2^8256.0002.560000e+20.0039
2^101,024.001.024000e+30.000977
2^1665,536.006.553600e+40.000015
2^201,048,576.001.048576e+60.000001
2^324,294,967,296.004.294967e+92.3283e-10
2^641.8447e+191.844674e+195.4210e-20
2^10 is 1,024, which is why a kibibyte is 1,024 bytes rather than 1,000. Each additional ten powers multiplies by roughly a thousand.

The same exponent across different bases

Cubing a range of bases.

Raised to the power 3
Baseaⁿnth root of aSquare root · cube root
8.0001.2601.414 · 1.260
27.0001.4421.732 · 1.442
125.0001.7102.236 · 1.710
10³1,000.002.1543.162 · 2.154
12³1,728.002.2893.464 · 2.289
25³15,625.002.9245.000 · 2.924
The nth root column takes the cube root of the base itself, not of the result: a useful reminder that the two operations sit on opposite sides of the calculation.

Questions

What does a negative exponent mean?

The reciprocal of the positive power: a⁻ⁿ equals 1 ÷ aⁿ. It follows from the rule that dividing powers subtracts exponents, which forces negative exponents to behave this way for consistency.

Why is anything to the power zero equal to one?

Because dividing a power by itself gives a⁰, and any non-zero number divided by itself is one. Zero to the power zero is left undefined, since different limiting arguments give different answers.

How do fractional exponents work?

a^(1/n) is the nth root of a. So a^(2/3) is the cube root of a, squared. This is what allows exponents to extend smoothly to all real numbers rather than just integers.

What is scientific notation?

A number written as a value between 1 and 10 multiplied by a power of ten. It keeps very large and very small numbers readable and makes their order of magnitude immediately visible.

Can I raise a negative number to a fractional power?

Not within real numbers, in general. The square root of a negative number is undefined in the reals, though it exists in the complex numbers. The calculator will return an undefined result for such cases.

For the inverse operation, see the logarithm calculator. For very large or small numbers, use scientific notation.