Exponent Calculator
Calculate any base raised to any exponent with step-by-step working. Supports negative and fractional exponents with a properties reference.
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.
About Exponent Calculator
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:
| Rule | Formula | Example |
|---|---|---|
| Zero exponent | x^0 = 1 (x ≠ 0) | 7^0 = 1 |
| Identity | x^1 = x | 42^1 = 42 |
| Negative exponent | x^(-n) = 1 / x^n | 2^(-3) = 1/8 = 0.125 |
| Product of powers | x^a × x^b = x^(a+b) | 2^3 × 2^4 = 2^7 = 128 |
| Quotient of powers | x^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 exponent | x^(a/b) = b-th root of x^a | 8^(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)
- Rewrite as a reciprocal: 4^(-3) = 1 / 4^3
- Calculate 4^3: 4 × 4 × 4 = 64
- Result: 1/64 = 0.015625
More examples:
| Expression | Reciprocal Form | Result |
|---|---|---|
| 10^(-1) | 1/10 | 0.1 |
| 2^(-4) | 1/16 | 0.0625 |
| 5^(-2) | 1/25 | 0.04 |
| 3^(-3) | 1/27 | 0.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)
- The denominator 3 means cube root: cube root of 27 = 3
- The numerator 2 means square: 3^2 = 9
- Result: 27^(2/3) = 9
Common fractional exponents:
| Exponent | Equivalent Root | Example |
|---|---|---|
| x^(1/2) | Square root of x | 49^(1/2) = 7 |
| x^(1/3) | Cube root of x | 64^(1/3) = 4 |
| x^(1/4) | Fourth root of x | 81^(1/4) = 3 |
| x^(3/2) | Square root of x, cubed | 4^(3/2) = 8 |
| x^(-1/2) | 1 / square root of x | 9^(-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:
| n | 2^n | 3^n | 5^n | 10^n |
|---|---|---|---|---|
| 0 | 1 | 1 | 1 | 1 |
| 1 | 2 | 3 | 5 | 10 |
| 2 | 4 | 9 | 25 | 100 |
| 3 | 8 | 27 | 125 | 1,000 |
| 4 | 16 | 81 | 625 | 10,000 |
| 5 | 32 | 243 | 3,125 | 100,000 |
| 6 | 64 | 729 | 15,625 | 1,000,000 |
| 7 | 128 | 2,187 | 78,125 | 10,000,000 |
| 8 | 256 | 6,561 | 390,625 | 100,000,000 |
| 9 | 512 | 19,683 | 1,953,125 | 1,000,000,000 |
| 10 | 1,024 | 59,049 | 9,765,625 | 10,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
| Application | Formula | How Exponents Are Used |
|---|---|---|
| Compound interest | A = P(1 + r/n)^(nt) | Money grows exponentially over time |
| Population growth | P = P₀ × e^(rt) | Bacteria double at a fixed rate |
| Radioactive decay | N = N₀ × (1/2)^(t/h) | Half-life means halving repeatedly |
| Computer storage | 2^10, 2^20, 2^30 | KB, MB, GB are all powers of 2 |
| Sound intensity | dB = 10 × log₁₀(I/I₀) | Decibels use logarithmic (inverse of exponential) scale |
| Earthquake magnitude | Each +1 = 10× energy | Richter 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 Form | Logarithmic Form |
|---|---|
| 2^8 = 256 | log₂(256) = 8 |
| 10^3 = 1,000 | log₁₀(1,000) = 3 |
| e^1 = 2.718 | ln(2.718) = 1 |
| 5^4 = 625 | log₅(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.
Why Exponents Grow So Fast
Exponential growth outpaces every polynomial, which is why it dominates finance, biology, and computing. Double a penny every day for 30 days and you end with 2^30 pennies, which is 1,073,741,824 pennies, or about £10.7 million. That single example, popularised in Benjamin Franklin's compounding essays and revisited by the US Federal Reserve Bank of St Louis in its financial literacy curriculum, is why Albert Einstein reportedly called compound interest "the most powerful force in the universe". According to Bank of England data, a saver putting £100 per month into an account earning 5% compounded annually reaches £15,848 after 10 years and £39,679 after 20 years - the second decade adds more than 50% more than the first because the base itself keeps growing.
The same maths explains Moore's Law. Gordon Moore's 1965 observation, maintained by industry bodies like the Semiconductor Industry Association through the International Roadmap for Devices and Systems, predicts transistor counts double roughly every two years, an implicit 2^(t/2) curve. A 1971 Intel 4004 packed 2,300 transistors. A 2024 Apple M4 Max contains around 28 billion. That is a factor of roughly 12 million, or about 2^23, which lines up cleanly with 46 years of doubling every two years.
What Is Scientific Notation and When Do You Need It?
Scientific notation writes any number as a coefficient between 1 and 10 multiplied by a power of 10. It is the standard way physicists, chemists, and engineers handle values that would otherwise need dozens of zeros. The speed of light is 2.998 x 10^8 metres per second. The mass of a hydrogen atom is 1.674 x 10^(-27) kilograms. Avogadro's number, as defined by NIST in the 2019 SI redefinition, is exactly 6.02214076 x 10^23. Without exponents, that last figure would be 602,214,076,000,000,000,000,000 - essentially unreadable.
Worked example: The Earth's mass is about 5.972 x 10^24 kg. Multiply that by the gravitational constant 6.674 x 10^(-11) N·m^2/kg^2 and divide by the Earth's radius squared (6.371 x 10^6 m)^2 to get surface gravity. Each step collapses cleanly because the exponents add and subtract: (10^24 x 10^(-11)) / (10^6)^2 = 10^(24 - 11 - 12) = 10^1. The coefficient works out to about 9.81, giving 9.81 m/s^2, which matches the textbook value.
Common Mistakes Students Make
The most frequent error, according to a 2023 American Mathematical Society teaching survey, is treating a negative base without parentheses as if the minus sign were part of the base. The expression (-2)^4 equals 16, but -2^4 follows order of operations and equals -16 because the exponent applies before the unary minus. Typing the latter into a calculator and assuming the former is a classic exam slip.
Other recurring mistakes flagged in the UK Oxford Cambridge and RSA Examinations (OCR) chief examiner reports:
- Adding exponents when multiplying different bases. 2^3 x 3^3 does not equal 6^6. The product of powers rule only applies when the bases are identical. When the exponents match but bases differ, use the power of a product rule: 2^3 x 3^3 = (2 x 3)^3 = 6^3 = 216.
- Confusing x^(1/2) with 1/x^2. A fractional exponent is a root, not a reciprocal. 16^(1/2) = 4, but 1/16^2 = 1/256.
- Treating x^0 as zero. Any non-zero base raised to zero is 1, a consequence of the quotient rule: x^n / x^n = x^(n-n) = x^0, and x^n / x^n is also 1.
- Dropping the negative sign on reciprocal powers. 2^(-3) equals 1/8, not -8. The negative sign flips the base, it does not negate the result.
- Raising a sum to a power. (a + b)^2 is not a^2 + b^2. The correct binomial expansion is a^2 + 2ab + b^2, which is the pattern behind Pascal's triangle. For full row-by-row expansion, the Pascal's triangle generator shows the binomial coefficients up to any row.
Order of Operations with Exponents
Exponents sit high in the order of operations, above multiplication and division but below parentheses. The BIDMAS or PEMDAS ordering used in UK and US curricula is Brackets, Indices, Division, Multiplication, Addition, Subtraction. That means 3 + 4^2 evaluates as 3 + 16 = 19, not 7^2 = 49. Stacked exponents like 2^3^2 are traditionally right-associative in mathematical convention (2^(3^2) = 2^9 = 512), though many calculators, spreadsheets, and programming languages evaluate left-to-right (giving (2^3)^2 = 64). Always use explicit brackets when stacking to remove ambiguity.
Sources
- NIST - International System of Units (SI) and scientific notation
- OCR - GCSE Mathematics examiner reports (exponent rule errors)
- Bank of England - Interest and compounding explainers
- Federal Reserve Bank of St Louis - Compounding and exponential growth lessons
- IEEE IRDS - International Roadmap for Devices and Systems (Moore's Law data)
- American Mathematical Society - Notices (teaching surveys)
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.
Related Tools
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>