Differentiation is the branch of calculus concerned with finding the rate at which one quantity changes with respect to another. In the context of the Edexcel IGCSE Further Pure Mathematics specification, it is one of the most commonly examined areas and demands both fluency with the rules and confidence in their application.
The concept of differentiation sits at the heart of the calculus section of the Pearson Edexcel IGCSE Further Pure Mathematics course. It connects to stationary points, tangents, normals, rates of change and optimisation problems. Understanding what is differentiation igcse level content involves is essential for performing well across both written papers. This article provides a complete edexcel igcse further pure mathematics definition of differentiation, followed by the key rules, worked examples and the exam question patterns in which differentiation appears. These edexcel igcse further pure mathematics notes on differentiation cover every technique that the IGCSE 4PM1 specification requires.
Key facts
| Item | Detail |
|---|---|
| Edexcel igcse differentiation definition | The process of finding the derivative of a function, which gives the gradient of the curve at any point |
| Notation | dy/dx, f'(x), or y' all denote the derivative of y with respect to x |
| Core rule | If y = xn, then dy/dx = nxn-1 |
| Exam relevance | Commonly examined across both Paper 1 and Paper 2 |
| Linked topics | Integration (the reverse process), tangents, normals, stationary points, kinematics |
The definition
The derivative of a function y = f(x) at a point represents the gradient of the tangent to the curve at that point. Geometrically, if you imagine zooming in on a smooth curve until it looks like a straight line, the gradient of that line is the derivative. Algebraically, the derivative is the limit of the ratio of the change in y to the change in x as the change in x approaches zero.
For the purposes of the Pearson Edexcel IGCSE Further Pure Mathematics exam, the formal limit definition is not examined. What is examined is the ability to apply differentiation rules accurately and to interpret the derivative in context. The differentiation explained below covers every rule required by the specification.
Rule 1: Powers of x
If y = axn, then dy/dx = anxn-1.
This rule applies to all real values of n, including negative and fractional powers.
Worked examples
Example 1: Differentiate y = 5x3 - 2x2 + 7x - 4.
dy/dx = 15x2 - 4x + 7
(The constant term -4 differentiates to zero.)
Example 2: Differentiate y = 3x-2 + 4x1/2.
dy/dx = 3(-2)x-3 + 4(1/2)x-1/2
= -6x-3 + 2x-1/2
= -6/x3 + 2/sqrt(x)
Rule 2: Trigonometric functions
The specification requires differentiation of sin(ax) and cos(ax):
- If y = sin(ax), then dy/dx = a cos(ax)
- If y = cos(ax), then dy/dx = -a sin(ax)
Note the negative sign when differentiating cosine. This is a frequent source of errors.
Worked example
Differentiate y = 3sin(2x) - cos(5x).
dy/dx = 3(2)cos(2x) - (-5)sin(5x)
= 6cos(2x) + 5sin(5x)
Rule 3: Exponential functions
If y = eax, then dy/dx = aeax.
The exponential function is unique in that its derivative has the same form as the original function, scaled by the coefficient of x in the exponent.
Worked example
Differentiate y = 4e3x + 2e-x.
dy/dx = 4(3)e3x + 2(-1)e-x
= 12e3x - 2e-x
Rule 4: The product rule
When y is a product of two functions, y = uv, the derivative is given by:
dy/dx = u(dv/dx) + v(du/dx)
Worked example
Differentiate y = x2 sin(3x).
Let u = x2, v = sin(3x)
du/dx = 2x, dv/dx = 3cos(3x)
dy/dx = x2(3cos(3x)) + sin(3x)(2x)
= 3x2cos(3x) + 2x sin(3x)
Rule 5: The quotient rule
When y is a quotient y = u/v, the derivative is:
dy/dx = (v(du/dx) - u(dv/dx)) / v2
Worked example
Differentiate y = (2x + 1) / (x2 + 3).
Let u = 2x + 1, v = x2 + 3
du/dx = 2, dv/dx = 2x
dy/dx = ((x2 + 3)(2) - (2x + 1)(2x)) / (x2 + 3)2
= (2x2 + 6 - 4x2 - 2x) / (x2 + 3)2
= (-2x2 - 2x + 6) / (x2 + 3)2
= -2(x2 + x - 3) / (x2 + 3)2
Rule 6: The chain rule
The chain rule is used to differentiate a function of a function. If y = f(g(x)), then:
dy/dx = f'(g(x)) times g'(x)
Worked example
Differentiate y = (3x2 + 1)4.
Let u = 3x2 + 1, so y = u4
dy/du = 4u3, du/dx = 6x
dy/dx = 4(3x2 + 1)3 times 6x
= 24x(3x2 + 1)3
Applications: Stationary points
Stationary points occur where dy/dx = 0. To classify them:
- Find d2y/dx2 (the second derivative)
- If d2y/dx2 > 0, the point is a local minimum
- If d2y/dx2 < 0, the point is a local maximum
- If d2y/dx2 = 0, the test is inconclusive and you must examine the sign of the first derivative on either side
Worked example
Find and classify the stationary points of y = x3 - 6x2 + 9x + 1.
Step 1: dy/dx = 3x2 - 12x + 9
Set dy/dx = 0: 3x2 - 12x + 9 = 0
x2 - 4x + 3 = 0
(x - 1)(x - 3) = 0
x = 1 or x = 3
Step 2: d2y/dx2 = 6x - 12
At x = 1: d2y/dx2 = 6(1) - 12 = -6 < 0, so (1, 5) is a local maximum.
At x = 3: d2y/dx2 = 6(3) - 12 = 6 > 0, so (3, 1) is a local minimum.
Applications: Tangents and normals
The gradient of the tangent to a curve at a point is the value of dy/dx at that point. The gradient of the normal is the negative reciprocal of the tangent gradient.
Worked example
Find the equation of the tangent to y = 2x3 - x at the point where x = 1.
Step 1: Find the y-coordinate. y = 2(1)3 - 1 = 1. The point is (1, 1).
Step 2: Differentiate. dy/dx = 6x2 - 1.
Step 3: Find the gradient at x = 1. m = 6(1)2 - 1 = 5.
Step 4: Use y - y1 = m(x - x1).
y - 1 = 5(x - 1)
y = 5x - 4
Applications: Connected rates of change
The chain rule extends to problems where two or more quantities change with respect to time. If dy/dt is required and you know dy/dx and dx/dt, then:
dy/dt = (dy/dx) times (dx/dt)
Worked example
A spherical balloon is being inflated. When the radius is 5 cm, the radius is increasing at 0.3 cm/s. Find the rate of increase of the volume.
V = (4/3)pi r3
dV/dr = 4pi r2
dV/dt = (dV/dr) times (dr/dt) = 4pi(5)2 times 0.3 = 4pi(25)(0.3) = 30pi cm3/s
Self-check questions
Test your understanding of the edexcel igcse further pure mathematics explained above with these practice problems:
- Differentiate y = 4x5 - 3x-1 + 2sqrt(x).
- Differentiate y = e-2x cos(x) using the product rule.
- Find the equation of the normal to y = x2 + 3x at the point (2, 10).
- Find and classify the stationary points of y = 2x3 - 9x2 + 12x - 3.
- A cube has side length x cm and its volume V cm3 is increasing at 6 cm3/s. Find the rate at which x is increasing when x = 4.
Self-check questions
- Differentiate y = 5x4 - 3x2 + 7x - 2 and find the gradient at x = 1.
- The curve y = x3 - 6x2 + 9x + 2 has two stationary points. Find their coordinates, determine their nature using the second derivative test, and sketch the curve.
- A rectangular box with a square base has a fixed volume of 500 cm3. Show that the surface area is minimised when the height equals half the side length, and find the minimum surface area.
- Find the equation of the tangent to the curve y = 2x3 - x2 + 3 at the point where x = -1.
Worked example: finding and classifying stationary points
Stationary points are a favourite in this paper. Here is a complete worked solution of the type you will encounter.
Question: Find the stationary points of y = 2x3 - 3x2 - 12x + 5 and determine their nature.
Step 1: Differentiate. dy/dx = 6x2 - 6x - 12.
Step 2: Set dy/dx = 0 and solve. 6x2 - 6x - 12 = 0. Dividing through by 6 gives x2 - x - 2 = 0. Factorising: (x - 2)(x + 1) = 0, so x = 2 or x = -1.
Step 3: Find the y-coordinates. When x = 2: y = 2(8) - 3(4) - 12(2) + 5 = 16 - 12 - 24 + 5 = -15. When x = -1: y = 2(-1) - 3(1) - 12(-1) + 5 = -2 - 3 + 12 + 5 = 12.
Step 4: Find the second derivative and classify. d2y/dx2 = 12x - 6. At x = 2: 12(2) - 6 = 18, which is positive, so (2, -15) is a minimum. At x = -1: 12(-1) - 6 = -18, which is negative, so (-1, 12) is a maximum.
Edexcel igcse differentiation is a topic where proficiency comes from repeated practice rather than passive reading. Each rule is straightforward in isolation; the challenge lies in recognising which rule to apply and in executing multi-rule problems without arithmetic errors. Work through the examples above until you can reproduce them from memory, then move to unfamiliar questions on the Green Bridge CBT platform to build the adaptability that the exam demands.
Differentiation explained for Edexcel IGCSE Further Pure Mathematics: definitions, rules, worked examples and exam patterns.
Comment(s)