I'm trying to numerically solve the following transcendental equation:
$$(\alpha x + \beta)=\delta e^{\gamma x}$$
with $\alpha$, $\beta$, $\gamma$ and $\delta$ real, positive constants. It is equivalent to finding the intersection between the line $y=(\alpha x + \beta)$ and the exponential function $y=\delta e^{\gamma x}$. For a proper choice of the constants, this equation should have two solutions. Graphically, one can verify that, in case it has solutions, the solutions could be found by a "successive approximation" process. However,
$$ x = \frac{\delta}{\alpha}e^{\gamma x}-\frac{\beta}{\alpha}$$
does not seems to me to be a contraction. How could I show that a "successive approximation" process could be convergent for the above?
Thank you very much in advance.