Why Draw a Free Body Diagram?
A force is applied to a bar a distance from the fixed point. The bar with mass moment of inertia rotates about a fixed point, there are two rollers of mass attached at each end of the bar. The bar-roller system has dampers and springs attached to it. The mass moment of inertia of the bar at its centroid is=. Spring k2 has been displaced from its free lengthc
A free body diagram is used in representing the mechanical system as it shows the forces acting towards and away from an object. The layout is a vector diagram that shows both the magnitude of the forces and the direction in which they operate on or from the body. The design of the free-body diagram is based on Newton’s second and third laws of motion about the object.
A designer may forget to illustrate or indicate a particular force on the free body diagram. One design based on the rock-climber rope design made a slight mistake on the map of the holder rope. One of the forces from the cliff to the man was left out in the design, and it was noted that the rock-climbers needed to exert a lot more effort to move up. Later on, the designer realized the mistake, and when the force was factored in, rock climbers began registering better speeds and convenience. The figure below demonstrates the effects as in this example,
In a nutshell, one of the main consequences of making design errors in the free body diagram results is the need for a greater repulsive force. In this case, it would require the rock climber to use a lot of energy to climb and as a result they would tire faster. When the design considers all forces accurately, the rope and climbing aids are designed to accommodate for all the forces.
The free body diagram for this particular problem is as illustrated below. It shows all the forces acting on and away from the system. There are two pulleys connected to a fixed mechanical beam. The following free body diagram demonstrates the forces and coefficient of the mass-spring-damper pulley systems. There are three sections, the two pulleys and lever beams supporting the pulley.
Equivalent mass stores the kinetic energy as it is supplied to it. The mass in a lumped system is considered the inertia element. Newton’s second law is applied to determine the equivalent mass in both translation and rotational motion.
Real Example,
Real-Life Consequences of Not Accounting for all Forces
Similarly,
Using the expressions for an ideal system above, the same is implemented in the problem, For the roller 1 & 2, assuming the springs and dampers
The mass moment of inertia at the bar at its centroid is given. Hence, for the support bars, So, the bar and the rollers act in opposite directions, therefore, the equivalent mass is given as,
In most system, the springs may be connected in series or parallel. The parallel combination for a lumped system can be computed by summation, but the series combination may require the computation based on parallel systems. For instance, for springs in series, the total static deflection can be computed as,
The equivalent stiffness is proportional to the reciprocal of the sum of the stiffness of the individual springs. For the parallel connections, the deflection is uniformly felt in equal measure. For a system with more than two springs in parallel, the equivalent spring is obtained as,
A real example,
In the roller-bar system given in this problem,
Using Hooke’s law and Newton’s second law, the expression of static displacement is given as,
At the supporting bars, there are two springs elastically displaced on different directions,
The equivalent spring is given as an addition of the spring coefficients
Equivalent Damper of the mechanical system in its pure form dissipates all the energy supplied to it. It converts the mechanical energy to the thermal energy. It is majorly associated with the frictional dissipation of energy. The damper force or torque is directly proportional to the relative velocity of its two ends. The damper element dissipates into heat all the mechanical energy supplied to it. It is crucial to consider the case of a coulomb damper which constitutes the dry friction as well as the structural damping or hysteretic. The applied force must aim to overcome the static resistance, when the mass slides, the dynamic abrasion becomes appropriate.
A real example is such as the automotive shock absorbers,
Initial displacement and initial velocity of the system. The translational displacement, velocity, and acceleration are all related, with regards to time such that,
The initial velocity is obtained by deriving the initial displacement. The initial displacement is obtained from the static displacement based on the elasticity of the springs on the system. For rotary motion, the angular acceleration is given considering the centroidal mass moment of inertia, such that,
Equivalent Mass: Definition and Examples
Static displacement can be expressed in the case of a spring based on Hooke’s law such that,
When there is maximum force applied, at a static point, all the derivatives are zero for the static solution, hence, . At maximum force,
Importance of the static displacement
(i)It ensures that the spring extension is not assumed to be initially zero as in the ideal cases. The actual displacement at inertia is obtained and used as the initial displacement while computing the equation of motion.
(ii)It helps detect if the spring is faulty or in good shape.
(iii)It ensures that the spring is well calibrated for use in the system design to avoid random errors appearing once measurements are taken.
The static displacement is obtained using curve fitting tools for a velocity function. The function is differentiated to produce the acceleration trace. Error functions are determined and a model is developed. The springs are the suitable equipment for demonstrating the static displacement,
For roller 1, no springs are available
For roller 2, there is a spring k3. Using Hooke’s law and Newton’s second law, the expression of static displacement is given as,
At the supporting bars, there are two springs elastically displaced on different directions,
But,
Therefore,
But,
At t=0,
For the initial velocity, the focus is on the damper section of the system. It is a derivative of the static displacement. Neither do the bar supports do not have any initial velocity nor does the roller 2. For roller 1, there are two dampers connected in series, the dampers are evaluated as,
For the initial velocity calculations,
Differentiating further, we obtain an acceleration from the initial velocity. The acceleration is given by the second Newtonian law of motion. Assuming that , the magnitude of the maximum displacement and the phase angle is given by finding the displacement expression from the initial velocity expression,
All forces are equal and opposite (Newton’s third law of motion). The law states that every force applied on an object encounters an equal and opposite friction.
There are three levers
There are two pulley systems,
For pulley system 1,
From the free body diagram,
(i)The mass force,
(ii)The pulley force,
Introducing the lever and changing direction,
For pulley system 2,
(i)The mass force,
(ii)The pulley force,
Solving for the force at pulley 2,
Thus, multiplying through by 2/d,
Introducing the lever, ,
The top level,
For the entire system, the equation of motion is given as,
As an equation of motion,
The rigid body is introduced to deal with practical situations. For pure translational motion, every point in a rigid body has identical motion. Real physical bodies never display ideal rigid behavior when being accelerated. The moment of inertia assumes that the rotating body is perfectly rigid. When the pulley is moving there is an assumption that the bearing friction is considered coulomb friction. For the viscous friction as pure and it is demonstrated using the decay envelope as an exponential curve.
MATLAB implementation
Part 1: Execution
clear
close all
clc
format short
tspan = 0: 0.1: 5*pi;
x0 = [0;0];
[t,x] = ode23 (‘dfunc11_9’, tspan, x0);
figure(1)
plot (t,x(:,1));
xlabel (‘t’);
ylabel (‘x(t) and xd(t)’);
gtext (‘x(t)’);
hold on
r=x(:,2)/3;
plot (t,r);
gtext (‘xd(t)’)
grid on
Part 2: Function
function f = dfunc11_9(t,x)
m = 10;
k1=2;
k2=3;
k3=4.5;
c=0.2;
t0=0.5;
F0=3;
f=F0*(1-cos(pi*t/2*t0)-(k3+k2-k1)*x);
Damping in mechanical systems occurs in small quantities, especially for the practical mechanical system implementations. A standard second order system is given as,
Thus,
Is given as,
The natural frequency is given as,
But the value of is given, therefore,
The resulting equation is squared throughout, is given as,
The equation of motion is used to obtain the damping ratio. It is used to attribute the frequency response of the second order system. In a critical damping situation, the system tries to get to the zero point as fast as possible. The solution to such a system provides repeated real roots. If the equation below is evaluated to obtain unity, the system is considered critically damped.