Logarithmic Slide Rule: Log Properties and Computations
A logarithm asks “what exponent?” — and its magic is that it converts multiplication into addition, which is exactly why slide rules once did the work of calculators.
A logarithm asks a question about exponents
Exponential notation by = x starts from the exponent and produces a value. A logarithm runs that backwards: given the value, it asks for the exponent. That is why the logarithm is the inverse of the exponential function.
Read logb(x) as: “the power to which the base b must be raised to give x.” So log2(8) = 3 because 23 = 8.
Turning multiplication into addition
Here is the property that changed computation forever. When you multiply two powers of the same base you add their exponents: bm · bn = bm+n. Translate that through the logarithm and multiplication on the inside becomes addition on the outside.
The old slide rule was built on exactly this: it laid numbers on a logarithmic scale so that sliding one length past another physically added the logs — and thereby multiplied the numbers.
Change of base
Calculators usually only offer base 10 (log) and base e (ln). To evaluate a log in any other base, rewrite it as a ratio of logs you can compute. Any convenient base works for the top and bottom, as long as they match.
- Combine the sum with the product law: \( \log_2 5 + \log_2 3 = \log_2(5 \cdot 3) = \log_2 15 \).
- Combine the difference with the quotient law: \( \log_2 15 - \log_2 6 = \log_2\!\left(\dfrac{15}{6}\right) = \log_2 2.5 \).
- So the expression equals \( \log_2 2.5 \), which is the exponent putting 2 up to 2.5 — a value between 1 and 2 (since \(2^1=2\) and \(2^2=4\)).
- Take a logarithm of both sides to bring x down from the exponent: \( \ln(3^x) = \ln 20 \).
- Apply the power law on the left: \( x \ln 3 = \ln 20 \).
- Divide to isolate x: \( x = \dfrac{\ln 20}{\ln 3} \).
Check your understanding
- A logarithm log_b(x) is the exponent that turns base b into x — the inverse of the exponential.
- Log and exponential cancel: log_b(bˣ) = x, which pulls a variable out of an exponent.
- Product law: log(MN) = log M + log N; quotient law subtracts; power law multiplies by the exponent.
- Change of base: log_b(x) = log(x)/log(b) in any convenient base.
- There is no law for the log of a sum, and logs are only defined for positive numbers.