An exponent tells you how a quantity is raised to a power. Exponents appear throughout algebra, geometry, science, engineering, computing, finance and measurement because they provide a compact way to represent repeated multiplication, reciprocal relationships, roots and powers of ten.
This Exponent Calculator combines several common exponent calculations in one tool. You can evaluate a power such as 2¹⁰, solve for an unknown base or exponent, work with fractional and radical exponents, apply the fundamental laws of exponents, and convert numbers between decimal, scientific, engineering and E notation.
The calculator also shows step-by-step working instead of returning only a final number. This makes it useful for checking homework, learning exponent rules, verifying calculations and understanding why a result is correct.
What Is an Exponent?
An exponent indicates repeated multiplication of a base. For a positive integer exponent n:
For example:
In the expression 2⁵:
- 2 is the base.
- 5 is the exponent.
- 32 is the evaluated power.
Exponents are useful because they compress repeated multiplication into a single mathematical expression. The meaning becomes broader for zero, negative and fractional exponents. Those cases do not simply mean "multiply the base some number of times"; they encode identities involving division and roots.
How to Use the Exponent Calculator
Start by choosing the type of calculation you need:
- General Power Solver: Enter the base and exponent to evaluate ordinary powers or solve backward for base or exponent.
- Fractional & Radical Exponents: Enter the base, numerator and denominator for expressions such as 27²⁄³.
- Exponent Laws & Operations: Apply and verify algebraic identities such as a³ × a⁴ = a⁷.
- Scientific & Engineering Converter: Convert values like 5.4 × 10⁶ into decimal, engineering, and E-notation.
The calculator then shows the result and, where applicable, a step-by-step derivation explaining how the result was obtained.
General Power Calculator: bⁿ
The basic power calculation is:
where b is the base, n is the exponent, and y is the evaluated result. For example: 2¹⁰ = 1024.
The calculator can also work backward:
- If the result and exponent are known, the unknown base is found from: b = ⁿ√y, provided the requested root is mathematically defined.
- If the base and result are known, the exponent is found using logarithms: n = log_b(y).
For positive real logarithmic bases, this requires: b > 0, b ≠ 1, y > 0. These domain conditions matter because logarithms are not defined over the positive-real setting for every possible base and target value.
Solving for the Result
To evaluate a power, enter the base and exponent. Example: b = 2, n = 10 → 2¹⁰ = 1024. The calculator's step-by-step result shows the inputs and evaluates the power from those values.
Solving for the Base
Suppose b³ = 8. The unknown base is b = ∛8 = 2. For an odd root, a negative result can also have a negative real base: b³ = −8 gives b = ∛(−8) = −2. The calculator explicitly handles this case rather than returning NaN from a generic floating-point power operation.
Solving for the Exponent
Suppose 2ⁿ = 1024. Since 1024 = 2¹⁰, the solution is n = 10. For cases where the relationship is not obvious from equal bases, logarithms provide the general real solution: n = ln(y) / ln(b) under the usual real-logarithm conditions: b > 0, b ≠ 1, y > 0. The calculator uses this logarithmic relationship when solving for an unknown exponent.
When solving exponential equations requires logarithms rather than direct power evaluation, the Log Calculator provides a more focused logarithmic workflow.
Zero Exponents
For every nonzero base: a⁰ = 1.
This follows from the quotient law: aᵐ / aᵐ = aᵐ⁻ᵐ = a⁰ and, because the numerator and denominator are identical nonzero quantities, the quotient is 1.
The nonzero condition is important. You should not silently extend the rule to every expression involving zero.
Negative Exponents
A negative exponent represents a reciprocal. For a ≠ 0:
For example: 2⁻³ = 1/2³ = 1/8 = 0.125. Similarly: (2/3)⁻² = (3/2)² = 9/4 = 2.25.
A negative exponent does not make a number itself "negative." It changes the expression into the reciprocal of the corresponding positive power.
Fractional Exponents and Radicals
A fractional exponent can represent a root. The standard relationship is:
The numerator m specifies the power. The denominator n specifies the root. For example, 27^(2/3) can be evaluated as (∛27)² = 3² = 9, or ∛(27²) = ∛729 = 9.
The calculator displays both the decimal power interpretation and the radical relationship so that the connection between the two forms is explicit.
Fractional Exponent Example
Consider 27^(2/3):
- Step 1: 2/3 is the rational exponent.
- Step 2: The denominator 3 indicates a cube root.
- Step 3: The numerator 2 indicates the power.
Therefore: 27^(2/3) = (∛27)² = 3² = 9.
Negative Bases with Fractional Exponents
Negative bases require additional care. For an odd root, a negative real result can exist: ∛(−8) = −2, so (−8)^(1/3) = −2 and (−8)^(2/3) = (∛−8)² = (−2)² = 4.
However, an even root of a negative real number is not a real number: (−4)^(1/2) has no real value. Depending on the calculator's supported complex-number handling, the result may be represented as a complex value (2i). Do not assume that every fractional power of a negative number has a real result.
When you need to work specifically with radicals, square roots or exact radical simplification, use the Root Calculator & Radical Simplifier.
Why Fraction Reduction Matters
A rational exponent should be interpreted consistently as a fraction. For example: 16^(2/4) has the same reduced exponent as 16^(1/2), so 16^(2/4) = 4.
This is why reducing a rational exponent before interpreting its root can be important, particularly for negative bases. The calculator normalizes the fractional exponent before applying the appropriate real-domain logic.
The Eight Fundamental Laws of Exponents
Exponent laws allow complex expressions to be rewritten into simpler equivalent forms. The calculator supports eight fundamental operations:
1. Product of Powers
aᵐ · aⁿ = aᵐ⁺ⁿ
Example: 2³ · 2⁴ = 2⁷ = 128. Base remains unchanged and exponents are added.
2. Quotient of Powers
aᵐ / aⁿ = aᵐ⁻ⁿ (a ≠ 0)
Example: 5⁸ / 5² = 5⁶ = 15,625. Exponents are subtracted as common factors cancel.
3. Power of a Power
(aᵐ)ⁿ = aᵐⁿ
Example: (3²)⁴ = 3⁸ = 6,561. The exponents are multiplied.
4. Power of a Product
(ab)ⁿ = aⁿbⁿ
Example: (2 × 4)³ = 2³ × 4³ = 8 × 64 = 512.
5. Power of a Quotient
(a/b)ⁿ = aⁿ / bⁿ (b ≠ 0)
Example: (3/5)³ = 3³/5³ = 27/125 = 0.216.
6. Zero Exponent Rule
a⁰ = 1 (a ≠ 0)
Examples: 7⁰ = 1, (−9)⁰ = 1, (1/4)⁰ = 1.
7. Negative Exponent Rule
a⁻ⁿ = 1 / aⁿ (a ≠ 0)
Example: 2⁻³ = 1/8 = 0.125. Reciprocal notation.
8. Fractional Exponent Rule
a^(m/n) = (ⁿ√a)ᵐ = ⁿ√(aᵐ)
Example: 64^(2/3) = (∛64)² = 4² = 16.
Table 1: The 8 Fundamental Exponent Laws & Operational Examples
| Rule Name | Algebraic Formula | Numerical Example | Conditions & Notes |
|---|---|---|---|
| Product of Powers | aᵐ · aⁿ = aᵐ⁺ⁿ | 2³ × 2⁴ = 128 | Bases must be identical |
| Quotient of Powers | aᵐ / aⁿ = aᵐ⁻ⁿ | 5⁸ / 5² = 15625 | Base a ≠ 0 |
| Power of a Power | (aᵐ)ⁿ = aᵐⁿ | (3²)⁴ = 6561 | Multiply exponent powers |
| Power of a Product | (ab)ⁿ = aⁿbⁿ | (2×4)³ = 512 | Distribute power to all factors |
| Power of a Quotient | (a/b)ⁿ = aⁿ/bⁿ | (3/5)³ = 0.216 | Denominator b ≠ 0 |
| Zero Exponent | a⁰ = 1 | 2⁰ = 1 | Base a ≠ 0 |
| Negative Exponent | a⁻ⁿ = 1/aⁿ | 2⁻³ = 0.125 | Reciprocal representation |
| Fractional Exponent | a^(m/n) = ⁿ√(aᵐ) | 27^(2/3) = 9 | Root index n > 0; real domain check |
How an Exponent Expression Can Be Rewritten
"Exponent rules simplify expressions, but domain restrictions still apply to division, zero bases and fractional powers."
Why Exponent Laws Have Conditions
Exponent rules are algebraic identities, but they are not permission to ignore mathematical domains. For example: a⁻¹ = 1/a requires a ≠ 0. Similarly, a⁰ = 1 is stated for nonzero a. And a^(1/n) requires additional domain consideration when a is negative and n is even if the calculation is restricted to real numbers.
These conditions explain why a calculator must distinguish valid expressions from undefined or non-real cases rather than applying one formula blindly.
What Happens When the Base Is Zero?
Zero bases require separate treatment. For positive integer n: 0ⁿ = 0 (e.g. 0² = 0). However, 0⁻¹ is undefined because it would require 1/0, which is division by zero.
The expression 0⁰ is a special case whose treatment depends on mathematical context:
- In elementary algebra, discrete math, and combinatorics, many systems adopt a convention of assigning 0⁰ = 1 (to preserve empty product definitions, polynomial expansions, and power series like eˣ = ∑ xⁿ/n!).
- In calculus and real analysis, 0⁰ commonly appears as an indeterminate limit form when it arises as the limiting form of [f(x)]ᵍ⁽ˣ⁾ as x approaches a value.
The calculator's displayed convention should therefore be interpreted as an evaluation convention, not as a universal statement that every occurrence of 0⁰ in every mathematical context has the same meaning.
Negative Bases and Parentheses
Parentheses matter when a negative number is raised to a power. Compare:
This distinction is one of the most common sources of exponent mistakes. Always use parentheses when the negative quantity itself is the base.
Scientific Notation
Scientific notation represents a number in the form: a × 10ᵏ, where a is normally between 1 and 10 in normalized scientific notation and k is an integer.
For example, 5,400,000 can be written as 5.4 × 10⁶ because moving the decimal six places to the left gives 5.4. A small number can be represented with a negative exponent: 0.0000054 = 5.4 × 10⁻⁶. The power of ten records how far the decimal point has moved.
Scientific Notation Example
Take 5.4 × 10⁶:
- Step 1: Start with 5.4.
- Step 2: Multiply by 10⁶.
- Step 3: 10⁶ = 1,000,000.
Therefore: 5.4 × 1,000,000 = 5,400,000.
Engineering Notation
Engineering notation resembles scientific notation but restricts the exponent of 10 to a multiple of 3. Examples include 10³, 10⁶, 10⁹, 10⁻³, 10⁻⁶.
Therefore, 5,400,000 can be expressed as 5.4 × 10⁶, while a smaller quantity can use a negative multiple of three. Engineering notation is useful in engineering because the powers of 10 align naturally with SI prefixes such as kilo, mega, micro and nano.
For a dedicated scientific-notation workflow and broader number-format conversions, use the Scientific Notation Calculator & Converter.
E-Notation
E-notation is a compact text representation of scientific notation. For example, 5.4 × 10⁶ can be represented as 5.4e+6. Similarly, 5.4 × 10⁻⁶ becomes 5.4e-6.
The "e" means "times ten raised to." It does not mean Euler's number in this notation. E-notation is especially common in programming languages, spreadsheets, calculators and data files because it is easy for software to parse.
Scientific vs Engineering vs E-Notation
These three formats represent the same numerical quantity in different forms. The difference is mainly representational:
Table 2: Comparison of Notation Formats
| Notation Format | Example | Meaning & Formatting Convention |
|---|---|---|
| Scientific | 5.4 × 10⁶ | Normalized power-of-ten form (1 ≤ |mantissa| < 10) |
| Engineering | 5.4 × 10⁶ | Exponent restricted to multiples of 3 (aligns with SI prefixes) |
| E-Notation | 5.4e+6 | Compact software-friendly ASCII text representation |
Powers of Ten and SI Prefixes
Powers of ten provide the foundation for decimal scaling: 10³ = 1,000 (kilo), 10⁶ = 1,000,000 (mega), 10⁹ = 1,000,000,000 (giga), 10⁻³ = 0.001 (milli), 10⁻⁶ = 0.000001 (micro).
The distinction between powers of 10 and powers of 2 is important:
- 1 kB = 1,000 bytes (SI Decimal)
- 1 KiB = 1,024 bytes (Binary IEC)
The prefixes k and M in the SI system represent decimal powers of ten, not powers of two.
Powers of 2 in Computing
Powers of 2 are fundamental to digital computing because binary systems use two possible states (0 and 1). Examples include: 2¹⁰ = 1,024 and 2²⁰ = 1,048,576.
Be careful not to confuse these values with decimal SI prefixes: 1 KiB is 1,024 bytes, while 1 kB is 1,000 bytes. The numerical distinction becomes increasingly important for larger storage quantities such as Gibibytes vs Gigabytes.
Euler's Number e
Euler's number is the mathematical constant e ≈ 2.718281828459.... It is the natural base of exponential and logarithmic functions. A standard limiting definition is:
The constant e is especially important in continuous growth and decay, calculus, differential equations and many scientific models. Do not confuse eˣ with a × 10ˣ: scientific notation uses powers of 10, whereas natural exponential models use powers of e.
Solving Exponential Equations
Some exponential equations can be solved by rewriting both sides with a common base. For example: 2ˣ = 32. Since 32 = 2⁵, we get 2ˣ = 2⁵, and therefore x = 5.
When a common base is not convenient, logarithms can be used. For bˣ = y with the appropriate positive-real domain: x = log_b(y) = ln(y) / ln(b). This is the basis of the calculator's solve-for-exponent functionality.
Common Exponent Mistakes
Forgetting parentheses around a negative base: (−2)² = 4, but −2² = −4.
Adding exponents when multiplying different bases: The rule aᵐaⁿ = aᵐ⁺ⁿ requires the same base. You cannot turn 2³ × 3⁴ into 6⁷.
Subtracting exponents without checking division: The quotient rule involves division by the same base and requires an appropriate nonzero denominator.
Treating a negative exponent as a negative number: 2⁻³ is positive: 2⁻³ = 1/8 = 0.125.
Ignoring the domain of fractional powers: A negative number does not necessarily have a real even root.
Rounding too early: Rounding intermediate values can introduce avoidable error.
Confusing scientific and engineering notation: Engineering notation restricts the exponent to multiples of three.
How to Check an Exponent Calculation
A good way to verify an exponent result is to reverse the operation:
- For 2¹⁰ = 1024, check ¹⁰√1024 = 2.
- For 27^(2/3) = 9, check 9^(3/2) = 27.
- For 2⁻³ = 1/8, check 8 × (1/8) = 1.
Reverse calculations are especially useful when a decimal approximation has been rounded.
When Should I Use Exact Form vs Decimal Form?
Use exact notation when preserving mathematical structure matters. For example, √2 contains more exact information than 1.4142. Likewise, a rational exponent or radical may be preferable to a rounded decimal when presenting algebraic work.
Decimal notation is useful when you need a numerical approximation for measurement, comparison or further numerical calculations. A good workflow is to preserve the exact form as long as practical and round only at the final presentation stage when a decimal is required.
Exponent Calculator Examples
These examples are all independently verified golden cases in the calculator's production audit.
What Can the Exponent Calculator Do?
The calculator can help with evaluating powers, solving for an unknown base, solving for an unknown exponent, fractional exponents, radical relationships, negative exponents, negative bases where a real result is supported, eight exponent laws, scientific notation, engineering notation, E-notation, and step-by-step mathematical explanations.
What Can the Exponent Calculator Not Determine?
The calculator evaluates mathematical expressions; it does not decide whether a mathematical model is appropriate for a real-world problem. For example, a calculation can be arithmetically correct while the equation used to describe a physical, financial or scientific system is inappropriate. Use the calculator to verify mathematical operations, not as a substitute for selecting a valid mathematical model.
Exponent Laws Reference
These identities are most useful when their domain restrictions are kept visible rather than omitted.
Real-World Applications of Exponents
Compound growth can be represented using powers: A = P(1 + r/n)ⁿᵗ, where P is the initial principal, r is the annual rate as a decimal, n is compounding periods per year, and t is time in years.
Scientific notation makes extremely large and small measurements easier to write and compare: 5.4 × 10⁶ is substantially easier to interpret than writing all seven digits.
Binary quantities naturally involve powers of two: 2¹⁰ = 1,024 bytes (1 KiB) and 2²⁰ = 1,048,576 bytes (1 MiB).
The pH scale uses pH = −log₁₀[H⁺]. Earthquake magnitude scales are logarithmic, where differences in magnitude represent multiplicative differences in physical quantities.
For broader scientific and numerical calculations involving powers, logarithms, trigonometric functions and other operations, use the Scientific Calculator.
How the Calculator's Step-by-Step Results Help
A numerical result is easier to trust when the intermediate algebra can be checked. For example, 27^(2/3) = 9 becomes: fractional exponent = 2/3 → cube root = ³√27 → ³√27 = 3 → 3² = 9.
The step-by-step presentation makes it possible to locate an error without recalculating the entire problem from scratch.
Saving and Exporting Exponent Calculations
The calculator provides several ways to preserve the calculation:
Mathematical References
The exponent rules and notation discussed on this page are standard algebraic concepts. For further study, consult authoritative educational and standards resources:
- OpenStax College Algebra (2e) — Section 1.2: Exponents and Scientific NotationCovers product, quotient, and power rules, negative exponents, and scientific notation standards.
- OpenStax College Algebra (2e) — Section 1.3: Radicals and Rational ExponentsDefines fractional powers, nth roots, real vs complex domains, and radical simplification.
- NIST Guide to the SI — SI Prefixes and Powers of TenOfficial National Institute of Standards and Technology guide to decimal powers of ten and metric prefixes.
Frequently Asked Questions About Exponents
36 AnswersRelated Math Calculators
Scientific Notation Calculator
Use for dedicated scientific-notation and number-format conversion tasks.
Log Calculator
Use when solving logarithmic relationships or exponential equations involving unknown exponents.
Root Calculator & Radical Simplifier
Use for square roots, radicals and exact root simplification.
Scientific Calculator
Use for broader scientific and mathematical calculations.
Mathematical Disclaimer:
This calculator is an educational mathematical tool. It applies standard algebraic rules, radical algorithms and floating-point arithmetic to the inputs you provide. For critical scientific, financial, engineering, or coursework calculations, independently verify results against authoritative references.
The calculator does not evaluate whether a particular mathematical model correctly represents a real-world system. An algebraically accurate power or conversion can still be physically inappropriate if the governing assumptions or domain restrictions are violated.