What is a Logarithm? Inverse of Exponentiation
A logarithm is the mathematical inverse of exponentiation. If you raise a base \(b\) to a power \(y\) to get a value \(x\), then the logarithm of \(x\) with base \(b\) is precisely \(y\). Written mathematically:
\[b^y = x \iff \log_b(x) = y\]
For example, because \(10^2 = 100\), the logarithm of 100 with base 10 is 2: \(\log_{10}(100) = 2\). Logarithms answer the question: "To what power must I raise the base \(b\) to obtain the number \(x\)?"
Logarithms were introduced by John Napier in 1914 as a tool to simplify complex astronomical and navigation calculations. Before calculators, multiplying two large numbers was slow and error-prone. By converting numbers to their logarithmic representations, multiplication is simplified into addition, and division is simplified into subtraction. This discovery revolutionized mathematics, facilitating the creation of slide rules and trigonometric tables.