Exponents & Powers
Laws of Exponents
An exponent tells how many times to multiply a number (the base) by itself.
5 x 5 x 5 = 5^3 (read as '5 to the power of 3' or '5 cubed')
| Term | Meaning | Example |
|---|---|---|
| Base | The number being multiplied | 5 |
| Exponent | How many times to multiply | 3 |
| Power | The whole expression | 5^3 = 125 |
Special cases:
- a^1 = a (any number to power 1 is itself)
- a^0 = 1 (any nonzero number to power 0 is 1)
- 1^n = 1 (one raised to any power is 1)
EXPONENTIAL GROWTH: 2^1 = 2 ** 2^2 = 4 **** 2^3 = 8 ******** 2^4 = 16 **************** LAWS OF EXPONENTS: Same base, multiply: a^m x a^n = a^(m+n) Same base, divide: a^m / a^n = a^(m-n) Power of power: (a^m)^n = a^(m*n)
- aᵐ × aⁿ = aᵐ⁺ⁿ; aᵐ ÷ aⁿ = aᵐ⁻ⁿ; (aᵐ)ⁿ = aᵐⁿ.
- a⁰ = 1 for any non-zero a.
- Exponent = how many times the base is multiplied by itself
- Any nonzero number to power 0 = 1
- a^m x a^n = a^(m+n) when bases are the same
- (a^m)^n = a^(m*n)
Negative Exponents
Negative bases with exponents: Parentheses make a critical difference!
| Expression | Meaning | Result |
|---|---|---|
| (-2)^4 | (-2) x (-2) x (-2) x (-2) | +16 (positive) |
| -2^4 | -(2 x 2 x 2 x 2) | -16 (negative) |
Key rule: Even exponent on a negative base gives a positive result. Odd exponent on a negative base gives a negative result.
Order of Operations (PEMDAS):
- Parentheses
- Exponents
- Multiplication and Division (left to right)
- Addition and Subtraction (left to right)
ORDER OF OPERATIONS PYRAMID:
[Parentheses] (highest priority)
[Exponents ]
[x or / ]
[+ or - ] (lowest priority)
NEGATIVE BASE RULE:
Even exponent: (-3)^4 = +81 (positive)
Odd exponent: (-3)^3 = -27 (negative)- a⁻ⁿ = 1/aⁿ.
- 10⁻¹ = 0.1, 10⁻² = 0.01, and so on.
- Even exponent on negative base gives positive result
- Odd exponent on negative base gives negative result
- Parentheses change the meaning: (-2)^4 is different from -2^4
- Always apply PEMDAS: Parentheses, Exponents, Multiply/Divide, Add/Subtract
Standard Form (Scientific Notation)
Standard form writes a number as a × 10ⁿ, where 1 ≤ a < 10. Large numbers use positive powers (45000 = 4.5 × 10⁴) and small numbers use negative powers (0.0006 = 6 × 10⁻⁴).
- Standard form: a × 10ⁿ with 1 ≤ a < 10.
- Large numbers → positive power; small numbers → negative power.