05
CLASS 12 · MATHEMATICS · CHAPTER 5

Derivatives of Inverse
Trigonometric Functions

Six essential formulas — sin⁻¹, cos⁻¹, tan⁻¹, cot⁻¹, sec⁻¹, cosec⁻¹ — with domain restrictions.

1

Quick Recall — Inverse Trig

An inverse trig function reverses the trig function. For example, sin⁻¹(x) gives the angle whose sine is x.

📘 Important Note

Inverse trig functions are only defined on restricted domains to ensure they are one-one and onto. The principal value branches are used for differentiation.

Function → Principal Range
sin⁻¹(x)   x ∈ [−1,1]
Range: [−π/2, π/2]
cos⁻¹(x)   x ∈ [−1,1]
Range: [0, π]
tan⁻¹(x)   x ∈ ℝ
Range: (−π/2, π/2)
cot⁻¹(x)   x ∈ ℝ
Range: (0, π)
2

The Six Standard Derivatives

d/dx [sin⁻¹(x)]
= 1 / √(1 − x²)
Domain: |x| < 1
d/dx [cos⁻¹(x)]
= −1 / √(1 − x²)
Domain: |x| < 1
d/dx [tan⁻¹(x)]
= 1 / (1 + x²)
Domain: x ∈ ℝ
d/dx [cot⁻¹(x)]
= −1 / (1 + x²)
Domain: x ∈ ℝ
d/dx [sec⁻¹(x)]
= 1 / |x|√(x²−1)
Domain: |x| > 1
d/dx [cosec⁻¹(x)]
= −1 / |x|√(x²−1)
Domain: |x| > 1

💡 Pattern to notice: sin⁻¹ & cos⁻¹ are negatives of each other. tan⁻¹ & cot⁻¹ are negatives. sec⁻¹ & cosec⁻¹ are negatives. So you really only need to memorise 3 formulas!

3

Chain Rule with Inverse Trig

When the argument is f(x) instead of just x, apply the chain rule:

General Form with Chain Rule
d/dx [sin⁻¹(f(x))] = f'(x) / √(1 − [f(x)]²)

d/dx [tan⁻¹(f(x))] = f'(x) / (1 + [f(x)]²)
✏️ Examples with Chain Rule
Find the derivatives
a

d/dx[sin⁻¹(2x)] = 2 / √(1−4x²) = 2/√(1−4x²)

b

d/dx[tan⁻¹(x²)] = 2x/(1+x⁴) = 2x/(1+x⁴)

c

d/dx[cos⁻¹(√x)] = (1/2√x)·(−1/√(1−x)) = −1 / (2√x·√(1−x))

d

d/dx[tan⁻¹(sin x)] = cos x/(1+sin²x) = cos x / (1 + sin²x)

4

Substitution Technique

Many inverse trig expressions simplify greatly with a trig substitution before differentiating.

Expression in y =Use SubstitutionSimplifies to
sin⁻¹(2x√(1−x²))x = sin θ2 sin⁻¹(x)
tan⁻¹(2x/(1−x²))x = tan θ2 tan⁻¹(x)
cos⁻¹(2x²−1)x = cos θ2 cos⁻¹(x)
tan⁻¹((1−x)/(1+x))x = tan θπ/4 − tan⁻¹(x)
sin⁻¹(1/√(1+x²))x = cot θcot⁻¹(x)
✏️ Substitution Example
Differentiate y = sin⁻¹(2x√(1−x²))
1

Let x = sin θ, so 2x√(1−x²) = 2 sin θ · cos θ = sin 2θ

2

y = sin⁻¹(sin 2θ) = 2θ = 2 sin⁻¹(x)

3

dy/dx = d/dx[2 sin⁻¹(x)] = 2/√(1−x²)

💡 Exam Tip: Always check if the given expression matches a known double-angle or compound-angle formula. Substitution can convert a messy expression into something like 2sin⁻¹(x), making the derivative trivial.