Advertisement

xⁿ Exponent Calculator

Evaluate powers, fractional exponents, negative exponents, and scientific notation with clear step-by-step breakdowns.

Powers, Roots, and Scientific Notation

BrainyCalculators editorial insight — unique to this tool

2¹⁰ = 1,024 (binary kilo approximation in computing); negative exponents invert (10⁻³ = 0.001). Compound interest, population growth, and radioactive decay use exponential form. Scientific notation expresses Avogadro's number 6.022×10²³ compactly.

When to use this calculator

Use for power calculations and notation conversion. For repeated multiplication patterns in combinatorics, see Permutation.

Solving log equations or finding roots?

This page evaluates powers. For inverse log problems use the Logarithm Calculator; for √x and nth roots use the Root Calculator →

Calculate bn. Supports negative and fractional exponents.

What is an Exponent Calculator?

An exponent calculator raises a base to a power, including negative, fractional, and zero exponents. It applies power rules for products, quotients, and nested powers in numeric form.

Use this page when the question is b^n or scientific notation conversion. It does not solve logarithmic equations or find nth roots symbolically beyond numeric evaluation.

For log base-10 or natural log problems, use the Logarithm Calculator. For square roots and nth roots as their own operation, use the Root Calculator.

Exponent Formulas

Power: bn = b × b × … × b (n times)
Negative exponent: b−n = 1 / bn
Fractional exponent: b1/n = ⁿ√b

Worked Examples

Example 1 — Negative Exponent

2−3 = 1 / 23 = 1 / 8 = 0.125

Example 2 — Fractional Exponent

160.5 = √16 = 4

Example 3 — Scientific Notation

0.000045 = 4.5 × 10−5

How the Exponent Calculator Works

Formula, assumptions, and calculation steps for this math tool.

Methodology

Math calculators apply the relevant arithmetic, algebraic, geometric, or numeric rule to the values entered and simplify the result where possible.

Calculation Steps

  1. Read the values and operation selected.
  2. Normalize signs, decimals, fractions, or units if needed.
  3. Apply the mathematical rule or formula.
  4. Format the answer and any intermediate values for checking.

Assumptions and Limits

  • Inputs must be within the supported domain of the operation.
  • Decimal answers may be rounded for readability.
  • Symbolic simplification is limited to the calculator scope.

Frequently Asked Questions

An exponent indicates how many times a base number is multiplied by itself. For example, 2³ = 2 × 2 × 2 = 8. Exponents are also called powers or indices.

A negative exponent means take the reciprocal. b⁻ⁿ = 1/bⁿ. For example, 2⁻³ = 1/8 = 0.125. Negative exponents represent very small fractions.

A fractional exponent represents a root. b^(1/n) = ⁿ√b. So 8^(1/3) = ∛8 = 2. More generally, b^(m/n) = (ⁿ√b)ᵐ.

Scientific notation expresses numbers as a × 10ⁿ, where 1 ≤ a < 10. It simplifies very large or very small numbers. For example, 0.00045 = 4.5 × 10⁻⁴ and 3,200,000 = 3.2 × 10⁶.

Real-World Applications

💰
Compound Interest
The compound interest formula A = P(1+r)ⁿ uses an exponent — each year's interest compounds on the previous balance through repeated multiplication.
🦠
Bacterial Growth
A bacterial colony doubling every 20 minutes follows 2ⁿ growth — after 10 doublings a single bacterium becomes 1,024 cells.
☢️
Radioactive Decay
Radioactive decay is modelled by N(t) = N₀ × (1/2)^(t/half-life) — a negative fractional exponent represents the exponential decrease.
💡
Scientific Notation
The mass of an electron (9.11 × 10⁻³¹ kg) and Avogadro's number (6.02 × 10²³) use exponents of 10 to express extreme values compactly.
🔐
Cryptography (RSA)
RSA encryption relies on modular exponentiation — computing aᵉ mod n — where the difficulty of reversing the operation provides security.
📡
Signal Attenuation
Radio signal power decreases with the square of distance (inverse square law) — expressed as power ∝ distance⁻² using a negative exponent.

Common Mistakes

1
Confusing −2² with (−2)²
−2² = −(2²) = −4, but (−2)² = (−2) × (−2) = +4. The parentheses determine whether the negative sign is part of the base.
2
Multiplying bases when exponents are added
The product rule bᵐ × bⁿ = bᵐ⁺ⁿ requires the SAME base. Students sometimes apply it to 2³ × 3⁴, which cannot be simplified this way.
3
Misinterpreting zero exponents
b⁰ = 1 for any non-zero base. This is derived from the quotient rule: bⁿ/bⁿ = b⁰ = 1. However, 0⁰ is mathematically indeterminate.
4
Distributing exponents over addition
(a + b)² ≠ a² + b² — this is a very common error. (a + b)² expands to a² + 2ab + b² using the binomial theorem.
5
Misapplying the power rule to roots
√x = x^(1/2), not x/2. A fractional exponent 1/n means the nth root, not division by n.

Exponent Rules Quick Reference

Rule Formula Example
Product Rule bᵐ × bⁿ = bᵐ⁺ⁿ 2³ × 2⁴ = 2⁷ = 128
Quotient Rule bᵐ ÷ bⁿ = bᵐ⁻ⁿ 3⁵ ÷ 3² = 3³ = 27
Power Rule (bᵐ)ⁿ = bᵐⁿ (2³)² = 2⁶ = 64
Negative Exponent b⁻ⁿ = 1/bⁿ 2⁻³ = 1/8 = 0.125
Zero Exponent b⁰ = 1 99⁰ = 1
Fractional Exponent b^(1/n) = ⁿ√b 8^(1/3) = ∛8 = 2

References

  1. Axler, Sheldon. Precalculus: A Prelude to Calculus. Wiley, 2021.
  2. Stewart, James. Calculus: Early Transcendentals. Cengage Learning, 2020.
  3. Larson, Ron and Edwards, Bruce H. Calculus. Cengage Learning, 2018.
  4. Khan Academy. Exponents and Radicals. Khan Academy, 2024.
  5. National Council of Teachers of Mathematics. Developing Essential Understanding of Expressions, Equations, and Functions. NCTM, 2011.