Calculus as the language of change

Every function describes a relationship, but calculus answers the question that algebra alone cannot: how fast is that relationship changing at any given instant? This single idea - the rate of change - underpins the entire calculus component of IGCSE Additional Mathematics, and it explains why the topic carries such weight on both Paper 1 and Paper 2. Mastering differentiation and integration here is not merely about passing an exam; it builds the analytical framework you'll rely on through A Level Mathematics and beyond.

The logic of the syllabus follows a clear chain. You first learn to differentiate standard functions. You then apply those derivatives to solve geometric and practical problems. Finally, you reverse the process through integration, using it to recover functions from their derivatives and to calculate areas. Each stage depends on the one before it, which means gaps in early technique cascade into lost marks on later questions.

Derivatives of standard functions

The foundation of every calculus question is the ability to differentiate basic function types quickly and accurately. The IGCSE Additional Mathematics syllabus requires fluency with the following:

Function f(x)Derivative f'(x)Key condition
x^nnx^(n-1)Valid for all rational n
sin(x)cos(x)x in radians
cos(x)-sin(x)x in radians
tan(x)sec^2(x)x in radians
e^xe^xThe only function equal to its own derivative
ln(x)1/xx > 0

The chain rule extends each of these to composite functions. If y = f(g(x)), then dy/dx = f'(g(x)) multiplied by g'(x). In practice, this means differentiating the "outer" function first, leaving the inner function untouched, then multiplying by the derivative of the inner function.

Worked example: Differentiate y = sin(3x^2 + 1).

The outer function is sin(u) where u = 3x^2 + 1.
Derivative of sin(u) = cos(u) = cos(3x^2 + 1).
Derivative of the inner function: du/dx = 6x.
Therefore dy/dx = 6x cos(3x^2 + 1).

The reason the chain rule matters so heavily is that pure "textbook" derivatives (sin(x), e^x) rarely appear in isolation on IGCSE Additional Mathematics exam papers. Almost every differentiation question involves a composite function, so the chain rule is not an optional extra - it is the default technique.

The product and quotient rules

When two functions are multiplied together, you cannot simply differentiate each one separately and multiply the results. The product rule exists precisely because this intuition is wrong.

If y = u(x) v(x), then:

dy/dx = u(dv/dx) + v(du/dx)

The quotient rule handles division. If y = u(x) / v(x), then:

dy/dx = [v(du/dx) - u(dv/dx)] / v^2

Worked example: Differentiate y = x^2 e^(3x).

Let u = x^2, so du/dx = 2x.
Let v = e^(3x), so dv/dx = 3e^(3x) (by chain rule).
Product rule: dy/dx = x^2(3e^(3x)) + e^(3x)(2x) = e^(3x)(3x^2 + 2x) = xe^(3x)(3x + 2).

A common source of confusion is when to use the product rule versus the chain rule. The distinction is structural: if two separate functions of x are multiplied together (like x^2 times e^(3x)), use the product rule. If one function sits inside another (like e^(3x), where 3x is inside the exponential), use the chain rule. Many questions require both, as the worked example above demonstrates.

Why does this matter in exams?

Product and quotient rule questions typically carry 3 to 5 marks. The mark scheme awards method marks for correctly identifying u and v and applying the rule, even if a subsequent simplification error produces the wrong final answer. Always write out your u, v, du/dx, and dv/dx explicitly before combining them. This habit earns method marks and reduces errors simultaneously.

Gradients, tangents, and normals

The derivative dy/dx evaluated at a specific point gives the gradient of the curve at that point. From this single value, two lines follow immediately:

  • Tangent: the line that touches the curve at the point and has the same gradient. Equation: y - y1 = m(x - x1), where m = dy/dx at the point.
  • Normal: the line perpendicular to the tangent at the same point. Its gradient is -1/m (the negative reciprocal of the tangent gradient).
Worked example: Find the equation of the tangent to y = 2x^3 - 5x + 1 at x = 2.

Step 1: Find the y-coordinate. y = 2(8) - 5(2) + 1 = 16 - 10 + 1 = 7. The point is (2, 7).
Step 2: Differentiate. dy/dx = 6x^2 - 5.
Step 3: Evaluate at x = 2. Gradient = 6(4) - 5 = 19.
Step 4: Form the equation. y - 7 = 19(x - 2), so y = 19x - 31.

The normal at the same point would have gradient -1/19, giving y - 7 = (-1/19)(x - 2).

Exam questions frequently ask for the tangent or normal equation and then require you to find where that line intersects the curve again, or to calculate the area of a triangle formed by the tangent, the normal, and an axis. Each of these extensions tests whether you can move fluently between calculus and coordinate geometry.

Stationary points: maxima and minima

A stationary point occurs where dy/dx = 0. The curve is momentarily "flat" - neither increasing nor decreasing. But identifying the location is only half the problem. The exam expects you to classify the stationary point as a maximum, minimum, or point of inflexion.

