MathMastery.Beta
Learning Resources

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.

Grade 09 Pathway: N/A

First Principles

Objective: Master the fundamental laws of indices (exponents) and understand logarithms as their natural inverse operation.

Key Concept: An index (or exponent) counts repeated multiplication: \[b^n = \underbrace{b \times b \times \dots \times b}_{n \text{ times}}\] A logarithm asks the inverse question: "To what power must I raise base \(b\) to produce the number \(N\)?" \[\log_b(N) = x \iff b^x = N\]

Step 1 — Concrete Scenario: The Tree of M-Pesa Agents

Imagine a merchant network expanding across Nairobi. If 1 primary agent recruits 3 sub-agents, and each sub-agent recruits 3 more, the number of agents triples at every stage:

  • Level 0: \(3^0 = 1\) agent
  • Level 1: \(3^1 = 3\) agents
  • Level 2: \(3^2 = 3 \times 3 = 9\) agents
  • Level 3: \(3^3 = 3 \times 3 \times 3 = 27\) agents

The base is 3 (the growth multiplier), the exponent is the level, and the result is the total agents at that level. If you ask: "At what level will we reach 81 agents?", you are computing \(\log_3(81) = 4\).

Step 2 — Geometric Insight: Stacking Powers

Multiplying powers with the same base means combining counts of factors: \[3^2 \times 3^3 = (3 \times 3) \times (3 \times 3 \times 3) = 3^{2+3} = 3^5\]Dividing powers cancels identical factors: \[\frac{3^5}{3^2} = \frac{3 \times 3 \times 3 \times 3 \times 3}{3 \times 3} = 3^{5-2} = 3^3\]

Interactive Power & Logarithm Explorer

Loading...

Key Formulas

Master these core laws. Every logarithmic identity is directly paired with its foundational index law:

1. Product Rule

\[a^m \times a^n = a^{m+n}\]\[\log_b(M \times N) = \log_b(M) + \log_b(N)\]Multiplying terms with the same base adds powers; logarithms transform multiplication into addition.

2. Quotient Rule

\[\frac{a^m}{a^n} = a^{m-n}\]\[\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)\]Dividing terms with the same base subtracts powers; logarithms transform division into subtraction.

3. Power of a Power Rule

\[(a^m)^n = a^{m \cdot n}\]\[\log_b(M^k) = k \log_b(M)\]Raising a power to an index multiplies exponents; logs pull exponents down to simple multipliers.

4. Zero & Negative Exponents

\[a^0 = 1 \quad (a \neq 0) \iff \log_b(1) = 0\]\[a^{-n} = \frac{1}{a^n} \iff \log_b\left(\frac{1}{b^n}\right) = -n\]A zero index is unity; a negative index denotes the reciprocal.

5. Fractional Exponent / Radical Rule

\[a^{\frac{m}{n}} = \sqrt[n]{a^m} = (\sqrt[n]{a})^m\]The denominator indicates the root, and the numerator indicates the power.

6. Inverse Identity

\[b^{\log_b(N)} = N \quad \text{and} \quad \log_b(b^x) = x\]Exponentiation and logarithm of the same base directly cancel each other.

Worked Examples

Level 1: Easy (Direct Conversion)

Example 1: Solve for \(x\) in \(2^{x+1} = 32\)

  1. Express 32 as a power of 2: \[32 = 2 \times 2 \times 2 \times 2 \times 2 = 2^5\]
  2. Equate the expressions with common bases: \[2^{x+1} = 2^5\]
  3. Since the bases are identical, equate the exponents: \[x + 1 = 5 \implies x = 4\]
Final Answer: \(x = 4\)
Level 2: Medium (Combining Log Laws)

Example 2: Evaluate \(\log_2(80) - \log_2(5)\) without a calculator

  1. Use the Quotient Law of logarithms: \(\log_b(M) - \log_b(N) = \log_b\left(\frac{M}{N}\right)\) \[\log_2(80) - \log_2(5) = \log_2\left(\frac{80}{5}\right)\]
  2. Simplify the fraction: \[\frac{80}{5} = 16\]
  3. Rewrite 16 as a power of base 2: \[16 = 2^4\]
  4. Apply \(\log_b(b^k) = k\): \[\log_2(2^4) = 4\]
Final Answer: \(4\)
Level 3: Hard (Multi-step Exponential Equation)

