← Unit 3

VICMath MethodsSyllabus dot point

How do the product, quotient and chain rules combine with standard derivatives to differentiate any function built from polynomial, exponential, logarithmic and trigonometric pieces?

The product, quotient and chain rules of differentiation, and the derivatives of standard functions $x^n$ for $n \in Q$, $e^x$, $\ln(x)$, $\sin(x)$, $\cos(x)$ and $\tan(x)$

A focused answer to the VCE Math Methods Unit 3 key-knowledge point on the differentiation rules. The product, quotient and chain rules, the standard derivatives of polynomial, exponential, logarithmic and circular functions, and the standard Paper 1 patterns.

Generated by Claude OpusReviewed by Better Tuition Academy9 min answer

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

What this dot point is asking

VCAA wants fluent by-hand differentiation of any function built from the standard library (polynomials, exe^x, ln⁑x\ln x, sin⁑x\sin x, cos⁑x\cos x, tan⁑x\tan x) using the four standard rules. Paper 1 almost always opens with a differentiation question and rewards clean, factored answers.

Standard derivatives

Memorise these. They appear in nearly every paper.

function derivative
IMATH_9 for IMATH_10 IMATH_11
IMATH_12 IMATH_13
IMATH_14 IMATH_15
IMATH_16 IMATH_17
IMATH_18 IMATH_19
IMATH_20 IMATH_21
IMATH_22 IMATH_23

The power rule ddx(xn)=nxnβˆ’1\frac{d}{dx}(x^n) = n x^{n-1} extends to all rational nn: e.g. ddx(x)=12xβˆ’1/2\frac{d}{dx}(\sqrt{x}) = \frac{1}{2} x^{-1/2}, and ddx(xβˆ’2)=βˆ’2xβˆ’3\frac{d}{dx}(x^{-2}) = -2 x^{-3}.

The derivative of ln⁑(x)\ln(x) is 1x\frac{1}{x} for x>0x > 0. For the extended form, ddx(ln⁑∣x∣)=1x\frac{d}{dx}(\ln|x|) = \frac{1}{x} for xβ‰ 0x \neq 0.

The sum rule

ddx[f(x)+g(x)]=fβ€²(x)+gβ€²(x)\frac{d}{dx}[f(x) + g(x)] = f'(x) + g'(x)

You differentiate term by term. Constants come out: ddx[cβ‹…f(x)]=cβ‹…fβ€²(x)\frac{d}{dx}[c \cdot f(x)] = c \cdot f'(x).

The product rule

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

dydx=uβ€²(x)v(x)+u(x)vβ€²(x)\frac{dy}{dx} = u'(x) v(x) + u(x) v'(x)

In words: derivative of the first times the second, plus the first times derivative of the second.

Example. Differentiate y=x2exy = x^2 e^x.

u=x2u = x^2, v=exv = e^x. uβ€²=2xu' = 2 x, vβ€²=exv' = e^x.

dydx=2xβ‹…ex+x2β‹…ex=ex(2x+x2)=xex(2+x)\frac{dy}{dx} = 2 x \cdot e^x + x^2 \cdot e^x = e^x (2 x + x^2) = x e^x (2 + x).

The quotient rule

If y=u(x)v(x)y = \frac{u(x)}{v(x)}, then

dydx=uβ€²(x)v(x)βˆ’u(x)vβ€²(x)[v(x)]2\frac{dy}{dx} = \frac{u'(x) v(x) - u(x) v'(x)}{[v(x)]^2}

Note the sign: uβ€²vu' v minus uvβ€²u v' in that order.

Example. Differentiate y=xln⁑(x)y = \frac{x}{\ln(x)} for x>0x > 0, xβ‰ 1x \neq 1.

u=xu = x, v=ln⁑(x)v = \ln(x). uβ€²=1u' = 1, vβ€²=1xv' = \frac{1}{x}.

dydx=1β‹…ln⁑(x)βˆ’xβ‹…1x[ln⁑(x)]2=ln⁑(x)βˆ’1[ln⁑(x)]2\frac{dy}{dx} = \frac{1 \cdot \ln(x) - x \cdot \frac{1}{x}}{[\ln(x)]^2} = \frac{\ln(x) - 1}{[\ln(x)]^2}.

The chain rule

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

dydx=dyduβ‹…dudx\frac{dy}{dx} = \frac{dy}{du} \cdot \frac{du}{dx}

In words: differentiate the outside leaving the inside alone, then multiply by the derivative of the inside.

Example. Differentiate y=sin⁑(3x2)y = \sin(3 x^2).

Inside: u=3x2u = 3 x^2, dudx=6x\frac{du}{dx} = 6 x. Outside: dydu=cos⁑(u)\frac{dy}{du} = \cos(u).

dydx=cos⁑(3x2)β‹…6x=6xcos⁑(3x2)\frac{dy}{dx} = \cos(3 x^2) \cdot 6 x = 6 x \cos(3 x^2).

Chain rule shortcuts for common composites

These are worth memorising as patterns:

  • IMATH_60
  • IMATH_61 for f(x)>0f(x) > 0
  • IMATH_63
  • IMATH_64
  • IMATH_65

