In 1614, the Scottish landowner John Napier — who spent most of his life worrying about the apocalypse and the predictions of the Book of Revelation — published a small book titled Mirifici Logarithmorum Canonis Descriptio. Napier's invention, the logarithm, was a labor-saving device for astronomers: a way of turning multiplication into addition, so that calculations that previously took weeks could be done in hours. The technique spread immediately. Johannes Kepler used logarithms to compute his planetary tables. Henry Briggs of Oxford reformulated them with base 10 and computed the first widely-used tables. The slide rule — a physical instrument that performed multiplication by sliding logarithmic scales against each other — was invented within a decade of Napier's book and remained the working scientist's calculator until the electronic calculator killed it in the 1970s. Hidden inside Napier's tables, however, was a number that nobody at the time could name precisely: a constant, eventually denoted e ≈ 2.71828..., that turns out to be one of the deepest constants in mathematics.
The logarithm is the inverse of exponentiation: log_b(x) is the power to which b must be raised to give x. log₁₀(1000) = 3 because 10³ = 1000. The miracle Napier discovered is the fundamental property: log(ab) = log(a) + log(b) — multiplication becomes addition. From this single identity follow log(a/b) = log(a) − log(b) and log(aⁿ) = n·log(a), and the entire pre-calculator computational toolkit is just clever applications of these. The natural exponential eˣ is the inverse of natural logarithm ln(x) = log_e(x), and the constant e has the uniquely beautiful property that the function eˣ is its own derivative — the only function (up to scaling) that grows at a rate exactly equal to its current value. Compound interest makes this concrete: a dollar invested at 100% annual interest, compounded continuously, becomes e dollars after one year. Exponential growth — populations, viruses, compound interest, Moore's law — is the universal pattern when the rate of change is proportional to the current size. Exponential decay — radioactive isotopes, drug clearance, capacitor discharge, learning curves — is the same equation with a negative sign. Half-life and doubling time are dual ways of expressing the same constant. The natural logarithm shows up in countless integrals (∫ dx/x = ln|x| + C) and is the workhorse of asymptotic analysis. Logarithmic perception — the Weber-Fechner law — captures the empirical fact that human senses respond to ratios rather than differences: each doubling of sound intensity feels like one step louder, which is why decibels are logarithmic.
Algorithm complexity — O(log n) — measures how many doublings of input size cost only one extra operation, the difference between feasible and infeasible computation. Information theory defines entropy as a sum of −p log p terms; the connection to thermodynamic entropy is exact and one of the surprising convergences of twentieth-century science. Compound interest, mortgage amortization, retirement planning, drug dosing schedules, pandemic curves, stellar magnitudes, pH chemistry, decibels in audio engineering, log-likelihoods in statistical inference — all are direct applications. The logarithm is one of those mathematical concepts that, once you see it, you start seeing everywhere: anywhere a quantity grows or shrinks by a constant factor per step, the logarithm is the right ruler.