I'd like to compute the inverse of $y(x) = 1 - \exp( - (\alpha x + \beta x^2 )) $. I used to know a method but I can't remember how to do it. I am stuck at the step where I have:
$$- \ln( 1 - y) = x ( \alpha + \beta x ) $$
The function is not itself invertible, but I am quite positive about the idea that it is if one sets some conditions on $\alpha$ and $\beta$. The function is 2-piecewise monotone and since I am only interested about $x > 0$, if the extremum is below zero, my function is invertible on the positive axis.
How can I find such inverse ?
Cheers.
As suggested in the comments we simply have
$$ \beta x^2+\alpha x+ \ln( 1 - y)=0 $$
$$\implies x=\frac{-\alpha+\sqrt{\alpha^2-4\beta\ln(1-y)}}{2\beta}\: x=\frac{-\alpha-\sqrt{\alpha^2-4\beta\ln(1-y)}}{2\beta}$$