Indices and Logarithms
Interactive curriculum lessons, worked examples, and geometric problem-solving techniques designed to help Kenyan students master CBC, KPSEA, KCSE, and IGCSE mathematics.
First Principles
Objective: Apply laws of indices and logarithms to simplify expressions and solve exponential and logarithmic equations.
Power Ladder & Logarithm Mirror
Select a base and move the target value slider to explore how exponents and logarithms invert each other.
Step 1 — Concrete Growth: The Repeated Multiplier
Imagine a small agribusiness cooperative in Eldoret that doubles its seed inventory every harvest cycle. In cycle 0, they have \(1\) bag. In cycle 1, \(2^1 = 2\) bags; cycle 2, \(2^2 = 4\) bags; cycle 3, \(2^3 = 8\) bags. An index or exponent is simply a counter of repeated multiplication.
The Index Concept: An exponent \(n\) in \(a^n\) tracks how many times base \(a\) is multiplied by itself: \[ a^n = \underbrace{a \times a \times \dots \times a}_{n \text{ times}} \]
Step 2 — Geometric Dimension and Scale
Consider a unit square with side \(a\) (area \(a^2\)) versus a unit cube with side \(a\) (volume \(a^3\)). When we multiply \(a^2 \times a^3\), we are combining \(2\) factors of \(a\) with \(3\) factors of \(a\), giving \(a^{2+3} = a^5\). Division cancels repeated factors: \(\frac{a^5}{a^2} = a^{5-2} = a^3\).
Step 3 — Logarithms as the Inverse Operation
If powers move us forward along growth (e.g., "What is \(2^5\)? Answer: \(32\)"), logarithms reverse the question: "To what power must base \(2\) be raised to reach \(32\)?"
We write this relationship as the Fundamental Equivalence: \[ a^c = b \iff \log_a b = c \quad (a > 0, a \neq 1, b > 0) \]
Key Formulas
Worked Examples
Example 1 (Easy): Simplifying Index Expressions
Problem: Simplify \(\frac{3^6 \times 3^4}{3^7}\) and express the answer as a single integer.
- Combine the numerator using the Product Law:
\[ 3^6 \times 3^4 = 3^{6 + 4} = 3^{10} \] - Apply the Quotient Law with the denominator:
\[ \frac{3^{10}}{3^7} = 3^{10 - 7} = 3^3 \] - Evaluate the numerical result:
\[ 3^3 = 3 \times 3 \times 3 = 27 \]
Final Answer: \(27\)
Example 2 (Medium): Solving an Exponential Equation
Problem: Solve for \(x\) in the equation \(4^{2x - 1} = 64\).
- Express both sides in terms of a common base (Base 4 or Base 2):
Notice that \(64 = 4^3\) (or \(2^6\)). Let us use base 4:
\[ 4^{2x - 1} = 4^3 \] - Equate the exponents since the bases are identical:
\[ 2x - 1 = 3 \] - Solve the linear equation for \(x\):
\[ 2x = 3 + 1 = 4 \implies x = 2 \]
Final Answer: \(x = 2\)
Example 3 (Hard): Multi-Step Logarithmic Equation
Problem: Solve for \(x\): \(\log_{10}(x + 3) + \log_{10}(x - 3) = 1 + \log_{10}(1.6)\).
- Apply the product rule to the left-hand side:
\[ \log_{10}[(x + 3)(x - 3)] = \log_{10}(x^2 - 9) \] - Express 1 on the right-hand side in base 10:
Since \(1 = \log_{10}(10)\), combine the right side using the product rule:
\[ \log_{10}(10) + \log_{10}(1.6) = \log_{10}(10 \times 1.6) = \log_{10}(16) \] - Set arguments equal:
\[ \log_{10}(x^2 - 9) = \log_{10}(16) \implies x^2 - 9 = 16 \] - Solve for \(x\):
\[ x^2 = 25 \implies x = \pm 5 \] - Verify domain restrictions: For \(\log_{10}(x - 3)\), \(x - 3 > 0 \implies x > 3\). Thus, \(x = -5\) is extraneous. The only valid solution is \(x = 5\).
Final Answer: \(x = 5\)
Common Mistakes
Misconception 1: Distributing Logs over Addition
Misconception 2: Subtracting Exponents in Bases Multiplied
Misconception 3: Forgetting Domain Constraints in Log Equations
Real World
A tea farmers' cooperative in Kericho offers a savings scheme compounded annually at 7.2%. The time \(t\) in years required to double an investment is derived via logarithms: \[ P(1 + 0.072)^t = 2P \implies (1.072)^t = 2 \implies t = \frac{\log 2}{\log 1.072} \approx 10 \text{ years} \]
Telecommunications engineers in Nairobi measure signal attenuation in decibels (dB). Decibels use base-10 logarithms: \[ \text{dB} = 10 \log_{10}\left(\frac{P_{\text{out}}}{P_{\text{in}}}\right) \] A signal loss factor of 100 equates to a drop of \(10 \log_{10}(100) = 20\text{ dB}\).
Geologists studying tremors along the East African Rift use the logarithmic Richter scale: \[ M = \log_{10}\left(\frac{I}{S}\right) \] An earthquake of magnitude 6 has an amplitude \(10^{6-4} = 10^2 = 100\) times greater than an earthquake of magnitude 4.
Practice