Basic Inverse Trig Derivatives
| Function | Derivative | Domain |
|---|
| arcsin(x) or sin−1(x) | 1−x21 | ∣x∣<1 |
| arccos(x) or cos−1(x) | −1−x21 | ∣x∣<1 |
| arctan(x) or tan−1(x) | 1+x21 | all x |
| arccot(x) or cot−1(x) | −1+x21 | all x |
| arcsec(x) or sec−1(x) | ∣x∣x2−11 | ∣x∣>1 |
| arccsc(x) or csc−1(x) | −∣x∣x2−11 | ∣x∣>1 |
With Chain Rule
For u=u(x):
| Function | Derivative |
|---|
| arcsin(u) | 1−u2u′ |
| arccos(u) | −1−u2u′ |
| arctan(u) | 1+u2u′ |
| arccot(u) | −1+u2u′ |
| arcsec(u) | $\frac{u'}{ |
| arccsc(u) | $-\frac{u'}{ |
Key Relationships
Note that:
- dxd[arcsin(x)]=−dxd[arccos(x)]
- dxd[arctan(x)]=−dxd[arccot(x)]
- dxd[arcsec(x)]=−dxd[arccsc(x)]
This is because arcsin(x)+arccos(x)=2π (and similarly for the other pairs).
Derivation of arctan(x)
If y=arctan(x), then x=tan(y).
Differentiating implicitly:
1=sec2(y)⋅dxdy
dxdy=sec2(y)1=cos2(y)
Since tan(y)=x and sec2(y)=1+tan2(y):
dxdy=1+tan2(y)1=1+x21
Examples
Example 1: Basic arcsin
f(x)=arcsin(2x)
f′(x)=1−(2x)22=1−4x22
Example 2: arctan with chain rule
f(x)=arctan(x2)
f′(x)=1+(x2)22x=1+x42x
Example 3: Product with inverse trig
f(x)=x⋅arcsin(x)
f′(x)=x⋅1−x21+arcsin(x)⋅1=1−x2x+arcsin(x)
Example 4: Composition
f(x)=arctan(ex)
f′(x)=1+e2xex
Example 5: arccos
f(x)=arccos(1−x2)
f′(x)=−1−(1−x2)2−2x=1−1+2x2−x42x
=2x2−x42x=∣x∣2−x22x
Example 6: Sum of inverse functions
f(x)=arcsin(x)+arccos(x)
f′(x)=1−x21+(−1−x21)=0
This confirms that arcsin(x)+arccos(x)=constant=2π.