Vocab
Derivative
Math glossaryDerivative
ddx[f(x)]\frac d{dx}[f(x)]dydx\frac{dy}{dx}

The instantaneous rate of change of a function.

Learn more
Derivative notations
Math glossaryDerivative notations
ddx[f(x)]\frac d{dx}[f(x)]dydx=f(x)\frac{dy}{dx}=f'(x)

Different notations emphasize the operator, dependent variable, function, or time.

Learn more
Chain rule
Math glossaryChain rule
ddxf(g(x))=f(g(x))g(x)\frac d{dx}f(g(x))=f'(g(x))g'(x)

Differentiates a composition from outside to inside.

Learn more
Product rule
Math glossaryProduct rule
(fg)=fg+fg(fg)'=f'g+fg'

Differentiates a product as two cross contributions.

Learn more
Tangent line
Math glossaryTangent line
yf(a)=f(a)(xa)y-f(a)=f'(a)(x-a)

A line matching a curve's instantaneous direction at a point.

Learn more
Math glossary

Derivatives of inverse trigonometric functions

Recognize the inverse-trig outer function, differentiate its input, and keep the domain restrictions visible.

LaTeX article Updated July 13, 2026

ddxarctanu=u1+u2\frac{d}{dx}\arctan u=\frac{u'}{1+u^2}

Inverse trig is not reciprocal trig

The notation sin⁻¹x means arcsin x, the inverse function on a restricted domain. It does not mean csc x.

The derivative formulas follow from implicit differentiation of identities such as sin(arcsin x) = x.

sin(arcsinx)=x\sin(\arcsin x)=x

The chain rule supplies the numerator

When the input is u(x), the base inverse-trig derivative is multiplied by u′(x). Missing that factor is the same chain-rule error that appears with powers and exponentials.

Write u and u′ separately when the inside expression is complicated. That keeps the denominator and numerator from becoming tangled.

ddxarctan(3x2)=6x1+9x4\frac{d}{dx}\arctan(3x^2)=\frac{6x}{1+9x^4}

Domains explain the square root

For real-valued arcsin and arccos, the input must stay between −1 and 1. Their derivatives become undefined at the endpoints because the square-root denominator is zero.

Arctan accepts every real input, and 1 + u² is always positive for real u. The formula therefore has no real denominator zeros.

u<1 for a finite ddxarcsinu|u|<1\text{ for a finite }\frac{d}{dx}\arcsin u

Worked example

Common mistakes

  • Reading arcsin x as 1/sin x.
  • Forgetting the derivative of the inside function.
  • Ignoring where a square-root denominator becomes zero.

Keep these ideas

  • Inverse and reciprocal functions are different.
  • Every composition needs the chain rule.
  • The formula's denominator records domain behavior.