Some changes are too large for ordinary intuition. A million-to-one ratio and a ten-to-one ratio both become ungainly when they must share the same chart, calculation, or conversation. A logarithm does not make those differences small in a physical sense. It changes the bookkeeping: multiplication becomes addition, and equal steps represent equal ratios rather than equal increments.
That is why logarithms belong in sound levels, chemistry, earthquake magnitude, information, and any calculation that repeatedly multiplies. They are also easy to misuse. The base matters, the argument must be valid, and a physical quantity needs a reference before it may go inside a logarithm.

logb(x) = y if and only if by = xFor real logarithms: b > 0, b ≠ 1, and x > 0.
Read the definition before using a rule
The repeated multiplication factor. Base 10 and base e are common, but neither is the default in every field.
The positive quantity or, in physical work, a positive ratio to a stated reference.
The exponent required to turn b into x. It is dimensionless.
ln x means logex, useful whenever exponential rates and calculus appear.
The definition immediately gives the two inverse checks:
blogbx = xundo the logarithmlogb(by) = yundo the exponentIf the base lies between zero and one, it is still allowed: log1/10100 = −2 because (1/10)−2 = 100. The curve simply runs downward. What is not allowed in the real-number setting is base zero, base one, a negative base, zero as an argument, or a negative argument. NIST’s DLMF definitions and OpenStax’s logarithmic-functions chapter set out these conditions and the inverse relationship.
Why multiplication becomes addition
The familiar laws are not shortcuts invented for a calculator. They follow from exponent arithmetic. If M = bp and N = bq, then MN = bp+q; taking logb on both sides gives the product rule.
logb(MN) = logbM + logbNlogb(M/N) = logbM − logbNlogb(Mp) = p logbMlogax = ln x / ln aFor real-valued work, the arguments M and N must be positive. The most expensive false rule is log(M + N) = log M + log N. It fails because addition is not exponent addition. As a quick counterexample, log10(10 + 10) ≈ 1.3010, while log1010 + log1010 = 2. OpenStax collects the real-domain conditions and the product, quotient, and power laws in its logarithmic-properties section.

A logarithm needs a unitless argument
Writing log(3 m) has no physical meaning until the metre quantity is compared with a same-kind reference. The meaningful form is log10(L/L₀), where both L and L₀ are lengths measured in the same unit. Their ratio is dimensionless before the logarithm is evaluated.
log10(P/P₀)Power divided by a stated reference power.
log10(3 watts)A raw dimensional quantity has no reference and cannot be logged as written.
base + ratio + referenceChanging any of these can change the reported number.
NIST’s Guide for the Use of the SI makes this reference-ratio requirement explicit. It is not fussy notation: it prevents a number from changing merely because someone switches from watts to milliwatts or metres to centimetres.
Worked example 1: six base-ten steps mean one million times
Let R = Q/Q₀ = 1,000,000. The base-ten logarithm is:
1,000,000 = 106log10R = log10(106) = 6106 = 1,000,000six equal ratio steps, not six times largerThe distinction matters. A difference of six on a base-ten scale represents a ratio of one million in the defined quantity. It says nothing, by itself, about energy, danger, or human impact.
Worked example 2: solve an exponential by taking logs
Solve 2x = 300. There is no integer answer, but the logarithm can bring the exponent down where ordinary division can reach it.
ln(2x) = ln 300x ln 2 = ln 300x = ln 300 / ln 2 = 8.2288186904958828 = 256 < 300 < 512 = 29; 28.22881869049588 ≈ 300The answer being between 8 and 9 is a free sanity check before trusting the displayed decimals. The same calculation can use any valid log base because a change-of-base factor cancels in the quotient.
One word, two decibel formulas
Decibels are a sharp reminder that a logarithm needs a model, not just a button press. A power ratio uses 10 log10(P/P₀) dB. A field or amplitude ratio uses 20 log10(F/F₀) dB only when the corresponding power is proportional to the square of the field. The factor is not a preference.
LP = 10 log10(P/P₀) dBA factor of 10 in power is +10 dB.
LF = 20 log10(F/F₀) dBA factor of 10 in amplitude is +20 dB when power is proportional to amplitude squared.
quantity and referenceA bare dB value is incomplete without them.
NIST SP 330 gives the decibel relation and its status as a non-SI unit accepted for use with SI. The point is broader than acoustics: a logarithmic scale preserves ratios, but every field chooses its own reference, correction, and valid range.

Mistakes, boundaries, and when to stop
| Shortcut | Why it fails | Better move |
|---|---|---|
| Leave the base unstated | log can mean base 10, base e, or a field convention. | Write log₁₀, ln, or name the base. |
| Apply laws to a sum | Only multiplication turns into addition under a log. | Keep log(M + N) intact. |
| Log a raw measurement | Changing measurement units changes the number. | Form a same-kind reference ratio first. |
| Interpret one log unit as one added unit | The coordinate represents a factor, not a difference. | Exponentiate the difference to recover the ratio. |
| Use a real log at zero or below | The real domain has ended. | Revisit the model or explicitly enter complex analysis with branch conventions. |
Do not use a simple log conversion as a universal “severity scale.” The original local (Richter) earthquake magnitude, for example, uses measured wave amplitude under specified instrument and distance conventions, and it has limits for large events; USGS explains why it is not a standalone damage or energy dial in its magnitude overview. Near a zero or noise-floor measurement, relative uncertainty can also become enormous before a logarithm is even taken.
The durable idea is modest: logarithms translate multiplicative structure into additive structure. They make ratios easier to compare and exponentials easier to solve. They do not remove the need to know what was measured, which reference was chosen, or whether the model is valid.