The second derivative test

Find d^2y/dx^2 (the derivative of the derivative) and evaluate it at the stationary point:

  • If d^2y/dx^2 > 0, the point is a minimum (the curve is concave upward)
  • If d^2y/dx^2 < 0, the point is a maximum (the curve is concave downward)
  • If d^2y/dx^2 = 0, the test is inconclusive - use the first derivative test instead

The first derivative test examines the sign of dy/dx just before and just after the stationary point. If dy/dx changes from positive to negative, the point is a maximum. If it changes from negative to positive, the point is a minimum.

Practical optimisation problems

These are among the most demanding questions on the paper, yet they follow a predictable pattern:

  1. Express the quantity to be optimised (area, volume, cost) as a function of a single variable
  2. Use a constraint equation to eliminate a second variable if necessary
  3. Differentiate and set the derivative equal to zero
  4. Solve for the variable, then verify it gives a maximum or minimum using the second derivative
  5. Substitute back to find the optimised quantity
Worked example: A farmer has 120 metres of fencing to enclose a rectangular field against a straight river (no fencing needed on the river side). Find the dimensions that maximise the area.

Let the side perpendicular to the river be x metres. The side parallel to the river is (120 - 2x) metres.
Area A = x(120 - 2x) = 120x - 2x^2.
dA/dx = 120 - 4x. Setting dA/dx = 0: x = 30.
d^2A/dx^2 = -4 < 0, confirming a maximum.
Maximum area = 30(120 - 60) = 30(60) = 1800 m^2.
Dimensions: 30 m by 60 m.

Connected rates of change

When two quantities both change with time, the chain rule connects their rates. If a sphere's radius increases at 2 cm/s, how fast does its volume increase when the radius is 5 cm? The chain rule gives dV/dt = (dV/dr)(dr/dt), transforming a question about volume change into one about the derivative you already know how to find.

The procedure is consistent across all such problems:

  1. Identify the rate you are given (dr/dt = 2) and the rate you need (dV/dt)
  2. Write the relationship between V and r: V = (4/3)pi r^3
  3. Differentiate: dV/dr = 4pi r^2
  4. Apply the chain rule: dV/dt = 4pi(25)(2) = 200pi cm^3/s

The reason students lose marks on these questions is almost always structural rather than computational. They fail to identify which rate they need and which chain of derivatives connects the known rate to the required rate. Writing the chain rule relationship explicitly before substituting numbers prevents this error.

Small increments and approximations

If y = f(x) and x changes by a small amount delta-x, then the approximate change in y is:

delta-y is approximately equal to (dy/dx) multiplied by delta-x

This technique provides a linear approximation to the true change. Exam questions typically give you a function, a starting value of x, and a small change in x, then ask for the approximate change in y or the approximate new value of y.

The approximation works well only when delta-x is genuinely small relative to x. Examiners sometimes test understanding by asking candidates to comment on the accuracy of their approximation, or by comparing it to the exact value calculated directly.

Integration: reversing differentiation

Integration is the inverse operation to differentiation. If differentiating x^n gives nx^(n-1), then integrating x^n gives x^(n+1)/(n+1) + c, where c is the constant of integration. This constant exists because differentiation destroys additive constants - integrating 2x gives x^2 + c, not just x^2, because any function of the form x^2 + c has derivative 2x.

Function f(x)Integral (+ c)Condition
x^nx^(n+1) / (n+1)n is not equal to -1
1/xln|x|x is not equal to 0
sin(x)-cos(x)x in radians
cos(x)sin(x)x in radians
sec^2(x)tan(x)x in radians
e^xe^x

For composite functions of the form f(ax + b), the integral picks up a factor of 1/a. For instance, the integral of cos(3x) is (1/3)sin(3x) + c. This pattern is the integration counterpart of the chain rule, and it appears in the majority of integration questions at this level.

Definite integrals and area calculations

A definite integral has upper and lower limits and produces a numerical value rather than a function. To evaluate the integral of f(x) from a to b, find the indefinite integral F(x), then calculate F(b) - F(a). The constant c cancels and is therefore omitted.

Worked example: Evaluate the integral of (3x^2 - 2x) dx from x = 1 to x = 3.

Indefinite integral: x^3 - x^2.
Substitute limits: [3^3 - 3^2] - [1^3 - 1^2] = [27 - 9] - [1 - 1] = 18 - 0 = 18.

Areas under curves and between curves

The definite integral of f(x) from a to b gives the signed area between the curve, the x-axis, and the vertical lines x = a and x = b. "Signed" means that regions below the x-axis produce negative values. When a question asks for the total area, you must identify where the curve crosses the x-axis, integrate each section separately, and take the absolute value of any negative result before adding.

