Exponent Calculator
Calculate powers, roots, and find exponents with step-by-step solutions. Supports negative exponents, fractional exponents, and scientific notation.
Calculate x raised to the power n
Result
-
Scientific Notation
-
Expression
-
Calculate the nth root of x
Result
-
Scientific Notation
-
As Fractional Exponent
-
Find exponent: base^n = result
Exponent (n)
-
Verification
-
Logarithm Form
-
Laws of Exponents
Product Rule
x^a * x^b = x^(a+b)
Example: 2^3 * 2^4 = 2^7 = 128
Quotient Rule
x^a / x^b = x^(a-b)
Example: 2^5 / 2^2 = 2^3 = 8
Power Rule
(x^a)^b = x^(a*b)
Example: (2^3)^2 = 2^6 = 64
Negative Exponent
x^(-n) = 1 / x^n
Example: 2^(-3) = 1/8 = 0.125
Fractional Exponent
x^(m/n) = n-th root of x^m
Example: 8^(2/3) = (cbrt 8)^2 = 4
Product to Power
(xy)^n = x^n * y^n
Example: (2*3)^2 = 4 * 9 = 36
Special Exponent Cases
| Rule | Formula | Example |
|---|---|---|
| Zero Exponent | x^0 = 1 | 5^0 = 1, 100^0 = 1 |
| Exponent of One | x^1 = x | 7^1 = 7, 42^1 = 42 |
| Base of One | 1^n = 1 | 1^5 = 1, 1^100 = 1 |
| Base of Zero | 0^n = 0 (n > 0) | 0^5 = 0, 0^100 = 0 |
| Negative Base (even exp) | (-x)^even = positive | (-2)^4 = 16 |
| Negative Base (odd exp) | (-x)^odd = negative | (-2)^3 = -8 |