Algebra Precalculus – Solving a Sum of Exponentials

algebra-precalculusexponentiation

If I have an equation of the form
$$e^{ax} + e^{bx} = c,$$
where $a$, $b$, and $c$ are constants, how can I simplify the equation to solve for $x$?

Taking the logarithm of both sides is tricky, since I know $\log(ab) = log(a) + log(b)$, but I don't know how to simplify $\log(a + b)$…

Best Answer

Write the equation as $z + r z^s = 1$ where $z = e^{ax}/c$, $r = c^{b/a-1}$, $s = b/a$. There is a series for a solution of this, which should converge for sufficiently small $r$:

$$ z = \sum_{k=0}^\infty \frac{(-1)^k a_k}{k!} r^k \ \text{where} \ a_k = \prod_{j=0}^{k-2} (ks-j)$$

(taking $a_0 = a_1 = 1$)