Common Logarithm Calculator (log₁₀)
Calculate common base-10 logarithms (log₁₀ x) with characteristic, mantissa, and scientific notation connections.
Did this calculation save you time?
Student ProjectHi! I'm a student developer building Calculat in my spare time. I was tired of searching for basic math tools and having to click through 10 spammy popups, loan ads, and cookie trackers.
I keep this website 100% free, private, and ad-free. If this helped you with your homework, project, or finances today, bookmarking this page or telling a friend helps me keep building more free tools!
What Is a Common Logarithm Calculator (log₁₀)?
The common logarithm is the logarithm with base 10, denoted as log₁₀(x) or simply log(x). It measures how many times 10 must be multiplied by itself to reach a given number.
How to Use This Calculator
- Enter any positive real number (x > 0).
- View the common logarithm result.
- Review the power of 10 relationship: 10^y = x.
Common Logarithm Formula
\log_{10}(x) = y \iff 10^y = xFor powers of 10, log₁₀(10^k) = k. For example, log₁₀(1,000) = 3 because 10³ = 1,000.
Worked Example
Scenario: Calculate log₁₀(500)
Given: x = 500 = 5 × 10²
log₁₀(5 × 10²) = log₁₀(5) + log₁₀(10²)
log₁₀(5) ≈ 0.69897, log₁₀(10²) = 2
Result: 2 + 0.69897 = 2.69897
Tips & Key Notes
- The integer part of the common log is called the characteristic; the decimal part is the mantissa.
- The decibel (dB) scale in acoustics, the Richter scale in seismology, and pH in chemistry are all logarithmic scales based on log₁₀.
- log₁₀(1) = 0, log₁₀(10) = 1, log₁₀(100) = 2, log₁₀(1000) = 3.
Frequently Asked Questions
What is the common logarithm used for?
Common logarithms are widely used in engineering, chemistry (pH = -log₁₀[H+]), acoustics (decibels), and earthquake measurement (Richter scale) to compress wide ranges of magnitude onto manageable scales.
What is the characteristic and mantissa?
For a common log result like 3.477: 3 is the characteristic (indicating the order of magnitude 10³), and 0.477 is the mantissa.
What is log₁₀(0)?
log₁₀(0) is undefined. As x approaches 0 from the right, log₁₀(x) approaches negative infinity (-∞).
How do you undo a common logarithm?
Take 10 to the power of the number: if log₁₀(x) = y, then x = 10^y.
Related Calculators
Explore similar toolsLogarithm Calculator
Calculate logarithms with any arbitrary positive base (log_b x) using the change of base formula with step-by-step mathematical steps.
Natural Logarithm Calculator (ln)
Calculate the natural logarithm (ln x = log_e x) with base e ≈ 2.718281828 with step-by-step calculus and exponential properties.
Nth Power Calculator
Calculate any base raised to the power of n (x^n) for positive, negative, and fractional exponents with step-by-step exponent laws.