The geometry behind the algebra
Across mathematical traditions from Leibniz in Germany to Newton in England, the central question of calculus has always been the same: how do we measure the steepness of a curve at a single point? A straight line has a constant gradient, but a curve changes direction continuously. The derivative, written dy/dx, answers this question with precision. For students preparing for the Cambridge IGCSE Additional Mathematics (0606) examination, this connection between differentiation and geometry is not merely theoretical. It forms the backbone of some of the most frequently examined questions on both Paper 1 and Paper 2.
The principle is elegant in its simplicity. At any point on a smooth curve y = f(x), the value of dy/dx gives the gradient of the curve at that exact location. From that single number, you can construct the tangent line (which touches the curve), the normal line (which cuts across it at right angles), and determine whether the function is rising or falling. These ideas connect algebra to geometry in a way that resonates across every branch of applied mathematics, from engineering design in Tokyo to economic modelling in Zurich.
Key facts
- Gradient at a point: evaluate dy/dx at x = a to find the gradient of the curve y = f(x) at the point where x = a
- Tangent line: passes through the point of contact with gradient equal to dy/dx at that point
- Normal line: perpendicular to the tangent, so its gradient is -1/m where m is the tangent gradient
- Stationary points: occur where dy/dx = 0; classified as maximum, minimum, or point of inflexion
- Second derivative test: if d2y/dx2 < 0 the point is a maximum; if d2y/dx2 > 0 it is a minimum
- Increasing function: dy/dx > 0 throughout the interval; decreasing: dy/dx < 0
Finding the gradient of a curve at a point
The process is straightforward but demands care. Differentiate the function to obtain dy/dx as an expression in x, then substitute the x-coordinate of the point in question.
Worked example 1: Gradient at a specific point
Find the gradient of the curve y = 3x2 - 5x + 1 at the point where x = 2.
- Differentiate: dy/dx = 6x - 5
- Substitute x = 2: dy/dx = 6(2) - 5 = 7
The gradient of the curve at x = 2 is 7. This means the curve is rising steeply at that point, climbing 7 units vertically for every 1 unit of horizontal displacement.
Worked example 2: Where does the gradient equal a given value?
The curve y = x3 - 6x2 + 9x has gradient equal to zero at certain points. Find the x-coordinates of these points.
- Differentiate: dy/dx = 3x2 - 12x + 9
- Set dy/dx = 0: 3x2 - 12x + 9 = 0
- Divide by 3: x2 - 4x + 3 = 0
- Factorise: (x - 1)(x - 3) = 0
- Solutions: x = 1 or x = 3
These are the stationary points of the curve, locations where it momentarily stops rising or falling before changing direction.
Equations of tangent and normal lines
Once the gradient at a point is known, constructing the tangent and normal lines follows a consistent procedure. The tangent touches the curve at the given point and shares its gradient there. The normal crosses the curve at right angles to the tangent.
| Line | Gradient | Equation form |
|---|---|---|
| Tangent | m = dy/dx at the point | y - y1 = m(x - x1) |
| Normal | -1/m (negative reciprocal) | y - y1 = (-1/m)(x - x1) |
Worked example 3: Tangent and normal to a curve
Find the equations of the tangent and normal to the curve y = x3 - 4x + 2 at the point where x = 1.
- Find y1: y = (1)3 - 4(1) + 2 = 1 - 4 + 2 = -1. The point is (1, -1).
- Differentiate: dy/dx = 3x2 - 4
- Gradient at x = 1: m = 3(1)2 - 4 = -1
- Tangent equation: y - (-1) = -1(x - 1), which gives y = -x
- Normal gradient: -1/(-1) = 1
- Normal equation: y - (-1) = 1(x - 1), which gives y = x - 2
Notice how the tangent and normal gradients multiply to give -1, confirming their perpendicularity. This relationship, familiar from coordinate geometry, provides a useful check in examinations.
Worked example 4: Finding a point given the tangent gradient
The tangent to the curve y = 2x2 + 3x - 5 at the point P is parallel to the line y = 7x + 1. Find the coordinates of P.
- The line y = 7x + 1 has gradient 7. A parallel tangent also has gradient 7.
- Differentiate: dy/dx = 4x + 3
- Set dy/dx = 7: 4x + 3 = 7, so x = 1
- Find y: y = 2(1)2 + 3(1) - 5 = 0
- P is the point (1, 0)
Increasing and decreasing functions
A function is increasing on an interval when its gradient is positive throughout that interval, and decreasing when the gradient is negative. The derivative provides an algebraic test: solve dy/dx > 0 for the increasing regions and dy/dx < 0 for the decreasing ones.
Consider the function y = x3 - 3x. Its derivative is dy/dx = 3x2 - 3 = 3(x2 - 1) = 3(x - 1)(x + 1). The derivative equals zero at x = -1 and x = 1. Testing the sign in each interval:
| Interval | Sign of dy/dx | Behaviour |
|---|---|---|
| x < -1 | Positive | Increasing |
| -1 < x < 1 | Negative | Decreasing |
| x > 1 | Positive | Increasing |
The function rises, then falls, then rises again. This pattern is characteristic of cubic curves and appears regularly in IGCSE Additional Mathematics papers asking candidates to identify intervals of increase or decrease.
Stationary points and their nature
A stationary point occurs where dy/dx = 0. The curve is neither rising nor falling at that instant. Three types exist: local maxima (the curve turns from rising to falling), local minima (from falling to rising), and points of inflexion (the curve changes its concavity without changing direction).
The second derivative test
The most efficient method for classifying stationary points within the IGCSE Additional Mathematics syllabus uses the second derivative, d2y/dx2.
- If d2y/dx2 < 0 at the stationary point, the curve is concave downward there: it is a maximum
- If d2y/dx2 > 0 at the stationary point, the curve is concave upward there: it is a minimum
- If d2y/dx2 = 0, the test is inconclusive and you must examine the sign of dy/dx on either side of the point
Worked example 5: Complete stationary point analysis
Find the stationary points of y = 2x3 - 9x2 + 12x - 3 and determine their nature.
- Differentiate: dy/dx = 6x2 - 18x + 12
- Set dy/dx = 0: 6x2 - 18x + 12 = 0. Divide by 6: x2 - 3x + 2 = 0
- Factorise: (x - 1)(x - 2) = 0, so x = 1 or x = 2
- Find y-coordinates: at x = 1, y = 2 - 9 + 12 - 3 = 2; at x = 2, y = 16 - 36 + 24 - 3 = 1
- Second derivative: d2y/dx2 = 12x - 18
- At x = 1: d2y/dx2 = 12 - 18 = -6 < 0, so (1, 2) is a maximum
- At x = 2: d2y/dx2 = 24 - 18 = 6 > 0, so (2, 1) is a minimum
Practical optimisation problems
The real power of differentiation for gradients and stationary points extends well beyond pure curve sketching. Across disciplines globally, from architecture in Barcelona to agricultural planning in Kenya, optimisation problems ask: what dimensions maximise area, minimise cost, or achieve the best possible outcome under given constraints?
In the Cambridge IGCSE context, these questions typically present a geometric or physical scenario, require the candidate to form an expression for the quantity to be optimised, differentiate, set the derivative to zero, and verify the nature of the stationary point.
Worked example 6: Optimisation
A farmer has 60 metres of fencing to enclose a rectangular pen against an existing wall. The wall forms one side of the rectangle. Find the dimensions that maximise the area of the pen.
- Let the side perpendicular to the wall be x metres. The side parallel to the wall is (60 - 2x) metres.
- Area A = x(60 - 2x) = 60x - 2x2
- Differentiate: dA/dx = 60 - 4x
- Set dA/dx = 0: 60 - 4x = 0, so x = 15
- Second derivative: d2A/dx2 = -4 < 0, confirming a maximum
- Dimensions: 15 m by 30 m, giving a maximum area of 450 m2
Common errors and how to avoid them
| Error | Why it costs marks | Prevention |
|---|---|---|
| Using dy/dx to find y1 | Substituting into the derivative gives the gradient, not the y-coordinate of the point | Always substitute into the original equation for y-values |
| Forgetting the negative reciprocal for the normal | Writing 1/m instead of -1/m gives a line that is not perpendicular | Both operations: negate AND reciprocate. If m = 3, the normal gradient is -1/3, not 1/3 |
| Stopping after finding dy/dx = 0 | The question asks for coordinates and nature, not just x-values | Read to the end of the question. Stationary point questions almost always require y-values and classification |
| Confusing the sign convention for the second derivative test | Reporting a maximum as a minimum (or vice versa) | d2y/dx2 negative = maximum (think: frown shape). Positive = minimum (think: smile shape) |
| Mishandling the tangent gradient of zero | If m = 0, the tangent is horizontal (y = constant), and the normal is vertical (x = constant). Writing -1/0 is undefined. | Recognise horizontal tangents as a special case: the normal is x = x1 |
Common exam question patterns
IGCSE Additional Mathematics papers test this topic through several recurring formats:
- Find tangent and normal at a given point: straightforward application of the procedure above, typically worth 5-6 marks
- Find where two curves have parallel tangents: set their derivatives equal and solve
- Determine the equation of a tangent that passes through an external point: set up the tangent at a general point (a, f(a)), then impose the condition that the external point lies on this line
- Complete curve analysis: find stationary points, classify them, identify intervals of increase/decrease, and sketch the curve
- Applied optimisation: form the function from a word problem, differentiate, find the optimal value, and verify it is indeed a maximum or minimum
Self-check questions
Work through each problem completely before consulting the answers.
- Find the gradient of the curve y = 4x2 - 3x + 7 at x = -1.
- Find the equation of the tangent to y = x3 + 2x at the point (1, 3).
- Find the equation of the normal to y = 2x2 - x at the point where x = 2.
- The curve y = x3 - 12x + 5 has two stationary points. Find their coordinates and determine their nature.
- A rectangular box with no lid has a square base of side x cm and height h cm. The total surface area is 108 cm2. Show that the volume V = 27x - x3/4, and find the value of x that maximises V.
A detailed exploration of how differentiation connects abstract calculus to the geometry of curves in IGCSE Additional Mathematics (0606), covering gradient evaluation at a point, equations of tangent and normal lines, increasing and decreasing functions, stationary points and their classification via the second derivative test, and practical optimisation applications drawn from international contexts.
Comentário(s)