Logarithms
Logarithms bridge the gap between GCSE algebra and A-level mathematics, appearing in Year 12 curricula across England. These inverse operations to exponentiation unlock exponential equations that standard algebraic methods cannot solve.
Try it right now
Click “Generate a problem” to see a fresh example of this technique.
Why it matters
Logarithms model real-world phenomena with exponential patterns. Sound engineers use decibel scales (logarithmic) where 60 dB is 10 times louder than 50 dB. Population growth models rely on natural logarithms — if bacteria double every 20 minutes, logarithms calculate when 1,000 bacteria become 64,000. Financial compound interest calculations use logarithms to determine investment timescales. Earthquake measurements on the Richter scale are logarithmic, where magnitude 7 represents 10 times more energy than magnitude 6. Computer science algorithms often have logarithmic time complexity, making them efficient for large datasets. Chemistry uses pH scales (logarithmic) where each unit represents a 10-fold change in acidity. Students encounter logarithms in GCSE Higher tier and extensively in A-level Core Mathematics, making mastery essential for university STEM courses.
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_3(27) = _______
Answer: 3
- Understand what a logarithm asks → log_3(27) = ? means: 3^? = 27 — A logarithm answers the question: '3 raised to WHAT power gives 27?'
- Try powers of 3 → 3^1 = 3, 3^2 = 9, 3^3 = 27 — Calculate 3^1, 3^2, ... until we reach 27.
- Read off the exponent → 3^3 = 27, so log_3(27) = 3 — The exponent that gives 27 is 3. That's our answer.
log_5(25) = _______
Answer: 2
- Rewrite as an exponential equation → log_5(25) = n means 5^n = 25 — Converting between log form and exponential form is the key skill.
- Build up powers of 5 → 5^1 = 5, 5^2 = 25 — Calculate successive powers of 5 until we hit 25.
- Identify the matching power → 5^2 = 25 ← match! — The 2th power of 5 equals 25.
- Write the answer → log_5(25) = 2 — The logarithm equals the exponent.
log_10(102) = _______
Answer: 2
- Recall the power rule for logarithms → log(a^n) = n · log(a) — The exponent comes out as a multiplier. This is the third main log rule.
- Apply the rule → log_10(10^2) = 2 · log_10(10) — Move the exponent 2 in front of the log.
- Evaluate log_10(10) → log_10(10) = 1 (since 10^1 = 10) — 10 raised to 1 gives 10.
- Multiply → 2 × 1 = 2 — Multiply the exponent by the log value.
Common mistakes
- Students often confuse logarithm direction, writing log₂(8) = 2 instead of 3, forgetting that 2³ = 8, not 2² = 8
- When applying the product rule, students incorrectly write log(2 × 4) = log(2) × log(4) instead of log(2) + log(4) = log(8)
- Students frequently misapply the power rule, writing log(5²) = (log 5)² instead of 2 × log(5), confusing multiplication with exponentiation
- Converting between exponential and logarithmic form causes errors — students write 3⁴ = 81 as log₈₁(3) = 4 instead of log₃(81) = 4