Where differentiation sits within Additional Mathematics

Calculus occupies a central position in the IGCSE Additional Mathematics syllabus, and differentiation is the branch of calculus that candidates encounter first. The ability to find the derivative of a function underpins an entire family of exam questions: gradient calculations, tangent and normal equations, stationary points, rates of change, and optimisation problems. Mastering the derivatives of standard functions is therefore not a single topic but a prerequisite for roughly a quarter of the marks on both Paper 1 and Paper 2.

The derivative of a function f(x), written f'(x) or dy/dx, measures the instantaneous rate at which f(x) changes with respect to x. Geometrically, it gives the gradient of the curve y = f(x) at any point. These two interpretations, one algebraic and one geometric, recur throughout the IGCSE Additional Mathematics course and are tested in distinct question styles.

Key facts

  • The derivative measures rate of change. If y = f(x), then dy/dx tells you how fast y changes per unit change in x at any given point.
  • Standard derivatives must be memorised. The Cambridge 0606 formula sheet does not list them all; candidates are expected to recall the derivatives of xn, sin x, cos x, tan x, ex, and ln x.
  • The chain rule extends every standard result. Replacing x with a linear expression (ax + b) multiplies the derivative by a. This single principle covers most of the composite-function differentiation tested at IGCSE level.
  • Sum, difference and constant multiple rules allow any polynomial or combination of standard functions to be differentiated term by term.
  • Notation matters. Cambridge mark schemes accept both f'(x) and dy/dx, but mixing them inconsistently within a single solution can cost presentation marks.

The power rule

The power rule is the most frequently applied differentiation result in the entire syllabus. For any real constant n:

If y = xn, then dy/dx = nxn-1

This holds for positive integers, negative integers, fractions, and zero. A constant term c (which equals cx0) differentiates to zero, consistent with the rule since 0 multiplied by x-1 is zero.

Worked example 1: Applying the power rule to a polynomial

Differentiate y = 3x4 - 5x2 + 7x - 2.

  1. Differentiate each term independently (sum/difference rule): dy/dx = d/dx(3x4) - d/dx(5x2) + d/dx(7x) - d/dx(2)
  2. Apply the power rule and constant multiple rule to each: dy/dx = 12x3 - 10x + 7 - 0
  3. Final answer: dy/dx = 12x3 - 10x + 7

Worked example 2: Negative and fractional powers

Differentiate f(x) = 4/x2 + 3sqrt(x).

  1. Rewrite using index notation: f(x) = 4x-2 + 3x1/2
  2. Apply the power rule: f'(x) = 4(-2)x-3 + 3(1/2)x-1/2
  3. Simplify: f'(x) = -8x-3 + (3/2)x-1/2
  4. Optionally rewrite: f'(x) = -8/x3 + 3/(2sqrt(x))
Exam tip: Always convert roots and reciprocals to index form before differentiating. Attempting to differentiate 1/x2 directly, without rewriting as x-2, is a common source of sign and power errors.

Complete reference table of standard derivatives

The table below collects all standard derivatives required for Cambridge IGCSE Additional Mathematics 0606, including their chain rule extensions for a linear argument (ax + b).

Function y = f(x)Derivative dy/dxChain rule form: y = f(ax + b)Derivative dy/dx
xnnxn-1(ax + b)nan(ax + b)n-1
sin xcos xsin(ax + b)a cos(ax + b)
cos x-sin xcos(ax + b)-a sin(ax + b)
tan xsec2 xtan(ax + b)a sec2(ax + b)
exexeax+baeax+b
ln x1/xln(ax + b)a/(ax + b)
Memory aid: The sign pattern for trigonometric derivatives follows a cycle: sin differentiates to cos (positive), cos differentiates to -sin (negative). When in doubt, trace one full cycle: sin, cos, -sin, -cos, and back to sin. This pattern also governs integration in reverse.

Trigonometric derivatives

The three trigonometric functions tested at IGCSE Additional Mathematics level are sine, cosine, and tangent. Their derivatives are:

  • d/dx (sin x) = cos x
  • d/dx (cos x) = -sin x
  • d/dx (tan x) = sec2 x

The derivative of tangent deserves particular attention. The expression sec2 x, meaning 1/cos2 x, appears less frequently in earlier mathematics courses, and candidates sometimes forget it or incorrectly write cos2 x. The identity sec2 x = 1 + tan2 x occasionally proves useful when simplifying results.

Worked example 3: Differentiating a trigonometric expression

Find dy/dx when y = 3 sin(2x) - cos(4x + 1).

  1. Differentiate 3 sin(2x): the outer derivative of sin is cos, multiplied by the inner derivative 2, giving 3(2) cos(2x) = 6 cos(2x)
  2. Differentiate -cos(4x + 1): the outer derivative of cos is -sin, multiplied by the inner derivative 4, giving -(-4 sin(4x + 1)) = 4 sin(4x + 1)
  3. Combine: dy/dx = 6 cos(2x) + 4 sin(4x + 1)

Exponential and logarithmic derivatives

The exponential function ex possesses a remarkable property: it is its own derivative. No other function behaves this way, and this self-replicating quality is precisely why e (approximately 2.718) holds its privileged position in mathematics.

The natural logarithm ln x differentiates to 1/x. This result connects differentiation to the reciprocal function and provides the basis for integrating 1/x, a connection that appears in several IGCSE Additional Mathematics question types.

Worked example 4: Exponential chain rule

