Skip to main content
QLDMath MethodsSyllabus dot point

Topic 1: Further differentiation and applications

Apply the product, quotient and chain rules, including in combination, to differentiate functions built from polynomial, exponential, logarithmic and trigonometric components

A focused answer to the QCE Mathematical Methods Unit 3 dot point on the product, quotient and chain rules. Sets out each rule, walks through worked combinations of polynomial, exponential, logarithmic and trigonometric functions, and identifies the order-of-operations and simplification traps that QCAA examiners reward in Paper 1 short response.

Generated by Claude Opus 4.88 min answer

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

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

What this dot point is asking

QCAA wants you to differentiate any function built from the standard library (polynomials, exe^x, lnx\ln x, sinx\sin x, cosx\cos x, tanx\tan x) using combinations of the product, quotient and chain rules. Almost every Methods calculus question starts with a derivative step, so fluency here is non-negotiable for IA2, Paper 1 of the EA, and the calculus content of every PSMT.

The answer

The chain rule

If y=f(g(x))y = f(g(x)), set u=g(x)u = g(x) so y=f(u)y = f(u). Then

dydx=dydududx.\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}.

In practice: differentiate the outside, leave the inside alone, then multiply by the derivative of the inside.

The product rule

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

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

The quotient rule

If y=u(x)v(x)y = \dfrac{u(x)}{v(x)} with v(x)0v(x) \neq 0, then

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

The numerator is uvu' v minus uvu v', in that order. Reversing the order changes the sign.

Standard derivatives (the library)

The rules above act on the standard derivatives. Memorise these.

ddx(xn)=nxn1(any real n)\frac{d}{dx}(x^n) = n x^{n - 1} \quad (\text{any real } n)

ddx(ex)=exddx(lnx)=1x\frac{d}{dx}(e^x) = e^x \qquad \frac{d}{dx}(\ln x) = \frac{1}{x}

ddx(sinx)=cosxddx(cosx)=sinxddx(tanx)=sec2x\frac{d}{dx}(\sin x) = \cos x \qquad \frac{d}{dx}(\cos x) = -\sin x \qquad \frac{d}{dx}(\tan x) = \sec^2 x

Order of operations

When two or more rules combine, choose the outer structure first and work inwards.

  • y=(x2+1)sinxy = (x^2 + 1) \sin x is a product; differentiate with the product rule, and the inside of sinx\sin x is just xx so no chain rule on the trig.
  • y=sin(x2+1)y = \sin(x^2 + 1) is a composition; differentiate with the chain rule, no product rule.
  • y=sin(x2+1)e3xy = \sin(x^2 + 1) \cdot e^{3x} is a product whose factors each need the chain rule; apply the product rule and the chain rule lives inside each derivative.

Choosing the rule from the structure

The first decision is to read the outermost structure of the expression. If the whole thing is two factors multiplied, it is a product; if it is one expression divided by another, it is a quotient; if it is one function applied to another, it is a composition needing the chain rule. Only after fixing the outer rule do you differentiate the inner parts, which may themselves need further rules. Mislabelling the outer structure (treating a composition as a product, say) is the most common source of error, so naming it explicitly before differentiating is worth the moment it takes.

Simplifying before and after

Some derivatives are far easier after a preliminary simplification. A quotient of powers such as x32xx\dfrac{x^3 - 2x}{x} should be split into x22x^2 - 2 before differentiating, avoiding the quotient rule entirely. After differentiating a product or quotient, look for a common factor to extract: QCAA frequently allocates a mark for a clean factored final form, and an unsimplified expression can also hide sign errors. The habit of simplifying at both ends turns long calculations into short ones.

Exam-style practice questions

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

QCAA 20234 marksPaper 1 (technique). Differentiate y=x2e3xy = x^2 e^{3x} with respect to xx, and write your answer in factored form.
Show worked answer →

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

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

dydx=uv+uv=2xe3x+3x2e3x.\frac{dy}{dx} = u' v + u v' = 2x \, e^{3x} + 3 x^2 e^{3x}.

Factor: dydx=xe3x(2+3x).\frac{dy}{dx} = x \, e^{3x} (2 + 3x).

Markers reward the explicit product rule setup, both derivatives correct (including the chain rule factor on e3xe^{3x}), and the factored final answer. QCAA typically awards the final mark for clean factorisation.

QCAA 20223 marksPaper 1 (technique). Determine dydx\frac{dy}{dx} for y=lnxx2y = \frac{\ln x}{x^2}.
Show worked answer →

Quotient rule with u=lnxu = \ln x and v=x2v = x^2.

u=1xu' = \frac{1}{x}, v=2xv' = 2x.

dydx=uvuvv2=1xx2lnx2xx4=x2xlnxx4=12lnxx3.\frac{dy}{dx} = \frac{u' v - u v'}{v^2} = \frac{\frac{1}{x} \cdot x^2 - \ln x \cdot 2x}{x^4} = \frac{x - 2x \ln x}{x^4} = \frac{1 - 2 \ln x}{x^3}.

Markers reward the correct quotient rule order (uvu' v minus uvu v'), accurate derivatives, and simplification by cancelling the common factor of xx.

Related dot points