If $g$ is the acceleration due to gravity and $\beta$ is a known value, solve for the time $t$ it takes an object to reach a given velocity if the acceleration of the object is given by
$$a(t) = g - \beta v(t)$$We know that when $a(t) = 0$, $v(t) = \frac{g}{\beta}$, and when $t=0$, $v(t)=0$
A possible solution
We can solve this first-order linear ordinary differential equation with a solution that looks somewhat like
$$v(t) = c_1 e^{-b t}+\frac{g}{\beta}$$
where $c_1 = -\frac{g}{\beta}$
We can solve for $t$ from there.
Is there a (simpler) way to solve this problem without using differential equations?