Skip to main content
SingaporeMathsSyllabus dot point

How do the product, quotient and chain rules let us differentiate any combination of standard functions?

Differentiate standard functions and use the product, quotient and chain rules to differentiate products, quotients and composite functions

A focused answer to the H2 Mathematics outcome on differentiation techniques. The derivatives of standard functions, and the product, quotient and chain rules, with combined applications.

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 the standard functions and combine them using the product, quotient and chain rules, so you can differentiate any expression built from powers, exponentials, logarithms and trigonometric functions.

The answer

Standard derivatives

The library you must know:

ddxxn=nxn1,ddxex=ex,ddxlnx=1x,\frac{d}{dx}x^n = nx^{n-1}, \quad \frac{d}{dx}e^x = e^x, \quad \frac{d}{dx}\ln x = \frac{1}{x},

ddxsinx=cosx,ddxcosx=sinx,ddxtanx=sec2x.\frac{d}{dx}\sin x = \cos x, \quad \frac{d}{dx}\cos x = -\sin x, \quad \frac{d}{dx}\tan x = \sec^2 x.

The chain rule

For a composite y=f(g(x))y = \mathrm{f}(\mathrm{g}(x)):

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

Differentiate the outer function keeping the inner intact, then multiply by the derivative of the inner. This is the rule behind ddxe3x=3e3x\dfrac{d}{dx}e^{3x} = 3e^{3x}.

The product rule

For y=uvy = uv:

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

The quotient rule

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

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

Note the order in the numerator (the derivative of the top times the bottom, minus top times derivative of bottom) and the squared denominator.

Combining the rules

Real expressions mix the rules: a quotient whose parts are themselves products, or a chain inside a product. Identify the outermost structure first, then work inward, applying the chain rule wherever a composite appears.

Nesting the rules: a worked structure

The hardest H2 differentiation questions nest one rule inside another, and the reliable approach is to name the outermost operation first. For y=x2tan(3x)y = x^2 \tan(3x), the outermost structure is a product (u=x2u = x^2, v=tan3xv = \tan 3x), but differentiating vv needs the chain rule: v=3sec2(3x)v' = 3\sec^2(3x). So dydx=2xtan(3x)+x23sec2(3x)\tfrac{dy}{dx} = 2x\tan(3x) + x^2 \cdot 3\sec^2(3x). The discipline of asking "is the whole thing a product, a quotient, or a composite?" before differentiating any inner piece prevents the common error of applying the chain rule to the wrong layer. Work strictly from the outside in, and apply the chain rule at every composite you meet on the way down.

Logarithmic differentiation

When a function is a complicated product, quotient, or has a variable in both the base and the exponent (such as y=xxy = x^x), taking the natural log of both sides first turns products into sums and powers into coefficients, which are far easier to differentiate. For y=xxy = x^x, write lny=xlnx\ln y = x\ln x, differentiate implicitly to get 1ydydx=lnx+1\tfrac{1}{y}\tfrac{dy}{dx} = \ln x + 1, then multiply by yy: dydx=xx(lnx+1)\tfrac{dy}{dx} = x^x(\ln x + 1). Logarithmic differentiation is the technique of choice for y=xxy = x^x and similar forms that none of the three basic rules handle directly, and it draws together the log laws with implicit differentiation.

Examples in context

Example 1. Rate of cooling. A temperature model T=20+60e0.1tT = 20 + 60e^{-0.1t} has dTdt=6e0.1t\dfrac{dT}{dt} = -6e^{-0.1t} by the chain rule, giving the instantaneous cooling rate, which is steepest at the start and flattens as tt grows.

Example 2. Marginal revenue. If revenue is R=pq(p)R = p \cdot q(p) where quantity qq depends on price pp, the product rule gives dRdp=q+pdqdp\dfrac{dR}{dp} = q + p\dfrac{dq}{dp}, the economist's marginal-revenue decomposition.

Try this

Q1. Differentiate y=(3x+1)5y = (3x + 1)^5. [2 marks]

  • Cue. Chain rule: 5(3x+1)43=15(3x+1)45(3x + 1)^4 \cdot 3 = 15(3x + 1)^4.

Q2. Differentiate y=xcosxy = x \cos x. [2 marks]

  • Cue. Product rule: cosxxsinx\cos x - x\sin x.

Q3. Differentiate y=exxy = \dfrac{e^x}{x}. [2 marks]

  • Cue. Quotient rule: exxexx2=ex(x1)x2\dfrac{e^x x - e^x}{x^2} = \dfrac{e^x(x - 1)}{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=x2e3xy = x^2 e^{3x} with respect to xx.
Show worked answer →

Use the product rule with u=x2u = x^2 and v=e3xv = e^{3x}.

u=2xu' = 2x, and v=3e3xv' = 3e^{3x} (chain rule on the exponent).

dydx=uv+uv=2xe3x+x2(3e3x)=e3x(2x+3x2)=xe3x(2+3x)\dfrac{dy}{dx} = u'v + uv' = 2x e^{3x} + x^2 (3e^{3x}) = e^{3x}(2x + 3x^2) = x e^{3x}(2 + 3x).

Markers reward identifying a product, differentiating each factor (with the chain rule on e3xe^{3x}), and a tidy factorised derivative.

Original4 marksDifferentiate y=sinx1+cosxy = \dfrac{\sin x}{1 + \cos x} with respect to xx.
Show worked answer →

Use the quotient rule with u=sinxu = \sin x, v=1+cosxv = 1 + \cos x.

u=cosxu' = \cos x, v=sinxv' = -\sin x.

dydx=uvuvv2=cosx(1+cosx)sinx(sinx)(1+cosx)2=cosx+cos2x+sin2x(1+cosx)2\dfrac{dy}{dx} = \dfrac{u'v - uv'}{v^2} = \dfrac{\cos x(1 + \cos x) - \sin x(-\sin x)}{(1 + \cos x)^2} = \dfrac{\cos x + \cos^2 x + \sin^2 x}{(1 + \cos x)^2}.

Using sin2x+cos2x=1\sin^2 x + \cos^2 x = 1: =cosx+1(1+cosx)2=11+cosx= \dfrac{\cos x + 1}{(1 + \cos x)^2} = \dfrac{1}{1 + \cos x}.

Markers reward the quotient rule, correct derivatives, the Pythagorean simplification, and the cancelled final form.

Related dot points