Exponent Calculator with Steps
Raise a base to an integer, negative, decimal or fractional exponent. Get an exact fraction when possible, a rounded decimal, scientific notation, domain checks and clear calculation steps. You can also solve an equation such as 3x = 81.
Last Updated: July 26, 2026Online Power and Exponent Calculator
Enter a base and exponent to evaluate a power, or switch modes to find the exponent in a positive-base exponential equation.
Result
2^(10) = 1024
Exact integer result. The base 2 is multiplied by itself 10 times.
Calculation steps
- Identify the base a = 2 and exponent n = 10.
- A positive integer exponent means repeated multiplication.
- Multiply ten factors of 2 to get the exact result 1024.
How to Use This Exponent Calculator
- Choose Calculate a power when you know the base and exponent. Choose Find exponent when you know the base and target result in an equation such as ax = y.
- Enter the base. The tool accepts signed integers, decimals, properly grouped numbers, scientific notation, one fraction, e and pi.
- Enter the exponent or target. Use a fraction such as 1/3 when the denominator represents an exact root.
- Select the number of significant digits for rounded values, then select Calculate.
- Review the exact or simplified result, decimal value, scientific notation, formula, verification and calculation steps.
The default calculation is 210 = 1024. Try 5-3 to see a reciprocal, 163/4 to combine a fourth root with a cube, or (-8)1/3 to calculate a real odd root of a negative base.
What Is an Exponent?
An exponent tells you how a base is powered. In an, a is the base and n is the exponent, power or index. When n is a positive integer, the exponent counts how many copies of the base are multiplied. For example, 34 means 3 × 3 × 3 × 3, which equals 81.
Exponentiation extends beyond repeated multiplication. A zero exponent produces 1 for a nonzero base. A negative exponent takes a reciprocal. A fractional exponent represents a root and a power. A general real exponent for a positive base can be evaluated through logarithms and exponential functions.
Exponent Formula with a Worked Example
Evaluate 210. The positive integer exponent tells you to multiply ten factors of 2. Grouping the work into smaller powers makes the calculation easier to check.
The result is exact. In scientific notation, 1024 is 1.024 × 103. The exponent calculator keeps exact rational results when the input structure permits them and shows a rounded decimal when a power is irrational.
Negative exponent example
For 5-3, first calculate 53 = 125, then take its reciprocal. The exact answer is 1/125, and its terminating decimal is 0.008.
Positive, Zero and Negative Exponents
| Exponent type | Rule | Example | Result |
|---|---|---|---|
| Positive integer | Multiply the base repeatedly | 43 | 64 |
| One | a1 = a | 71 | 7 |
| Zero | a0 = 1 for a ≠ 0 | 120 | 1 |
| Negative integer | a-n = 1/an, a ≠ 0 | 2-4 | 1/16 |
| Fraction | ap/q = (qth root of a)p | 272/3 | 9 |
Zero needs special care. Zero raised to a positive exponent equals zero. Zero raised to a negative exponent would require division by zero, so it is undefined. This calculator also reports 00 as undefined under the standard educational convention, even though some programming languages define that expression as 1 for specific computational purposes.
Fractional Exponents and Roots
A rational exponent p/q combines a qth root with a pth power. Reduce the fraction first. The denominator becomes the root index, while the numerator becomes the power.
For 163/4, take the fourth root of 16 to get 2, then cube it: 23 = 8. For 81-1/2, take the square root of 81 to get 9, then apply the negative exponent rule to get 1/9.
Write an exact fraction when the fraction matters. The decimal 0.333333 is not exactly 1/3. This distinction affects negative bases because the reduced denominator determines whether a real root exists. The parser converts finite decimals to their exact decimal fractions instead of guessing an intended repeating value.
Negative Bases and Real-Number Domain Rules
A negative base works with every integer exponent. An even integer exponent gives a positive result, while an odd integer exponent gives a negative result. Parentheses matter: (-2)2 equals 4, but -22 is normally read as the negative of 22, which equals -4. Enter -2 in this calculator to mean the parenthesized base (-2).
For a reduced fractional exponent p/q, a negative base has a real result only when q is odd. An odd root of a negative number is real, while an even root is not real.
- (-8)1/3 = -2 because the cube root of -8 is -2.
- (-8)2/3 = 4 because (-2)2 = 4.
- (-8)-1/3 = -1/2 after applying the reciprocal rule.
- (-16)1/2 has no real result because it requires an even root of a negative number.
Laws of Exponents
Exponent laws simplify expressions with compatible bases and powers. Apply each law only when every term is defined in the number system you are using.
| Rule | Formula | Example |
|---|---|---|
| Product of powers | aman = am+n | 23 × 24 = 27 = 128 |
| Quotient of powers | am/an = am-n, a ≠ 0 | 56/52 = 54 |
| Power of a power | (am)n = amn | (32)3 = 36 = 729 |
| Power of a product | (ab)n = anbn | (2 × 5)2 = 22 × 52 |
| Power of a quotient | (a/b)n = an/bn, b ≠ 0 | (3/4)2 = 9/16 |
Do not distribute an exponent across addition. In general, (a + b)n is not equal to an + bn. Also take care with power-of-a-power rules when negative bases, principal roots or non-integer exponents change the domain.
How to Solve for an Unknown Exponent
If a positive base and target are known, logarithms isolate the exponent. Start with ax = y, take a natural logarithm on both sides, then divide by ln(a).
For 3x = 81, x = ln(81)/ln(3) = 4. The calculator verifies supported integer and small rational answers against the original values before marking them exact. Base 1 is a special case: 1x = 1 has infinitely many real solutions, while 1x = y has no solution when y is not 1.
This solve mode uses the standard continuous real logarithm, so the base must be positive and cannot equal 1. Use the Log Calculator when you want more logarithm bases, antilogs or unknown-base calculations.
Large Powers, Small Powers and Scientific Notation
Powers grow or shrink quickly. Standard browser numbers hold finite magnitudes up to roughly 1.8 × 10308 and positive subnormal values down to about 5 × 10-324. A mathematical result can remain finite even when it falls outside that decimal storage range.
The calculator estimates an extreme result from L = n × log10(|a|). The integer part of L gives the power of ten, and the fractional part gives the mantissa. For example, 101000.5 is about 3.16227766017 × 101000. The page labels this as outside the standard decimal range instead of calling it Infinity. It also avoids reporting a nonzero underflowed result as zero.
Exact integer arithmetic is kept within controlled work limits. When an exact expansion would contain hundreds or thousands of digits, the result panel reports the digit count and uses compact scientific notation to keep the page responsive and readable.
Exact Results, Decimal Approximation and Rounding
The input parser stores finite decimal and fraction values as reduced rational numbers when possible. Integer powers and perfect rational roots can therefore remain exact. Examples include 2-3 = 1/8, (9/16)1/2 = 3/4 and (-8/27)2/3 = 4/9.
An irrational answer such as 21/2 needs a decimal approximation. At 12 significant digits, the value appears as about 1.41421356237. Selecting a different precision changes the display only. It does not turn an approximation into an exact value or change the internal browser calculation.
The calculator never evaluates your input as code. It accepts a controlled numeric format, limits input length, caps exact arithmetic and writes calculated text safely into the result fields. Entries remain in the current browser page and are cleared when the page reloads.
Common Exponent Mistakes
- Forgetting parentheses around a negative base, which changes the meaning of -22.
- Treating a negative exponent as a negative result instead of taking a reciprocal.
- Assuming a0 = 1 also makes 00 an ordinary defined power.
- Using 0.333333 as though it were exactly 1/3 in a domain-sensitive calculation.
- Applying (a + b)n = an + bn, which is generally false.
- Rounding an irrational power too early and carrying the error into later work.
Where Exponents Are Used
- Growth and decay: population, bacteria, depreciation, inflation and radioactive decay models.
- Finance: compound interest and investment growth, with rates and periods matched correctly.
- Geometry: squares, cubes, areas, volumes and scale changes.
- Science and engineering: scientific notation, inverse-square relationships and power laws.
- Computer science: binary sizes, algorithm growth and repeated-doubling processes.
A correct numerical power does not validate the model or units used in a real problem. Check whether the rate is periodic or continuous, whether the exponent is dimensionless and whether rounding should occur only at the final step.
Method and Review Basis
The exponent rules and the treatment of 00 follow OpenStax College Algebra 2e: Exponents and Scientific Notation. Fractional exponent and negative-base domain rules follow OpenStax: Radicals and Rational Exponents. The calculator reduces rational inputs before domain checks, uses bounded exact arithmetic and applies logarithmic scaling for extreme magnitudes. Report a repeatable issue through the 1Dollars contact page with the mode, inputs and precision used.
Related Calculators
Browse the Math & Statistics Calculators directory or continue with a focused tool.
Frequently Asked Questions
What does an exponent calculator calculate?
It evaluates a base raised to a power and shows an exact or rounded result. This tool also solves a positive-base equation for an unknown exponent.
How do I calculate a negative exponent?
Change the exponent to positive and take the reciprocal: a raised to negative n equals 1 divided by a raised to n, provided a is not zero.
How do fractional exponents work?
In a raised to p/q, the reduced denominator q is the root and the numerator p is the power. For example, 27 raised to 2/3 equals 9.
Can a negative base have a fractional exponent?
Yes, when the exponent is reduced and its denominator is odd. An even denominator requires an even root of a negative number, so no real result exists.
Why does the calculator say no real result?
The power may require an even root of a negative base. The calculator reports real-number results and does not choose a complex logarithm branch.
What is any nonzero number raised to zero?
Any nonzero real base raised to the zero power equals 1. This rule does not make zero raised to zero an ordinary defined power.
Why is zero raised to zero shown as undefined?
Different limiting processes and computing contexts assign different interpretations. This educational calculator follows the standard algebra convention and marks 0^0 undefined.
Does the calculator support fractions and scientific notation?
Yes. Enter values such as 3/4, -8/27, 2.5e6 or 1e-8. A fraction must contain one slash and a nonzero denominator.
How are extremely large powers displayed?
The calculator uses a logarithmic magnitude estimate and scientific notation when a result exceeds the browser's standard finite decimal range.
How do I solve for an unknown exponent?
For a positive base a not equal to 1 and positive target y, use x equals ln(y) divided by ln(a). Select Find exponent to apply this formula.
Educational and financial disclaimer: This calculator provides general mathematical results from your inputs. It is not financial, scientific, engineering, tax or professional advice. Verify formulas, units, assumptions and required precision before using a result for an important decision.