I'm having some trouble with differentiation of the derivative of an inverse function.
Let $v(x)$ be a function, and $v^{-1}(x)$ is its inverse function. $\frac{d}{dx} v(x)$ is denoted as $v'(x)$.
I was trying to do $\frac{d}{dx} \ (v')^{-1} (x)$
According to the implicit function theorem, I know $(v^{-1})'(x) = \frac{1}{v'(v^{-1}(x))}$
So should the answer be $$\frac{(v')^{-1}(x) \ \cdot \ v''(v^{-1}(x))}{v'(v^{-1}(x))^2}$$ or $$\frac{1}{v''((v')^{-1}(x))}?$$
The first one is my answer, and the latter is suggested by my friend.
Thank you for the help!
From $v^{-1}(v(y))=y$ by differentiation $\left(v^{-1}(v(y))\right)'.v'(y)=1$ or $$\left(v^{-1}(x)\right)'=\dfrac{1}{v'(v^{-1}(x))}$$ where $x=v(y)$, by differentiation \begin{align} \left(v^{-1}(x)\right)'' &=\dfrac{0-\frac{d}{dx}v'(v^{-1}(x))\times1}{\left(v'(v^{-1}(x))\right)^2}\\ &=-\dfrac{1}{\left(v'(v^{-1}(x))\right)^2}\left(\frac{d}{dx}v'(v^{-1}(x))\right)\\ &=-\dfrac{1}{\left(v'(v^{-1}(x))\right)^2}\left(v''(v^{-1}(x))\left(v^{-1}(x)\right)'\right)\\ &=-\dfrac{v''(v^{-1}(x))}{\left(v'(v^{-1}(x))\right)^2}\dfrac{1}{v'(v^{-1}(x))}\\ &=-\dfrac{v''(v^{-1}(x))}{\left(v'(v^{-1}(x))\right)^3} \end{align}