This may seem simple, but I have had long days of frustration with finding the inverse of the function
$$f(x)=x^3-x-12.$$
I got this on some homework and it did not ask for the inverse. However I wanted to try anyways. So this is as far as I got:
$$x=y^3-y-12$$ $$x+12=y^3-y$$ $$y(y^2-1)=x+12$$ $$y(y+1)(y-1)=x+12.$$
And that is absolutely as far as I go. In the end, I have no idea how this turns out to be the answer:
A step-by-step walk-through in finding the inverse is gratefully appreciated!

Finding the inverse of function f(x) is effectively solving the equation f(x)= y. There exist a "cubic formula" which can be used to solve such an equation but it is very complicated as you can see from the "inverse" you were given.