Differentiation measures how fast something changes: The derivative is the instantaneous rate of change — the slope of the tangent to the curve at any point. If you’re driving a car, your speedometer shows the derivative of your position. If you’re warming water, the thermometer shows the derivative of the temperature. Differentiation captures the “how fast” of any changing quantity.
Why it matters: Differentiation is used to find maximum/minimum values (optimisation), to model rates of change (physics, economics), and to understand the shape of curves (concavity, inflection points). It’s one of the two fundamental operations of calculus.
The key insight: The chain rule is the most powerful differentiation tool. It says that if y=f(g(x)), then dxdy=f′(g(x))⋅g′(x). This “derivative of the outside times derivative of the inside” rule lets you differentiate any composite function, which covers most real-world applications.
Board Coverage
Board
Paper
Notes
AQA
Paper 1, 2
First principles, rules, applications in P1; chain/product in P2
Edexcel
P1, P2
Similar split
OCR (A)
Paper 1, 2
Includes connected rates in P2
CIE (9709)
P1, P2, P3
Basic differentiation in P1; product/quotient/chain in P2/P3
1. The Derivative from First Principles
1.1 Definition
Definition. The derivative of f at x is
f′(x)=limh→0hf(x+h)−f(x)
Provided this limit exists. If it does, we say f is differentiable at x.
Geometric interpretation. The quantity hf(x+h)−f(x) is the gradient of the secant Line through the points (x,f(x)) and (x+h,f(x+h)). As h→0This secant approaches the Tangent, so f′(x) is the gradient of the tangent at x.
2. Derivative of xn from First Principles
Theorem. For n∈N, dxdxn=nxn−1.
Proof. By the limit definition:
f′(x)=limh→0h(x+h)n−xn
Expanding (x+h)n using the binomial theorem:
(x+h)n=xn+(1n)xn−1h+(2n)xn−2h2+⋯+hn
Subtracting xn and dividing by h:
h(x+h)n−xn=(1n)xn−1+(2n)xn−2h+⋯+hn−1
Taking h→0Every term containing h vanishes:
f′(x)=(1n)xn−1=nxn−1■
This proof extends to negative and fractional powers using the limit definition with the generalised Binomial theorem or logarithmic differentiation.
Intuition. The power rule says: “bring the power down and reduce it by one.” This works because The leading-order term in (x+h)n−xn is nxn−1hAnd dividing by h leaves nxn−1.
3. The Product Rule
Theorem. If u=f(x) and v=g(x) are differentiable, then
Since f is differentiable (hence continuous), limh→0f(x+h)=f(x):
=f(x)⋅g′(x)+g(x)⋅f′(x)■
Intuition. Think of the area of a rectangle with sides u and v. If u changes by δu And v by δvThe change in area is approximately vδu+uδv (the two thin Strips along the edges; the corner piece δuδv is negligible).
4. The Quotient Rule
Theorem. If u=f(x) and v=g(x) are differentiable with v=0Then
dxd(vu)=v2vdxdu−udxdv
4.1 Proof from the product rule
Write vu=u⋅v−1. Applying the product rule:
dxd(vu)=dxdu⋅v−1+u⋅dxd(v−1)
By the chain rule, dxd(v−1)=−v−2dxdv:
=v1dxdu−v2udxdv=v2vdxdu−udxdv■
5. The Chain Rule
Theorem. If y=f(g(x))Then
dxdy=dudy⋅dxdu
Where u=g(x).
5.1 Proof (informal)
If x changes by δxThen u changes by approximately g′(x)δxAnd y changes By approximately f′(u)⋅g′(x)δx. Dividing by δx and taking the limit:
dxdy=f′(g(x))⋅g′(x)
A fully rigorous proof uses the mean value theorem to handle the case when g′(x)=0.
Intuition. The chain rule handles composite functions: “differentiate the outer function, then Multiply by the derivative of the inner function.” Think of it as a gearing mechanism: a small turn In x causes a turn in uWhich causes a turn in yAnd the overall effect is the product of The two gear ratios.
6. Derivatives of Standard Functions
6.1 Derivative of sinx from first principles
Theorem.dxdsinx=cosx.
Proof. Using the limit definition and the compound angle formula sin(α+β)=sinαcosβ+cosαsinβ:
\begin\{aligned\} \frac\{d\}\{dx\}\sin x &= \lim_\{h\to 0\}\frac\{\sin(x+h) - \sin x\}\{h\} \\ &= \lim_\{h\to 0\}\frac\{\sin x\cos h + \cos x\sin h - \sin x\}\{h\} \\ &= \lim_\{h\to 0\}\left[\sin x \cdot \frac\{\cos h - 1\}\{h\} + \cos x \cdot \frac\{\sin h\}\{h\}\right] \end\{aligned\}
Using the standard limits h→0limhsinh=1 and h→0limhcosh−1=0:
=sinx⋅0+cosx⋅1=cosx■
6.2 Derivative of cosx
Theorem.dxdcosx=−sinx.
Proof. Write cosx=sin(2π−x). By the chain rule:
dxdcosx=cos(2π−x)⋅(−1)=−sinx■
6.3 Derivative of ex
As proved in the Exponentials and Logarithms chapter: dxdex=ex.
6.4 Derivative of lnx
From the Fundamental Theorem of Calculus applied to lnx=∫1xt1dt:
The second derivative is the derivative of the first derivative:
f′′(x)=dx2d2y=dxd(dxdy)
7.2 Stationary points
Definition. A point x=a is a stationary point of f if f′(a)=0.
There are three types:
Type
Condition
Shape
Maximum
f′(a)=0, f′′(a)<0
∩
Minimum
f′(a)=0, f′′(a)>0
∪
Point of inflection
f′(a)=0, f′′(a)=0 (may be)
S-shape
7.3 Proof of the second derivative test (Taylor expansion intuition)
Near a stationary point x=aWe can approximate f using its Taylor expansion:
f(x)≈f(a)+f′(a)(x−a)+2f′′(a)(x−a)2
Since f′(a)=0 at a stationary point:
f(x)−f(a)≈2f′′(a)(x−a)2
If f′′(a)>0: f(x)−f(a)>0 for x=aSo f(a) is a minimum.
If f′′(a)<0: f(x)−f(a)<0 for x=aSo f(a) is a maximum.
If f′′(a)=0: the test is inconclusive; use a nature table or higher derivatives.
{/* prettier-ignore */}
Observe how the Derivative relates to the gradient of the tangent line. Move the point along the curve to see how The tangent changes slope, and note where the derivative is zero at stationary points.
8. Connected Rates of Change
When two quantities are related by an equation, their rates of change are related by the chain rule.
Method:
Write down the relationship between the variables.
Differentiate both sides with respect to t (time).
Substitute known values and solve for the unknown rate.
Example. The radius r of a circle increases at 2cm/s. Find the rate of change of The area when r=5.
A=πr2. Differentiating with respect to t:
dtdA=2πrdtdr
At r=5, dtdr=2:
dtdA=2π(5)(2)=20πcm2/s
9. Increasing and Decreasing Functions
Definition.
f is increasing on an interval if f′(x)≥0 for all x in that interval.
f is strictly increasing if f′(x)>0 for all x.
f is decreasing if f′(x)≤0 for all x.
f is strictly decreasing if f′(x)<0 for all x.
Example. Show that f(x)=x3−3x+2 is increasing for x>1.
f′(x)=3x2−3=3(x2−1)=3(x−1)(x+1).
For x>1: (x−1)>0 and (x+1)>0So f′(x)>0. Hence f is strictly Increasing for x>1.
10. Points of Inflection
A point of inflection is where the curve changes concavity (from concave up to concave down, or Vice versa). This occurs where f′′(x)=0 and the sign of f′′(x) changes.
11. Differentiation of Parametric Equations
If x=x(t) and y=y(t)Then
dxdy=dx/dtdy/dt
Example.x=2cost, y=2sint. Find dxdy at t=π/4.
dtdx=−2sint,dtdy=2cost
dxdy=−2sint2cost=−cott
At t=π/4: dxdy=−cot(π/4)=−1.
12. Implicit Differentiation
When y is defined implicitly by an equation F(x,y)=0Differentiate both sides with respect to xTreating y as a function of x.
Example. Find dxdy where x2+y2=25.
Differentiating: 2x+2ydxdy=0So dxdy=−yx.
Problem Set
Problem 1Differentiate f(x)=x from first principles.Solution 1f′(x)=limh→0hx+h−x⋅x+h+xx+h+x=limh→0h(x+h+x)(x+h)−x=limh→0x+h+x1=2x1
Problem 5A spherical balloon is being inflated at a rate of 100cm3/s. Find the rate of increase of the radius when the radius is 5cm.Solution 5V=34πr3. Differentiating with respect to t:
Problem 8Given x=t2+1 and y=t3−3tFind the coordinates of the stationary points and determine their nature.Solution 8dxdy=dx/dtdy/dt=2t3t2−3=2t3(t2−1).
Stationary when dy/dx=0: t2=1⟹t=±1.
t=1: x = 2$$y = -2. Point (2,−2). t=−1: x = 2$$y = 2. Point (2,2).
For nature, check dx2d2y or the sign of dxdy:
Near t=1: for t = 0.5$$\dfrac{dy}{dx} = \dfrac{3(0.25-1)}{1} = -\dfrac{9}{4} \lt 0; for t = 2$$\dfrac{dy}{dx} = \dfrac{3(4-1)}{4} \gt 0. So t=1 is a minimum.
Near t=−1: for t = -2$$\dfrac{dy}{dx} \lt 0; for t = -0.5$$\dfrac{dy}{dx} \gt 0. So t=−1 is a minimum.
Problem 13A curve has equation y=x−32x+1. Find the equations of the asymptotes and the coordinates of any stationary points.Solution 13Vertical asymptote: x=3 (where denominator is zero).
As x→±∞: y→2. Horizontal asymptote: y=2.
y′=(x−3)22(x−3)−(2x+1)=(x−3)2−7.
Since y′<0 for all x=3There are no stationary points. The function is strictly Decreasing on each branch.
Problem 14Water flows into a cone of height h and base radius r at a rate of 5cm3/s. The cone has semi-vertical angle 30∘. Find dh/dt when h=10cm.Solution 14With semi-vertical angle 30∘: r=htan30°=h/3.