How can I solve an equation like $ x^a + bx + c = 0 $ ?
I figured that I can write this equation in a polynominal form as $ e^{wz} + b e^{z} + c $ or more generic as $ \sum{v_i e^{w_i z}} $ and that these are called exponential polynominals.
There are some papers about the zeros of these functions, but those are mostly concerned with problems where the exponent is imaginary and z is complex. In this case it seems, the exact positions of the zeros cannot be analytically calculated. (See "Polynomials" with non-integer exponents for a related question)
But I am only interested in the case of a real exponent ( $ z, w \in \mathbb{R} $ ).
(The underlying problem: I want to get the parameters of the equation $ f(x) = a + b e^{c x} $ defined by $ f(0) = y_0 $ , $ f(x_1) = y_1 $ , $ f(x_2) = y_2 $. I can solve this if $ x_1 = \frac{x_2}{2} $, because then the problem becomes a simple quadratic equation. But if $ x_1 \neq \frac{x_2}{2} $, then I get stuck with the problem at the top.)
Thanks for your help.