Logarithms
A logarithm is the inverse operation of exponentiation, answering the question: to what power must a base be raised to produce a given number? The expression log₅(25) = 2 means that 5² = 25. Logarithms appear throughout Year 12 and 13 A-level mathematics, forming the foundation for exponential equations and growth models.
Why it matters
Logarithms model exponential phenomena across science and finance. The Richter scale uses base-10 logarithms to measure earthquake intensity — each whole number represents a 10-fold increase in magnitude. In chemistry, pH measures acidity logarithmically, where pH 3 is 10 times more acidic than pH 4. Computer scientists use base-2 logarithms in algorithms and data structures, determining that a binary search through 1,024 items requires at most 10 steps. Financial analysts apply natural logarithms to calculate compound interest and investment growth rates. Population growth, radioactive decay, and sound intensity all follow logarithmic patterns that require these mathematical tools for accurate modelling and prediction.
How to solve logarithms
Logarithms
- log_b(x) = n means bn = x.
- Product: log(ab) = log(a) + log(b).
- Quotient: log(a/b) = log(a) − log(b).
- Power: log(an) = n·log(a).
Example: log₂(8) = 3 because 2³ = 8.
Worked examples
log_5(25) = _______
Answer: 2
- Understand what a logarithm asks → log_5(25) = ? means: 5^? = 25 — A logarithm answers the question: '5 raised to WHAT power gives 25?'
- Try powers of 5 → 51 = 5, 52 = 25 — Calculate 5^1, 5^2, ... until we reach 25.
- Read off the exponent → 52 = 25, so log_5(25) = 2 — The exponent that gives 25 is 2. That's our answer.
log_5(25) = _______
Answer: 2
- Rewrite as an exponential equation → log_5(25) = n means 5n = 25 — Converting between log form and exponential form is the key skill.
- Build up powers of 5 → 51 = 5, 52 = 25 — Calculate successive powers of 5 until we hit 25.
- Identify the matching power → 52 = 25 ← match! — The 2th power of 5 equals 25.
- Write the answer → log_5(25) = 2 — The logarithm equals the exponent.
log_10(103) = _______
Answer: 3
- Recall the power rule for logarithms → log(an) = n · log(a) — The exponent comes out as a multiplier. This is the third main log rule.
- Apply the rule → log_10(103) = 3 · log_10(10) — Move the exponent 3 in front of the log.
- Evaluate log_10(10) → log_10(10) = 1 (since 101 = 10) — 10 raised to 1 gives 10.
- Multiply → 3 × 1 = 3 — Multiply the exponent by the log value.
Common mistakes
- Confusing the base and argument positions, writing log₂(8) = 2 instead of 3 when 2³ = 8.
- Incorrectly applying the product rule as log(3 × 4) = log(3) × log(4) instead of log(3) + log(4).
- Writing log₅(25) + log₅(5) = log₅(30) instead of log₅(125) when using the product rule backwards.