Example 3: Solve for \(x\): \[3^{2x} - 10 \cdot 3^x + 9 = 0\]

  1. Recognise quadratic structure by setting \(u = 3^x\). Then \(3^{2x} = (3^x)^2 = u^2\).
  2. Substitute \(u\) into the equation: \[u^2 - 10u + 9 = 0\]
  3. Factor the quadratic equation: \[(u - 9)(u - 1) = 0 \implies u = 9 \quad \text{or} \quad u = 1\]
  4. Substitute back \(u = 3^x\):
    • Case 1: \(3^x = 9 = 3^2 \implies x = 2\)
    • Case 2: \(3^x = 1 = 3^0 \implies x = 0\)
Final Answer: \(x = 0\) and \(x = 2\)

Common Mistakes

Misconception 1: Multiplying different bases by adding exponents

Common Mistake: \(2^3 \times 3^2 = 6^5\)

Why it feels right: The brain notices the multiplication sign and adds the exponents automatically.

Correct Fact: Product law \(a^m \times a^n = a^{m+n}\) only applies when bases are identical. Here: \[2^3 \times 3^2 = 8 \times 9 = 72\]

Misconception 2: Treating negative powers as negative numbers

Common Mistake: \(5^{-2} = -25\) or \(5^{-2} = -10\)

Why it feels right: We associate the minus sign with negative values.

Correct Fact: A negative index indicates a multiplicative inverse (reciprocal): \[5^{-2} = \frac{1}{5^2} = \frac{1}{25} = 0.04 > 0\]

Misconception 3: Distributing logarithms over addition

Common Mistake: \(\log(A + B) = \log(A) + \log(B)\)

Why it feels right: It mimics algebraic distribution \(k(a+b) = ka + kb\).

Correct Fact: The log of a sum cannot be split. Rather, the sum of logs comes from multiplying arguments: \[\log(A \times B) = \log(A) + \log(B)\]

Real World

1. Rift Valley Seismology

The Kenya Rift Valley experiences tectonic shifts measured on the logarithmic Richter scale: \[M = \log_{10}\left(\frac{A}{A_0}\right)\]Each 1-unit increase in magnitude corresponds to a 10-fold increase in measured wave amplitude and roughly \(10^{1.5} \approx 31.6\) times more energy released.

2. Tea Soil Acidity in Kericho

Tea bushes require acidic soil (pH 4.5 to 5.6). Soil pH is defined logarithmically: \[\text{pH} = -\log_{10}[H^+]\]A soil of pH 4 has \(10^1 = 10\) times more active hydrogen ions than soil of pH 5, directly dictating fertiliser needs.

3. Matatu Sound Pollution

Sound level is measured in decibels (dB): \[\beta = 10 \log_{10}\left(\frac{I}{I_0}\right)\]A loud matatu sound system playing at 90 dB is not 3 times louder than a 30 dB quiet library—it is \(10^{\frac{90-30}{10}} = 10^6 = 1,000,000\) times more intense!

4. Mobile Data & Exponential Growth

Network capacity and digital storage follow binary powers: 1 Kilobyte = \(2^{10} = 1024\) bytes, 1 Megabyte = \(2^{20}\) bytes. Calculating how many download cycles double your bandwidth relies directly on \(\log_2\).

Practice

In an experiment on base-10 logarithms, a student solves for \(x\) in the equation: \[\log_{10}(x) = 3\] What is the value of \(x\)? (Type only the number, e.g., 42)
Review the concepts above.
Evaluate the following expression using the laws of indices: \[\frac{2^5}{2^2}\] What is the resulting integer value? (Type only the number, e.g., 42)
Review the concepts above.
In a growth model for a Kenyan tech startup, a multiplier factor is given by: \[5^3 \div 5^{-2}\] What is the value of this growth factor? (Type only the number, e.g., 100)
Review the concepts above.
Solve for \(x\) in the exponential equation: \[5^{x-2} = \frac{1}{25}\] What is the value of \(x\)? (Type only the number, e.g., 42)
Review the concepts above.
A SACCO in Kisumu purchases a transport bus for Ksh 500,000. Its value depreciates at a rate of 15% per year according to the exponential decay formula \(V = P(1 - r)^t\). What is the value of the bus (in Ksh) after 2 years? (Type only the number, e.g., 42)
Review the concepts above.
Solve for \(x\) in the logarithmic equation: \[\log_2(x) + \log_2(x - 4) = 5\] What is the real value of \(x\)? (Type only the number, e.g., 42)
Review the concepts above.