Further Differentiation of Trigonometric Functions0%

Differentiation · Topic 15 of 15

Further Differentiation of Trigonometric Functions

Video lesson · from 1:51:474 worked examples

One lesson video covers all of Differentiation, so it opens at 1:51:47 for this topic — not from the beginning.

Theory

The chain rule is also required when differentiating composite trigonometric functions.

ddx[sin(f(x))]=cos(f(x))×f(x)\frac{d}{dx}[\sin(f(x))] = \cos(f(x)) \times f'(x)
ddx[cos(f(x))]=sin(f(x))×f(x)\frac{d}{dx}[\cos(f(x))] = -\sin(f(x)) \times f'(x)

⚠️ Common Examiner Traps

  • Two things must happen: differentiate the trig function and multiply by the derivative of the angle. sin(4x)\sin(4x) differentiates to 4cos(4x)4\cos(4x).
  • The minus still belongs to cosine: cos(3x)\cos(3x) differentiates to 3sin(3x)-3\sin(3x) — both the chain factor and the minus sign are needed.
  • Powers of trig functions are chains too: sin3x\sin^3 x means (sinx)3(\sin x)^3, so it differentiates to 3sin2xcosx3\sin^2 x \cos x.
  • Work in radians: the derivatives of sin\sin and cos\cos are only valid in radians.

Worked examples

Example 1

If y=sin4xy = \sin 4x, find dydx\frac{dy}{dx}.

Apply the chain rule. The derivative of sinu\sin u is cosu\cos u.

dydx=cos4x×ddx(4x)=cos4x×4=4cos4x\begin{aligned} \frac{dy}{dx} &= \cos 4x \times \frac{d}{dx}(4x) \\ &= \cos 4x \times 4 \\ &= 4\cos 4x \end{aligned}

Example 2

If y=sin(4x+3)y = \sin(4x + 3), find dydx\frac{dy}{dx}.

dydx=cos(4x+3)×ddx(4x+3)=cos(4x+3)×4=4cos(4x+3)\begin{aligned} \frac{dy}{dx} &= \cos(4x + 3) \times \frac{d}{dx}(4x + 3) \\ &= \cos(4x + 3) \times 4 \\ &= 4\cos(4x + 3) \end{aligned}

Example 3

If y=cos(x2)y = \cos(x^2), find dydx\frac{dy}{dx}.

dydx=sin(x2)×ddx(x2)=sin(x2)×2x=2xsin(x2)\begin{aligned} \frac{dy}{dx} &= -\sin(x^2) \times \frac{d}{dx}(x^2) \\ &= -\sin(x^2) \times 2x \\ &= -2x\sin(x^2) \end{aligned}

Example 4

If y=sin3xy = \sin^3 x, find dydx\frac{dy}{dx}.

First, rewrite the function to clearly see the composite structure:

y=(sinx)3y = (\sin x)^3

Apply the chain rule, treating sinx\sin x as the inner bracket:

dydx=3(sinx)2×ddx(sinx)=3(sinx)2×cosx=3sin2xcosx\begin{aligned} \frac{dy}{dx} &= 3(\sin x)^2 \times \frac{d}{dx}(\sin x) \\ &= 3(\sin x)^2 \times \cos x \\ &= 3\sin^2 x \cos x \end{aligned}