Differentiate y = 5e3x-2 + 2 ln(4x + 1).

  1. For 5e3x-2: the derivative of eu is eu, multiplied by the inner derivative 3, giving 5(3)e3x-2 = 15e3x-2
  2. For 2 ln(4x + 1): the derivative of ln u is 1/u, multiplied by the inner derivative 4, giving 2(4)/(4x + 1) = 8/(4x + 1)
  3. Combine: dy/dx = 15e3x-2 + 8/(4x + 1)

The chain rule for linear arguments

The chain rule in its general form states that if y = f(g(x)), then dy/dx = f'(g(x)) multiplied by g'(x). At IGCSE Additional Mathematics level, the inner function g(x) is almost always a linear expression of the form (ax + b), which simplifies the chain rule considerably: the derivative of f(ax + b) equals a multiplied by f'(ax + b).

This simplification means candidates need not learn the chain rule as an abstract theorem. Instead, the practical procedure is:

  1. Identify the outer function (sin, cos, e, ln, or a power)
  2. Differentiate the outer function as if the argument were just x
  3. Multiply the result by the derivative of the inner linear expression (which is simply the coefficient a)

Worked example 5: Composite power function

Find the derivative of y = (2x + 5)7.

  1. Outer function: something to the power 7. Its derivative follows the power rule: 7(something)6
  2. Inner function: (2x + 5). Its derivative is 2.
  3. Multiply: dy/dx = 7(2x + 5)6 multiplied by 2 = 14(2x + 5)6

Sum, difference and constant multiple rules

These three rules, while elementary, govern the structure of virtually every differentiation problem in the IGCSE Additional Mathematics course.

RuleStatementExample
Constant multipled/dx [kf(x)] = k f'(x)d/dx [5x3] = 5(3x2) = 15x2
Sumd/dx [f(x) + g(x)] = f'(x) + g'(x)d/dx [x2 + sin x] = 2x + cos x
Differenced/dx [f(x) - g(x)] = f'(x) - g'(x)d/dx [ex - ln x] = ex - 1/x

These rules permit term-by-term differentiation of any expression that is a sum or difference of standard functions, each possibly multiplied by a constant. The vast majority of IGCSE Additional Mathematics differentiation questions fall into this category.

Common exam question patterns

Cambridge exam papers test derivatives of standard functions through several recurring question formats. Recognising these patterns accelerates both speed and accuracy.

  • "Differentiate" or "Find dy/dx": Direct application of the rules above. No further steps required beyond simplification.
  • "Find the gradient at x = ...": Differentiate first, then substitute the given x-value into the derivative.
  • "Find the equation of the tangent/normal at ...": Requires the derivative (for the gradient), then the point-gradient form of a line equation.
  • "Show that" a derivative equals a given expression: Differentiate and manipulate algebraically until the target expression is reached. Every step must be shown.

Worked example 6: Gradient at a specific point

The curve y = 2 sin(3x) + e-x passes through the point where x = 0. Find the gradient of the curve at this point.

  1. Differentiate: dy/dx = 2(3) cos(3x) + (-1)e-x = 6 cos(3x) - e-x
  2. Substitute x = 0: dy/dx = 6 cos(0) - e0 = 6(1) - 1 = 5
  3. The gradient at x = 0 is 5.

Common errors and how to avoid them

ErrorWhy it happensPrevention
Forgetting the chain rule multiplierTreating sin(2x) as if it were sin(x)Circle the inner function before differentiating. Always ask: "Is the argument just x?"
Wrong sign on cos derivativeWriting d/dx(cos x) = sin x instead of -sin xRecite the cycle: sin to cos (positive), cos to -sin (negative)
Differentiating e3x as 3xe3x-1Applying the power rule to an exponentialThe base e is constant, the exponent varies. The power rule applies when the base varies and the exponent is constant.
Writing d/dx(ln 2x) = 1/(2x)Forgetting the chain rule factor of 2d/dx(ln 2x) = 2/(2x) = 1/x. The chain rule gives a factor of 2, which then cancels.
Not converting roots/reciprocals before differentiatingAttempting to differentiate sqrt(x) directlyAlways rewrite as x1/2 first. Apply the power rule to the index form.

Self-check questions

Work through each problem fully before consulting the answers below.

  1. Differentiate y = 4x5 - 3x-1 + 2x1/2.
  2. Find f'(x) when f(x) = 2 cos(5x) - 3 sin(x/2).
  3. Differentiate y = e4x+3 - 6 ln(2x - 1).
  4. Find the derivative of y = (3x - 1)5 + 2 tan(3x).
  5. The curve y = x3 - 2e2x passes through the point where x = 0. Find the gradient at this point.
Answers: (1) dy/dx = 20x4 + 3x-2 + x-1/2. (2) f'(x) = -10 sin(5x) - (3/2) cos(x/2). (3) dy/dx = 4e4x+3 - 12/(2x - 1). (4) dy/dx = 15(3x - 1)4 + 6 sec2(3x). (5) At x = 0: dy/dx = 0 - 4 = -4.

Download The App On Google Playstore

Everything you need to excel in your exams

Green Bridge CBT Mobile App
Personalized AI Learning Chat Assistant
200,000+ Past Papers Across IGCSE, JAMB, WAEC & NECO
Over 3000 Lesson Notes
Offline Support - Learn Anytime, Anywhere
Green Bridge Timetable
Literature Summaries & Potential Questions
Track Your Performance & Progress
In-depth Explanations for Comprehensive Learning
TLDR

A thorough treatment of derivatives of standard functions in IGCSE Additional Mathematics (0606), covering the power rule, derivatives of trigonometric, exponential and logarithmic functions, the chain rule for composite functions, and the sum, difference and constant multiple rules, with a complete reference table, worked examples drawn from common exam patterns, and self-check questions.