Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
2. Derivative basics
3. Advanced differentiation
3.1 Chain rule
3.2 Implicit differentiation
3.3 Higher order derivatives
3.4 Logarithmic differentiation
3.5 Derivatives of inverse functions
3.6 Inverse trig derivatives
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
Wrapping up
Achievable logoAchievable logo
3.6 Inverse trig derivatives
Achievable AP Calculus AB
3. Advanced differentiation
Our AP Calculus AB course is now in "early access" - get 50% off for a limited time.

Inverse trig derivatives

7 min read
Font
Discuss
Share
Feedback

What you’ll learn

  • How to differentiate inverse trig functions using the chain rule or by simplifying

Inverse trigonometric functions

Regular trigonometric functions take an angle θ as the input and output a trigonometric ratio. In a right-triangle setting, that ratio is “opposite over hypotenuse” for sine, “adjacent over hypotenuse” for cosine, and so on (SOHCAHTOA).

Inverse trigonometric functions reverse that relationship: inputting a trigonometric ratio gives the angle that produces it (within the function’s restricted range). For example,

sin(4π​)=22​​⟺arcsin(22​​)=4π​

Sidenote
Inverse notation

arcsin(x), the inverse sine function, is sometimes written as sin−1(x).

Make sure not to confuse this with the reciprocal of sin(x), or sin(x)1​=csc(x). The reciprocal is denoted (sin(x))−1.

To find the derivative of y=arcsin(x), start with the relationship

y=arcsin(x)⟺x=sin(y)

Differentiate implicitly with respect to x:

dxd​(siny)cos(y)⋅y′y′​=dxd​(x)=1=cos(y)1​=cos(arcsin(x))1​​

Now simplify the composite trig expression. The output of sin−1(x) is an angle, so let

arcsin(x)=θ⟺x=sin(θ)

Think of x as 1x​. In a right triangle with angle θ:

  • opposite side =x
  • hypotenuse =1

By the Pythagorean theorem, the side adjacent to θ is 1−x2​.

Triangle sides
Triangle sides

Using this triangle,

y′​=cos(arcsin(x))1​=cos(θ)1​=1−x2​1​​

So, for y=arcsin(x),

y′=1−x2​1​

Repeating this same idea (implicit differentiation, then simplifying with a triangle when needed) gives the derivatives of the six inverse trig functions:

f(x) f′(x)
sin−1(x) 1−x2​1​
cos−1(x) 1−x2​−1​
tan−1(x) 1+x21​
cot−1(x) 1+x2−1​
sec−1(x) ∣x∣x2−1​1​
csc−1(x) ∣x∣x2−1​−1​

Notice that every other derivative is just the negative of the one above it.

For sec−1(x), the absolute value ensures the derivative stays positive for all x in the domain (consistent with the graph’s tangent-line behavior). For csc−1(x), the absolute value similarly supports the fact that the derivative stays negative on its domain.

Examples with chain rule

If an inverse trig function has an argument that isn’t just x, do two things:

  • Replace every x in the standard derivative formula with the new argument.
  • Multiply by the derivative of that argument (this is the chain rule).
  1. Find the derivative of

y=sec−1(x2+1)

(spoiler)

The derivative of the basic function y=sec−1(x) is

y′=∣x∣x2−1​1​

To differentiate y=sec−1(x2+1), replace all instances of x with the argument x2+1 and then apply the chain rule:

y′=∣x2+1∣(x2+1)2−1​1​⋅2x

Since x2+1>0 for all real x, the absolute value can be dropped:

y′=(x2+1)(x2+1)2−1​2x​

  1. Differentiate

y=cot−1(ex)

(spoiler)

The derivative of y=cot−1(x) is 1+x2−1​.

To differentiate y=cot−1(ex), replace x with ex and apply the chain rule:

y′=1+(ex)2−1​⋅ex=1+e2x−ex​

  1. Find the derivative of

f(x)=tan(cos−1(2x))

in two ways:

a) Use a triangle to simplify into an algebraic function and then differentiate.

b) Differentiate and then simplify using a triangle.

Solutions

a) Simplify → differentiate

(spoiler)

Let cos−1(2x)=θ.

Then

cos(θ)=12x​

Using the Pythagorean theorem, the remaining side of the triangle is 1−4x2​.

Triangle sides (2)
Triangle sides (2)

Then as an algebraic function,

f(x)=tan(θ)=2x1−4x2​​

Differentiate with the quotient rule:

f′(x)​=(2x)22x(21−4x2​1​)(−8x)−(1−4x2​)(2)​=4x221−4x2​−16x2​−21−4x2​​=4x21−4x2​−8x2​−1−4x2​2(1−4x2)​​=4x21−4x2​−8x2−2+8x2​​=−4x21−4x2​2​=−2x21−4x2​1​​

b) Differentiate → simplify

(spoiler)

Differentiate using the chain rule:

f(x)f′(x)​=tan(cos−1(2x))=sec2(cos−1(2x))⋅1−(2x)2​−2​​

To simplify sec2(cos−1(2x)), use the same triangle as above. Since cos(θ)=2x, we have sec(θ)=2x1​, so

sec2(θ)=4x21​

Then

f′(x)​=4x21​⋅1−4x2​−2​=−2x21−4x2​1​​

  1. Find the equation of the tangent line to y=arccos(x2) at x=22​​.
(spoiler)

First evaluate y at x=22​​:

y=arccos((22​​)2)=arccos(21​)=3π​

So the point of tangency is (22​​,3π​).

Next find the slope by differentiating y=arccos(x2):

dxd​arccos(x2)

=−1−(x2)2​1​⋅2x

=−1−x4​2x​

Evaluate at x=22​​:

−1−(22​​)4​2⋅22​​​=−1−164​​2​​=−43​​2​​=−3​22​​=−326​​

Then the equation of tangent line at (22​​,3π​) is

y−3π​=−326​​(x−22​​)​

Inverse trig functions

  • Reverse trig functions: input a ratio, output an angle
  • Notation: arcsin(x)=sin−1(x) ≠ csc(x) (reciprocal)
  • Derivatives found via implicit differentiation + right-triangle simplification

Standard inverse trig derivatives

  • (sin−1x)′=1−x2​1​, (cos−1x)′=1−x2​−1​
  • (tan−1x)′=1+x21​, (cot−1x)′=1+x2−1​
  • (sec−1x)′=∣x∣x2−1​1​, (csc−1x)′=∣x∣x2−1​−1​
    • Co-functions (cos, cot, csc) are always the negative of their counterparts

Chain rule with inverse trig

  • Replace every x in the formula with the inner argument
  • Multiply by the derivative of the inner argument
  • Example: (sec−1(x2+1))′=(x2+1)(x2+1)2−1​2x​

Simplifying nested trig/inverse trig expressions

  • Use a right triangle: set inner inverse trig expression equal to θ, label sides, apply Pythagorean theorem
  • Two valid approaches: simplify first then differentiate, or differentiate first then simplify with triangle
  • Both approaches yield the same result

Sign up for free to take 8 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Inverse trig derivatives

What you’ll learn

  • How to differentiate inverse trig functions using the chain rule or by simplifying

Inverse trigonometric functions

Regular trigonometric functions take an angle θ as the input and output a trigonometric ratio. In a right-triangle setting, that ratio is “opposite over hypotenuse” for sine, “adjacent over hypotenuse” for cosine, and so on (SOHCAHTOA).

Inverse trigonometric functions reverse that relationship: inputting a trigonometric ratio gives the angle that produces it (within the function’s restricted range). For example,

sin(4π​)=22​​⟺arcsin(22​​)=4π​

Sidenote
Inverse notation

arcsin(x), the inverse sine function, is sometimes written as sin−1(x).

Make sure not to confuse this with the reciprocal of sin(x), or sin(x)1​=csc(x). The reciprocal is denoted (sin(x))−1.

To find the derivative of y=arcsin(x), start with the relationship

y=arcsin(x)⟺x=sin(y)

Differentiate implicitly with respect to x:

dxd​(siny)cos(y)⋅y′y′​=dxd​(x)=1=cos(y)1​=cos(arcsin(x))1​​

Now simplify the composite trig expression. The output of sin−1(x) is an angle, so let

arcsin(x)=θ⟺x=sin(θ)

Think of x as 1x​. In a right triangle with angle θ:

  • opposite side =x
  • hypotenuse =1

By the Pythagorean theorem, the side adjacent to θ is 1−x2​.

Using this triangle,

y′​=cos(arcsin(x))1​=cos(θ)1​=1−x2​1​​

So, for y=arcsin(x),

y′=1−x2​1​

Repeating this same idea (implicit differentiation, then simplifying with a triangle when needed) gives the derivatives of the six inverse trig functions:

f(x) f′(x)
sin−1(x) 1−x2​1​
cos−1(x) 1−x2​−1​
tan−1(x) 1+x21​
cot−1(x) 1+x2−1​
sec−1(x) ∣x∣x2−1​1​
csc−1(x) ∣x∣x2−1​−1​

Notice that every other derivative is just the negative of the one above it.

For sec−1(x), the absolute value ensures the derivative stays positive for all x in the domain (consistent with the graph’s tangent-line behavior). For csc−1(x), the absolute value similarly supports the fact that the derivative stays negative on its domain.

Examples with chain rule

If an inverse trig function has an argument that isn’t just x, do two things:

  • Replace every x in the standard derivative formula with the new argument.
  • Multiply by the derivative of that argument (this is the chain rule).
  1. Find the derivative of

y=sec−1(x2+1)

(spoiler)

The derivative of the basic function y=sec−1(x) is

y′=∣x∣x2−1​1​

To differentiate y=sec−1(x2+1), replace all instances of x with the argument x2+1 and then apply the chain rule:

y′=∣x2+1∣(x2+1)2−1​1​⋅2x

Since x2+1>0 for all real x, the absolute value can be dropped:

y′=(x2+1)(x2+1)2−1​2x​

  1. Differentiate

y=cot−1(ex)

(spoiler)

The derivative of y=cot−1(x) is 1+x2−1​.

To differentiate y=cot−1(ex), replace x with ex and apply the chain rule:

y′=1+(ex)2−1​⋅ex=1+e2x−ex​

  1. Find the derivative of

f(x)=tan(cos−1(2x))

in two ways:

a) Use a triangle to simplify into an algebraic function and then differentiate.

b) Differentiate and then simplify using a triangle.

Solutions

a) Simplify → differentiate

(spoiler)

Let cos−1(2x)=θ.

Then

cos(θ)=12x​

Using the Pythagorean theorem, the remaining side of the triangle is 1−4x2​.

Then as an algebraic function,

f(x)=tan(θ)=2x1−4x2​​

Differentiate with the quotient rule:

f′(x)​=(2x)22x(21−4x2​1​)(−8x)−(1−4x2​)(2)​=4x221−4x2​−16x2​−21−4x2​​=4x21−4x2​−8x2​−1−4x2​2(1−4x2)​​=4x21−4x2​−8x2−2+8x2​​=−4x21−4x2​2​=−2x21−4x2​1​​

b) Differentiate → simplify

(spoiler)

Differentiate using the chain rule:

f(x)f′(x)​=tan(cos−1(2x))=sec2(cos−1(2x))⋅1−(2x)2​−2​​

To simplify sec2(cos−1(2x)), use the same triangle as above. Since cos(θ)=2x, we have sec(θ)=2x1​, so

sec2(θ)=4x21​

Then

f′(x)​=4x21​⋅1−4x2​−2​=−2x21−4x2​1​​

  1. Find the equation of the tangent line to y=arccos(x2) at x=22​​.
(spoiler)

First evaluate y at x=22​​:

y=arccos((22​​)2)=arccos(21​)=3π​

So the point of tangency is (22​​,3π​).

Next find the slope by differentiating y=arccos(x2):

dxd​arccos(x2)

=−1−(x2)2​1​⋅2x

=−1−x4​2x​

Evaluate at x=22​​:

−1−(22​​)4​2⋅22​​​=−1−164​​2​​=−43​​2​​=−3​22​​=−326​​

Then the equation of tangent line at (22​​,3π​) is

y−3π​=−326​​(x−22​​)​

Key points

Inverse trig functions

  • Reverse trig functions: input a ratio, output an angle
  • Notation: arcsin(x)=sin−1(x) ≠ csc(x) (reciprocal)
  • Derivatives found via implicit differentiation + right-triangle simplification

Standard inverse trig derivatives

  • (sin−1x)′=1−x2​1​, (cos−1x)′=1−x2​−1​
  • (tan−1x)′=1+x21​, (cot−1x)′=1+x2−1​
  • (sec−1x)′=∣x∣x2−1​1​, (csc−1x)′=∣x∣x2−1​−1​
    • Co-functions (cos, cot, csc) are always the negative of their counterparts

Chain rule with inverse trig

  • Replace every x in the formula with the inner argument
  • Multiply by the derivative of the inner argument
  • Example: (sec−1(x2+1))′=(x2+1)(x2+1)2−1​2x​

Simplifying nested trig/inverse trig expressions

  • Use a right triangle: set inner inverse trig expression equal to θ, label sides, apply Pythagorean theorem
  • Two valid approaches: simplify first then differentiate, or differentiate first then simplify with triangle
  • Both approaches yield the same result

More from Advanced differentiation

  • Chain rule
  • Implicit differentiation
  • Higher order derivatives
  • Logarithmic differentiation
  • Derivatives of inverse functions