Combining rules

Many Paper 1 questions combine two or three rules.

Worked example. Differentiate f(x)=x2e3xf(x) = x^2 e^{3 x}.

Product rule with u=x2u = x^2, v=e3xv = e^{3 x}. uβ€²=2xu' = 2 x, vβ€²=3e3xv' = 3 e^{3 x} (chain rule on the inside).

fβ€²(x)=2xβ‹…e3x+x2β‹…3e3x=e3x(2x+3x2)=xe3x(2+3x)f'(x) = 2 x \cdot e^{3 x} + x^2 \cdot 3 e^{3 x} = e^{3 x} (2 x + 3 x^2) = x e^{3 x} (2 + 3 x).

Worked example. Differentiate f(x)=ln⁑(cos⁑(x))f(x) = \ln(\cos(x)).

Chain rule with outside ln⁑\ln and inside cos⁑(x)\cos(x).

fβ€²(x)=1cos⁑(x)β‹…(βˆ’sin⁑(x))=βˆ’sin⁑(x)cos⁑(x)=βˆ’tan⁑(x)f'(x) = \frac{1}{\cos(x)} \cdot (-\sin(x)) = -\frac{\sin(x)}{\cos(x)} = -\tan(x).

Common Paper 1 traps

Forgetting the chain rule on composed functions. Writing ddx(sin⁑(2x))=cos⁑(2x)\frac{d}{dx}(\sin(2x)) = \cos(2x) loses the factor of 22. Correct: 2cos⁑(2x)2 \cos(2x).

Sign error in the quotient rule. The numerator is uβ€²vu' v minus uvβ€²u v', in that order. Reversing it flips the sign.

Power rule on axa^x for aβ‰ ea \neq e. ddx(2x)\frac{d}{dx}(2^x) is not xβ‹…2xβˆ’1x \cdot 2^{x - 1}. Use 2x=exln⁑22^x = e^{x \ln 2} and the chain rule: ddx(2x)=(ln⁑2)β‹…2x\frac{d}{dx}(2^x) = (\ln 2) \cdot 2^x.

Treating e2xe^{2x} as 2e2x2 e^{2x} without the chain rule. The chain rule gives ddx(e2x)=2e2x\frac{d}{dx}(e^{2x}) = 2 e^{2x}, but the working should show the chain rule explicitly.

Stopping before simplification. Markers usually reward a clean factored form. After the quotient rule, look for common factors in numerator and denominator.

In one sentence

The four differentiation rules (sum, product, quotient, chain) combined with the standard derivatives of xnx^n, exe^x, ln⁑(x)\ln(x), sin⁑(x)\sin(x), cos⁑(x)\cos(x) and tan⁑(x)\tan(x) let you differentiate any function in the VCE Math Methods Paper 1 library, with the chain rule the single most-tested rule and the product and quotient rules requiring careful attention to signs.

Past exam questions, worked

Real questions from past VCAA papers on this dot point, with our answer explainer.

2023 VCAA Paper 13 marksDifferentiate $f(x) = x^3 \ln(x)$ with respect to $x$.
Show worked answer β†’

Use the product rule with u=x3u = x^3 and v=ln⁑(x)v = \ln(x).

uβ€²=3x2u' = 3 x^2 and vβ€²=1xv' = \frac{1}{x}.

fβ€²(x)=uβ€²v+uvβ€²=3x2ln⁑(x)+x3β‹…1x=3x2ln⁑(x)+x2f'(x) = u' v + u v' = 3 x^2 \ln(x) + x^3 \cdot \frac{1}{x} = 3 x^2 \ln(x) + x^2.

Factor: fβ€²(x)=x2(3ln⁑(x)+1)f'(x) = x^2 (3 \ln(x) + 1).

Markers reward explicit labelling of uu, vv, uβ€²u' and vβ€²v', correct application of the product rule, and a tidy final answer.

2024 VCAA Paper 13 marksDifferentiate $y = \frac{\sin(2x)}{e^x}$ with respect to $x$.
Show worked answer β†’

Quotient rule with u=sin⁑(2x)u = \sin(2x), v=exv = e^x.

uβ€²=2cos⁑(2x)u' = 2 \cos(2x) (chain rule on the inside), vβ€²=exv' = e^x.

dydx=uβ€²vβˆ’uvβ€²v2=2cos⁑(2x)β‹…exβˆ’sin⁑(2x)β‹…ex(ex)2=ex(2cos⁑(2x)βˆ’sin⁑(2x))e2x=2cos⁑(2x)βˆ’sin⁑(2x)ex\frac{dy}{dx} = \frac{u' v - u v'}{v^2} = \frac{2 \cos(2x) \cdot e^x - \sin(2x) \cdot e^x}{(e^x)^2} = \frac{e^x (2 \cos(2x) - \sin(2x))}{e^{2x}} = \frac{2 \cos(2x) - \sin(2x)}{e^x}.

Markers reward the chain rule inside the quotient rule, correct sign, and simplification to remove the common exe^x factor.

Related dot points