I was working on a model for both drag and gravity acting on an object dropped from a certain height, as given by the ODE below: $$mv'(t)=mg-kv^2(t)$$ Where $m$ is the item's weight, $v(t)$ is its velocity (positive is downward), $g$ is gravity, and $k$ is the item's drag.
I got this fairly nasty integral: $$\frac1m \int \frac{dv}{mg-kv^2(t)}=\int dt=t+c$$
Any idea on how to proceed?
EDIT: I can factor out $\left (\sqrt{mg}+\sqrt kv(t) \right)\left (\sqrt{mg}-\sqrt kv(t) \right)$, so the integral becomes a question of partial fractions. My question has been resolved.