How to find inverse of a complicated function?

108 Views Asked by At

It is usually easy to find inverse of function when we can solve in terms of $x$ & $y$. However, what should I do when I have functions like $y=x^5+2x^3+x-1$ and $y= \cos(x)+3x$? Thank you.