$e^C$ is a + constant, the absolute value will multiply the inside expression by -1 when the inside is negative, so we can replace the $e^C$ constant with an arbitrary constant A that can be + or -
$mg-kv=Ae^{\frac{-kt}{m}}$
so, the general solution is $$v(t)=\frac{1}{k}(mg-Ae^{\frac{-kt}{m}})$$
>Since these are so similar, I'm calling these two #de_s_type1 Note that $\frac{1}{f(y)}$ is still an arbitrary function of y. So you could also say: $k(y)dy=g(x)dx$ is a separable equation.
#ex #de_s_type1
$$\frac{dy}{dt}=\frac{1-t^2}{y^2}$$
$y^2dy=dt(1-t^2)$
integrating both sides yields:
$\frac{y^3}{3}=t-\frac{t^3}{3}+C$
finally we get:
$$y=(3t-t^3+C)^\frac{1}{3}$$
## Initial value problem (IVP):
A Differential equation with provided initial conditions.