Logarithm Calculator Formula & How It Works
- log₁₀ (common log): base 10, used in pH, decibels, Richter scale
- ln (natural log): base e ≈ 2.71828, used in calculus and finance
- log₂ (binary log): base 2, used in computer science
- Change of base: logₐ(x) = log(x)/log(a)
Logarithms are the inverse of exponentials: if aˣ = y, then logₐ(y) = x. The natural log (ln) uses base e and appears naturally in growth/decay equations, compound interest, and calculus. The common log (log₁₀) is used in scientific measurements. Binary log (log₂) counts bits required to represent n values.