Log Calculator — Logarithm & Natural Log (ln)

Reviewed

Enter details
ResultUpdates as you type
Logarithm log_b(x)2
Natural Log ln(x)4.60517019
Common Log log10(x)2
Binary Log log2(x)6.64385619

Calculate logarithms for any base, natural log ln(x), and base 10 log10(x) instantly with formulas and step-by-step guidance.

Compute logarithm log_b(x) for any custom base, as well as natural log (ln), common log (log10), and binary log (log2).

Understanding Logarithms

A logarithm answers the question: To what power must we raise the base b to get the value x?

Core Properties of Logarithms

  • Product Rule: log_b(x · y) = log_b(x) + log_b(y)
  • Quotient Rule: log_b(x / y) = log_b(x) - log_b(y)
  • Power Rule: log_b(x^k) = k · log_b(x)
  • Identity Property: log_b(b) = 1 and log_b(1) = 0

How to use

  1. Enter a positive number x.
  2. Enter the desired logarithm base b (default is 10).
  3. View log_b(x), natural log ln(x), common log log10(x), and binary log log2(x).

Formula

Logarithm Definitionlog_b(x) = y ⇔ b^y = xThe exponent to which base b must be raised to produce x.
Change of Base Formulalog_b(x) = ln(x) / ln(b)Used to compute logarithms for arbitrary bases.

Worked examples

Logarithm Calculation

log_10(100) = 2 because 10^2 = 100. log_2(8) = 3 because 2^3 = 8.

Frequently asked questions

What is a logarithm?

A logarithm is the inverse operation to exponentiation. It calculates the exponent to which a base must be raised to produce a given number.

What is the difference between log and ln?

log usually refers to base 10 (common logarithm), while ln refers to base e (natural logarithm, where e ≈ 2.71828).

Related calculators