Exponentials describe growth that accelerates — logarithms describe growth that decelerates: If something grows at a rate proportional to its current size (bacteria, compound interest, radioactive decay), it follows an exponential curve. Logarithms are the inverse — they answer “how long does it take to reach this size?” They’re the mathematical tools for understanding anything that grows or decays.
Why it matters: Exponential growth explains population dynamics, compound interest, and viral spread. Logarithmic scales (pH, Richter, decibels) compress huge ranges into manageable numbers. Together, they’re essential for modelling natural and financial phenomena.
The key insight: The number e is special because ex is its own derivative — dxdex=ex. This makes it the natural choice for modelling continuous growth. When you see “continuous compounding” or “natural growth,” think e. The natural logarithm lnx is the inverse of ex, and its derivative x1 is the simplest interesting derivative.
Board Coverage
Board
Paper
Notes
AQA
Paper 1, 2
Exponentials in P1; modelling, natural logs in P2
Edexcel
P1, P2
Similar split
OCR (A)
Paper 1, 2
Includes ex and lnx graphs
CIE (9709)
P1, P2, P3
Exponentials/logarithms in P1; further in P3
1. The Number e
1.1 Definition of e
Definition. The number e is defined by the limit
e=limn→∞(1+n1)n
To see that this limit converges, consider a sequence of values:
n
(1+n1)n
1
2
2
2.25
10
2.5937…
100
2.7048…
1000
2.7169…
10000
2.7181…
106
2.71828…
The sequence is increasing and bounded above (by 3, as can be shown via the binomial theorem), so by The Monotone Convergence Theorem it converges. Its value is
e≈2.718281828459045...
1.2 Alternative characterisations
The number e can equivalently be characterised as the unique positive real number such that
dxdexx=0=1
That is, the exponential function with base e is its own derivative — the only exponential Function with this property. We prove this rigorously in the next section.
Let eh−1=tSo that h=ln(1+t). As h→0We have t→0. Then:
limh→0heh−1=limt→0ln(1+t)t=limt→0tln(1+t)1
We use the fundamental limit t→0limtln(1+t)=1 (which follows from The definition of lnx as the area under 1/u from 1 to 1+tPlus the squeeze theorem on 1/(1+t)≤ln(1+t)/t≤1). Therefore:
limh→0heh−1=11=1
Hence dxdex=ex⋅1=ex. ■
2.2 Derivative of ax
For a general base a>0:
dxdax=dxdexlna=(lna)exlna=axlna
This follows immediately from the chain rule applied to exlna.
Intuition. The function ex is the unique function whose rate of change at any point equals Its value at that point. If a population of bacteria doubles every hour, its growth rate is Proportional to its current size — this is precisely the behaviour of ekt. This is why e Appears everywhere in nature: compound interest, radioactive decay, population dynamics, and cooling Are all governed by exponential functions.
3. Logarithms as Inverses of Exponentials
3.1 Definition
Definition. For a>0, a=1The logarithmlogax is the inverse function of ax:
y=logax⟺ay=x
The natural logarithm is the logarithm with base eWritten lnx=logex.
3.2 Proof that alogax=x and loga(ax)=x
Theorem. For all a>0, a=1And all x>0:
(i)alogax=x(ii)loga(ax)=x
Proof of (i). Let y=logax. By definition, ay=x. Substituting y=logax: alogax=x. ■
Proof of (ii). Let y=ax. Then logay=loga(ax). By definition of the logarithm as Inverse, loga(ax)=x. ■
4. Laws of Logarithms
4.1 Product law
Theorem.loga(xy)=logax+logay
Proof. Let p=logax and q=logaySo ap=x and aq=y.
xy=ap⋅aq=ap+q
Therefore loga(xy)=p+q=logax+logay. ■
4.2 Quotient law
Theorem.loga(yx)=logax−logay
Proof. Similarly, with ap=x and aq=y:
yx=aqap=ap−q
Therefore loga(x/y)=p−q=logax−logay. ■
4.3 Power law
Theorem.loga(xn)=nlogax
Proof. Let p=logaxSo ap=x. Then:
xn=(ap)n=apn
Therefore loga(xn)=pn=nlogax. ■
5. Change of Base Formula
Theorem. For all a,b>0 with a,b=1:
logab=lnalnb=log10alog10b
Proof. Let y=logab. Then ay=b. Taking natural logarithms of both sides:
ln(ay)=lnbylna=lnby=lnalnb
Since y=logabWe have logab=lnalnb. ■
Intuition. The change of base formula tells us that logarithms in different bases are just Constant multiples of each other. If you think of logax as “how many times do I need to use Base a to reach x?”, then logab/logac tells you the ratio of the “number of steps” in Base a to reach b versus c. The formula shows this ratio is independent of a.
6. The Natural Logarithm as an Area
6.1 Integral definition
Definition. The natural logarithm function is defined by:
lnx=∫1xt1dt,x>0
This means lnx is the signed area under the curve y=1/t from t=1 to t=x.
6.2 Properties from the definition
From this definition, several properties follow immediately:
ln1=0 (the integral from 1 to 1 of any function is zero)
lnx<0 for 0<x<1 (negative area when integrating backwards)
lnx>0 for x>1 (positive area)
lnx is strictly increasing (the integrand 1/t>0)
6.3 Derivative of lnx
dxdlnx=x1
This follows directly from the Fundamental Theorem of Calculus applied to the integral definition.
Intuition. Think of lnx as measuring “how much area does 1/t sweep out from 1 to x?”. Since 1/t decreases as t grows, each additional unit of x contributes less area. This is why lnx grows so slowly — it takes e10≈22026 to reach lnx=10.
7. Solving Exponential Equations
7.1 Equations of the form ax=b
Method. Take logarithms of both sides:
ax=b⟹xlna=lnb⟹x=lnalnb
7.2 Equations of the form af(x)=bg(x)
Take logarithms of both sides:
af(x)=bg(x)⟹f(x)lna=g(x)lnb
This gives an equation in x that can often be solved algebraically.
9. Graphs of Exponential and Logarithmic Functions
9.1 Key features of y=ex
Domain: (−∞,∞)Range: (0,∞)
y-intercept: (0,1)
Horizontal asymptote: y=0 (as x→−∞)
Strictly increasing
Passes through (1,e), (ln2,2)
9.2 Key features of y=lnx
Domain: (0,∞)Range: (−∞,∞)
x-intercept: (1,0)
Vertical asymptote: x=0
Strictly increasing
Passes through (e,1), (2,ln2)
9.3 Transformations
The graphs of y=e−x (reflection in y-axis), y=ex+c (vertical translation), and y=ln(x−a) (horizontal translation) follow from standard transformation rules.
Intuition. The graphs of y=ex and y=lnx are reflections of each other in the line y=xSince they are inverse functions.
Explore the relationship between y=ex and y=lnx as inverse functions Reflected in y=x. Add transformations such as y=ex+c and y=ln(x−a) to see how they Shift the curves.
10. Logarithmic Differentiation
For functions of the form y=f(x)g(x)Take logarithms first:
lny=g(x)lnf(x)
Then differentiate implicitly:
y1dxdy=g′(x)lnf(x)+f(x)g(x)f′(x)
dxdy=f(x)g(x)[g′(x)lnf(x)+f(x)g(x)f′(x)]
Problem Set
Problem 1Evaluate n→∞lim(1+n3)n.Solution 1Let m=n/3So n=3m. As n→∞, m→∞.
(1+n3)n=(1+m1)3m=[(1+m1)m]3→e3
If you get this wrong, revise:The Number e — Section 1.1.
Problem 2Prove that dxd(e3x2)=6xe3x2 using the chain rule.Solution 2Let u=3x2So y=eu and dudy=eu, dxdu=6x.
By the chain rule: dxdy=dudy⋅dxdu=eu⋅6x=6xe3x2. ■
Problem 4Given loga2=0.301 and loga5=0.699Find loga200.Solution 4loga200=loga(2×100)=loga2+loga100=loga2+loga(4×25)=loga2+2loga2+2loga5=3(0.301)+2(0.699)=0.903+1.398=2.301
Problem 6A radioactive substance decays with half-life 8 days. If initially there are 200g, find the mass after 25 days.Solution 6Model: N=N0e−kt where N0=200.
Problem 10The temperature T of a cooling object follows T=Ts+(T0−Ts)e−kt. A cup of tea at 90∘C is placed in a room at 20∘C. After 10 minutes it is 60∘C. Find k and determine when the tea reaches 35∘C.Solution 10Ts=20, T0=90. Model: T=20+70e−kt.
Problem 11Express y=e2x+3e−2x in the form y=2cosh(2x)+cosh(2x) is not correct. Instead: Find the minimum value of y=e2x+3e−2x.Solution 11dxdy=2e2x−6e−2x=0⟹2e2x=6e−2x⟹e4x=3⟹x=4ln3.