Technically it's not soggy, just suspended in
cerebrospinal fluid, but anyway.
So I'm working on a continuous physics engine and decided to adapt the continuous interest equation to friction - namely, A = Pe
rt.
This becomes, for a given starting speed S
0, coefficient of friction c, and time spent t: S
t = S
0e
ct.
Now I'm wondering how to get this equation in terms of distance travelled D
t, in the way that if I know V
t = t, then D
t = t
2. Does anyone know how to do this?
EDIT: Technically it's S
t = S
0e
-ct because the
Coefficient of friction is always positive.