Fiveable

Differential Calculus Unit 10 Review

QR code for Differential Calculus practice questions

10.3 Inverse trigonometric functions and their derivatives

10.3 Inverse trigonometric functions and their derivatives

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Differential Calculus
Unit & Topic Study Guides

Product, Quotient Rules & Higher-Order Derivatives

Inverse trigonometric functions flip the script on their regular counterparts. They take values and give you angles, unlike sine or cosine that do the opposite. These functions are key players in calculus, helping us solve tricky problems.

Knowing how to work with inverse trig functions opens up a world of applications. From pendulum swings to projectile paths, these tools help us model real-world scenarios. Their derivatives are particularly useful in physics and engineering calculations.

Inverse Trigonometric Functions

Inverse trigonometric function properties

  • Inverse trigonometric functions undo the operations performed by standard trigonometric functions (sinx\sin x, cosx\cos x, tanx\tan x)
    • arcsinx\arcsin x returns the angle whose sine is xx (sin1x\sin^{-1} x)
    • arccosx\arccos x returns the angle whose cosine is xx (cos1x\cos^{-1} x)
    • arctanx\arctan x returns the angle whose tangent is xx (tan1x\tan^{-1} x)
  • Inverse trigonometric functions have restricted domains to ensure they are one-to-one functions
    • arcsinx\arcsin x and arccosx\arccos x have a domain of [1,1][-1, 1], as the sine and cosine functions output values between -1 and 1
    • arctanx\arctan x has a domain of (,)(-\infty, \infty), as the tangent function can output any real number
  • Inverse trigonometric functions have limited ranges to ensure they are one-to-one functions
    • arcsinx\arcsin x has a range of [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}], as angles in this range produce unique sine values
    • arccosx\arccos x has a range of [0,π][0, \pi], as angles in this range produce unique cosine values
    • arctanx\arctan x has a range of (π2,π2)(-\frac{\pi}{2}, \frac{\pi}{2}), as angles in this range produce unique tangent values
  • Inverse trigonometric functions and their corresponding trigonometric functions cancel each other out when composed
    • sin(arcsinx)=x\sin(\arcsin x) = x for xx in the domain of arcsin\arcsin [1,1][-1, 1]
    • cos(arccosx)=x\cos(\arccos x) = x for xx in the domain of arccos\arccos [1,1][-1, 1]
    • tan(arctanx)=x\tan(\arctan x) = x for xx in the domain of arctan\arctan (,)(-\infty, \infty)
    • arcsin(sinx)=x\arcsin(\sin x) = x for xx in the range of sin\sin [π2,π2][-\frac{\pi}{2}, \frac{\pi}{2}]
    • arccos(cosx)=x\arccos(\cos x) = x for xx in the range of cos\cos [0,π][0, \pi]
    • arctan(tanx)=x\arctan(\tan x) = x for xx in the range of tan\tan (π2,π2)(-\frac{\pi}{2}, \frac{\pi}{2})
Inverse trigonometric function properties, Inverse Trigonometric Functions ‹ OpenCurriculum

Derivatives of inverse trig functions

  • The derivative of the inverse sine function arcsinx\arcsin x is 11x2\frac{1}{\sqrt{1-x^2}}
    • Derived using implicit differentiation and the Pythagorean identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1
    • Let y=arcsinxy = \arcsin x, then siny=x\sin y = x. Differentiating both sides with respect to xx yields cosydydx=1\cos y \cdot \frac{dy}{dx} = 1. Solving for dydx\frac{dy}{dx} and substituting cosy=1sin2y=1x2\cos y = \sqrt{1-\sin^2 y} = \sqrt{1-x^2} gives the result
  • The derivative of the inverse cosine function arccosx\arccos x is 11x2-\frac{1}{\sqrt{1-x^2}}
    • Derived using implicit differentiation and the Pythagorean identity sin2x+cos2x=1\sin^2 x + \cos^2 x = 1
    • Let y=arccosxy = \arccos x, then cosy=x\cos y = x. Differentiating both sides with respect to xx yields sinydydx=1-\sin y \cdot \frac{dy}{dx} = 1. Solving for dydx\frac{dy}{dx} and substituting siny=1cos2y=1x2\sin y = \sqrt{1-\cos^2 y} = \sqrt{1-x^2} gives the result
  • The derivative of the inverse tangent function arctanx\arctan x is 11+x2\frac{1}{1+x^2}
    • Derived using implicit differentiation and the identity tan2x+1=sec2x\tan^2 x + 1 = \sec^2 x
    • Let y=arctanxy = \arctan x, then tany=x\tan y = x. Differentiating both sides with respect to xx yields sec2ydydx=1\sec^2 y \cdot \frac{dy}{dx} = 1. Solving for dydx\frac{dy}{dx} and substituting sec2y=1+tan2y=1+x2\sec^2 y = 1 + \tan^2 y = 1 + x^2 gives the result
Inverse trigonometric function properties, Inverse Trigonometric Functions | Algebra and Trigonometry

Applications of Inverse Trigonometric Derivatives

Application of inverse trig derivatives

  • Differentiate expressions involving inverse trigonometric functions
    • Example: ddx(arcsin(2x)+arctan(3x))=214x2+31+9x2\frac{d}{dx} (\arcsin(2x) + \arctan(3x)) = \frac{2}{\sqrt{1-4x^2}} + \frac{3}{1+9x^2}
  • Find the equation of the tangent line to a curve involving inverse trigonometric functions at a given point
    • Example: The tangent line to the curve y=arccos(x2)y = \arccos(x^2) at x=12x = \frac{1}{\sqrt{2}} has the equation y=2(x12)+π4y = -\sqrt{2}(x - \frac{1}{\sqrt{2}}) + \frac{\pi}{4}
  • Determine the points where the derivative of a function involving inverse trigonometric functions is undefined or zero
    • Example: ddxarcsin(x)\frac{d}{dx} \arcsin(\sqrt{x}) is undefined at x=1x = 1 and zero at x=0x = 0

Real-world uses of inverse trig derivatives

  • Physics applications involve modeling pendulum motion
    • Example: A pendulum's angle θ\theta with the vertical is θ=arcsin(xL)\theta = \arcsin(\frac{x}{L}), where xx is the horizontal displacement and LL is the pendulum length. The angular velocity when x=L2x = \frac{L}{2} is 13L\frac{1}{\sqrt{3}L}
  • Engineering applications involve modeling projectile motion
    • Example: A projectile launched from the ground has an angle of elevation α=arctan(v02gx)\alpha = \arctan(\frac{v_0^2}{gx}), where v0v_0 is the initial velocity, gg is the acceleration due to gravity, and xx is the horizontal distance. The rate of change of the angle of elevation with respect to the horizontal distance when x=v022gx = \frac{v_0^2}{2g} is 4g2v04-\frac{4g^2}{v_0^4}
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →