I need to solve this equation for $x$: $\alpha\mathrm{e}^{\beta x}+\gamma\mathrm{e}^{\delta x}=\epsilon$
($\alpha$, $\beta$, $\gamma$, $\delta$, $\epsilon$ are real constants)
I'm only interested in real solutions.
Is such an equation solvable? Even Wolfram|Alpha refuses to solve trivialized versions of this equation: $\mathrm{e}^{\alpha x}+\mathrm{e}^{\beta x}=a$ or $\alpha^x+\beta^x=a$
It isn't possible to find a general solution. Letting $y = e^x$, we have $$\alpha y^\beta + \gamma y^\delta = \epsilon$$ Even for some integer values of $\alpha, ...,\epsilon$, this could give us polynomials whose solutions cannot be expressed in terms of ordinary operations (addition, subtraction, multiplication, division, and roots). For example, the roots of $$y^5-4y=1$$ can't be expressed in terms of ordinary mathematical operations, since it's irreducible and it has three real roots and two complex roots, and thus has Galois group $S_5$. And so if we can't find a solution for this special case, certainly there won't be a general solution.