Skip to content

Common Logarithm Calculator

Compute log₁₀(x), invert to find x, or change base. Live formula playground with reference values.

Input

Updates as you type
Mode
What do you want to solve for? ?
Argument
Number x ?
0.0010.111001k

y = log₁₀(x)

Current point marked
x = —  ·  log₁₀(x) = —
y = log₁₀(x) Current x

Common values

Click a row to load it
x log₁₀(x) ln(x) Note

Identity playground

Verify log rules with your numbers
Value a
Value b
Product rule: log(a·b)
= log(a) + log(b)
Quotient rule: log(a/b)
= log(a) − log(b)
Power rule: log(aᵇ)
= b · log(a)

Where log₁₀ shows up

Tap a card to load its x

Formula

log10(x) = log base 10 of x , 10y = x  ⇔  y = log10(x)
x
Argument of the logarithm; must be strictly > 0
Base 10
The "common" base — aligns with decimal place value
log10(1) = 0
Any logarithm of 1 is zero
log10(10) = 1
Logarithm of the base equals 1
log10(10n) = n
The log of a power of 10 is its exponent
Product: log10(a · b) = log10(a) + log10(b)
Quotient: log10(a / b) = log10(a) − log10(b)
Power: log10(aᵏ) = k · log10(a)
Reciprocal: log10(1/a) = −log10(a)
Worked example — your numbers
  1. Input: x =
  2. log₁₀(x) = the exponent y such that 10ʸ = x
  3. log10() =
  4. Exponential form:
  5. Bridge to ln: log10(x) = ln(x) / ln(10) ≈

Common logs scale quantities that span many orders of magnitude — acidity (pH), loudness (dB), earthquake energy (Richter), star brightness, and anything reported in "decades." The base-10 choice also makes ⌊log₁₀(x)⌋ + 1 the number of digits in x, which is why it shows up in coding, combinatorics, and information-theoretic bounds.