logo

What is Engineering Mathematics?

The assignment involves completing computer modelling challenges using Matlab software package. Students are required to submit a group specification report and an individual report, which together account for 40% of the module mark. The challenge timeline and page limits are provided. The assignment aims to increase understanding of theory and mathematics taught in term 1 and gain experience in using Matlab. Planning and teamwork are emphasized for successful completion of the challenge.

5 Pages2842 Words11 Views
   

Added on  2022-08-16

What is Engineering Mathematics?

The assignment involves completing computer modelling challenges using Matlab software package. Students are required to submit a group specification report and an individual report, which together account for 40% of the module mark. The challenge timeline and page limits are provided. The assignment aims to increase understanding of theory and mathematics taught in term 1 and gain experience in using Matlab. Planning and teamwork are emphasized for successful completion of the challenge.

   Added on 2022-08-16

ShareRelated Documents
Engineering Mathematics 2
1st Author
1st author's affiliation
1st line of address
2nd line of address
Telephone number, incl. country code
1st author's E-mail address
2nd Author
2nd author's affiliation
1st line of address
2nd line of address
Telephone number, incl. country code
2nd E-mail
3rd Author
3rd author's affiliation
1st line of address
2nd line of address
Telephone number, incl. country code
3rd E-mail
ABSTRACT
In this project, a general analysis of vehicle suspension system is
produced with the help of Newtonian mechanics and
mathematical methods. The suspension system is assumed to
follow the behavior of mass-spring-damper system approximately.
Thus the system is analyzed with transfer function and state space
modelling common for mass-spring-damper and stability of
system along with its critical suspension parameters are measured
with suitable mathematical expressions and simulations in
MATLAB.
1. INTRODUCTION
The vehicle suspension system is an important part of a car which
helps to minimize the discomfort of travelling in non-smooth
surfaces. Basically the suspension system works as a low pass
filter which helps to filter out the high frequency oscillations
caused by irregular road surfaces and thus to maintain stability of
vehicle while moving. The main parameters of vehicle suspension
are the stiffness constant and viscosity constant of the damper
which corresponds to various suspension equipment in actual
vehicle [1]. An inaccurate choice of the parameters can result in
poor vehicle performance and may be sometimes sudden failure
while moving that can cause accidents due to lack of control over
the vehicle. In this study these parameters of suspension suitable
for a fixed vehicle mass is estimated by using Newton’s law of
mechanics with differential equation and stability analysis of
control system. The vehicle is simulated for different values of
these parameters and the critical natural frequency and damping
ratio of the system is estimated which is very much important for
the vehicle dynamics [2].
2. DEVELOPMENT OF SYSTEM
MODEL & ANALYSIS OF SYSTEM
CHARACTERISTICS
There are four forces acting on the system which are force due to
gravity, force for spring, damping force and net external forces
F(t). Now, force due to gravity is
Fg = mg
Now, spring force can be modelled by Hooke’s law that states
force exerted by spring is proportional to displacement from its
natural length and here the natural length is spring length L added
with relative displacement between car and the road [4].
Hence, Fs = -k(L + (u(t)- y(t)))
Now, the damping force or the car’s suspension responds to
relative velocity between car and road unevenness and given by,
Fd = -c(u’(t)-y’(t))
Now, by putting all of the forces together and applying newton’s
second law which gives acceleration of an object is equal to all the
forces applied to it gives,
mu’’(t) = mg – k(L+u(t) – y(t)) -c(u’(t)-y’(t)) + F(t)
Or, mu’’(t) + c(u’(t)-y’(t)) + k(u(t) – y(t)) = mg – kL + F(t)
What is Engineering Mathematics?_1
2.1 Differential equation of system:
Now, when the car is at rest then gravitational force and spring
force cancels each other. Thus the differential equation of the
system can be represented by the following equation
mu’’(t) + c(u’(t)-y’(t)) + k(u(t)-y(t)) = F(t) (1)
Here, m = mass of the car.
u’’ = acceleration of the car.
u’ = car velocity
y’ = change of road unevenness
u = car displacement
y = road unevenness displacement
F(t) = external force applied to the system
It can be seen from the equation that highest order of the
differential equation is two and hence it is a 2nd order differential
equation [5]. In the equation the driving force is the external force
applied to the system, the spring or compression/extension
component of the suspension represents the restoring force and
the damper of suspension is the energy absorbing force.
2.2 Applied simplifications on system
Now, in the system it is assumed that the driving, restoring force
and the energy absorbing corresponds to external force, spring and
a damper, however, in actual case of a car the forces can be much
complicated [3]. As there can be several external forces can be
acting on the car and may not vary only according to time. Also,
the restoring force is real case is not exactly corresponds to the
behavior of a spring, additional equipment like gears or others
may exist. The damping force that absorbs energy while the car is
moving through rough surfaces often is of non-linear type,
however, in the model a linear constant is multiplied with the
damping force [6]. Thus more complicated mathematical equation
is needed to model the car suspension system such that better
behavior of its dynamics can be obtained matching with real
cases.
2.3 Natural frequency and damping ratio
The natural frequency of the system is expressed by the
coefficients of the differential equation as given by,
ωn = k /m and the damping ratio ξ= c
2 km
Here, k = spring stiffness, c = damper viscosity and m = mass
Now, when the system is in equilibrium then no external force is
applied to the system and hence F(t) = 0 [8]. Now the differential
equation in terms these parameter becomes
( 1
ωn
2 ) u ( t ) + ( 2ξ
ωn ) (u ¿¿ ' ( t ) y ' (t))+(u (t) y (t ))=0 ¿
2.4 Transfer function of system
The transfer function of the system is obtained by taking forward
Laplace transform of the equation (1) assuming zero initial
conditions i.e. u(0) = 0 and u’(0) = 0.
ms^2U(s) + csU(s) – csY(s) + kU(s) – kY(s) = 0
U(s)(ms^2 + cs + k) = (cs+k)Y(s)
U(s)/Y(s) = (cs+k)/(ms^2 + cs + k)
Now, the system characteristics is investigated for different values
of k and ξ with a fixed mass of 750 kg as provided for the
assignment. The damping coefficient c can be determined from
the expression of ξ as
c=2ξ km
2.5 Transient and frequency analysis for
different spring stiffness (k) and damping
ratio (ξ)
Now, frequency domain analysis of the system is first performed
by loading the system transfer function MATLAB. The bode plot
is an appropriate frequency domain analysis which is obtained in
MATLAB as shown in Figure 1.
The different values of k are 7.5*10^3, 7.5*10^4 and 7.5*10^5
N/m respectively and different values of ξ are 0.15, 0.3 and 0.6.
The transfer functions are obtained in MATLAB are
Sys 1= 711.5 s +7500
750 s2+711.5 s+7500
Sys 2= 4500 s+75000
750 s2+ 4500 s +75000
Sys 3= 2.846e4 s +750000
750 s2 +2.846e4 s+750000
From the bode plots it is found that the gain margin and phase
margins are always positive for all value spring coefficients (k).
Hence, it can be concluded that the open loop system is
asymptotically stable with finite gain crossover frequency.
However, the open loop system has infinite gain margin indicating
no finite phase crossovers [6].
Now, for transient analysis, step response of each system or
transfer function is obtained in MATLAB and the behavior of
system for finite time is observed as shown in Figure 2. It is
evident from the responses that as the value of spring constant is
increase the system reaches stability in less time and hence the
settling time of the system is reduced [7].
Now, as evident from the expression of ωn, increasing the value
of spring constant should increase the natural frequency. This is
calculated in MATLAB and the three value of ωn for three k’s in
sequence are 3.1623, 10 and 31.6228 Hz respectively.
Also, from the expression of c it is also evident that increasing the
damping ratio increases the value of viscosity constant. Thus for a
constant k if viscosity constant is increased then the value of
damping ratio ξ will also increase and vice versa. However, the
damping ratio cannot be negative. When the damping ratio =0
then it is undamped condition, 0<ξ<1 gives underdamped
condition, ξ =1 gives critically damped condition and ξ>1 is the
over-damped condition [9]. In MATLAB the calculated values of
c for three different ξ in increasing sequence are 0.0712*10^4,
0.45*10^4 and 2.846*10^4 respectively.
What is Engineering Mathematics?_2

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Quarter Car Modelling Assignment
|8
|1336
|52