Revision notes for Edexcel A Level Maths Differentiation. Open each subtopic for explanations, worked examples, and summaries of 9.1 Differentiating sin x and cos x, 9.2 Differentiating exponentials and logarithms, 9.3 The Chain Rule, 9.4 The Product Rule, 9.5 The Quotient Rule, 9.6 Differentiating Trigonometric Functions, 9.7 Parametric Differentiation, 9.8 Implicit Differentiation, 9.9 Using Second Derivatives, and 9.10 Rates of Change. Written against the Edexcel A Level Maths (9MA0) specification, so the content matches what's examinable rather than general Maths background.
Differentiation
What you'll learn
What dydx\frac{dy}{dx}dxdy means: the gradient of a curve at a point.
How to use the power, chain, product and quotient rules.
How to find tangents, normals and stationary points.
How to deal with implicit and parametric curves.
The derivative: gradient at a point
A straight line has one constant gradient. A curve has a changing gradient, so we need a way to find the gradient at one particular point.
Definition
Derivative
The derivative of yyy with respect to xxx, written dydx\frac{dy}{dx}dxdy, is the instantaneous rate of change of yyy as xxx changes. If y=f(x)y=f(x)y=f(x), the derivative can also be written as f′(x)f'(x)f′(x).
From first principles, the derivative is defined by
ddx(ax)=axlna\frac{d}{dx}(a^x)=a^x\ln adxd(ax)=axlna, for a>0a>0a>0
Common Mistake
Radians only
The standard trigonometric derivatives assume angles are measured in radians. This is why A-Level differentiation questions involving trig usually work in radians.
Example
Finding first and second derivatives
Let f(x)=lnx+ex+4x3f(x)=\ln x+e^x+4x^3f(x)=lnx+ex+4x3. Find f′(x)f'(x)f′(x) and f′′(x)f''(x)f′′(x).
The second derivative, written d2ydx2\frac{d^2y}{dx^2}dx2d2y or f′′(x)f''(x)f′′(x), is the derivative of the derivative. It tells you how the gradient is changing.
The chain rule
A composite function is a function inside another function, such as (x2+4)3(x^2+4)^3(x2+4)3 or ex2e^{x^2}ex2.
Key Idea
Chain rule
Differentiate the outside function, keep the inside unchanged, then multiply by the derivative of the inside.
If a quotient can be simplified algebraically before differentiating, do that first. It often saves time and reduces mistakes.
Tangents and normals
A tangent is a straight line that has the same gradient as the curve at a point.
A normal is a straight line perpendicular to the tangent. If the tangent gradient is mmm, then the normal gradient is −1m-\frac1m−m1, as long as m≠0m\neq 0m=0.
The equation of a straight line through (x1,y1)(x_1,y_1)(x1,y1) with gradient mmm is
y−y1=m(x−x1)y-y_1=m(x-x_1)y−y1=m(x−x1)
Example
Finding an equation of a normal
The point PPP lies on the curve y=42x+1y=\frac{4}{2x+1}y=2x+14 with xxx-coordinate 1. Find an equation of the normal at PPP.
Use the negative reciprocal for the normal gradient:
mnormal=98m_{\text{normal}}=\frac98mnormal=89
Use y−y1=m(x−x1)y-y_1=m(x-x_1)y−y1=m(x−x1):
y−43=98(x−1)y-\frac43=\frac98(x-1)y−34=89(x−1)
Stationary points and nature
Definition
Stationary point
A stationary point is a point on a curve where dydx=0\frac{dy}{dx}=0dxdy=0. It could be a local maximum, a local minimum, or a stationary point of inflection.
To classify stationary points:
If d2ydx2>0\frac{d^2y}{dx^2}>0dx2d2y>0, the point is a local minimum.
If d2ydx2<0\frac{d^2y}{dx^2}<0dx2d2y<0, the point is a local maximum.
If d2ydx2=0\frac{d^2y}{dx^2}=0dx2d2y=0, the test is inconclusive, so check the sign of dydx\frac{dy}{dx}dxdy around the point.
Example
Finding stationary points and their nature
Find the stationary points of y=x(x−2)3y=x(x-2)^3y=x(x−2)3 and determine their nature.
At x=12x=\frac12x=21, d2ydx2>0\frac{d^2y}{dx^2}>0dx2d2y>0, so (12,−2716)\left(\frac12,-\frac{27}{16}\right)(21,−1627) is a local minimum.
At x=2x=2x=2, the second derivative test is inconclusive. Since dydx=(x−2)2(4x−2)\frac{dy}{dx}=(x-2)^2(4x-2)dxdy=(x−2)2(4x−2) is positive on both sides of x=2x=2x=2, (2,0)(2,0)(2,0) is a stationary point of inflection.
Implicit differentiation
An implicit equation links xxx and yyy without necessarily making yyy the subject, such as x2+xy+2y2=23x^2+xy+2y^2=23x2+xy+2y2=23.
When differentiating terms involving yyy, remember that yyy is a function of xxx.
A curve has parametric equations x=3costx=3\cos tx=3cost and y=2sinty=2\sin ty=2sint. Find where the tangent at t=π3t=\frac{\pi}{3}t=3π cuts the yyy-axis.