Trouble Writing Transfer Function for Mass-Spring-Damper System

AI Thread Summary
The discussion centers on deriving a transfer function for a mass-spring-damper system with coulomb damping, where the damping force is constant and independent of velocity. The user initially presents their differential equation and Laplace transform but struggles to express the transfer function in the standard form due to the nonlinearity introduced by the damping term. Suggestions include adjusting the transfer function by subtracting the constant damping force from the input or discretizing the system for a different approach. The first option, which involves modifying the input to account for the damping force, is deemed sufficient for the user's needs. The conversation highlights the challenges of working with nonlinear systems in control theory.
majin_andrew
Messages
19
Reaction score
0
(edit: sorry I made a mistake in the thread title. It's the output that isn't a factor of every component in the equation, that is giving me trouble)

Hi! I'm new here, and any help would be greatly appreciated.

Homework Statement


I am modelling a mass-spring-damper system in which the damping is coulomb damping, as in the damping force is constant (once the system is in motion) and independent of the velocity of the mass. There is an external force (f(t)) acting on the mass.

I think the differential equation describing the motion of the mass is: f(t) = mx'' + kx + c
where x is the displacement of the mass in the direction of f(t), m is the mass, k is the spring constant and c is the constant damping force.

I have found a Laplace transform of this function, which is F(s) = (ms^2+k)X(s) + c/s

I am required to write a transform function for this, in the form of T(s) = output / input.

I am having difficulty with this as my output (X(s)) is not a factor of all components of the right hand side of the Laplace transform, so I cannot eliminate the input (F(s)) or the output (X(s)) from this ratio.

Can someone please offer me some guidance?


Homework Equations



Differential equation describing motion: f(t) = mx'' + kx + c

Laplace transform: F(s) = (ms^2+k)X(s) + c/s

Transform function = T(s) = output / input = X(s) / F(s)

The Attempt at a Solution


My attempt has so far been the creation of the differential equation and the Laplace transform, I am stuck with the transfer function.

here goes:
T(s) = X(s) / F(s)
= 1 / [ (ms^2+k) + c/(sX(s)) ]

As you can see, I still have transfer function written in terms of the output.

Thanks a lot for your time!
Andrew
 
Physics news on Phys.org


What you've got there is a nonlinear system. The transfer function that you describe applies to linear systems.

Also, I don't think that you have the coulomb damping part quite correct, assuming that I get your meaning. I think that you should replace c -> - c sgn(x'). Unfortunately, that only confounds the nonlinearity.

Look into Green Functions (but I think that those are restricted to linear differential operators as well).

OK, I thought about this a bit, and I think that you have two options, but neither one of them is going to exactly achieve your original goal. In both options, the motion, x', must have a constant direction.

1) You can simply subtract c from both sides, and find the "adjusted" transfer function: Fadj(s)=X(s)/(F(s)-c/s). This is basically a nonlinear version of the transfer function in that different input frequencies must be adjusted by -c/s. Of course, this seems rather obvious.

2) You can discretize the system, and then extend the discretized differential operator to an affine transformation. I will explain further if this approach is acceptable.

The main problem with these options is that I don't know how you would garuntee that the direction of x' is constant.
 
Last edited:


Thanks a lot Turin!
I believe your first option will suffice for what I am trying to achieve. And yes, I thought about the direction of c depending on the direction of x' but I wasnt sure of the notation for it.

Thanks again!
 
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top