These formulas arise naturally when differentiating inverse trigonometric functions. They appear frequently in integration as well.
| Function | Derivative | Domain |
|---|---|---|
| arcsin x | 1 / √(1 − x²) | |x| < 1 |
| arccos x | −1 / √(1 − x²) | |x| < 1 |
| arctan x | 1 / (1 + x²) | All real x |
| arccot x | −1 / (1 + x²) | All real x |
Differentiate: y = arcsin(3x)
Outer: arcsin(u) Inner: u = 3x1/√(1 − u²)dy/dx = 3 / √(1 − (3x)²)Differentiate: y = arctan(x²)
d/du(arctan u) = 1/(1 + u²)dy/dx = 2x · 1/(1 + (x²)²)Compute derivative values of arcsin and arctan at a given x.