Exponents & Logarithms
An exponent tells you how many times a base is multiplied by itself. The laws below are not arbitrary rules — they follow directly from counting repeated multiplications. Understanding why each law works is more important than memorising it.
| Law | Formula | Example |
|---|---|---|
| Product | aᵐ · aⁿ = aᵐ⁺ⁿ | x³ · x⁴ = x⁷ |
| Quotient | aᵐ ÷ aⁿ = aᵐ⁻ⁿ | x⁵ ÷ x² = x³ |
| Power of power | (aᵐ)ⁿ = aᵐⁿ | (x²)³ = x⁶ |
| Zero exponent | a⁰ = 1 | 7⁰ = 1 |
| Negative exponent | a⁻ⁿ = 1/aⁿ | x⁻³ = 1/x³ |
| Fractional exponent | a^(m/n) = ⁿ√(aᵐ) | 8^(2/3) = (∛8)² = 4 |
| Root | a^(1/n) = ⁿ√a | 27^(1/3) = 3 |
8x⁶y³2xy5⁰ = 11/93.37591/82x²a⁸ / (2b¹³)Checkpoint 1 — Laws of Exponents
- Simplify: x⁴ · x⁻² · x³
- Evaluate: (−2)⁻⁴
- Simplify: (3m²n⁻¹)² ÷ (9m⁻²n)
- Write √(a⁵) using a fractional exponent
- x⁵ (4 − 2 + 3 = 5)
- 1/16 ((−2)⁴ = 16, then reciprocal)
- Numerator: 9m⁴n⁻²; divide by 9m⁻²n → m^(4+2) · n^(−2−1)/1 = m⁶/(3n³)
- a^(5/2)
An exponential function has the variable in the exponent, not the base. This causes dramatically different behaviour compared to polynomials — exponentials grow (or decay) far faster.
Standard Form: f(x) = a · cˣ
a— initial value; the y-intercept is (0, a)c— base; must be positive and not equal to 1- If
c > 1: exponential growth (graph rises steeply) - If
0 < c < 1: exponential decay (graph falls toward 0) - Horizontal asymptote:
y = 0(the x-axis) - Domain: all real numbers; Range: y > 0 (when a > 0)
- Alternative form:
y = a(1 + r)ˣwhere r is the rate (c = 1 + r)
f(0) = 3 · 2⁰ = 3 · 1 =
3f(3) = 3 · 2³ = 3 · 8 =
24f(−2) = 3 · 2⁻² = 3 · (1/4) =
3/4
a = 5c = 3 (c must be positive)Checkpoint 2 — Exponential Functions
- For f(x) = 4 · (1/3)ˣ, find f(0), f(1), f(−1)
- Is f(x) = 5 · 0.6ˣ growth or decay? What is the asymptote?
- Find the exponential function through (0, 2) and (3, 54)
- f(0) = 4, f(1) = 4/3, f(−1) = 12
- Decay (base 0.6 < 1). Asymptote: y = 0
- a = 2; 2·c³ = 54 → c³ = 27 → c = 3 → f(x) = 2·3ˣ
Exponential models appear everywhere: population, money, radioactive decay, temperature cooling. The key is identifying the initial value and the rate, then applying the standard model.
General Model
Q(t) = Q₀ · (1 + r)ᵗ— growth if r > 0, decay if −1 < r < 0Q₀— initial quantity at t = 0r— rate per period (e.g. 0.06 for 6% growth)t— number of periods elapsed- Rule of 72: doubling time ≈
72 ÷ (r%)years
11.9 yearsQuick check: Rule of 72 → 72 ÷ 6 = 12 years ✓
139 gr ≈ 8.78%14 175 yearsCheckpoint 3 — Growth & Decay
- A bacteria colony starts at 800 and triples every 6 hours. How many after 24 hours?
- A car depreciates 15% per year from $25 000. Value after 5 years?
- At what annual rate does money double in 8 years?
- 24 h = 4 periods → 800 · 3⁴ = 800 · 81 = 64 800
- 25 000 · (0.85)⁵ ≈ 25 000 · 0.4437 ≈ $11 093
- 2 = (1+r)⁸ → 1+r = 2^(1/8) ≈ 1.0905 → r ≈ 9.05%
A logarithm answers the question: "To what power must I raise the base to get this number?" It is the inverse operation of exponentiation.
Definition
logₐ(b) = c ⟺ aᶜ = b- Read: "log base a of b equals c"
- Common log:
log(x)meanslog₁₀(x) - Natural log:
ln(x)meanslogₑ(x) - Change of base:
logₐ(b) = log(b)/log(a) - Key values:
logₐ(1) = 0andlogₐ(a) = 1 - Domain: x > 0 always; Range: all real numbers
log₃(81) = 45³ = 125log₂(1/8) = −3y = 3/2y = 3/2Checkpoint 4 — Logarithm Definition
- Convert to exponential form: log₇(49) = 2
- Evaluate log₃(1/27)
- For what x does log₅(x) = −1?
- Evaluate log₈(4)
- 7² = 49
- −3 (since 3⁻³ = 1/27)
- 5⁻¹ = 1/5, so x = 1/5
- 8^y = 4 → (2³)^y = 2² → 3y = 2 → y = 2/3
The log laws exist because logs are exponents. The product rule mirrors aᵐ · aⁿ = aᵐ⁺ⁿ — logarithms of products become sums of logarithms. Mastering these lets you expand or condense any log expression.
The Three Log Laws (base b, with M, N > 0)
log_b(MN) = log_b(M) + log_b(N)— product rulelog_b(M/N) = log_b(M) − log_b(N)— quotient rulelog_b(Mⁿ) = n · log_b(M)— power rulelog_b(b) = 1andlog_b(1) = 0— special valueslog_b(M) = log(M)/log(b)— change of base formula
| Exponent Law | Corresponding Log Law |
|---|---|
aᵐ · aⁿ = aᵐ⁺ⁿ | log(MN) = log(M) + log(N) |
aᵐ ÷ aⁿ = aᵐ⁻ⁿ | log(M/N) = log(M) − log(N) |
(aᵐ)ⁿ = aᵐⁿ | log(Mⁿ) = n·log(M) |
2log(x) + log(y) − 3log(z)2.7240.7780.1761.857Checkpoint 5 — Log Laws
- Expand: log₂(8x⁴/y)
- Condense: 3ln(x) − ln(x²) + ln(5)
- Compute log₃(50) using change of base
- Given log(5) ≈ 0.699, find log(0.04)
- log₂(8) + 4log₂(x) − log₂(y) = 3 + 4log₂(x) − log₂(y)
- ln(x³) − ln(x²) + ln(5) = ln(x³·5/x²) = ln(5x)
- log(50)/log(3) ≈ 1.699/0.477 ≈ 3.561
- log(0.04) = log(4/100) = 2log(2)−2. log(2)=1−0.699=0.301 → −1.398
Equations come in two types: the variable is in the exponent (exponential equation) or inside a log (logarithmic equation). Use the inverse operation to undo the function and isolate the variable.
Two Core Strategies
- Method 1 — Same base: Write both sides with the same base, then equate exponents
- Method 2 — Take log: If bˣ = k, then x = log(k)/log(b)
- Method 3 — Convert log → exp: If log_b(x) = k, then x = b^k
- Method 4 — Substitution: If it looks quadratic (e.g. 4ˣ − 5·2ˣ + 4 = 0), let u = 2ˣ
- Always check solutions in log equations — argument must be > 0
1/22.113x = 412.74Checkpoint 6 — Solving Equations
- Solve: 2^(3x−1) = 16
- Solve: 3ˣ = 50 (3 d.p.)
- Solve: log₅(3x + 2) = 3
- Solve: log(x + 4) − log(x) = 1 (check for extraneous solutions)
- Solve: 2^x · 4^(x+1) = 128
- 16 = 2⁴ → 3x−1 = 4 → x = 5/3
- x = log(50)/log(3) ≈ 1.699/0.477 ≈ 3.561
- 5³ = 3x+2 → 125 = 3x+2 → x = 123/3 = 41
- log((x+4)/x)=1 → (x+4)/x=10 → x+4=10x → x = 4/9. Check: both arguments positive ✓ → x = 4/9
- 2^x · (2²)^(x+1) = 2⁷ → 2^(3x+2) = 2⁷ → 3x+2=7 → x = 5/3
Checkpoint 7 — Mixed Review
- Simplify: (x³y⁻²)⁴ / (x²y⁻¹)³ leaving no negative exponents
- A city has 120 000 people and grows 2.5% per year. After how many years does it reach 200 000?
- Condense: log(4) + 2log(3) − log(12)
- Solve: log₂(x+3) + log₂(x−3) = 4
- Numerator: x¹²y⁻⁸; Denominator: x⁶y⁻³; Result: x⁶y⁻⁵ = x⁶/y⁵
- 120000·(1.025)ᵗ = 200000 → t = log(5/3)/log(1.025) ≈ 0.2219/0.01072 ≈ 20.7 years
- log(4) + log(9) − log(12) = log(36/12) = log(3)
- log₂((x+3)(x−3)) = 4 → x²−9 = 16 → x² = 25 → x = 5 or −5. Check: x=−5 gives log₂(−2) → reject. Answer: x = 5