This is the equation: $$A\alpha\,e^{-\alpha t}+B\beta\,e^{-\beta t}=(A+B)\gamma\,e^{-\gamma t}$$ where $A$, $B$, $\alpha$, $\beta$ and $\gamma$ are all known constants.
I would like to solving for $t$, and I don't know how to take care of the L.H.S. after I take logarithm of both sides: $$ln(A\alpha\,e^{-\alpha t}+B\beta\,e^{-\beta t})=ln[(A+B)\gamma]-\gamma t$$
I am trying to do this before I turn to numerical approximation.
Thanks!
=======================
EDIT:
The actual constants are $k_a$, $CL$, $V_1$, $Q$ and $V_2$, which are all individual positive real numbers (for simplicity, I will denote them, respectively, as $x_1$, $x_2$, $x_3$, $x_4$ and $x_5$), such that
$$\begin{cases} \beta=\frac{1}{2}[\frac{x_4}{x_3}+\frac{x_4}{x_5}+\frac{x_2}{x_3} - \sqrt{(\frac{x_4}{x_3}+\frac{x_4}{x_5}+\frac{x_2}{x_3})^2-4\frac{x_2x_4}{x_3x_5}}] \\ \alpha=\frac{1}{\beta}\frac{x_2x_4}{x_3x_5} \\ B=\frac{x_1(\frac{x_4}{x_5}-\beta)}{x_3(x_1-\beta)(\alpha-\beta)} \\ A=\frac{x_1(\frac{x_4}{x_5}-\alpha)}{x_3(x_1-\alpha)(\beta-\alpha)} \\ \gamma=x_1 \end{cases}$$
Therefore, $\alpha$, $\beta$ and $\gamma$ should be positive, while $A$ and $B$ can be positive or negative.