For the area between two curves y = f(x) and y = g(x), integrate f(x) - g(x) between their intersection points, where f(x) is the upper curve. If the curves cross within the interval, split the integral at the crossing point.

Kinematics: calculus applied to motion

Kinematics connects displacement (s), velocity (v), and acceleration (a) through differentiation and integration:

  • v = ds/dt (velocity is the derivative of displacement with respect to time)
  • a = dv/dt = d^2s/dt^2 (acceleration is the derivative of velocity)
  • s = integral of v dt (displacement is the integral of velocity)
  • v = integral of a dt (velocity is the integral of acceleration)

IGCSE exam questions typically provide one of these quantities as a function of time and ask you to find the others. The constant of integration is determined by initial conditions - for example, "when t = 0, s = 5" allows you to solve for c after integrating.

Worked example: A particle moves along a line with velocity v = 6t - t^2 m/s. Find the displacement from t = 0 to t = 4, given that s = 0 when t = 0.

s = integral of (6t - t^2) dt = 3t^2 - t^3/3 + c.
When t = 0, s = 0: c = 0.
At t = 4: s = 3(16) - 64/3 = 48 - 21.33... = 26.67 m (or 80/3 m exactly).

A subtle point that distinguishes strong candidates: displacement found by integration can differ from distance travelled. If the particle reverses direction within the interval (when v = 0 at some t between the limits), you must split the integral at that point and sum the absolute values of each section to find total distance.

Common mistakes and how to avoid them

MistakeWhy it loses marksPrevention
Forgetting the chain rule factorDifferentiating sin(3x) as cos(3x) instead of 3cos(3x) loses the accuracy markAlways ask: "Is the argument just x?" If not, multiply by the derivative of the inner function.
Omitting the constant of integrationIndefinite integrals without + c lose a mark. Definite integrals do not need it.Write + c automatically for every indefinite integral, then remove it only when limits are present.
Sign errors in the quotient ruleWriting u(dv/dx) - v(du/dx) instead of the correct v(du/dx) - u(dv/dx) in the numerator reverses the sign of the entire expressionMemorise the quotient rule as "low d-high minus high d-low, over the square of what's below."
Confusing displacement with distanceUsing a single integral when the particle changes direction gives the net displacement, not the total distance. The question specifies which one it wants.Check whether v changes sign within the interval. If it does, split the integral.
Failing to verify max/min classificationFinding the stationary point earns method marks, but stating it is a maximum without evidence from the second derivative (or first derivative test) loses the classification markAlways show the second derivative calculation and state its sign explicitly.

Self-check questions

Test your understanding with these problems. Work through each one fully before checking your method against the techniques described above.

  1. Differentiate y = (2x + 1)^5 using the chain rule. What is dy/dx when x = 1?
  2. Find the equation of the normal to the curve y = x^3 - 4x at the point where x = 2.
  3. A curve has equation y = 2x^3 - 9x^2 + 12x. Find the coordinates of its stationary points and determine whether each is a maximum or minimum.
  4. The radius of a circular oil spill increases at a rate of 0.5 m/s. Find the rate of increase of the area when the radius is 10 m.
  5. Evaluate the integral of (e^(2x) + 1/x) dx from x = 1 to x = 2, giving your answer in terms of e.
  6. A particle moves with velocity v = 12 - 3t^2 m/s. Find the total distance travelled in the first 3 seconds.

Each question targets a specific technique from this guide: chain rule, normals, stationary point classification, connected rates of change, definite integration, and the displacement-versus-distance distinction. If any question exposes a gap, return to the corresponding section and work through the method again before attempting past paper questions on that topic.

Ṣe igbasilẹ ohun elo naa lori Google Playstore

Gbogbo ohun ti o nilo lati ṣe dara julọ ninu JAMB, WAEC ati NECO.

Green Bridge CBT Mobile App
Asiko ẹkọ AI ti ara ẹni Chat Assistant
Ẹgbẹẹgbẹrun Awọn Ibeere Atijọ IGCSE, JAMB, WAEC & NECO
Fiwọn 1200 Awọn akọsilẹ Ẹkọ ju.
Atilẹyin Aisinipo - Kọ ẹkọ Nigbakugba, Nibi gbogbo
Tẹ̀dí Green Bridge
Àkójọpọ̀ Ìtàn Lítíréṣọ̀ & Ìbéèrè Tó Lè Dáyéé ṣẹ́lẹ̀
Tẹle iṣẹ ṣiṣe rẹ ati ilọsiwaju rẹ.
Àlàyé tí ó jinlẹ̀ fún ìmòye tó jinlẹ̀.
TLDR

A structured guide to the calculus content of IGCSE Additional Mathematics (0606), covering differentiation of standard and composite functions, the product and quotient rules, applications to gradients, tangents, normals, stationary points, connected rates of change, integration techniques, definite integrals, area calculations, and kinematics, with worked examples and exam-focused strategies throughout.