Control Principles Semester 5 Diploma
Control Principles Semester 5 Diploma
MARKS
CRITERIA 1- NOVICE 2 - APPRENTICE 3 - PROFICIENT 4 - EXEMPLARY
S1 S2 S3 S4
TOTAL MARKS
Abstract
This assignment covers on how to analyze how First Order Systems and Second Order
Systems function for Time Response in Control Principle. To answer that question, we
compared the calculation of the two systems by display and evaluate the effect of each
criteria given. By calculation, we mean proper calculation and experimental works of
transient response using MATLAB. The results of our experiment shows that both of
the First Order systems and Second Order Systems are representative of many physical
system where the First Order Systems defined as the first derivative with respect to time
and Second Order Systems is derivative with respect to time. From our perspective, this
assignment emphasizes the importance of First Order Systems and Second Order
Systems in engineering since it can find major applications in every field of engineering
where something is being measured and controlled.
I. INTRODUCTION
First Order:
The input pole at the origin generated a force response,
Second Order:
For the second order system, both poles can be real-valued and on the negative real axis, they can create a double-pole on the
negative real axis, or they can form a complex conjugate pole pair, according to the transfer function of the generic second-
order system. The significance of the pole position can be shown in examples below:
1
Faculty of Electronic Engineering and Computer Engineering
The roots of the characteristic equation determine the unit step response. When both roots are real, the second-order system
behaves like a chain of two first-order systems, with two exponential components in the step response. The step response is a
harmonic oscillation with an exponentially declining amplitude if the roots are complex.
This is one way to approximate a high order system by a lower orders system (such as a first or second order system). Since
each additional pole contributes an additional exponential term that must die out before the system reaches its final value each
additional pole increase the rise time of the system. The importance of the second order system in the study of “dynamic
systems”, in particular in the study of “control system”, is due to the fact that many practical systems of order higher than two
are quite well approximated by a second order system involving only the two dominant poles (the two poles with the lowest
magnitude among all the system poles). But this is an approximation, and there are high order systems where it is not a good
one.
CONCLUSION
Finally, students may distinguish between the First Order and Second Order Systems of Transfer Function in terms of time
response. Students have previously learned how to add a pole and zeros to a transfer function. Students can obtain the time
response of a transfer function in both First and Second Order using MATLAB.
ACKNOWLEDGEMENT
We would like to say thanks for out lecturer, Dr. Amat for giving out lessons throughout the semester and giving opportunity
to conduct this assignment.
APPENDIX
Location of poles:
Bs=tf([1],[1 2]);
Cs=tf([1],[1 5]);
Ds=tf([1],[1 20]);
subplot(2,2,1);
step(As);
subplot(2,2,2);
step(Bs);
subplot(2,2,3);
step(Cs);
subplot(2,2,4);
step(Ds);
Table: evaluate
𝑊𝑛2 = 25, 𝑊𝑛 = 5
6
2𝜁𝑊𝑛 = 6 , 𝜁= = 0.6
2×5
[1]E. (2021, January 24). First Order Control System: What is it? (Rise Time, Settling Time & Transfer Function). Electrical4U.
https://www.electrical4u.com/first-order-control-system/#:%7E:text=A%20pole%20on%20the%20real,and%20get%20the%20desired%20output.
[2]Libretexts. (2021, March 5). 2.1: System Poles and Zeros. Engineering LibreTexts.
https://eng.libretexts.org/Bookshelves/Industrial_and_Systems_Engineering/Book%3A_Introduction_to_Control_Systems_(Iqbal)/02%3A_Transf
er_Function_Models/2.01%3A_System_Poles_and_Zeros#:%7E:text=Second%2DOrder%20System%20with%20Real%20Poles,-
A%20second%2Dorder&text=Then%2C%20system%20poles%20are%20located,time%20constants%20of%20the%20motor.&text=The%20trans
fer%20function%20poles%20are,Jb%3D100ms.