The derivative as gradient and rate of change, the power rule, chain rule, product rule, quotient rule, derivatives of sin and cos, tangents and normals, stationary points, and kinematics applications.
Differentiation answers one question: how does a quantity change as another quantity changes? The answer is the derivative, a function that gives the instantaneous rate of change at any point. Calculus accounts for five Paper 01 items and two Paper 02 questions.
The Derivative as a Gradient
For a straight line, the gradient is constant. For a curve, the gradient varies from point to point. The derivative dxdy (also written f′(x)) gives the gradient of the tangent to y=f(x) at any x value.
The derivative is defined as a limit:
dxdy=limh→0hf(x+h)−f(x)
This is the slope of the chord between (x,f(x)) and (x+h,f(x+h)) as h approaches zero. The syllabus expects an intuitive understanding of this limit, not formal proofs.
The Power Rule
The most-used differentiation rule:
dxd(xn)=nxn−1
Works for any real n, including fractions and negative values.
Function
Derivative
x5
5x4
x−3
−3x−4=−x43
x1/2=x
21x−1/2=2x1
constant c
0
Linear rules:dxd[cf(x)]=cf′(x) and dxd[f(x)+g(x)]=f′(x)+g′(x).
Differentiate polynomial functions term by term.
Example
Differentiate y=4x3−x2+5x.
Rewrite as y=4x3−2x−1+5x1/2, then differentiate:
dxdy=12x2+2x−2+25x−1/2=12x2+x22+2x5
Derivatives of Sine and Cosine
dxd(sinax)=acosaxdxd(cosax)=−asinax
The chain applied to a linear argument ax simply multiplies by the inner derivative a.
Example
dxd(sin3x)=3cos3x, dxd(cos5x)=−5sin5x
The Chain Rule
For a composite function y=f(g(x)), written as y=f(u) where u=g(x):
dxdy=dudy⋅dxdu
Informally: differentiate the outer function (leaving the inner unchanged), then multiply by the derivative of the inner function.
Example
Differentiate y=(3x2+1)5.
Let u=3x2+1, so y=u5.
dudy=5u4,dxdu=6x
dxdy=5(3x2+1)4⋅6x=30x(3x2+1)4
Example
Differentiate y=sin(x2+1).
Outer: sin(⋅) differentiates to cos(⋅). Inner: x2+1 differentiates to 2x.
dxdy=2xcos(x2+1)
The Product Rule
For y=u(x)v(x):
dxdy=udxdv+vdxdu
"First times derivative of second, plus second times derivative of first."
Example
Differentiate y=x2sin3x.
u=x2, v=sin3x, u′=2x, v′=3cos3x.
dxdy=x2(3cos3x)+sin3x(2x)=3x2cos3x+2xsin3x
The Quotient Rule
For y=v(x)u(x):
dxdy=v2vu′−uv′
"Bottom times derivative of top, minus top times derivative of bottom, all over bottom squared."
The normal at x=a is perpendicular to the tangent; its gradient is −1/f′(a).
Both use the point-slope form y−y0=m(x−a) where (a,y0)=(a,f(a)).
Example
Find equations of the tangent and normal to y=x3−2x+1 at x=2.
y(2)=8−4+1=5. Point: (2,5).
y′=3x2−2, so y′(2)=12−2=10. Tangent gradient: 10.
Tangent: y−5=10(x−2)⇒y=10x−15
Normal gradient: −101. Normal: y−5=−101(x−2)⇒y=−10x+527
Stationary Points
A stationary point occurs where dxdy=0. At these points the tangent is horizontal.
Second derivative test:
If dx2d2y>0 at a stationary point: minimum (curve concave up).
If dx2d2y<0 at a stationary point: maximum (curve concave down).
If dx2d2y=0: test is inconclusive — use the first derivative sign-change test instead.
First derivative sign-change test: evaluate dxdy at values just before and just after the stationary point.
+→−: maximum (gradient goes from positive to negative).
−→+: minimum (gradient goes from negative to positive).
Same sign on both sides: point of inflection (not a turning point).
Example
Find and classify the stationary points of y=x3−3x2−9x+2.
dxdy=3x2−6x−9=3(x2−2x−3)=3(x−3)(x+1)=0
Stationary points at x=3 and x=−1.
dx2d2y=6x−6
At x=3: dx2d2y=12>0: minimum. y=27−27−27+2=−25. Point: (3,−25).
At x=−1: dx2d2y=−12<0: maximum. y=−1−3+9+2=7. Point: (−1,7).
Rates of Change and Kinematics
The derivative represents any rate of change, not just geometric gradient.
For a particle with displacements(t):
v=dtdsa=dtdv=dt2d2s
When v=0: particle is instantaneously at rest.
When a=0: velocity is at a stationary value (often maximum velocity).
Positive v: moving in the positive direction; negative v: moving in the negative direction.
Example
A particle moves so that its displacement at time t seconds is s=t3−6t2+9t.
Find the velocity and acceleration, and determine when the particle is at rest.
v=3t2−12t+9=3(t−1)(t−3). At rest when v=0: t=1 or t=3.
a=6t−12. At t=1: a=−6 (decelerating). At t=3: a=6 (accelerating).
Connected Rates of Change
When two quantities both change with time, the chain rule links their rates:
dtdA=drdA⋅dtdr
Exam Tip
In connected-rates questions, the chain rule always links dtd(target) through the connecting quantity. Write out the chain rule expression first before substituting values.
Example
A spherical balloon is being inflated so that its radius increases at 0.5 cm/s. Find the rate at which its volume is increasing when the radius is 3 cm.
Volume of sphere: V=34πr3, so drdV=4πr2.
Given: dtdr=0.5. Want: dtdV.
dtdV=drdV⋅dtdr=4πr2×0.5=2πr2
At r=3: dtdV=2π(9)=18π cm³/s.
Applied Optimisation
Differentiation finds the value of a variable that maximises or minimises a given quantity. The standard exam scenario involves a profit or revenue function.
For any business model:
RevenueR(x): income from selling x units.
CostC(x): total cost to produce x units (fixed costs plus variable costs).
ProfitP(x)=R(x)−C(x).
To maximise profit: set P′(x)=0, solve for x, then verify with the second derivative.
Example
A company's revenue and cost functions are R(x)=196x−3x2 and C(x)=14+4x.
Profit function:
P(x)=(196x−3x2)−(14+4x)=−3x2+192x−14
Maximise: set P′(x)=0.
P′(x)=−6x+192=0⇒x=32
Maximum profit:P(32)=−3(32)2+192(32)−14=3058 (hundreds of dollars).
Verify:P′′(x)=−6<0, confirming a maximum.
Maximum profit of 3058 is achieved when 32 units are sold.