0
$\begingroup$

Let $n>1$, and $K > 0$, consider the following equation

$$ \sum_{i=1}^n \alpha_i e^{\beta_i x}= K$$

where $\alpha_i, \beta_i \geq 0$ are known and $x \in \mathbb{R}$ unknown.

Is it possible to find an analytical solution $x$, if any, to the equation above?

  • 0
    After some googling, I found that most proposed methods are numerical. So, I am wondering if there is some analytical trick to study this equation.2017-02-23

1 Answers 1

1

I do not think there is any general analytic way to tackle such a problem. You can see it, if you put $y=e^x$ and then your equation becomes $$\sum_{i=1}^na_iy^{b_i}=K$$ which, even in the simplest case that $b_j$'s are natural numbers, where you get a polynomial equation, and if the degree is higher than $5$ there is no general closed-form algebraic solution by Abel's impossibility theorem.

For your original problem, in special cases, though, you may be able to work something out in terms of special functions.

  • 0
    That was exactly what I was trying to do and found out that it is hard to go forward. I just needed "Abel–Ruffini theorem" as u mentioned to be convinced that it is not possible. Thanks!2017-02-23