I was asked to solve a mathematical differential equation to find the time taken by an object to reach the highest point and the time taken by the object to fall from its highest point to ground. I found that the time taken for the object to descend from highest point is longer than the time it being thrown up. Anyone knows why tis happens? what conclusion shall i make?
iwas asked to show differential equation as $m(dv/dt)=-\alpha v-mg$, after that calculate the time to ascend and descend ,the mass of the object,$m$ is $0.1$ kg , initial velocity $u=5 \text{m/s}$ and $α=1.0$ kg/s and $g=10$ m/s$^2$.

So we are talking about physics. Very well :-) A generic solution (supposing the initial velocity $v_0$ is vertical and pointing up is $$ y=v_0t -\frac{1}{2}gt^2 $$ the object will reach the maximum height when the vertical velocity (derivative of the previous equation) is zero so we have $$ t_{max}=\frac{v_0}{g} $$ so the maximum height is $$ y_{max}=\frac{v_0^2}{2g} $$ Now it will be again on the ground when $y=0$ and therefore from our equation $$ t_{end}=\frac{2v_0}{g} $$ and you will notice that is exactly two times the time needed to reach the maximum. So the two times are the same and equal to $v_0/g$. Hope this help you. If you need help in solving the differential equation let me know and I will try to point you in the right direction.