I have a problem, I need to inverse a sum of exponents. Is it possible?
I have this function
$y = 0.84826731\times e^{-1.10973369x} + 0.17939312\times e^{-0.1902204x} + 0.02965983\times e^{-0.02028059x}$
and I would like to get to
$$x = f(y)$$
The ranges in which I need x = f(y), is y between (0,1), which results in x in the range of ~(0,100)
It does not have to be 100% correct. 99.9% will also be ok.
Thanks.
Hint: use taylor series to approximate $y$ in form of one exponential and then use logarithm both side to get inverse.