This reminds me of an exercise I'll never forget from my Math Methods course: finding the derivative of arcsin(x). It seems almost impossible because, just looking at it, there seems to be nothing you can do to simplify it. Then, out of sheer nothing-else-to-do-ism, you take the sin() of it and realize sin(arcsin(x)) = x. Take the derivative of both sides, apply chain rule and draw a right triangle and you have the a…
That's how you find any reciprocal function's derivative. If g = f^{-1}, then g'(y) = 1/f'(g(y)).
g = arcsin
f = sin
g'(x) = 1 / cos(arcsin(x))
But that's not the usual form. Can you show that the denominator is sqrt(1 - x^2)? Doing that requires you make the same observation as in the parent post.