If I have a formula for velocity with respect to distance, like:
$73 (km / s / megaparsec)$
And I want to convert it to a formula for velocity (or any of its derivatives or its integral) with respect to time, how would I go about it?
My approach thus far is as follows:
$v(s) = 73s(t)$
By the chain rule:
$\frac{ds'}{ds} = \frac{ds'}{dt} * \frac{dt}{ds}$
$\frac{ds'}{ds} = s''(t) * \frac{1}{s'(t)}$ (because of $\frac{dy}{dx} = \frac{1}{\frac{dx}{dy}}$)
I can solve this differential equation with the characteristic equation:
$s^2 - 73s = 0$
I arrive at:
$s(t) = e^{74 * t}$
And this doesn't work because substituting values for $t$ here does not agree with what we would expect given $v(s)$