Physics:Mass-spring-damper model

From HandWiki
Short description: Concept in physics
mass connected to the ground with a spring and damper in parallel
Classic model used for deriving the equations of a mass spring damper model

The mass-spring-damper model consists of discrete mass nodes distributed throughout an object and interconnected via a network of springs and dampers. This model is well-suited for modelling object with complex material properties such as nonlinearity and viscoelasticity. Packages such as MATLAB may be used to run simulations of such models.[1] As well as engineering simulation, these systems have applications in computer graphics and computer animation.[2]

Derivation (Single Mass)

Deriving the equations of motion for this model is usually done by examining the sum of forces on the mass:

ΣF=kxcx˙+Fexternal=mx¨

By rearranging this equation, we can derive the standard form:

x¨+2ζωnx˙+ωn2x=u where ωn=km;ζ=c2mωn;u=Fexternalm

ωn is the undamped natural frequency and ζ is the damping ratio. The homogeneous equation for the mass spring system is:

x¨+2ζωnx˙+ωn2x=0

This has the solution:

x=Aeωnt(ζ+ζ21)+Beωnt(ζζ21)

If ζ<1 then ζ21 is negative, meaning the square root will be negative the solution will have an oscillatory component.

See also

  • Numerical methods
  • Soft body dynamics#Spring/mass models
  • Finite element analysis

References