I am studying mass-spring-damper systems with coulombs friction. There are multiple discussions on simulating such systems using numerical methods and the problems that arise due the discontinuous excitation but I wanted to know if an analytical solution exists. To be mathematically clear about the problem, I am trying to analytically solve the following.

m*(d2x/dt2) + c*(dx/dt) + k*x = F*sign(dx/dt)

where the sign function is defined as:

sign(var) = 0 if var = 0

sign(var) = 1 if var > 0

sign(var) = -1 if var < 0

Note: I am aware of treating such systems as piece-wise linear nonlinear systems but I want to know whether a general solution exists that is capable of solving the problem without breaking it to a number of mini-problems.

More Amir Shahhosseini's questions See All
Similar questions and discussions