Calculate powers (xʸ) with full step-by-step work. Handles negative, zero and fractional exponents correctly — instantly.
Enter a base and an exponent to see the result, with step-by-step work
This exponent calculator computes x raised to the power y (xʸ) instantly for any base and any exponent — positive, negative, zero, or fractional — with a clear step-by-step explanation of which exponent rule was applied. It works as a power calculator, an exponentiation calculator, a negative exponent calculator, and a fractional exponent calculator all in one, correctly handling tricky cases like 0⁰, negative exponents, and negative bases raised to non-integer powers instead of silently guessing. Exponents describe repeated multiplication in a single compact notation, which is why they appear everywhere from compound interest formulas to computer algorithm complexity.
Given a base x and an exponent y, this tool returns xʸ along with the reasoning behind the answer: repeated multiplication for small positive integer exponents, the reciprocal rule for negative exponents, the zero exponent rule, and the root-and-power breakdown for fractional exponents. Very large or very small results are also shown in scientific notation automatically.
Algebra and pre-algebra students learning exponent rules, programmers estimating storage sizes or algorithm complexity, finance students working through compound interest formulas, science students converting measurements to powers of 10, and anyone who needs a fast, correct power calculation can use this exponent calculator.
Exponents let you express repeated multiplication compactly and reveal patterns that would be tedious to compute by hand — doubling time, decay rates, and scale differences of many orders of magnitude are all naturally described with powers. Understanding the exponent rules (product, power, negative, and fractional) is foundational for algebra, calculus, and any quantitative science.
Finance uses exponents in compound interest and investment growth formulas, raising (1 + rate) to the number of periods. Science expresses very large or very small measurements as powers of 10. Computer science describes algorithm time complexity (like O(n²)) and binary storage sizes as powers of 2. Physics relies on exponents for inverse-square laws and exponential decay or growth models.
How this calculator handles integer, negative, and fractional exponents
xʸ for a whole-number y is simply x multiplied by itself y times — the most direct meaning of "power."
A negative exponent flips the base into a fraction: x⁻ⁿ = 1/xⁿ. The sign of the exponent never makes the result negative by itself.
x^(m/n) means take the n-th root of x, then raise that result to the m power — exponents and roots are the same operation in disguise.
From entering a base and exponent to verifying the result
Type the number you want to raise to a power. It can be positive, negative, or a decimal.
Type the power to raise the base to — a positive or negative whole number, zero, or a decimal (fractional exponent).
The calculator applies the correct exponent rule automatically based on the sign and type of the exponent.
View the computed value of xʸ along with a plain-language explanation of which rule was applied.
For very large or very small results, an additional scientific notation display appears automatically.
For a small positive integer exponent, manually multiply the base by itself that many times to confirm the result.
Comparing a positive, negative, and fractional exponent on the same base
Using base 8, compare 8³ (positive integer exponent), 8⁻¹ (negative exponent), and 8^(2/3) (fractional exponent).
Explanation: The same base, 8, produces very different results depending on the exponent's sign and type: a positive integer exponent multiplies repeatedly (growth), a negative exponent shrinks the value into a fraction (reciprocal), and a fractional exponent blends a root and a power into a single moderate value. None of these are interchangeable — mixing up the exponent type is the most common source of exponent errors.
What different exponent types tell you about the result
| Exponent Type | What Happens to the Result | Example |
|---|---|---|
| Positive integer (y > 1) | Grows (for |x| > 1) or shrinks (for |x| < 1) via repeated multiplication | 2⁵ = 32 |
| Exponent = 1 | Result equals the base unchanged | 7¹ = 7 |
| Exponent = 0 | Result is always 1 (for nonzero base) | 9⁰ = 1 |
| Negative exponent | Result becomes the reciprocal of the positive-exponent version | 2⁻³ = 0.125 |
| Fractional exponent | Result combines a root and a power | 8^(2/3) = 4 |
| Negative base, non-integer exponent | Not a real number — the calculator reports this instead of guessing | (−8)^(1/2) → not real |
Reading the sign: the exponent's sign controls whether the result grows or shrinks relative to 1 (for a base greater than 1); the base's sign combined with an integer exponent controls whether the result is positive or negative.
Typical/edge cases: 0⁰ is a special convention (treated as 1 here). 0 raised to a negative exponent is undefined. A negative base with a non-integer exponent is not real.
Manual verification: for small positive integer exponents, multiply the base by itself that many times by hand. For negative exponents, compute the positive-exponent version first, then take its reciprocal, and compare.
Multiplying a fraction by itself makes it smaller: 0.5² = 0.5 × 0.5 = 0.25, and 0.5³ = 0.125. For any base with an absolute value less than 1, raising it to a higher power drives the result toward zero — the opposite of a base greater than 1, which grows as the exponent grows.
A negative number multiplied an even number of times gives a positive product, while an odd number of multiplications stays negative. That is why (−2)² = 4 but (−2)³ = −8, and why the calculator pairs the sign of the base with whether the whole-number exponent is even or odd.
A fractional exponent x^(m/n) returns a whole number when the base is a perfect n-th power, such as 27^(1/3) = 3 or 16^(1/2) = 4. If the base is not a perfect power the value is irrational — like 2^(1/2) — and the calculator displays it as a decimal instead.
A negative exponent means the reciprocal, so 0⁻³ would require computing 1 ÷ 0³, which divides by zero. No such value exists, and the calculator reports this case as undefined rather than attempting the division.
Computers count in base 2, so storage sizes are built from powers of two: 2¹⁰ = 1,024 bytes in a kibibyte, 2²⁰ = 1,048,576 bytes in a mebibyte, and so on. Entering a base of 2 with those exponents shows exactly why memory and file sizes land on these recognizable numbers.
The form a × 10ᵇ means shift the decimal point of a by b places — for 3.2 × 10¹⁵, move it 15 places right to get a 16-digit whole number. This row appears automatically when a result is extremely large or small, so the magnitude stays easy to compare at a glance.
Multiplying 1 by itself any number of times never changes it, so 1ⁿ = 1 for every exponent. That makes base 1 a useful sanity check: with 1 as the base, the result should be 1 no matter what exponent you enter.
Where computing xʸ genuinely comes up
Check exponent rule problems, including negative and fractional exponents, step by step.
Compute (1 + rate) raised to the number of periods for compound growth formulas.
Estimate binary storage sizes (powers of 2) and algorithm complexity like O(n²) or O(2ⁿ).
Apply exponents in gravitational, electric field, and radiation intensity formulas.
Express very large or very small measurements using powers of 10.
Model population growth, radioactive decay, or depreciation using exponent-based formulas.
Compute scaling, lighting falloff, and easing functions that rely on power functions.
Understand power-law relationships and exponentiation used in activation functions and loss curves.
Convert between unit prefixes (kilo, mega, giga) that are all defined as powers of 10.
Instructors verify exponent rule worksheets and generate step-by-step explanations.
Work with exponential and logarithmic scales used in decibel and signal-strength calculations.
Builds the exponent fluency needed before tackling the Root Calculator or logarithms.
Anyone who needs a fast, reliable answer to a power calculation, in any context.
What this exponent calculator does well, and where care is still needed
The core exponent rules side by side
| Rule | Formula | Example |
|---|---|---|
| Product rule | xᵃ × xᵇ = x^(a+b) | 2³ × 2² = 2⁵ = 32 |
| Quotient rule | xᵃ ÷ xᵇ = x^(a−b) | 2⁵ ÷ 2² = 2³ = 8 |
| Power rule | (xᵃ)ᵇ = x^(a×b) | (2³)² = 2⁶ = 64 |
| Negative exponent rule | x⁻ⁿ = 1 ÷ xⁿ | 2⁻³ = 1/8 = 0.125 |
| Fractional exponent rule | x^(m/n) = (ⁿ√x)ᵐ | 8^(2/3) = 2² = 4 |
| Zero exponent rule | x⁰ = 1 (x ≠ 0) | 9⁰ = 1 |
Summary: This exponent calculator gives you an instant, free way to compute x raised to the power y for positive, negative, zero, or fractional exponents, with the correct rule explained at every step. Pair it with related tools like the Root Calculator and Scientific Notation Calculator for a fuller picture of powers, roots, and scale.
Common questions about exponents
Trusted educational references to go deeper on exponent rules
Explore other math tools