Logarithm Calculator
Calculate logarithms with any base, solve for x or base, with step-by-step solutions. Supports natural log (ln), common log (log10), and binary log (log2).
Calculate log base b of x
Solve for x: log base b of x = y
Solve for base b: log base b of x = y
Common Logarithm Types
Logarithm Properties
Frequently Asked Questions
What is a logarithm and how does it work?
A logarithm answers the question: to what power must the base be raised to get a certain number? For example, log base 2 of 8 equals 3 because 2^3 = 8. The logarithm is the inverse operation of exponentiation.
What is the difference between natural log (ln) and common log (log)?
Natural log (ln) uses base e (approximately 2.71828) and is common in calculus and natural sciences. Common log (log or log10) uses base 10 and is often used in engineering and measuring sound (decibels) or earthquake intensity.
How do you calculate a logarithm with a different base?
Use the change of base formula: log_b(x) = ln(x) / ln(b) or log_b(x) = log10(x) / log10(b). This allows you to calculate any logarithm using natural log or common log functions available on calculators.