3.5.1 Derivatives of Trigonometric Functions
Fundamental Trigonometric Limits
- Two "gateway" limits are used to build all derivative formulas for trigonometric functions.
- x→0limxsinx=1
- x→0limxcosx−1=0
- Direct substitution fails (denominator →0), but each result can be justified by:
- Numerical tables
- Graphs of sinx and cosx 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) or (cos(something)−1)/(same something) appears.
- Example 1: x→0lim4sin(4x)
- Multiply numerator & denominator by 4 so that the argument and denominator match.
- 4sin(4x)=4⋅4x4sin(4x)=4xsin(4x)
- Substitute t=4x (so t→0)
- 4⋅limt→0tsint=4⋅1=4
- Example 2: x→0limsin(5x)sin(3x)
- Divide numerator & denominator by x:
- sin(5x)sin(3x)=(sin(5x)/(5x))5(sin(3x)/(3x))3
- Each bracketed ratio →1, so the whole limit =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):
- dxd[sinx]=cosx
- dxd[cosx]=−sinx
- Geometric intuition:
- sinx and cosx are periodic ➔ their slopes (derivatives) should also oscillate.
Differentiation Examples
Useful rules: Product rule (uv)′=u′v+uv′; Quotient rule (vu)′=v2u′v−uv′ ; Sum/Difference rule [u±v]′=u′±v′.
(a) f(x)=excosx
- Product rule
- f′=(ex)′cosx+ex(cosx)′
- =excosx+ex(−sinx)
- Factor common term: f′(x)=ex(cosx−sinx)
(b) g(x)=sinx−xcosx
- Treat as a difference; second term needs product rule.
- Derivative of sinx is cosx.
- For xcosx: 1⋅cosx+x(−sinx).
- Assemble:
- g′=cosx−(cosx−xsinx)=xsinx
(c) h(x)=1−sinx1+sinx
- Quotient rule with u=1+sinx,u′=cosx and v=1−sinx,v′=−cosx.
- h′=v2u′v−uv′=(1−sinx)2cosx(1−sinx)−(1+sinx)(−cosx)
- Expand the numerator:
- First term: cosx−cosxsinx
- Second term: +(1+sinx)cosx
- Cancellation: −cosxsinx+cosxsinx=0
- Remaining: 2cosx
- Result: h′(x)=(1−sinx)22cosx
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) can be written with sin and 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.