Skip to main content
QLDMath MethodsSyllabus dot point

Topic 1: Further differentiation and applications

Differentiate trigonometric functions, including compositions of the form sin(f(x))\sin(f(x)), cos(f(x))\cos(f(x)) and tan(f(x))\tan(f(x)), working in radians

A focused answer to the QCE Mathematical Methods Unit 3 dot point on differentiating trigonometric functions. Sets out the standard derivatives of sinx\sin x, cosx\cos x and tanx\tan x in radians, the chain rule generalisations, why radian measure is required for calculus, and the exact-value and Paper 1 fluency QCAA examiners reward in IA2 and the EA.

Generated by Claude Opus 4.87 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 trigonometric functions and their compositions in radians, including combinations with the product, quotient and chain rules. Trigonometric derivatives appear in Paper 1 short answer, in Paper 2 modelling questions about oscillating quantities (tides, sound, AC currents, planetary orbits), and in PSMTs that involve periodic phenomena.

The answer

Why radians

In Methods, all calculus on trig functions is done with xx in radians. The formula ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x is only true when xx is in radians. If you work in degrees the derivative picks up an awkward factor of π180\frac{\pi}{180}, which is why QCAA requires radians for calculus questions and why most calculators default to degree mode on a fresh reset (always check and switch to radians).

The standard derivatives

ddx(sinx)=cosx\frac{d}{dx}(\sin x) = \cos x

ddx(cosx)=sinx\frac{d}{dx}(\cos x) = -\sin x

ddx(tanx)=sec2x=1cos2x\frac{d}{dx}(\tan x) = \sec^2 x = \frac{1}{\cos^2 x}

The minus sign on the derivative of cos\cos is the single most common Paper 1 trap. Memorise it.

Chain-rule generalisations

For any differentiable inner f(x)f(x):

ddx(sin(f(x)))=f(x)cos(f(x))\frac{d}{dx}\bigl(\sin(f(x))\bigr) = f'(x) \cos(f(x))

ddx(cos(f(x)))=f(x)sin(f(x))\frac{d}{dx}\bigl(\cos(f(x))\bigr) = -f'(x) \sin(f(x))

ddx(tan(f(x)))=f(x)sec2(f(x))\frac{d}{dx}\bigl(\tan(f(x))\bigr) = f'(x) \sec^2(f(x))

The most common case is a linear inner function, where the chain rule factor is just a constant.

Linear inside argument

For constants aa and bb:

ddx(sin(ax+b))=acos(ax+b)\frac{d}{dx}\bigl(\sin(a x + b)\bigr) = a \cos(a x + b)

ddx(cos(ax+b))=asin(ax+b)\frac{d}{dx}\bigl(\cos(a x + b)\bigr) = -a \sin(a x + b)

This is the most heavily examined form. Almost every modelling question is of the type Asin(ωt+ϕ)+CA \sin(\omega t + \phi) + C.

Where the standard derivatives come from

The derivative of sinx\sin x being cosx\cos x follows from first principles using the limit limh0sinhh=1\lim_{h \to 0}\dfrac{\sin h}{h} = 1, which holds only when hh is in radians. That single limit is the reason calculus on trigonometric functions must use radians: in degrees the limit is π180\dfrac{\pi}{180} instead of 11, and the clean derivative formulas break. Knowing this justifies the radian requirement rather than treating it as an arbitrary rule.

Velocity, acceleration and oscillation

Differentiating a sinusoidal displacement gives a sinusoidal velocity, and differentiating again gives acceleration. For s(t)=Asin(ωt)s(t) = A\sin(\omega t), the velocity is Aωcos(ωt)A\omega\cos(\omega t) and the acceleration is Aω2sin(ωt)=ω2s-A\omega^2\sin(\omega t) = -\omega^2 s. The acceleration being proportional to the negative of the displacement is the defining equation of simple harmonic motion, which is why sinusoidal models describe tides, sound and oscillating springs. QCAA modelling questions frequently ask for the velocity or the times of maximum speed, both of which come straight from these derivatives.

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 20233 marksPaper 1 (technique). Differentiate y=sin(4x)+cos(2x)y = \sin(4x) + \cos(2x) with respect to xx.
Show worked answer →

Differentiate term by term using the chain rule.

For sin(4x)\sin(4x): inner function 4x4x has derivative 44, so ddxsin(4x)=4cos(4x)\frac{d}{dx} \sin(4x) = 4 \cos(4x).

For cos(2x)\cos(2x): inner function 2x2x has derivative 22, so ddxcos(2x)=2sin(2x)\frac{d}{dx} \cos(2x) = -2 \sin(2x).

dydx=4cos(4x)2sin(2x).\frac{dy}{dx} = 4 \cos(4x) - 2 \sin(2x).

Markers reward both chain rule factors and the correct minus sign on the derivative of cos\cos. Forgetting either factor of 22 or 44 is the most common Paper 1 mistake on this style of question.

QCAA 20224 marksPaper 1 (technique). Given f(x)=sin(2x)cos(2x)f(x) = \sin(2x) \cos(2x), (a) determine f(x)f'(x) using the product rule and (b) verify by first rewriting f(x)f(x) using the double-angle identity.
Show worked answer →

(a) Product rule with u=sin(2x)u = \sin(2x), v=cos(2x)v = \cos(2x), u=2cos(2x)u' = 2 \cos(2x), v=2sin(2x)v' = -2 \sin(2x).

f(x)=uv+uv=2cos(2x)cos(2x)+sin(2x)(2sin(2x))f'(x) = u' v + u v' = 2 \cos(2x) \cdot \cos(2x) + \sin(2x) \cdot (-2 \sin(2x))
=2cos2(2x)2sin2(2x)=2cos(4x).= 2 \cos^2(2x) - 2 \sin^2(2x) = 2 \cos(4x).

(b) Identity: sin(2x)cos(2x)=12sin(4x)\sin(2x) \cos(2x) = \frac{1}{2} \sin(4x). Differentiate: f(x)=124cos(4x)=2cos(4x)f'(x) = \frac{1}{2} \cdot 4 \cos(4x) = 2 \cos(4x). Matches.

Markers reward both methods reaching the same answer, with explicit use of cos2sin2=cos(2angle)\cos^2 - \sin^2 = \cos(2 \cdot \text{angle}) in part (a). The verification in part (b) shows mathematical maturity and earns the final mark.

Related dot points