David Ren
Student
- Mar 22, 2024
- 5
I know that the second order differential equation for a mass-spring-damper system, assuming some initial velocity and position and no external force is:
m*a + c*v + k*x = 0
Where a is the second derivative of x, and v is the first derivative.
Say I want to add dynamic friction to my system. I know that the force of such friction will be m*g*mu, where mu is the coefficient of dynamic friction, and its direction will be opposite of the velocity direction.
How do I incorporate this in my equation? I can't look at it simply as an external force (and as such, write m*a + c*v + k*x = m*g*mu) since that would miss the fact the direction of the force changes. I am sure there is an elegant way, I just seem to not find it.
Side note, at first I thought that the damper might actually represent dynamic friction, but then I realized it is proportional to the velocity, and dynamic friction size is dependent only on the force of the normal and friction coefficient. I hope I am correct.
m*a + c*v + k*x = 0
Where a is the second derivative of x, and v is the first derivative.
Say I want to add dynamic friction to my system. I know that the force of such friction will be m*g*mu, where mu is the coefficient of dynamic friction, and its direction will be opposite of the velocity direction.
How do I incorporate this in my equation? I can't look at it simply as an external force (and as such, write m*a + c*v + k*x = m*g*mu) since that would miss the fact the direction of the force changes. I am sure there is an elegant way, I just seem to not find it.
Side note, at first I thought that the damper might actually represent dynamic friction, but then I realized it is proportional to the velocity, and dynamic friction size is dependent only on the force of the normal and friction coefficient. I hope I am correct.