3.2.7Exponentials & Logarithms

Common log (log₁₀) and natural log (ln x)

1,808 words8 min readdifficulty · medium

WHY do these two bases matter?

WHY base 10? Because we write numbers in base 10. log10(1000)=3\log_{10}(1000)=3 literally counts the digits' order of magnitude: 1000=1031000 = 10^3. So common log measures how many powers of ten a number is.

WHY base ee? Because exe^x is the only function equal to its own derivative: ddxex=ex\frac{d}{dx}e^x = e^x. That makes lnx\ln x the log that appears whenever calculus is involved. We'll see below that ddxlnx=1x\frac{d}{dx}\ln x = \tfrac{1}{x} — a beautifully clean result no other base gives.


HOW is ee born? (Derivation from scratch)

We don't just assume ee. Let's build it.

Why this step? Each of the nn periods multiplies your money by (1+1n)(1+\tfrac1n), and there are nn periods, so you multiply nn times.

Now push nn\to\infty (compound every instant):

e:=limn(1+1n)n=2.718281828e := \lim_{n\to\infty}\left(1 + \frac{1}{n}\right)^{n} = 2.718281828\ldots

nn (1+1/n)n(1+1/n)^n
1 2.000
10 2.594
100 2.705
1000 2.717
\infty 2.71828…

So ee is the limit of "smoother and smoother growth." That's why ee governs continuous processes.


HOW to derive ddxlnx=1x\frac{d}{dx}\ln x = \frac{1}{x}

Derivation. Let y=lnxy = \ln x, so x=eyx = e^{y}. Differentiate both sides w.r.t. xx: 1=eydydxdydx=1ey=1x.1 = e^{y}\frac{dy}{dx} \quad\Longrightarrow\quad \frac{dy}{dx} = \frac{1}{e^{y}} = \frac{1}{x}.

Why this step? We used the chain rule on eye^y (whose derivative is itself) and then substituted ey=xe^y = x back. No other base collapses this cleanly — for base 10 you'd pick up a factor ln10\ln 10.


HOW to convert between bases (the change-of-base bridge)

Derivation. Let y=logbxy=\log_b x, so by=xb^{y}=x. Take ln\ln of both sides: ln(by)=lnx    ylnb=lnx    y=lnxlnb.\ln(b^{y}) = \ln x \;\Rightarrow\; y\ln b = \ln x \;\Rightarrow\; y = \frac{\ln x}{\ln b}.

Why this step? We turned an equation with a hidden exponent yy into a linear equation by applying ln\ln, using the power law ln(by)=ylnb\ln(b^y)=y\ln b. This is the master trick: logs pull exponents down.

Figure — Common log (log₁₀) and natural log (ln x)

Worked examples


Forecast-then-Verify


Common mistakes (Steel-manned)


Flashcards

What question does log10x\log_{10} x answer?
"10 raised to what power gives xx?"
What is the numerical value of ee to 4 dp?
2.71832.7183
Define ee as a limit.
e=limn(1+1n)ne=\lim_{n\to\infty}(1+\tfrac1n)^n
Why does base ee dominate calculus?
Because ddxex=ex\frac{d}{dx}e^x=e^x, giving ddxlnx=1x\frac{d}{dx}\ln x=\frac1x.
Change-of-base formula for logbx\log_b x?
logbx=lnxlnb\log_b x=\dfrac{\ln x}{\ln b}
State ddxlnx\frac{d}{dx}\ln x.
1x\dfrac1x
State 1xdx\int \frac1x\,dx.
lnx+C\ln|x|+C
What is ln10\ln 10 approximately?
2.30262.3026
Convert: log10x\log_{10}x in terms of ln\ln.
log10x=lnxln10\log_{10}x=\dfrac{\ln x}{\ln 10}
Solve e3x=20e^{3x}=20.
x=ln2030.999x=\dfrac{\ln 20}{3}\approx0.999
Domain of logx\log x and lnx\ln x?
x>0x>0 (positive reals only)
Is log(a+b)=loga+logb\log(a+b)=\log a+\log b?
No — logs split products, not sums.
What is pH in terms of log?
pH=log10[H+]\text{pH}=-\log_{10}[\text{H}^+]
Value of log10e\log_{10}e?
0.4343=1ln10\approx0.4343=\dfrac{1}{\ln10}

