Exponent Calculator

Raise any number to any power. Supports whole numbers, fractions, decimals, and negative exponents.

210 = ?
Result
1,024
2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 x 2 = 1,024
Square
Cube
x1/2
Sq Root
x1/3
Cube Root
x-1
Reciprocal
x-2
Inv. Square
x10
10th Power
x0
Zero Power
Disclaimer: This tool is provided for general educational and entertainment purposes only. Results are estimates and should not be relied upon for any critical decision. Neither MayoCalc nor Cook Media Systems assumes any liability for consequences arising from the use of this tool. By using this site, you agree to our Terms of Service and Disclaimer.

What Are Exponents?

An exponent tells you how many times to multiply a base number by itself. In the expression 2³, the base is 2 and the exponent is 3, meaning 2 x 2 x 2 = 8. Exponents are fundamental to algebra, physics, computer science, and financial calculations. Special cases: any number to the power of 0 equals 1, and any number to the power of 1 equals itself.

a^n = a x a x a... (n times)
a^0 = 1 | a^1 = a | a^(-n) = 1/a^n | a^(1/n) = nth root of a

How to Use This Calculator

Enter a base and an exponent (including negative exponents, fractions, and decimals). The calculator shows the result, the expanded multiplication form, and applies relevant exponent rules. It handles very large results and supports scientific notation for numbers that would otherwise be too long to display.

Exponent Rules

Product rule: a^m x a^n = a^(m+n). Quotient rule: a^m / a^n = a^(m-n). Power rule: (a^m)^n = a^(mn). Zero exponent: a^0 = 1. Negative exponent: a^(-n) = 1/a^n. Fractional exponent: a^(1/n) = nth root of a. The Logarithm Calculator solves the inverse: finding the exponent when you know the base and result.

Exponent FAQ

Why does anything to the 0 power equal 1?
This follows from the quotient rule: a^n / a^n = a^(n-n) = a^0. But a^n / a^n also equals 1 (any number divided by itself is 1). Therefore a^0 = 1. This is not just a convention; it is a mathematical necessity for exponent rules to remain consistent.
What is scientific notation?
Scientific notation expresses very large or small numbers as a coefficient between 1 and 10 multiplied by a power of 10. For example, 3,200,000 = 3.2 x 10^6 and 0.00045 = 4.5 x 10^(-4). The Scientific Notation Converter handles these conversions.

Exponents in Real-World Applications

Exponential relationships appear throughout nature, finance, and technology. Population growth follows exponential curves during unconstrained periods. Compound interest grows exponentially (which is why early investing has such outsized long-term impact). Sound intensity is measured in decibels, a logarithmic (inverse exponential) scale where every 10 dB increase represents a 10x increase in intensity. The Richter scale for earthquakes is also logarithmic: a magnitude 7 earthquake releases 31.6 times more energy than a magnitude 6. In computing, binary exponents define storage: 2^10 = 1,024 (approximately 1K), 2^20 = 1,048,576 (approximately 1M), 2^30 = approximately 1 billion (1G).