Solving for time in damped fall equation with exponential and logarithm

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
SystemTheory
Messages
234
Reaction score
0
This equation specifies displacement x in terms of motion time t (starting from rest).

[tex]x = \tau g\left(t + \tau e^{-t/\tau} -\tau\right)[/tex]

where tau = m/b is the system time constant of a mass m suspended from a mechanical braking device with rectilinear damping constant b and g is standard gravity.

Can anyone help me find t as a function of displacement x? I'm having trouble with the logarithm algebra. I'm new to the forum, so any tips are appreciated.
 
Physics news on Phys.org
This is a trancendental equation for "t", you won't be able to find an exact solution.
 
Thanks for that help.

I'm trying to predict the time down a ramp of known length xL as shown in the diagram. I'd like a closed form approximation to write in a code statement. This will set the transient analysis time based on the input data inside a computer simulation.

The differential equation solved for acceleration looks like this:

[tex]\frac{dv}{dt} = \frac{mg sin\theta - bv}{m}[/tex]

Any ideas appreciated.
 

Attachments

  • downramp.gif
    downramp.gif
    4.9 KB · Views: 520
Last edited: