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 Logarithmic differentiation
3.4 Derivatives of inverse functions
3.5 Inverse trig derivatives
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
9. Testing details tag
Wrapping up
Achievable logoAchievable logo
3.5 Inverse trig derivatives
Achievable AP Calculus AB
3. Advanced differentiation
Our AP Calculus AB course is currently in development and is a work-in-progress.

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: you input a trigonometric ratio, and the output is the angle that produces it (within the function’s restricted range). For example,

sin(4π​)=22​​⟺sin−1(22​​)=4π​

To find the derivative of the inverse sine function (sin−1(x) or arcsin(x)), start with the equivalent relationship

y=sin−1(x)⟺x=sin(y)

Differentiate implicitly with respect to x:

1=cos(y)⋅y′

y′=cos(y)1​

=cos(sin−1(x))1​

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

sin−1(x)=θ⟺x=sin(θ)

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

  • opposite side =x
  • hypotenuse =1

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

Triangle sides
Triangle sides

Using this triangle,

y′=cos(sin−1(x))1​

=cos(θ)1​

=1−x2​1​

So, for y=sin−1(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).

For example,

  1. Find the derivative of

y=sec−1(x2+1)

Solution

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

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

Here the argument is x2+1. Substitute x2+1 everywhere you see x, then multiply by the derivative of x2+1 (which is 2x):

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

  1. Find dx2d2y​ for

y=cot−1(ex)

Solution

(spoiler)

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

With argument ex, the first derivative is

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

=1+e2x−ex​

Now take the second derivative using the quotient rule:

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

=(1+e2x)2(−ex)(1+e2x−2e2x)​

=(1+e2x)2−ex(1−e2x)​

=(1+e2x)2ex(e2x−1)​​

  1. Find the derivative of

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

Solution

(spoiler)

There are two ways to do this:

  1. Simplify the nested trig function first by drawing a triangle and then differentiate.
  2. Differentiate first and then simplify using a triangle.

We’ll show both.

Approach 1: Simplify → differentiate

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

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

Differentiate using 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​​

Approach 2: Differentiate → simplify

Differentiate using the chain rule:

f′(x)=sec2(cos−1(2x))⋅1−(2x)2​−1​⋅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​​

In many problems, the faster approach is the one that avoids the quotient rule.

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

Solution

(spoiler)

First find the point of tangency by evaluating y at x=22​​:

y=arccos((22​​)2)=arccos(21​).

Rewrite in cosine form:

cos−1(1/2)=y⟺cos(y)=1/2.

From the unit circle (or a 30°-60°-90° triangle), y=3π​.

So the point of tangency is

(22​​,3π​).

Next find the slope by differentiating y=cos−1(x2):

dxd​cos−1(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​​

Now use point-slope form with point (22​​,3π​) and slope −326​​:

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

Inverse trigonometric functions

  • Inverse trig functions: input is ratio, output is angle (restricted range)
  • Derivative of sin−1(x): 1−x2​1​
  • Derivatives of all six inverse trig functions:
    • 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​

Chain rule with inverse trig functions

  • Replace x in the derivative formula with the argument
  • Multiply by derivative of the argument (chain rule)
  • Example: y=sec−1(x2+1), y′=∣x2+1∣(x2+1)2−1​1​⋅2x

Second derivatives and advanced chain rule

  • For y=cot−1(ex):
    • First derivative: y′=1+e2x−ex​
    • Second derivative: y′′=(1+e2x)2ex(e2x−1)​

Simplifying nested trig/inverse trig expressions

  • Use right triangle to express nested functions in terms of x
  • Example: f(x)=tan(cos−1(2x))=2x1−4x2​​
  • Differentiate using quotient rule or chain rule as appropriate

Tangent lines to inverse trig functions

  • Find y-value by evaluating function at given x
  • Find slope by differentiating and evaluating at x
  • Use point-slope form for tangent line equation:
    • Example: y−3π​=−326​​(x−22​​) at x=22​​ for y=arccos(x2)

Sign up for free to take 9 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: you input a trigonometric ratio, and the output is the angle that produces it (within the function’s restricted range). For example,

sin(4π​)=22​​⟺sin−1(22​​)=4π​

To find the derivative of the inverse sine function (sin−1(x) or arcsin(x)), start with the equivalent relationship

y=sin−1(x)⟺x=sin(y)

Differentiate implicitly with respect to x:

1=cos(y)⋅y′

y′=cos(y)1​

=cos(sin−1(x))1​

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

sin−1(x)=θ⟺x=sin(θ)

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

  • opposite side =x
  • hypotenuse =1

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

Using this triangle,

y′=cos(sin−1(x))1​

=cos(θ)1​

=1−x2​1​

So, for y=sin−1(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).

For example,

  1. Find the derivative of

y=sec−1(x2+1)

Solution

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

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

Here the argument is x2+1. Substitute x2+1 everywhere you see x, then multiply by the derivative of x2+1 (which is 2x):

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

  1. Find dx2d2y​ for

y=cot−1(ex)

Solution

(spoiler)

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

With argument ex, the first derivative is

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

=1+e2x−ex​

Now take the second derivative using the quotient rule:

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

=(1+e2x)2(−ex)(1+e2x−2e2x)​

=(1+e2x)2−ex(1−e2x)​

=(1+e2x)2ex(e2x−1)​​

  1. Find the derivative of

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

Solution

(spoiler)

There are two ways to do this:

  1. Simplify the nested trig function first by drawing a triangle and then differentiate.
  2. Differentiate first and then simplify using a triangle.

We’ll show both.

Approach 1: Simplify → differentiate

Let cos−1(2x)=θ.

Then

cos(θ)=12x​.

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

Then

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

Differentiate using 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​​

Approach 2: Differentiate → simplify

Differentiate using the chain rule:

f′(x)=sec2(cos−1(2x))⋅1−(2x)2​−1​⋅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​​

In many problems, the faster approach is the one that avoids the quotient rule.

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

Solution

(spoiler)

First find the point of tangency by evaluating y at x=22​​:

y=arccos((22​​)2)=arccos(21​).

Rewrite in cosine form:

cos−1(1/2)=y⟺cos(y)=1/2.

From the unit circle (or a 30°-60°-90° triangle), y=3π​.

So the point of tangency is

(22​​,3π​).

Next find the slope by differentiating y=cos−1(x2):

dxd​cos−1(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​​

Now use point-slope form with point (22​​,3π​) and slope −326​​:

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

Key points

Inverse trigonometric functions

  • Inverse trig functions: input is ratio, output is angle (restricted range)
  • Derivative of sin−1(x): 1−x2​1​
  • Derivatives of all six inverse trig functions:
    • 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​

Chain rule with inverse trig functions

  • Replace x in the derivative formula with the argument
  • Multiply by derivative of the argument (chain rule)
  • Example: y=sec−1(x2+1), y′=∣x2+1∣(x2+1)2−1​1​⋅2x

Second derivatives and advanced chain rule

  • For y=cot−1(ex):
    • First derivative: y′=1+e2x−ex​
    • Second derivative: y′′=(1+e2x)2ex(e2x−1)​

Simplifying nested trig/inverse trig expressions

  • Use right triangle to express nested functions in terms of x
  • Example: f(x)=tan(cos−1(2x))=2x1−4x2​​
  • Differentiate using quotient rule or chain rule as appropriate

Tangent lines to inverse trig functions

  • Find y-value by evaluating function at given x
  • Find slope by differentiating and evaluating at x
  • Use point-slope form for tangent line equation:
    • Example: y−3π​=−326​​(x−22​​) at x=22​​ for y=arccos(x2)