Enter base and exponent
Tip: Use the sliders for quick “what if” checks. The result updates live as you move them. For decimal exponents, use the number input (sliders are integer-only).
Compute powers instantly: enter a base a and an exponent b to calculate ab. This tool also explains zero exponent, negative exponent, and shows steps you can screenshot and share.
Tip: Use the sliders for quick “what if” checks. The result updates live as you move them. For decimal exponents, use the number input (sliders are integer-only).
An exponent is a compact way to say “repeat multiplication.” When you see ab, you read it as “a raised to the power of b.” The base a is the number you’re multiplying, and the exponent b tells you how many times to multiply the base by itself.
For example, 23 means: 2 × 2 × 2, which equals 8. Exponents show up everywhere: compound interest growth, population growth, unit conversions, scientific notation, computer science (big-O style reasoning), and basically any time something grows or shrinks by the same factor repeatedly.
If b is a positive integer, then: ab = a × a × a × … (b times). That’s the definition most people learn first. From that definition, we can derive the rules that make exponent math fast.
Many students memorize a0 = 1, but it feels weird at first. Here’s the logic: exponent division says am / am = am-m = a0. But anything divided by itself is 1 (as long as it’s not zero), so a0 = 1 for any non-zero base a.
Negative exponents are not “negative results” — they represent reciprocals. Start with the division rule again: am / an = am-n. If n is bigger than m, the exponent becomes negative. Example: 23 / 25 = 23-5 = 2-2. But 23 / 25 = 8/32 = 1/4. So 2-2 = 1/4. In general, a-n = 1 / an.
This is a classic test trap: -22 is not the same as (-2)2. Without parentheses, the exponent applies to 2 only, then the negative sign applies afterward: -22 = -(22) = -4. With parentheses, the exponent applies to the entire negative number: (-2)2 = 4. This calculator displays parentheses in the steps so you can see what you’re actually computing.
A fractional exponent can represent roots: a1/2 = √a, a1/3 = ∛a, and in general ap/q = (q√a)p when it’s defined over real numbers. Example: 161/2 = 4 and 163/2 = (√16)3 = 43 = 64. If the base is negative and the exponent is a fraction, the result may not be a real number (it can become complex). That’s why you’ll see “not a real number” warnings in some cases.
Exponents power scientific notation. Numbers like 3.2 × 108 are easier to read than 320,000,000. The “× 10n” part is an exponent that shifts the decimal point: positive n moves it right (bigger number), negative n moves it left (smaller number). When results get huge (or tiny), this calculator can show a scientific-notation version so you don’t lose track of zeros.
Under the hood, we use JavaScript’s exponent function (Math.pow) for general real-number inputs. For small integer exponents, we also build a “steps” explanation: repeated multiplication for positive integers, and reciprocal notation for negative integers.
If you choose “Steps focus” mode, you’ll see extra guidance like: how many multiplications are happening, what parentheses mean, and when a result becomes undefined (like 0-1) or non-real (like (-8)1/2).
Yes. Type a decimal exponent (like 0.5) in the exponent box to compute roots. The slider is integer-only, but the number input can be decimal.
Over the real numbers, a negative base raised to a non-integer exponent can become complex. Example: (-1)0.5 is not a real number. This calculator stays in real-number mode and will warn you.
00 is a special case. In some contexts it’s defined as 1, but in others it’s indeterminate. We label it as “indeterminate” and explain why, since many math classes treat it cautiously.
Because it means “divide by that power.” For example, 10-3 = 1 / 103 = 1/1000. This comes directly from the exponent division rule.
Yes — but use it as a checker, not a shortcut. Try doing the problem first, then plug in values here to verify. The step-by-step view helps you spot where a sign or parentheses error happened.
For typical classroom numbers, it’s accurate. For extremely large exponents, any calculator (including this one) can run into numeric limits. When a result is too large, we’ll show scientific notation or “Infinity.”
Jump to related calculators while you’re in “math mode.”
MaximCalculator provides simple, user-friendly tools. Always double-check any important numbers elsewhere.