What is a Logarithm?
A logarithm answers the question: 'To what power must we raise the base to get this number?' If log₂(8) = 3, it means 2³ = 8. Logarithms are the inverse operation of exponentiation.
There are two commonly used logarithm bases: natural logarithm (ln) with base e ≈ 2.718, used extensively in calculus and natural sciences; and common logarithm (log₁₀) with base 10, used in engineering and the decibel scale.
Logarithms transform multiplication into addition, which historically made complex calculations possible before computers. Today, they're essential in measuring earthquake intensity (Richter scale), sound levels (decibels), pH in chemistry, and exponential growth/decay.
Logarithm Laws
Master these rules to simplify logarithmic expressions:
| Rule | Formula | Example | Result |
|---|
| Product | log(xy) = log(x) + log(y) | log(2×5) | log(10) = 1 |
| Quotient | log(x/y) = log(x) - log(y) | log(100/10) | 2 - 1 = 1 |
| Power | log(xⁿ) = n·log(x) | log(10²) | 2·log(10) = 2 |
| Root | log(√x) = log(x)/2 | log(√100) | 2/2 = 1 |
| Identity | log_b(b) = 1 | log₁₀(10) | = 1 |
| Zero | log_b(1) = 0 | log₁₀(1) | = 0 |