I am facing a physics problem that requires me to solve $$ 0 = -gt - \frac{F}{\alpha}\cdot \log\left( 1 - \frac{\alpha t}{M+m} \right) $$ with $M=5~kg$, $m=10~kg$, $\alpha = 1 kg/s$ and $F = 0.9(M +m)g$. Via computer trial and error I was able to find that $t = 0$ and $t \approx 2.9$ are solutions. However, how can I find the solutions on a mathematical way? Since the parameters are not necessary for the mathematics, I broke it down to this for you:
$$ 0 = ax + b \cdot \log(1 + cx) $$
Note: In the exercise following hint is given: Note that $\alpha t \ll M+m$. It would be helpful already, if you could help me use that hint. Because that hint means (from my point of view) that $\frac{\alpha t}{M+m} \approx 0$. However, it would follow $\log(1 - 0) = 0$ and from that $t = 0$. This is one solutions, but how to find the second (more important) solution?
From your parameters, we see that $a\neq 0$, $b\neq 0$ and $c\neq 0$.
The solution of your problem is given by using the Lambert $W$ function
$$x = \dfrac{b}{a}W\left[\dfrac{a}{bc}\exp\left(\dfrac{a}{bc}\right) \right]-\dfrac{1}{c}$$