Skip to main content
SingaporeAdditional MathematicsSyllabus dot point

How do the product, quotient and chain rules let us differentiate products, quotients and composite functions?

Apply the product, quotient and chain rules, individually and in combination, to differentiate products, quotients and composite functions

A focused answer to the O-Level A-Maths outcome on the differentiation rules. The product, quotient and chain rules, when to use each, and how to combine them for more elaborate functions.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

SEAB wants you to differentiate functions built by multiplying, dividing or composing simpler functions, using the product, quotient and chain rules. The skill is to recognise the structure of an expression, choose the right rule (or combination), and apply it accurately, especially the chain-rule factor that beginners forget.

The answer

The chain rule

For a composite function y=f(g(x))y = f(g(x)), differentiate the outer function keeping the inner intact, then multiply by the derivative of the inner:

dydx=f(g(x))g(x).\frac{dy}{dx} = f'(g(x)) \cdot g'(x).

This is why ddx(3x1)5=5(3x1)4×3\dfrac{d}{dx}(3x - 1)^5 = 5(3x - 1)^4 \times 3; the extra factor 33 is the derivative of the inside.

The product rule

For a product y=uvy = uv:

dydx=uv+uv.\frac{dy}{dx} = u'v + uv'.

Differentiate each factor in turn, multiply by the other, and add.

The quotient rule

For a quotient y=uvy = \dfrac{u}{v}:

dydx=uvuvv2.\frac{dy}{dx} = \frac{u'v - uv'}{v^2}.

The numerator is the derivative of the top times the bottom, minus the top times the derivative of the bottom; the denominator is squared. The order of subtraction matters.

Combining the rules

Real functions mix the rules: a product whose factor is a composite, or a quotient whose parts are products. Identify the outermost structure first (is the whole thing a product, a quotient, or a composite?), then apply the chain rule wherever a composite appears inside.

Choosing which rule

A quick test of structure decides the rule. If the function is two things multiplied, use the product rule; if it is one thing divided by another, use the quotient rule; if it is a function inside another function (a power of a bracket, an exponential of an expression), use the chain rule. Many expressions need more than one rule, applied from the outside in.

Why the chain rule has an extra factor

The chain rule's inner-derivative factor is what differentiation contributes when the inside is not simply xx. Forgetting it is the single most common differentiation error, so whenever you differentiate a bracket raised to a power, an exponential, or a trigonometric function of anything other than xx, multiply by the derivative of the inside.

Examples in context

Example 1. Decaying oscillation. A damped vibration y=etcosty = e^{-t}\cos t is a product of a decaying exponential and a cosine; differentiating it with the product and chain rules gives the velocity of the oscillation at any instant.

Example 2. Concentration over time. A drug concentration modelled by a quotient such as C=tt+1C = \dfrac{t}{t + 1} has its rate of change found by the quotient rule, telling a pharmacologist how quickly the level is rising or falling.

Try this

Q1. Differentiate y=(x2+1)4y = (x^2 + 1)^4. [2 marks]

  • Cue. Chain rule: 4(x2+1)3×2x=8x(x2+1)34(x^2 + 1)^3 \times 2x = 8x(x^2 + 1)^3.

Q2. Differentiate y=xlnxy = x\ln x. [2 marks]

  • Cue. Product rule: lnx+x1x=lnx+1\ln x + x\cdot\dfrac{1}{x} = \ln x + 1.

Q3. Differentiate y=sinxxy = \dfrac{\sin x}{x}. [3 marks]

  • Cue. Quotient rule: xcosxsinxx2\dfrac{x\cos x - \sin x}{x^2}.

Exam-style practice questions

Practice questions written in the style of SEAB exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Original4 marksDifferentiate y=x2sinxy = x^2\sin x with respect to xx.
Show worked answer →

Use the product rule with u=x2u = x^2 and v=sinxv = \sin x.

u=2xu' = 2x and v=cosxv' = \cos x.

dydx=uv+uv=2xsinx+x2cosx\dfrac{dy}{dx} = u'v + uv' = 2x\sin x + x^2\cos x.

Markers reward recognising a product, the two derivatives, and the product-rule combination.

Original5 marksDifferentiate y=(3x1)5y = (3x - 1)^5 and y=xx+2y = \dfrac{x}{x + 2} with respect to xx.
Show worked answer →

For y=(3x1)5y = (3x - 1)^5, use the chain rule: dydx=5(3x1)4×3=15(3x1)4\dfrac{dy}{dx} = 5(3x - 1)^4 \times 3 = 15(3x - 1)^4.

For y=xx+2y = \dfrac{x}{x + 2}, use the quotient rule with u=xu = x, v=x+2v = x + 2: u=1u' = 1, v=1v' = 1.

dydx=uvuvv2=(1)(x+2)x(1)(x+2)2=2(x+2)2\dfrac{dy}{dx} = \dfrac{u'v - uv'}{v^2} = \dfrac{(1)(x + 2) - x(1)}{(x + 2)^2} = \dfrac{2}{(x + 2)^2}.

Markers reward the chain rule with the inner derivative 33, the quotient rule with correct order, and both simplified results.

Related dot points