
William W. answered 02/24/22
Experienced Tutor and Retired Engineer
To find an inverse function, use "y" for "f(x)":
y = x3 - 5
then swap the "x" and "y" like this:
x = y3 - 5
and then solve for "y":
x + 5 = y3
y = cuberoot(x + 5)
Then replace the "y" with f-1(x) so:
f-1(x) = cuberoot(x + 5)
The inverse function derivative rule says:
which, of course, means:
So, I'll pick a = 3
f-1(3) = cuberoot(a + 5) = cuberoot(8) = 2
Since f(x) = x3 - 5, using the power rule, we can say that f '(x) = 3x2 so f '(2) = 3(22) = 12 so:
[f-1(3)]' = 1/(f '(f-1(3)) = 1/f '(2) = 1/12
William W.
I think you meant to write f'(x) = 3x^202/24/22