This function passes the horizontal line test so there does exist an inverse for it. The problem I am running into is simplifying the equation when I interchange y and x. $$ y=x^3+4x-1 $$ I have got it into the form of the inverse pre-requisite: $$x=y^3+4y-1$$. The most I have progressed with the problem is moving the "1" to the other side of the equation and somewhat simplifying the cubic expression: $$ x+1 = y(y^2-4) $$ This is the initial part of the problem. The second part asks to find $ f^{-1}(4) $. For this, I substituted 4 into the previous equation to get $$ 5 = y(y^2-4) $$.
Edit: I wish to find $$f^{-1}(x)$$ and $$f^{-1}(4)$$.