Basic Trigonometric Derivatives
| Function | Derivative |
|---|
| sin(x) | cos(x) |
| cos(x) | −sin(x) |
| tan(x) | sec2(x) |
| cot(x) | −csc2(x) |
| sec(x) | sec(x)tan(x) |
| csc(x) | −csc(x)cot(x) |
Memory Aids
- Derivatives of "co" functions (cos, cot, csc) have negative signs
- sin and cos cycle: sin→cos→−sin→−cos→sin
- tan and sec are related: (tan)′=sec2, (sec)′=sec⋅tan
- cot and csc are related: (cot)′=−csc2, (csc)′=−csc⋅cot
With Chain Rule
For u=u(x):
| Function | Derivative |
|---|
| sin(u) | cos(u)⋅u′ |
| cos(u) | −sin(u)⋅u′ |
| tan(u) | sec2(u)⋅u′ |
| cot(u) | −csc2(u)⋅u′ |
| sec(u) | sec(u)tan(u)⋅u′ |
| csc(u) | −csc(u)cot(u)⋅u′ |
Proofs Using Limit Definition
Derivative of sin(x)
dxd[sin(x)]=limh→0hsin(x+h)−sin(x)
Using sin(A+B)=sin(A)cos(B)+cos(A)sin(B):
=limh→0hsin(x)cos(h)+cos(x)sin(h)−sin(x)
=limh→0sin(x)hcos(h)−1+cos(x)hsin(h)
=sin(x)⋅0+cos(x)⋅1=cos(x)
Examples
Example 1: Basic derivatives
f(x)=3sin(x)−2cos(x)
f′(x)=3cos(x)+2sin(x)
Example 2: With chain rule
f(x)=sin(3x2+1)
f′(x)=cos(3x2+1)⋅6x=6xcos(3x2+1)
Example 3: Product rule with trig
f(x)=x2tan(x)
f′(x)=x2⋅sec2(x)+tan(x)⋅2x=x2sec2(x)+2xtan(x)
Example 4: Quotient with trig
f(x)=xsin(x)
f′(x)=x2x⋅cos(x)−sin(x)⋅1=x2xcos(x)−sin(x)
Example 5: Nested trig functions
f(x)=cos(sin(x))
f′(x)=−sin(sin(x))⋅cos(x)
Example 6: sec and tan
f(x)=sec(2x)tan(2x)
f′(x)=sec(2x)⋅sec2(2x)⋅2+tan(2x)⋅sec(2x)tan(2x)⋅2
=2sec3(2x)+2sec(2x)tan2(2x)
=2sec(2x)[sec2(2x)+tan2(2x)]