How to get stiffness and damping values for single degree of freedom?

2 views (last 30 days)
I'm doing mathematical modeling for (SDOF) a car seat which has mass 20 kg. I need stiffness and damping values to solve the equation of motion in Matlab. So please can u tell me any procedure to get these value.

Accepted Answer

KSSV
KSSV on 7 Nov 2017
There is a relation between natural frequency, stiffness and mass.....the relation is :
w = sqrt(k/m) ;
As you want to find what should be k...then you have to decide/ fix frequency w and then get k, as m is known.
YOu can have a look on Rayleigh damping, to fix the take damping value. Rayleigh damping depends on K and M.
  11 Comments
raju patel
raju patel on 8 Nov 2017
On what factors I have to fix the value of a and b. Since some journal has suggested to fix 5percent for zeta value and get the C value.

Sign in to comment.

More Answers (1)

M
M on 7 Nov 2017
Stiffness and Damping values depend on the material of the car seat you're studying.
  1 Comment
raju patel
raju patel on 7 Nov 2017
I have understood what have u answered but I there any experiment or simulation way to get the exact values?

Sign in to comment.

Categories

Find more on Propagation and Channel Models in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!