3.10 Derivatives of Inverse Functions
(NOT on Exam 2)
\[ y = \sin x \rightarrow y' = \cos x \]
\[ y = \sin^{-1} x \rightarrow y' = ? \]
We can accomplish this by doing implicit differentiation:
\[ y = \sin^{-1} x \iff \sin(y) = x \]
Differentiate implicitly:
\[ \frac{d}{dx} \sin(y) = \frac{d}{dx} (x) \]
Note: \( \sin(y) \) is a function of \( x \), so we need the Chain Rule: \( \frac{dy}{dx} \)
\[ \cos(y) \frac{dy}{dx} = 1 \]
\[ \frac{dy}{dx} = \frac{1}{\cos(y)} \]
Usually, if possible, we want the result explicitly (as a function of \( x \), not \( y \)).