Chapter 31: Logarithms

The Logarithm of a number is the exponent by which a fixed number, called the base, must be raised to produce that number. In essence, logarithms are the "inverse" of exponents.


31.1 The Fundamental Definition

If ax = N, then loga N = x.

31.2 The Three Laws of Logarithms

Logarithms follow three critical rules that allow us to simplify complex calculations:

  1. Product Rule: log(M × N) = log M + log N
  2. Quotient Rule: log(M / N) = log M - log N
  3. Power Rule: log(Mp) = p × log M
Characteristic and Mantissa:
A common logarithm consists of two parts:
1. The Characteristic: The integer part (found by inspection).
2. The Mantissa: The decimal part (found in a Table of Logarithms).

31.3 Using Logarithm Tables

To find the logarithm of a number like 456, we look up the mantissa for "456" in a table. Since 456 is between 100 (10²) and 1000 (10³), the characteristic is 2. If the table says the mantissa is .6590, then log 456 = 2.6590.

Technical Context: Before digital computers, logarithms were the primary tool for complex multiplication. In fields like Amateur Radio, we still use logarithmic scales (Decibels) to compare signal strengths because our ears and electronics perceive changes in a logarithmic fashion.
Doctor's Pro-Tip: Remember that log(1) is always 0, regardless of the base. Why? Because any base raised to the power of 0 is 1!