Mathematics, Statistics & Geometry

Logarithm Calculator

Calculate logarithms for any base instantly. Compute log base 10, ln, log base 2, or any custom base with full step-by-step mathematical workings.

log₍10₎(1000)
3
log₁₀ (Common Log)3
ln (Natural Log)6.908
log₂ (Binary Log)9.966
Calculation StepsCalculate log base 10 of 1000 Using the change-of-base formula: log₍b₎(x) = ln(x) / ln(b) ln(1000) = 6.90775528 ln(10) = 2.30258509 log₍10₎(1000) = 6.90775528 / 2.30258509 = 3

Calculated locally in your browser. Fast, secure, and private.

Decode Exponents with Logarithms

The Logarithm calculator is a powerful mathematical tool designed to solve for exponents. Whether you are calculating the pH of a solution, measuring the intensity of an earthquake on the Richter scale, or analyzing complexity in computer science, logarithms are the key.

logb(x)=y    by=x\begin{aligned} \log_b(x) = y \iff b^y = x \end{aligned}

Where:
b=
The number that is raised to a power
x=
The number you are taking the logarithm of
y=
The exponent to which the base must be raised

Common Bases You Need to Know

  • Base 10 (log₁₀): The standard base for decimal-based scales.
  • Base e (ln): The natural log, used for growth rates, interest, and physics.
  • Base 2 (log₂): The binary log, essential for information theory and computer science.

Properties of Logarithms

Logarithms have unique properties that turn complex operations into simple ones:

  1. Product Rule: log(xy) = log(x) + log(y)
  2. Quotient Rule: log(x/y) = log(x) - log(y)
  3. Power Rule: log(xⁿ) = n · log(x)

Real-World Applications

  • Chemistry: The pH scale measures hydrogen ion concentration using a negative base-10 log.
  • Acoustics: Decibels (dB) measure sound intensity on a logarithmic scale.
  • Finance: Calculating the time required for an investment to double or triple.
  • Astronomy: Measuring the magnitude (brightness) of stars.

Frequently Asked Questions

A logarithm is the inverse operation of exponentiation. It answers the question: 'To what power must we raise base b to get value x?'

The common logarithm is a logarithm with a base of 10, often written as log(x) or log₁₀(x). It is widely used in science and engineering.

The natural logarithm has a base of 'e' (approximately 2.718), written as ln(x). It is fundamental in calculus and describes natural growth and decay processes.

In the real number system, no. Logarithms are only defined for positive numbers (x > 0). The base must also be positive and not equal to 1.

It allows you to calculate a log with any base using a calculator's log₁₀ or ln buttons: log_b(x) = log_k(x) / log_k(b). Our calculator handles this for you automatically.