Introduction to Exponents
An exponent represents the number of times a number (the base) is multiplied by itself. For example, 23 means 2 × 2 × 2 = 8.
Exponents are a fundamental concept in mathematics and are widely used in scientific notation, compound interest, and even in understanding exponential growth.
Laws of Exponents
| Law | Formula | Description |
|---|---|---|
| Product of Powers | am × an = am+n | Multiply like bases by adding exponents. |
| Quotient of Powers | am ÷ an = am-n | Divide like bases by subtracting exponents. |
| Power of a Power | (am)n = am×n | Raise a power to a power by multiplying exponents. |
| Zero Exponent | a0 = 1 | Any non-zero number raised to the power of zero equals 1. |
| Negative Exponent | a-n = 1/an | Represents the reciprocal of the positive exponent. |
Variable Expressions with Exponents
- Multiplication of Powers: x3 × x2 = x5
- Division of Powers: x5 ÷ x3 = x2
- Power of a Power: (x2)3 = x6
- Zero Exponent: x0 = 1
- Negative Exponent: x-2 = 1/x2
- Power of a Product: (xy)3 = x3y3
- Power of a Quotient: (x/y)2 = x2/y2
Examples
1. (x2)3 × x4 = x10
2. y5 / y2 = y3
3. 163/4 = √[4]{163} = 8
Understanding Rational Exponents
Rational exponents am/n mean the n-th root of a raised to the m-th power: am/n = √[n]{am}.
- 161/2 = 4
- 272/3 = 9
- 8-2/3 = 1/4
Exponential Equations
- Same base: 2x = 25 ⇒ x = 5
- Logs: 3x = 7 ⇒ x = ln(7)/ln(3)
Exponent Calculator
Enter an expression (use ^ for powers, sqrt() for roots), e.g. 2^3 + sqrt(49).
Exponent Quiz
Select the correct answers. Five random questions each load.
Prime Factors — Quick Quiz
-
What are the prime factors of 30?
Concept Deep Dive
Order of Operations with Exponents
In PEMDAS/BODMAS, exponentiation happens before multiplication/division. E.g.,
3 ⋅ 2^3 = 3 ⋅ 8 = 24, not (3⋅2)^3.
Why the Zero Exponent is 1
Using the quotient law with same base: \[ \frac{a^n}{a^n}=a^{n-n}=a^0 \quad\text{but}\quad \frac{a^n}{a^n}=1 \Rightarrow a^0=1 \quad(a\ne 0). \]
Negative & Rational Exponents
- Negative: \(a^{-n}=\frac{1}{a^n}\). Example: \(10^{-3}=\frac{1}{1000}\).
- Rational: \(a^{m/n}=\sqrt[n]{a^m}=(\sqrt[n]{a})^m\). Example: \(27^{2/3}=\sqrt[3]{27^2}=9\).
Common Pitfalls
- \( (a+b)^n \neq a^n + b^n \) in general (only true for special cases).
- \( \sqrt{a^2}=|a| \), not \(a\) (principal square root is non-negative).
- \( a^{m/n} \) assumes \(a\ge 0\) for even \(n\) in real numbers.
Exponential vs Polynomial Growth visual
Exponential functions eventually outgrow any polynomial. The chart below shows \(y=2^x\) and \(y=x^3\) on a small interval; \(2^x\) accelerates rapidly.
Exponent Reference Tables
Handy powers for quick checks and mental math.
| Base \\ Power | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
|---|
Squares & Cubes to Memorize
| n | n² | n³ |
|---|
Worked Examples (Advanced)
1) Simplify a Mixed Expression
\[ \frac{(2x^{-3}y^{1/2})^2 \cdot x^5}{4x^{-1}y} \]
Show steps
2) Solve an Exponential Equation (logs on both sides)
\[ 5^{2x-1}=3^{x+2} \]
Show steps
3) Rational Exponents with Domain
\[ \left( x^{\frac{3}{2}}\right)^{\frac{2}{3}} = x \quad (\text{with } x\ge 0) \]
Why the domain matters
4) Geometric Series Connection
Sum \(S=1+2+2^2+\cdots+2^{n}=\dfrac{2^{n+1}-1}{2-1}=2^{n+1}-1\).
5) Compound Interest
\(A=P\left(1+\frac{r}{n}\right)^{nt}\). If \(P=5000\), \(r=8\%\), \(n=12\), \(t=5\):