How to Use
Select a calculation mode: exponent, root, or logarithm.
Enter the required values. For exponent mode, type a base and exponent (fractions like 2/3 are supported).
The result appears with a step by step breakdown and, for extreme values, scientific notation.
Scroll down for a quick reference table of exponent laws.
How Exponentiation Works
Exponentiation repeats multiplication the way multiplication repeats addition. 2^5 means 2 multiplied by itself five times, producing 32. When the exponent is negative, the operation inverts: 2^(-3) equals 1/(2^3) = 0.125. Fractional exponents connect powers to roots. 8^(1/3) is the cube root of 8, which is 2. Combining both, 8^(2/3) means take the cube root first (2), then square it (4). Zero as an exponent always yields 1 for any nonzero base because dividing a number by itself any number of times leaves 1.
Worked Example
- Calculate 5^(-2). Because the exponent is negative, rewrite as 1 / 5^2.
- 5^2 = 5 x 5 = 25.
- So 5^(-2) = 1/25 = 0.04.
- The calculator shows each of these steps and formats 0.04 as a decimal.
When to Use This Calculator
- Solving homework problems involving powers, roots, or logarithms
- Verifying manual exponent calculations quickly
- Converting between root notation and fractional exponents
- Computing compound interest or exponential growth by hand
- Checking scientific notation for very large or very small values
Precision Limits
JavaScript floating point arithmetic limits precision to roughly 15 to 17 significant digits. For extremely large exponents (e.g. 2^1024 or higher), the result overflows to Infinity. Very small differences near zero may show rounding artifacts. For arbitrary precision needs, use a computer algebra system.
Exponent Calculator vs. Manual Computation
Key Features
Three Calculation Modes
Switch between exponent, nth root, and logarithm calculations from a single tool.
Fractional Exponent Support
Enter exponents as decimals or fractions like 2/3, and the calculator converts them to root form in the steps.
Scientific Notation Output
Results larger than 10 billion or smaller than 0.00001 are automatically displayed in scientific notation.
Step by Step Breakdown
Every calculation shows the mathematical reasoning, including how negative and fractional exponents are handled.
Exponent Laws Reference
A quick reference table of the four core exponent laws appears below each result.