Recall Feynman: explain to a 12-year-old

A logarithm is a "how many times did you multiply?" counter. Imagine folding paper in tens: 10, 100, 1000. The common log just counts the zeros — log10(1000)=3\log_{10}(1000)=3 because there are 3 tens multiplied. Easy for our number system! The natural log uses a magic number e2.72e\approx2.72 that shows up whenever things grow smoothly and continuously — like money earning interest every single instant, or bacteria doubling non-stop. Scientists love ee because in calculus it makes everything neat: the "slope" of exe^x is exactly exe^x itself, the only function that copies itself. So ln\ln is the log that pairs with that magic growth.


Connections

  • Laws of Logarithms (product, quotient, power) — the algebra that lets logs pull exponents down.
  • Exponential functions e^x and 10^x — the inverses these logs undo.
  • Solving exponential equations — where ln\ln/log\log are the tools of choice.
  • Differentiation of ln x and e^x — why base ee is calculus-natural.
  • Exponential growth and decay models — real-world home of ln\ln.
  • Scientific notation and orders of magnitude — the natural home of log10\log_{10}.

Concept Map

base 10

base e

inverse of

inverse of

counts

defines base of

yields

makes clean

has signature

links

links

uses factor

Logarithm asks what power

Common log log10 x

Natural log ln x

10^y = x

e^y = x

Order of magnitude of ten

e approx 2.71828

Continuous compounding limit 1+1/n^n

e^x equals its own derivative

d/dx ln x = 1/x

Change of base

ln 10 approx 2.3026

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, logarithm ka matlab bas ek simple sawaal hai: "base ko kaunsi power do to yeh number mile?" Common log base 10 use karta hai — log10(1000)=3\log_{10}(1000)=3 kyunki 103=100010^3=1000. Yeh humare decimal system ke liye perfect hai, isliye pH, decibels, Richter scale sab isme aate hain. Seedha bolein to common log gin raha hai ki number kitne "tens" ka product hai — yaani order of magnitude.

Natural log (lnx\ln x) base e2.718e\approx2.718 use karta hai. Ab ee aata kahan se hai? Jab koi cheez continuously grow karti hai — jaise paisa har instant interest kama raha ho — tab (1+1n)n(1+\tfrac1n)^n ka limit exactly ee deta hai. Isiliye radioactive decay, population growth, compound interest mein ee aur ln\ln apne aap nikal aate hain. Calculus mein toh ln\ln hero hai: ddxlnx=1x\frac{d}{dx}\ln x=\frac1x — ekdum clean, aur yeh sirf base ee ke saath milta hai.

Dono ke beech bridge hai change of base: log10x=lnxln10\log_{10}x=\frac{\ln x}{\ln 10}, jahan ln102.303\ln 10\approx2.303. Toh agar calculator pe sirf ln hai, tab bhi tum log10\log_{10} nikaal sakte ho. Master trick yaad rakho: log exponent ko neeche kheench leta hailn(10x)=xln10\ln(10^x)=x\ln10. Isi se saare exponential equations solve hote hain.

Do galtiyan mat karna: (1) log(a+b)loga+logb\log(a+b)\ne\log a+\log b — log multiplication ko todta hai, addition ko nahi. (2) log aur ln alag buttons hain — ek base 10, doosra base ee; galat wala use kiya to answer 2.3 guna galat ho jayega. Aur haan, log\log sirf positive numbers ka lagta hai, kyunki 10y10^y kabhi negative nahi hota.

Go deeper — visual, from zero

Test yourself — Exponentials & Logarithms

Connections