Exponent Calculator
Calculate any power or root. Enter a base and exponent to compute bⁿ, including negative exponents, fractional exponents (roots), and zero power.
What Is a Exponent Calculator?
An exponent calculator computes the result of raising a base number to any power. Exponents are a shorthand for repeated multiplication: 2⁵ means 2 × 2 × 2 × 2 × 2 = 32. This tool handles positive exponents, negative exponents (which produce reciprocals), fractional exponents (which compute roots), and the special case of any number raised to the power of zero.
Exponents are fundamental to mathematics and science. Compound interest grows exponentially — a £1,000 investment at 5% for 10 years is calculated as 1000 × 1.05¹⁰. Radioactive decay follows an exponential curve. Computer scientists use powers of 2 constantly (2¹⁰ = 1,024 bytes in a kilobyte). Physicists express the speed of light as approximately 3 × 10⁸ metres per second. Understanding exponents is essential for working with scientific notation, logarithms, and growth models.
The laws of exponents simplify complex calculations. Multiplying like bases adds exponents (aᵐ × aⁿ = aᵐ⁺ⁿ). Dividing subtracts them (aᵐ / aⁿ = aᵐ⁻ⁿ). Raising a power to a power multiplies exponents ((aᵐ)ⁿ = aᵐⁿ). These rules reduce long multiplication chains to simple arithmetic on the exponents, which is why they are so powerful in algebra and calculus.
How Do You Use This Exponent Calculator?
Enter the base number and the exponent. The exponent can be positive, negative, fractional, or zero. Click Calculate to see the result with full working shown.
- Enter the base number in the first field.
- Enter the exponent in the second field (positive, negative, or fractional).
- Click Calculate to compute the result.
- Read the result and the expanded working (e.g., 3⁴ = 3 × 3 × 3 × 3 = 81).
- For negative exponents, check the reciprocal form shown in the explanation.
- For fractional exponents, review the equivalent root expression.
How Does the Exponent Calculator Formula Work?
The formula used: bⁿ = b × b × ... × b (n times); b⁻ⁿ = 1/bⁿ; b^(1/n) = ⁿ√b; b⁰ = 1
Exponentiation raises a base number to a power. Positive integer exponents mean repeated multiplication. The laws of exponents extend this to all real-number exponents.
bⁿ = b × b × ... × b (n times)b⁻ⁿ = 1 / bⁿb^(m/n) = ⁿ√(bᵐ)b⁰ = 1 (for b ≠ 0)
A negative exponent produces the reciprocal: 2⁻³ = 1/8. A fractional exponent computes a root: 8^(1/3) = ∛8 = 2. Combining both, 8^(−2/3) = 1/(8^(2/3)) = 1/(∛8)² = 1/4. These rules let you convert between exponential and radical notation seamlessly.
What Are Some Example Calculations?
For 5³: 5 × 5 × 5 = 125. For 2⁻⁴: 1/2⁴ = 1/16 = 0.0625. For 27^(1/3): ∛27 = 3.
Calculate 3⁵ (positive integer exponent)
3⁵ = 3 × 3 × 3 × 3 × 3 = 9 × 9 × 3 = 243.
3⁵ = 243.
Calculate 4⁻² (negative exponent)
4⁻² = 1 / 4² = 1 / 16 = 0.0625.
4⁻² = 0.0625 (or 1/16).
Calculate 32^(2/5) (fractional exponent — root and power)
32^(2/5) = (⁵√32)² = 2² = 4. Alternatively, 32² = 1024, ⁵√1024 = 4.
32^(2/5) = 4.
When Should You Use a Exponent Calculator?
Use the exponent calculator for any computation involving powers or roots. Students use it to check homework on indices, simplify algebraic expressions, and work with scientific notation. Financial analysts calculate compound growth: an investment growing at 7% per year for 20 years multiplies by 1.07²⁰ ≈ 3.87.
Scientists and engineers use exponents constantly. Signal strength decays with the square of distance (inverse-square law). Bacteria populations double at regular intervals (2ⁿ growth). Computer memory is measured in powers of 2. Decibel scales, Richter scales, and pH scales are all logarithmic — meaning they rely on exponents. This calculator handles the arithmetic so you can focus on the science.
What Do These Terms Mean?
What Are the Best Tips to Know?
- Remember that any non-zero number raised to the power of 0 equals 1 — this includes negatives: (−5)⁰ = 1.
- For fractional exponents, take the root first to keep numbers smaller: 64^(2/3) = (∛64)² = 4² = 16 is easier than 64² = 4096, then ∛4096.
- Negative bases with even exponents give positive results; with odd exponents they give negative results.
- Use exponent laws to simplify before calculating: 2⁷ × 2³ = 2¹⁰ = 1024 is faster than multiplying 128 × 8.
- Convert roots to fractional exponents for consistency: √x = x^(1/2), ∛x = x^(1/3).
What Mistakes Should You Avoid?
- Confusing (−3)² = 9 with −3² = −9. Parentheses determine whether the negative is part of the base.
- Thinking that a negative exponent makes the result negative — it produces a reciprocal, not a negative number.
- Forgetting that 0⁰ is typically defined as 1 in combinatorics and algebra, though it is technically indeterminate in analysis.
- Multiplying the base by the exponent instead of raising to the power — 2⁵ is 32, not 10.
Frequently Asked Questions
What is any number raised to the power of 0?
Any non-zero number raised to the power of 0 equals 1. This follows from the exponent rule aⁿ / aⁿ = a⁰ = 1. The case 0⁰ is typically defined as 1 in discrete mathematics.
How do negative exponents work?
A negative exponent means 'take the reciprocal'. So b⁻ⁿ = 1/bⁿ. For example, 2⁻³ = 1/2³ = 1/8 = 0.125.
What does a fractional exponent mean?
A fractional exponent b^(m/n) means 'take the nth root of b, then raise to the mth power'. For example, 8^(2/3) = (∛8)² = 2² = 4.
Can you raise a negative number to a fractional power?
Only if the denominator of the fraction is odd. (−8)^(1/3) = −2 is valid because the cube root of a negative number is negative. But (−4)^(1/2) is not a real number.
What are the laws of exponents?
The key laws are: aᵐ × aⁿ = aᵐ⁺ⁿ (product), aᵐ / aⁿ = aᵐ⁻ⁿ (quotient), (aᵐ)ⁿ = aᵐⁿ (power of a power), (ab)ⁿ = aⁿbⁿ (product to a power), and a⁻ⁿ = 1/aⁿ (negative exponent).
Why is 1 raised to any power always 1?
Because 1 × 1 × 1 × ... is always 1 regardless of how many times you multiply. This applies to all exponents: 1¹⁰⁰⁰ = 1, 1⁻⁵ = 1, 1^(1/2) = 1.
How do exponents relate to logarithms?
Logarithms are the inverse of exponents. If bⁿ = x, then logᵦ(x) = n. For example, 2³ = 8 so log₂(8) = 3. Logarithms 'undo' exponentiation.
More Maths & Conversion Calculators
See all free tools in the Maths & Conversion Calculators category.
Calculate percentages easily — find what percent of a number is, percentage change, and more.
Fraction CalculatorAdd, subtract, multiply, and divide fractions. Simplifies results to the lowest terms automatically.
Area CalculatorCalculate the area of common shapes — rectangle, circle, triangle, trapezium, and more.
Average CalculatorCalculate the mean, median, mode, and range from any set of numbers. Enter your data and get all four measures of central tendency instantly.
Ratio CalculatorSolve proportions and find the missing value in A:B = C:D. Simplify ratios, scale recipes, convert map distances, and work with any proportional relationship.
Quadratic Equation SolverSolve any quadratic equation ax² + bx + c = 0. Get both roots, the discriminant, vertex coordinates, and axis of symmetry with full working shown.
LCM & HCF CalculatorFind the Least Common Multiple (LCM) and Highest Common Factor (HCF/GCD) of two or more numbers. Uses prime factorisation and the Euclidean algorithm with step-by-step working.
Roman Numeral ConverterConvert between Roman numerals and standard (Arabic) numbers. Enter a Roman numeral like XIV or a number like 2024 and get the conversion instantly with the breakdown explained.
Scientific Notation ConverterConvert between standard notation and scientific notation. Enter any number and get it expressed as a × 10ⁿ, or enter scientific notation to see the full number.
Prime Number CalculatorCheck if a number is prime, find its complete prime factorisation, and list all prime numbers up to a given limit. Uses trial division and the Sieve of Eratosthenes.
Scientific CalculatorFree online scientific calculator with trigonometry, logarithms, exponents, factorials, and constants.
Mean, Median & Mode CalculatorCalculate the mean, median, mode, range, sum, and count from any list of numbers.
Standard Deviation CalculatorCalculate the standard deviation, variance, and mean from any list of numbers. Shows both population and sample standard deviation.
Fraction to Decimal CalculatorConvert fractions to decimals and decimals to fractions instantly. Shows simplified fractions, percentages, and whether the decimal terminates or recurs.
More categories