ways to invert a specific function

43 Views Asked by At

Given function $y = e^x$, the inverse is $x = \ln{y}$. Is it possible to find the inverse of $y = x*e^x$? If this is not possible mathematically, are tools like programs or numerical methods available to do it? I want to put the result, that is, x as a function of y, in an integral. Thank you.