Fiveable

โˆฌDifferential Calculus Unit 9 Review

QR code for Differential Calculus practice questions

9.1 Derivatives of inverse functions

9.1 Derivatives of inverse functions

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

Inverse functions flip inputs and outputs, allowing us to "undo" operations. They're like mathematical mirrors, reflecting functions across y=x. Understanding their derivatives is crucial for solving complex problems in calculus.

Knowing how to find derivatives of inverse functions opens doors to tackling optimization and related rates problems. It's a powerful tool that lets us analyze relationships between variables in reverse, expanding our problem-solving toolkit.

Inverse Functions and Their Derivatives

Concept of inverse functions

  • Definition states that if f(x)f(x) and g(x)g(x) are inverse functions, then composing them in either order yields the original input (f(g(x))=g(f(x))=xf(g(x)) = g(f(x)) = x)
  • Graphically, the inverse function is a reflection of the original function across the line y=xy = x (swaps xx and yy coordinates of each point)
  • Relationship between derivatives: if f(x)f(x) and g(x)g(x) are inverses and both differentiable, then gโ€ฒ(x)=1fโ€ฒ(g(x))g'(x) = \frac{1}{f'(g(x))} (reciprocal of derivative evaluated at inverse)
    • Derived using chain rule and fact that f(g(x))=xf(g(x)) = x (composing inverses yields identity function)
Concept of inverse functions, Inverse Functions ยท Algebra and Trigonometry

Formula for inverse derivatives

  • If y=fโˆ’1(x)y = f^{-1}(x) is the inverse of x=f(y)x = f(y), then dydx=1fโ€ฒ(y)\frac{dy}{dx} = \frac{1}{f'(y)} (derivative of inverse equals reciprocal of derivative of original function)
  • Steps to find derivative of inverse:
    1. Given y=fโˆ’1(x)y = f^{-1}(x), write x=f(y)x = f(y) (swap xx and yy to get original function)
    2. Find dxdy\frac{dx}{dy} using derivative of original function (differentiate with respect to yy)
    3. Solve for dydx\frac{dy}{dx} by taking reciprocal of dxdy\frac{dx}{dy} (invert to get derivative of inverse)
    4. Replace yy with fโˆ’1(x)f^{-1}(x) in resulting expression (substitute inverse function for yy)
Concept of inverse functions, Use the graph of a function to graph its inverse | College Algebra

Derivatives of inverse trigonometric functions

  • ddxarcsinโก(x)=11โˆ’x2\frac{d}{dx} \arcsin(x) = \frac{1}{\sqrt{1-x^2}} (derivative of arcsine)
  • ddxarccosโก(x)=โˆ’11โˆ’x2\frac{d}{dx} \arccos(x) = -\frac{1}{\sqrt{1-x^2}} (derivative of arccosine, negative due to decreasing function)
  • ddxarctanโก(x)=11+x2\frac{d}{dx} \arctan(x) = \frac{1}{1+x^2} (derivative of arctangent)
  • ddx\arccot(x)=โˆ’11+x2\frac{d}{dx} \arccot(x) = -\frac{1}{1+x^2} (derivative of arccotangent, negative due to decreasing function)
  • ddx\arcsec(x)=1โˆฃxโˆฃx2โˆ’1\frac{d}{dx} \arcsec(x) = \frac{1}{|x|\sqrt{x^2-1}} (derivative of arcsecant, absolute value since secant is always positive)
  • ddx\arccsc(x)=โˆ’1โˆฃxโˆฃx2โˆ’1\frac{d}{dx} \arccsc(x) = -\frac{1}{|x|\sqrt{x^2-1}} (derivative of arccosecant, negative due to decreasing function)
  • Domain of inverse function equals range of original function (restricts inputs to ensure one-to-one correspondence)
    • arcsinโก(x)\arcsin(x) has domain [โˆ’1,1][-1, 1] since range of sinโก(x)\sin(x) is [โˆ’1,1][-1, 1] (sine outputs between -1 and 1)

Applications of inverse function derivatives

  • Optimization problems involve finding maximum or minimum values (critical points where derivative equals zero)
  • Related rates problems require applying chain rule to derivatives of inverse functions (rates of change depend on each other)
  • Strategies:
    1. Identify inverse function and its derivative (recognize function composition)
    2. Apply chain rule when necessary (multiple variables changing with respect to time or each other)
    3. Use domain restrictions to check validity of solution (ensure inputs are within allowed range)