Exponential growth multiplies; a logarithm undoes that multiplication into addition. Napier and Briggs built tables so hard products became easier sums.
Core ~15 minDeep study ~41 minWhy is log the inverse of an exponential?What did Napier actually invent versus modern log_b?
Additive change is comfortable: walk three more miles. Multiplicative change is different: double the grain each season, halve the drug concentration each half-life, compound interest each year. When quantities grow or decay by repeated factors, linear intuition lies.
Astronomers in Napier's day drowned in multiplications for sine tables and planetary models. In 1614 John Napier published logarithms so that hard products could become easier sums. MacTutor is careful: Napier's original logarithms are not the modern logb you meet in school (in particular, Nap.log 1 is not 0). Henry Briggs traveled to Edinburgh; their discussions produced the practical program of base-10 logarithms with log1=0. Briggs gives Napier credit for key framing even when Briggs built the tables.
For a modern rereader, ax (with a>0, a=1) is the growth machine, and loga is its inverse: it answers "to what power must I raise a to get this?"
First principles
For base a>0, a=1,
y=ax⟺x=logay
with y>0. Domain of loga is (0,∞); range is all reals.
Products become sums. That is Napier's computational dream in modern clothes.
Common bases:log10 (common), ln=loge (natural), log2 (information, CS). Change of base:
logbx=logkblogkx
Growth versus decay: if a>1, ax grows as x increases. If 0<a<1, it decays toward 0. Graphs: exponential curves, logarithmic slow climbs.
Worked intuition
Inverse as undo
If 25=32, then log232=5. The log recovers the exponent. Composition: loga(ax)=x and alogay=y (on the proper domains).
Compound interest sketch
A=P(1+r)t is exponential in t. Solving for time uses a log: t=log(A/P)/log(1+r).
Half-life
If quantity halves every T years, N(t)=N0(1/2)t/T. Taking ln isolates t when you know a target N.
Graph literacy
y=2x passes through (0,1), rises; y=log2x passes through (1,0), defined only for x>0. They are reflections across y=x, the geometric signature of inverse functions from the functions lesson.
Common confusions
Writing log(x+y)=logx+logy. False. The sum law needs a product inside.
Allowing log of zero or negatives (in reals). Domain is positive reals only.
Equating Napierian logs with ln without comment. Related historical family; not identical objects. Say "Napier's logarithms" when you mean 1614.
Thinking ax+y=ax+ay. Exponents add inside a product of powers: ax+y=axay.
History and stories
Napier's 1614 Mirifici Logarithmorum Canonis Descriptio aimed at calculation. Briggs's visits (1615-1616) and subsequent Arithmetica Logarithmica made common logs a working tool for navigators and astronomers. Slide rules later embodied the same additive trick mechanically.
The constant e and natural logarithms grow from later calculus and series; do not back-date ln into Napier's first tables. The ethic travels: when multiplication is the bottleneck, change coordinates so addition does the work.
Real world
Finance: compound interest and continuous compounding limits.
Science: radioactive decay, cooling models, Richter and pH (log scales).
Computing: bit depth and information as log2.
Sound: decibels as logarithmic ratios of intensity.
Open when you want the machine-learning connection. Skip freely.
Field notes, extra examples, and glossary live here when you want more than the core path.
Carry this forward
Exponentials multiply; logs invert and turn products into sums.
Napier/Briggs: computation as compassion, with honest historical nuance.
Next: sequences and fitting, where patterns meet data.
Read more
Go deeper when curiosity hits - videos, essays, and primary trails.
referenceMacTutor - John Napier1614 logarithms; difference from modern logs; Briggs collaboration.
referenceMacTutor - Henry BriggsBase-10 tables; Napier credited for log 1 = 0 idea in their discussions.