Suppose I throw a ball up in the air (with air friction $b>0$) at time $t=0$ and it lands at time $T_1$. So we have the equation:
$$m\frac{\mathrm{d}v}{\mathrm{d}t} = -bv + mg$$
And suppose I throw a ball up in a vacuum (with the same initial velocity) at time $t=0$ and it lands at time $T_2$. So we have the equation:
$$m\frac{\mathrm{d}v}{\mathrm{d}t} = mg$$
Is $T_1<T_2$?
With height as positive in the upward direction, the ODE becomes $\dot{v} = f(v,b) = -{b \over m} v -g$.
Let $t \mapsto v(t,b)$ denote the solution to the ODE for a given $b \ge 0$, and let $t \mapsto x(t,b)$ represent the corresponding height obtained by integrating $v$. Note that the solutions are $C^1$. It is straightforward to write down an explicit solution for both $b=0$ and $b>0$.
The initial conditions are $v(0,b) = v_0 >0$ and $x(0,b) = 0$. We have $v(t,0) = v_0 -gt$, and for $b>0$, $v(t,b) = e^{-{b \over m} t}(v_0 +{mg \over b}) - {mg \over b}$. Integrating gives $x(t,0) = v_0t-{1\over 2} g t^2$, and for $b>0$, $x(t,b) = {m \over b} \left( (1-e^{-{b \over m} t})(v_0 +{mg \over b}) - gt \right)$.
It is straightforward to see that the height is strictly increasing up to some maximum height, and then strictly decreasing after that. In particular, there exist a unique zero crossing for some $t>0$, and that the velocity is strictly negative at this time. Let $T(b)>0$ denote the unique crossing time.
Direct computation gives $T(0) = {2 v_0 \over g}$. We would like to show that $T(b) < T(0)$ for $b >0$.
Suppose $b>0$, then $x(T(b),b) = 0$ gives $ (1-e^{-{b \over m} T(b)})(v_0 +{mg \over b}) = g T(b)$ (with $T(b)>0$, of course). We can rewrite this as $ { v_0 b \over mg } + 1 = { {b \over m} T(b) \over 1-e^{-{b \over m} T(b)} }$.
We will establish the estimate ${x \over 1 - e^{-x}} > 1+{x \over 2}$ holds for $x > 0$. First note that this gives $ { v_0 b \over mg } + 1 > 1+{1 \over 2}{b \over m} T(b)$, from which we obtain $T(b) < {2 v_0 \over g} = T(0)$.
The estimate can be rearranged to ${x-2 \over x+2} > - e^{-x}$, which is clearly true for $x \ge 2$. Now suppose $0<x<2$ and rewrite the inequality as ${2+x \over 2-x} > e^x$. The Taylor series of the left hand side is $-1+\sum_{k=0}^\infty 2 {x^k \over 2^k}$ and the right hand side is $\sum_{k=0}^\infty {x^k \over k!}$. The coefficients of the constant, $x$ and $x^2$ terms are equal, and the left hand coefficient of $x^k$ is ${2 \over 2^k}$ and the right hand coefficient is ${1 \over k!}$ for $k >2$, and since ${2 \over 2^k}>{1 \over k!}$ we see that the inequality holds for $0<x<2$.