Log Calculator — Free 2026
Compute logarithms in any base instantly — log base 10, natural log, log base 2, and custom bases.
How It Works
- Enter a number
- Choose a base
- Read the results
Understanding Logarithms
Logarithms are the inverse of exponentiation and answer a fundamental question: "to what power must a base be raised to get a given number?" If bx = n, then logb(n) = x. Logarithms transform multiplication into addition, which historically made complex calculations feasible before computers and remains vital in fields from acoustics (decibels) to seismology (Richter scale) to information theory (bits).
Common, Natural, and Binary Logarithms
The three most widely used logarithm bases each serve distinct purposes. Log base 10 (common log) is used in pH chemistry, decibel scales, and scientific notation. The natural logarithm (ln, base e ≈ 2.718) appears throughout calculus, differential equations, and continuous growth models. Log base 2 (binary log) is the language of computer science — it tells you how many bits represent a value and defines the complexity of algorithms like binary search.
Logarithm Properties and Rules
Key properties make logarithms powerful for simplifying expressions: log(a × b) = log(a) + log(b), log(a / b) = log(a) - log(b), and log(an) = n × log(a). The change of base formula, logb(n) = log(n) / log(b), lets you convert between any bases — which is exactly what this calculator uses internally. For the inverse operation, try the exponent calculator, or explore roots with the square root calculator.
Comments