Derivatives of Trigonometric and Inverse Functions
Derivatives of Trigonometric and Inverse Functions
In calculus, memorizing the derivatives of standard functions is essential. This guide covers the derivatives of trigonometric functions, inverse trigonometric functions, and general exponential and logarithmic functions.
Derivatives of Trigonometric Functions
Here are the derivatives of the six basic trigonometric functions:
- dxd(sinx)=cosx
- dxd(cosx)=−sinx
- dxd(tanx)=sec2x
- dxd(cotx)=−csc2x
- dxd(secx)=secxtanx
- dxd(cscx)=−cscxcotx
Derivatives of Inverse Trigonometric Functions
The inverse trigonometric functions (often written as arcsinx or sin−1x) have specific derivative rules:
- dxd(arcsinx)=1−x21
- dxd(arccosx)=−1−x21
- dxd(arctanx)=1+x21
(Note: arccot, arcsec, and arccsc follow similar patterns, but these three are the most commonly tested).
General Exponential and Logarithmic Functions
For exponential and logarithmic functions with bases other than e, we adjust the derivative by multiplying or dividing by the natural logarithm of the base (lna):
- Exponential Function: dxd(ax)=axlna
- Logarithmic Function: dxd(logax)=xlna1
Applying the Chain Rule
When the input is a function u(x) rather than just x, you must apply the Chain Rule: multiply the outside derivative by the derivative of the inside function, u′(x).
Example 1: Find dxdtan(3x)
The outer function is tan(u) and the inner function is u=3x. dxdtan(3x)=sec2(3x)⋅dxd(3x)=3sec2(3x)
Example 2: Find dxdarcsin(2x)
The outer function is arcsin(u) and the inner function is u=2x. dxdarcsin(2x)=1−(2x)21⋅dxd(2x)=1−4x22