Exponent Calculator
Inputs
| Base | 2 |
|---|---|
| Exponent | 10 |
Exponent Calculator
Compute b raised to the power n, plus the reciprocal b^(−n). Supports positive, negative, and fractional exponents with step-by-step derivation.
Inputs
Results
Enter a value to see results.
What is an exponent?
Exponentiation expresses repeated multiplication. The expression means the base is multiplied by itself times:
bn=n factorsb×b×⋯×bThe number is the base and is the exponent (also called the power or index). For example, because 2 is multiplied by itself 10 times.
The fundamental exponent rules
These six rules govern how exponents behave under arithmetic operations. Each follows directly from the definition of repeated multiplication.
Product rule — add exponents when multiplying the same base:
Quotient rule — subtract exponents when dividing:
Power of a power — multiply exponents when exponentiating a power:
Power of a product — distribute the exponent over a product:
Zero exponent — any non-zero base raised to 0 equals 1:
Negative exponent — a negative exponent indicates a reciprocal:
Negative exponents
A negative exponent means "take the reciprocal." For example:
This follows from the quotient rule: . Negative exponents appear in scientific notation for very small numbers ( m = 1 nanometre) and in dimensional analysis ( for speed).
Fractional exponents and roots
A fractional exponent represents a root. The general rule is:
Common cases:
| Expression | Equivalent root | Example |
|---|---|---|
For fractional exponents to produce a real number, the base must be non-negative (or the exponent must simplify to a ratio with an odd denominator for negative bases). Complex results fall outside the scope of standard arithmetic.
The reciprocal
The reciprocal of is . It satisfies . The reciprocal is undefined when (that is, when and ).
0⁰ — the convention
When and , the expression is an indeterminate form in analysis (because and from different directions). In discrete mathematics, combinatorics, and programming, is universally defined as 1. This choice keeps combinatorial identities (binomial theorem, power series) consistent at boundary cases. This calculator follows the convention .
Worked example
Inputs: base , exponent
Reciprocal:
Verification using the product rule:
Applications
| Domain | Example |
|---|---|
| Compound interest | — principal grows to at rate over years |
| Binary data | bytes per kilobyte; bytes per gigabyte |
| Scientific notation | (Avogadro's number); C (electron charge) |
| Signal processing | Power scales as ; amplitude as |
| Radioactive decay | — amount remaining after time |
Frequently Asked Questions (FAQ)
What is 0 to the power of 0?
0⁰ is conventionally defined as 1 in most areas of mathematics and computer science. The reasoning is that the empty product — multiplying together zero factors — equals the multiplicative identity, 1. This convention keeps formulas like the binomial theorem and Taylor series consistent at edge cases. Some advanced contexts in analysis leave 0⁰ undefined, but for arithmetic and combinatorics the accepted value is 1.
What does a negative exponent mean?
A negative exponent indicates a reciprocal. By definition, b^(−n) = 1 / b^n. For example, 2^(−3) = 1 / 2³ = 1/8 = 0.125. Negative exponents arise naturally in unit conversions (km s^(−1) for speed) and in scientific notation for very small numbers (1 × 10^(−9) = 1 nanometre). The base must not be zero when the exponent is negative, because division by zero is undefined.
What does a fractional exponent mean?
A fractional exponent represents a root: b^(1/n) is the nth root of b, and b^(m/n) = (b^m)^(1/n). For instance, 8^(1/3) = ∛8 = 2 and 16^(3/4) = (16^(1/4))^3 = 2³ = 8. Fractional exponents extend the rules of integer exponentiation smoothly and are widely used in algebra, calculus, and physics. The base must be non-negative for fractional exponents, because roots of negative numbers are generally complex.
Why do exponents add when multiplying powers of the same base?
When you multiply b^m × b^n, you are combining m copies of b with n more copies, giving m + n copies in total — hence b^(m+n). For example, 2³ × 2⁴ = (2 × 2 × 2) × (2 × 2 × 2 × 2) = 2⁷ = 128. This product rule is one of the fundamental exponent laws. The corresponding quotient rule says b^m / b^n = b^(m−n), and the power-of-a-power rule says (b^m)^n = b^(m×n).
Recommended Next
Logarithm Calculator
Calculate log base b, log₁₀, natural log (ln), and log₂ of any positive number. Enter a value and base to get all four logarithm forms.