Laplace Transform of Sign() or sgn() functions

In summary, the engineer is trying to create a state space model for their system, specifically for modeling friction in a linear motor. They have found that using a simple viscous friction model is not accurate enough and want to include Coulomb friction. However, they are struggling to find a Laplace transform for the sign() function needed in the new friction model.
  • #1
macardoso
4
1
TL;DR Summary
Trying to model friction of a linear motor. Need help with state space model. What is the Laplace Transform of sign(x_dot)? I think this is the right sub-forum?
Trying to model friction of a linear motor in the process of creating a state space model of my system. I've found it easy to model friction solely as viscous friction in the form b * x_dot, where b is the coefficient of viscous friction (N/m/s) and x_dot represents the motor linear velocity.
However, this viscous friction only model fails to accurately represent the system since the Coulomb friction in my motor is roughly 400x that of the viscous friction for my operational speed range. I would like to use the friction model b_c * sign(x_dot) + b_v * x_dot, where b_c represents the coefficient of sliding (Coulomb) friction, b_v is the coefficient of viscous friction, and x_dot is the motor linear velocity. The sign() function is needed since the direction of the friction force opposes the direction of motion.
There is also a static friction component that I'm ignoring for now.
My issue: I can't seem to find a Laplace transform for sign(x_dot) to allow me convert my equations of motion into a state-space model. The simple model b * x_dot becomes b * X(s) * s. What would b_c * sign(x_dot) + b_v * x_dot become??

Thanks,
An engineer trying to relearn control theory 10 years after college...
 
Physics news on Phys.org
  • #2
[tex]sgn(x-c)=2 H(x-c)-1[/tex]
where H is Heaviside step function.
From Laplace tansform table
[tex]L\{sgn(x-c)\}(s)=2 \frac{e^{-cs}}{s}-\frac{1}{s}[/tex]
 

What is the Laplace Transform of the sign function?

The Laplace Transform of the sign function, also known as the sgn function, is a piecewise function that is defined as 1 for positive values, -1 for negative values, and 0 for a value of 0. Its Laplace Transform is 1/s, where s is the complex variable in the Laplace domain.

What is the significance of the Laplace Transform of the sign function?

The Laplace Transform of the sign function is useful in signal processing and control systems, as it can be used to analyze the behavior of systems with discontinuous inputs. It is also used in solving differential equations and in the study of impulse response and stability of systems.

How is the Laplace Transform of the sign function derived?

The Laplace Transform of the sign function can be derived using the definition of the Laplace Transform and the properties of the sign function. By splitting the integral into two parts for positive and negative values, and using the property of the sign function, the Laplace Transform can be simplified to 1/s.

What is the inverse Laplace Transform of the Laplace Transform of the sign function?

The inverse Laplace Transform of the Laplace Transform of the sign function is the sign function itself. This can be derived using the inverse Laplace Transform definition and the properties of the sign function.

Can the Laplace Transform of the sign function be used to solve differential equations?

Yes, the Laplace Transform of the sign function can be used to solve differential equations with discontinuous inputs. By taking the Laplace Transform of both sides of the equation and using the properties of the sign function, the solution can be obtained in the Laplace domain and then transformed back to the time domain using the inverse Laplace Transform.

Similar threads

  • Differential Equations
Replies
1
Views
666
  • Calculus and Beyond Homework Help
Replies
1
Views
68
  • Differential Equations
Replies
2
Views
1K
Replies
4
Views
2K
Replies
31
Views
1K
  • Differential Equations
Replies
2
Views
2K
  • Differential Equations
Replies
1
Views
3K
Replies
1
Views
3K
  • Differential Equations
Replies
3
Views
3K
Back
Top