3.5.1 Derivatives of Trigonometric Functions

Fundamental Trigonometric Limits

  • Two "gateway" limits are used to build all derivative formulas for trigonometric functions.
    • limx0sinxx=1\displaystyle \lim_{x \to 0} \frac{\sin x}{x}=1
    • limx0cosx1x=0\displaystyle \lim_{x \to 0} \frac{\cos x-1}{x}=0
  • Direct substitution fails (denominator 0\to 0), but each result can be justified by:
    • Numerical tables
    • Graphs of sinx\sin x and cosx\cos x zoomed near the origin
    • Geometry of the unit circle (arclength vs. chord)

Using the Gateway Limits to Evaluate Other Limits

  • Strategy: Rewrite a target limit so that the pattern sin(extsomething)/(same something)\sin( ext{something})/(\text{same something}) or (cos(something)1)/(same something)(\cos(\text{something})-1)/(\text{same something}) appears.
  • Example 1: limx0sin(4x)4\displaystyle \lim_{x \to 0} \frac{\sin(4x)}{4}
    • Multiply numerator & denominator by 44 so that the argument and denominator match.
    • sin(4x)4=4sin(4x)44x=sin(4x)4x\frac{\sin(4x)}{4}=\frac{4\sin(4x)}{4\cdot4x}=\frac{\sin(4x)}{4x}
    • Substitute t=4xt=4x (so t0t\to0)
    • 4limt0sintt=41=44\cdot \lim_{t\to0}\frac{\sin t}{t}=4\cdot1=4
  • Example 2: limx0sin(3x)sin(5x)\displaystyle \lim_{x \to 0} \frac{\sin(3x)}{\sin(5x)}
    • Divide numerator & denominator by xx:
    • sin(3x)sin(5x)=(sin(3x)/(3x))3(sin(5x)/(5x))5\frac{\sin(3x)}{\sin(5x)}=\frac{ \big(\sin(3x)/(3x)\big)\,3}{ \big(\sin(5x)/(5x)\big)\,5}
    • Each bracketed ratio 1\to1, so the whole limit =3/5=3/5.

Derivatives of the Basic Trigonometric Functions

  • Using the definition of the derivative together with the two gateway limits, one proves (details in textbook):
    • ddx[sinx]=cosx\displaystyle \frac{d}{dx}[\sin x]=\cos x
    • ddx[cosx]=sinx\displaystyle \frac{d}{dx}[\cos x]=-\sin x
  • Geometric intuition:
    • sinx\sin x and cosx\cos x are periodic ➔ their slopes (derivatives) should also oscillate.

Differentiation Examples

Useful rules: Product rule (uv)=uv+uv\big(uv\big)'=u'v+uv'; Quotient rule (uv)=uvuvv2\big(\tfrac{u}{v}\big)'=\dfrac{u'v-uv'}{v^{2}} ; Sum/Difference rule [u±v]=u±v[u\pm v]'=u'\pm v'.

(a) f(x)=excosxf(x)=e^{x}\cos x

  • Product rule
    • f=(ex)cosx+ex(cosx)f'=\big(e^{x}\big)'\cos x+e^{x}(\cos x)'
    • =excosx+ex(sinx)=e^{x}\cos x+e^{x}(-\sin x)
    • Factor common term: f(x)=ex(cosxsinx)f'(x)=e^{x}\big(\cos x-\sin x\big)

(b) g(x)=sinxxcosxg(x)=\sin x - x\cos x

  • Treat as a difference; second term needs product rule.
    1. Derivative of sinx\sin x is cosx\cos x.
    2. For xcosxx\cos x: 1cosx+x(sinx)1\cdot\cos x + x(-\sin x).
  • Assemble:
    • g=cosx(cosxxsinx)=xsinxg'=\cos x-\big(\cos x - x\sin x\big)=x\sin x

(c) h(x)=1+sinx1sinxh(x)=\dfrac{1+\sin x}{1-\sin x}

  • Quotient rule with u=1+sinx,  u=cosxu=1+\sin x,\;u'=\cos x and v=1sinx,  v=cosxv=1-\sin x,\;v'=-\cos x.
    • h=uvuvv2=cosx(1sinx)(1+sinx)(cosx)(1sinx)2h'=\dfrac{u'v-uv'}{v^{2}}=\dfrac{\cos x(1-\sin x)-(1+\sin x)(-\cos x)}{(1-\sin x)^{2}}
    • Expand the numerator:
    • First term: cosxcosxsinx\cos x - \cos x\sin x
    • Second term: +(1+sinx)cosx+(1+\sin x)\cos x
    • Cancellation: cosxsinx+cosxsinx=0-\cos x\sin x + \cos x\sin x =0
    • Remaining: 2cosx2\cos x
    • Result: h(x)=2cosx(1sinx)2h'(x)=\dfrac{2\cos x}{\big(1-\sin x\big)^{2}}

Connections & Take-Aways

  • Mastery of the two fundamental limits is essential; they recur in almost every proof involving trigonometric derivatives.
  • Because all other trig functions (tan,cot,sec,csc\tan,\cot,\sec,\csc) can be written with sin\sin and cos\cos, their derivatives ultimately rely on these basic formulas.
  • Algebraic tactics (multiplying/dividing by matching factors, clever substitutions) are often the fastest path to limit evaluation and simplification.
  • Periodicity carries over: derivatives of periodic functions generally remain periodic.
  • Practical implication: Trigonometric derivatives appear in physics (harmonic motion), engineering (signal processing), and any subject dealing with waves.