The logarithmbase 10 of a number.
That is, the power of 10 necessary
to equal a given number. The common logarithm of x is
written log x.
For example, log 100 is 2 since 102 = 100.
x = The positive number you are taking the logarithm of (called the argument)
y = The exponent that 10 must be raised to in order to equal x
Worked Example
Problem: Find the common logarithm of 5000.
Step 1: Rewrite the problem using the definition. You need to find y such that 10^y = 5000.
log5000=y⟺10y=5000
Step 2: Express 5000 as a product of simpler factors whose logarithms you know.
5000=5×1000=5×103
Step 3: Apply the logarithm product rule: log(ab) = log a + log b.
log5000=log5+log103=log5+3
Step 4: Use the known value log 5 ≈ 0.6990 (from a calculator or table).
log5000≈0.6990+3=3.6990
Step 5: Verify: raise 10 to this power to check.
103.6990≈5000✓
Answer: log 5000 ≈ 3.699
Another Example
Problem: Solve for x: log x = −2.
Step 1: Convert the logarithmic equation to exponential form using the definition.
logx=−2⟺10−2=x
Step 2: Evaluate the power of 10.
x=10−2=1021=1001=0.01
Answer: x = 0.01
Frequently Asked Questions
What is the difference between log and ln?
"log" (without a base) refers to the common logarithm, which uses base 10. "ln" refers to the natural logarithm, which uses base e ≈ 2.718. They answer the same type of question—'what exponent gives this number?'—but with different bases. You can convert between them using ln x = (log x) / (log e) ≈ (log x) / 0.4343.
Why is log 0 undefined?
Because there is no power of 10 that equals 0. No matter how large and negative you make the exponent, 10 raised to that power gets closer and closer to 0 but never reaches it. For the same reason, you cannot take the common logarithm of any negative number.
Common Logarithm (log) vs. Natural Logarithm (ln)
Common Logarithm (log)
Natural Logarithm (ln)
Base
Base 10
Base e ≈ 2.71828
Notation
log x or log₁₀ x
ln x or logₑ x
Typical use
Scales of measurement (pH, decibels, Richter), general computation
Calculus, continuous growth/decay, pure mathematics
Key value
log 10 = 1
ln e = 1
Why It Matters
The common logarithm is the foundation of many real-world scales that compress huge ranges of values into manageable numbers. The Richter scale for earthquakes, the decibel scale for sound intensity, and pH for acidity all rely on base-10 logarithms. Understanding common logarithms also prepares you for scientific notation and for solving exponential equations that appear throughout science and finance.
Common Mistakes
Mistake: Thinking that log(a + b) equals log a + log b.
Correction: The product rule says log(a · b) = log a + log b. There is no simple rule for the logarithm of a sum. For example, log(100 + 1000) = log 1100 ≈ 3.041, which is not log 100 + log 1000 = 2 + 3 = 5.
Mistake: Forgetting that the argument of a logarithm must be positive.
Correction: You can only take log x when x > 0. Expressions like log(0) and log(−5) are undefined in the real numbers because no real power of 10 produces zero or a negative result.
Related Terms
Logarithm — General concept; common log is the base-10 case