Calculate logarithms and antilogarithms with any base.
• log₁₀(10) = 1 • log₁₀(100) = 2 • log₁₀(1000) = 3
• log₂(8) = 3 • log₂(16) = 4 • log₂(32) = 5
• ln(e) = 1 • ln(e²) = 2 • ln(e³) = 3
Calculation:
log₍10₎(100) = x
10ˣ = 100
x = log(100) ÷ log(10)
x = 2.000000
Equivalent Expressions:
Definition: logₐb = x means aˣ = b
The logarithm is the inverse operation of exponentiation.
• Common Logarithm: log₁₀(x) - Base 10
• Natural Logarithm: ln(x) - Base e (≈2.718)
• Binary Logarithm: log₂(x) - Base 2
• Arbitrary Base: logₐ(x) - Any positive a ≠ 1
• Science: pH scale, Richter scale, decibels
• Finance: Compound interest, exponential growth
• Computer Science: Algorithm complexity, information theory
• Engineering: Signal processing, control systems
• Statistics: Data normalization, probability
logₐ1 = 0
Any base raised to 0 equals 1
logₐa = 1
Base raised to 1 equals itself
logₐaˣ = x
Logarithm and exponential cancel
a^(logₐx) = x
Exponential and logarithm cancel