$$v(t) = u\ln\left({\frac{m_0}{m_0-\alpha t}}\right)-gt $$ Is the typical equation for the velocity of a rocket under gravity, with no air drag. Now I want to solve it, but I have no idea how to solve it for $v(t) = 0$. Clearly one solution is $t_1=0$. Plugging in the values numerically ($m_0 = 70000, u = 2500, g = 10, \alpha = 250$) Mathematica tells me the second root is $t_2 = 57.7766$
How can I solve this equation? I tried rewriting $t = \ln{e^t}$ but this didn't help me at all as I end up with an equation of the type $g(t,e^t) = 0$.
Any help would be appreciated!