Applied Mathematical Modeling of SISO Physical Mechanical System – Part1 –Developing System Equations

Developing system equations is the important first step for finding solution of a physical mechanical system. Here, I will discuss the procedure for creating the system equations to model a Single Input Single Output (SISO) mechanical system.

 

 

Example: Find out the displacement [x (t)] with respect to time for the mass m for the damped mass spring system shown below:

SISO Physical Mechanical System Representation
SISO Physical Mechanical System Representation

 

f (t) -Input time dependent force

 

x (t) – Output time dependent displacement

 

m – Mass of the body

 

b – Co-efficient of viscous friction (i.e., friction force per unit velocity, S.I unit N-s/m)

 

Solution: Although the ultimate objective of the above problem is to find out the displacement x(t) by applied mathematical modeling of the above physical mechanical system, however in this part we will limit our solution only up to the formation of system equations. Let’s see how it is done:

 

Step – 1 – Draw Free Body Diagram (FBD):

 

  1. The D’Alembert’s law, which says that: algebraic sum of all the internal and external forces applied to a body in any particular direction is equals to zero, is used while creating system equations for a mechanical system.
  2. Consider the direction towards right is positive for any entity.
  3. Find out all the forces with direction applied to the body. For the system shown in Fig.1 the applied forces are as below:
    1. Applied external force +f(t).

    2. Reaction force from the spring -k.x(t) or -k.x, as the spring reaction force applied from left to right, so the direction here is negative.

    3. Friction force -b.v(t) or -b.v, friction applies to the direction opposite to the motion i.e., left to right hence negative.

    4. Considering all the applied forces, the free body diagram for the system shown in Fig.1 looks as below:

Free Body Diagram for Mechanical System
Free Body Diagram for Mechanical System

 

 

Step – 2 – Create System Equations:

Now to get the system equations, D’Alembert’s will be used as follow:

 

Σ F = 0 (summation of all the forces =0)

 

=>+f(t) -b.v(t) -k.x(t) =0

 

=> m.a(t) -b.v(t) -k.x(t) =0 (as, force= mass . Acceleration)

 

=> m. (d2x / dt2) – b. (dx / dt) – k. x = 0 ( as, d2x / dt2 = a & dx/dt = v)

 

=> m. x” – b. x’ – k. x = 0 ( as, x”= d2x / dt2 & x’= dx/dt)

 

So, the system equation for the damped mass spring system shown in Fig.1 finally become:

 

m. x” – b. x’ – k. x = 0

 

Shibashis Ghosh

Hi, I am Shibashis, a blogger by passion and an engineer by profession. I have written most of the articles for mechGuru.com. For more than a decades i am closely associated with the engineering design/manufacturing simulation technologies. I am a self taught code hobbyist, presently in love with Python (Open CV / ML / Data Science /AWS -3000+ lines, 400+ hrs. )

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.