Equation of motion for a Mass-Spring-Damper-system, one mass 2 DOFS

AI Thread Summary
The discussion centers on deriving the equation of motion for a mass-spring-damper system with one mass and two degrees of freedom. Participants suggest using an imaginary second mass at the junction of the springs to facilitate solving the equations of motion, emphasizing that the system is effectively one-dimensional. The conversation highlights the importance of understanding the forces acting on the mass and the relationship between the displacements of the springs. A proposed approach involves setting up a system of ordinary differential equations (ODEs) to solve for the positions of both masses, ultimately simplifying by letting the second mass approach zero. The key takeaway is the need to correctly model the system dynamics to derive the appropriate equations of motion.
Lelak
Messages
5
Reaction score
0
1. Homework Statement :

Find the equation of motion for the system below (see the attached files)
https://www.physicsforums.com/attachment.php?attachmentid=58905&stc=1&d=1369155073
Solve the problem with the state vector approach. Choose realistic values on k1,k2,c1,M and F

Homework Equations



See the attatched file.
https://www.physicsforums.com/attachment.php?attachmentid=58906&stc=1&d=1369155073

The Attempt at a Solution



I am having trouble finding the right equation of motion for this system since it has two degrees of freedom and only one mass. For a "normal", where there is a mass at every node, I have not had a problem so far.

I would appreciate any help or tips how to handle this problem! Thank you very much!
 
Last edited:
Physics news on Phys.org
Lelak said:
1. Homework Statement :

Find the equation of motion for the system below (see the attached files)
https://www.physicsforums.com/attachment.php?attachmentid=58905&stc=1&d=1369155073
Solve the problem with the state vector approach. Choose realistic values on k1,k2,c1,M and F

Homework Equations



See the attatched file.
https://www.physicsforums.com/attachment.php?attachmentid=58906&stc=1&d=1369155073

The Attempt at a Solution



I am having trouble finding the right equation of motion for this system since it has two degrees of freedom and only one mass.

Why do you say this is a 2DF problem? It isn't.
 
One way you might want to do this is to put an imaginary second mass m2 where the springs connect to each other, solve for x1 and x2, then let m2 approach zero.
 
rude man said:
One way you might want to do this is to put an imaginary second mass m2 where the springs connect to each other, solve for x1 and x2, then let m2 approach zero.

I tried doing that but then the eig function in MATLAB will not solve the eigen values and the eigenvectors. I also checked with one of the teachers, he did not seem to think that was the right way to go.
 
rude man said:
Why do you say this is a 2DF problem? It isn't.

Okay, how would you set up the equation of motion then?

I figured since there are two springs, one with damping and one without, it would be of interest to know the displacement in the node between the two springs. It would also be intereseting to find the displacement of the mass. That would give me two translations and that why I though there was 2dofs.

How would you approach this problem?
 
Lelak said:
Okay, how would you set up the equation of motion then?

I figured since there are two springs, one with damping and one without, it would be of interest to know the displacement in the node between the two springs. It would also be intereseting to find the displacement of the mass. That would give me two translations and that why I though there was 2dofs.

How would you approach this problem?

I would put a 2nd mass m at the junction of the springs. Then, when you get the result for x1 (the position of your real mass M), let m << M. I know this has to work.

So x1 is the position of real mass M when the system is quiescent (no motion of either mass), and x2 is the position of the second mass m. Then write F = mx'' for both masses, solving the system of ODE's and getting x1 and x2. Then just let m << M.

It is a 1DF system since there is motion in one direction only.

I imagine one can do without a second mass but that would involve knowledge of how to handle springs and dampers in series & parallel which I don't possess.
 
OK, there's another way: realizing that force is the same at every node from the left wall to the left end of the mass M, that gives us
k1 x1 + c dx1/dt = k2 x2 where

x1 = stretch of spring 1,
x2 = stretch of spring 2.

Let x = 0 be at the left wall;
L1 = relaxed length of spring 1
L2 = relaxed length of spring 2.

then position of mass M is at x = L1 + L2 + x1 + x2.
So now what is/are the equation(s) of motion for M? Hint: use the fact at the top of my post.
 
Back
Top