Exponent Calculator - Calculate Powers, Exponential Growth & Exponent Rules
The number being raised to a power
The power to which the base is raised
Examples:
- ⢠Positive exponent: 2^3 = 8
- ⢠Negative exponent: 2^(-2) = 0.25
- ⢠Fractional exponent: 8^(1/3) = 2
- ⢠Zero exponent: 5^0 = 1
Power Calculation Result
Enter values and click Calculate to see results
Exponent Rules Reference
Product Rule
x^a Ć x^b = x^(a+b)
When multiplying same bases, add exponents
Example:
2^3 Ć 2^4 = 2^(3+4) = 2^7 = 128
Quotient Rule
x^a Ć· x^b = x^(a-b)
When dividing same bases, subtract exponents
Example:
5^6 Ć· 5^2 = 5^(6-2) = 5^4 = 625
Power Rule
(x^a)^b = x^(aĆb)
Power of a power: multiply exponents
Example:
(3^2)^3 = 3^(2Ć3) = 3^6 = 729
Zero Exponent
x^0 = 1
Any non-zero number to power 0 equals 1
Example:
999^0 = 1
(-5)^0 = 1
Negative Exponent
x^(-a) = 1 / x^a
Negative exponent means reciprocal
Example:
2^(-3) = 1/2^3 = 1/8 = 0.125
Fractional Exponent
x^(1/n) = āæāx
Fractional exponent means root
Example:
16^(1/2) = ā16 = 4
8^(1/3) = ³ā8 = 2
Power of Product
(xy)^a = x^a Ć y^a
Distribute exponent to each factor
Example:
(2Ć3)^2 = 2^2 Ć 3^2 = 4 Ć 9 = 36
Power of Quotient
(x/y)^a = x^a / y^a
Distribute exponent to numerator and denominator
Example:
(6/3)^2 = 6^2 / 3^2 = 36/9 = 4
Understanding Exponents
An exponent (also called a power or index) indicates how many times a number (the base) is multiplied by itself. In the expression x^y, x is the base and y is the exponent.
Basic Examples:
- ⢠2^3 = 2 à 2 à 2 = 8
- ⢠5^2 = 5 à 5 = 25
- ⢠10^4 = 10 à 10 à 10 à 10 = 10,000
- ⢠3^1 = 3 (any number to power 1 is itself)
- ⢠7^0 = 1 (any non-zero number to power 0 is 1)
Types of Exponents
Positive Integer Exponents
Represent repeated multiplication.
Negative Exponents
Represent reciprocals (1 divided by the positive power).
Fractional Exponents
Represent roots (1/n means nth root).
8^(1/3) = ³ā8 = 2
Zero Exponent
Any non-zero number to power 0 equals 1.
(-5)^0 = 1
Exponent Rules Explained
Product Rule
When multiplying powers with the same base, add the exponents:
x^a Ć x^b = x^(a+b)
Example: 3^2 Ć 3^4 = 3^(2+4) = 3^6 = 729
Quotient Rule
When dividing powers with the same base, subtract the exponents:
x^a Ć· x^b = x^(a-b)
Example: 5^7 Ć· 5^3 = 5^(7-3) = 5^4 = 625
Power Rule
When raising a power to another power, multiply the exponents:
(x^a)^b = x^(aĆb)
Example: (2^3)^2 = 2^(3Ć2) = 2^6 = 64
Power of a Product
Distribute the exponent to each factor in the product:
(xy)^a = x^a Ć y^a
Example: (2 Ć 3)^2 = 2^2 Ć 3^2 = 4 Ć 9 = 36
Exponential Growth and Decay
Exponential growth occurs when a quantity increases by a constant percentage over equal time periods. Exponential decay is the opposite - decreasing by a constant percentage.
The Compound Interest Formula:
A = P(1 + r/n)^(nt)
- ⢠A = Final amount
- ⢠P = Initial principal (starting value)
- ⢠r = Annual interest rate (as a decimal)
- ⢠n = Number of times compounded per year
- ⢠t = Time in years
Growth Example
$1000 at 5% annual interest for 10 years:
A = 1000(1 + 0.05/1)^(1Ć10)
A = 1000(1.05)^10
A = $1,628.89
Decay Example
$1000 depreciating 5% annually for 10 years:
A = 1000(1 - 0.05/1)^(1Ć10)
A = 1000(0.95)^10
A = $598.74
Real-World Applications
š° Finance
- ⢠Compound interest
- ⢠Investment growth
- ⢠Loan calculations
- ⢠Retirement planning
š¬ Science
- ⢠Bacterial growth
- ⢠Radioactive decay
- ⢠Population dynamics
- ⢠Chemical reactions
š» Technology
- ⢠Computer algorithms
- ⢠Data compression
- ⢠Viral marketing
- ⢠Network effects