SteamKing said:
I think you should take a look at Method 2 from the attachment. It is not required to obtain the inverse of the function directly to obtain the inverse derivative.
I understand what they're trying to do. What I'm saying is that in the final expression, it does become necessary to find the inverse function in terms of a single variable, to get an acceptable answer. Let me illustrate a basically equivalent approach (which I use) and highlight the problem:
##y = f(x)##
##x = f^{-1}(y)##
##\frac{dx}{dy} = \frac{d}{dy}f^{-1}(y)##
##\frac{d}{dy}f^{-1}(y) = \frac{1}{\frac{dy}{dx}} = \frac{1}{\frac{d}{dx}(f(x))} = \frac{1}{\frac{d}{dx}f(f^{-1}(y))}##
##(f^{-1})'(y) = \frac{1}{f'(f^{-1}(y))}##
##(f^{-1})'(x) = \frac{1}{f'(f^{-1}(x))}##
You can see that, in order to express everything in terms of a single independent variable (x), you still need to work out ##f^{-1}(x)##.
I don't like the formulation written in the link, because Method 2 uses y to indicate the inverse function (whereas Method 1 started by using y to indicate the function itself), and there's a great potential for confusion. Nevertheless, it's essentially the same as what I've derived here. The function they used to illustrate the example was a very simple linear function, which is why no problem was apparent, but with a more complex function, like in this problem, the issues will become obvious.
Note that it's still possible to get an answer, it's just that it's very ugly and tedious. Try it if you don't believe me.