Understand logarithms as the inverse of exponentiation and how they measure earthquakes and sound.
What is a Logarithm Really?
A logarithm is simply the mathematical inverse of exponentiation. It answers: 'To what power must I raise the base to obtain this value?'
The Three Foundational Log Rules
1. Product Rule: log_b(M · N) = log_b(M) + log_b(N) 2. Quotient Rule: log_b(M / N) = log_b(M) - log_b(N) 3. Power Rule: log_b(M^k) = k · log_b(M)
Why Real-World Scales Are Logarithmic
Earthquake Richter magnitudes, sound Decibels (dB), and chemical pH acidity scales span millions of units. Logarithmic scales compress exponential numbers into human-readable ratings.
Logarithms in Computer Algorithms
Binary search and merge sort algorithms operate in O(log n) time, halving search spaces repeatedly (e.g. searching 1 billion items takes only 30 steps).
Put This Math Into Practice
Test formulas and verify step-by-step solutions instantly using our 38+ free interactive tools.
Explore Math Solvers →