Control in Nonlinear Systems
Control in Nonlinear Systems
Figure 6. Graphic of the liquid level system model in a set of Specify the appropriate poles for the regulator to improve the
three tanks arranged in cascade made in Simulink with sine system reaction time; these poles must be negative and far
input away from the center. Finally, the algorithm generates the
proportional gain variable k.
VII. CODE IN MATLAB
𝑆(𝑒) = ∑ 𝛼𝐶𝑖 + 1) ∗ 𝑒 𝑖
𝑖=−1
0
𝑆(𝑒) = ∑ 𝛼𝐶𝑖 + 1) ∗ 𝑒 𝑖
𝑖=−1
𝑆(𝑒) = 𝛼0 𝑒 −1 + 𝛼1 𝑒 0
Taking into account the rules
∞
−1
𝑒 = ∫ 𝑒(𝑡) ∗ 𝑑𝑡
0
0
𝑒 = 𝑒(𝑡)
Figure 33. Graph of Tracker observer smith with external
perturbation 𝑑𝑒(𝑡)
𝑒1 =
𝑑𝑡
𝑆(𝑒) = 𝛼0 ∫ 𝑒(𝑡) + 𝑒(𝑡)
𝑆̇(𝑒) = 𝛼0 𝑒 + 𝑒̇
With 𝑒 = 𝑦 − 𝑟𝑒𝑓𝑒𝑟𝑒𝑛𝑐𝑒
𝑒̇ = 𝑦̇
𝐶 1
𝑒̇ = 𝑦̇ = 𝑥̇1 = − √𝑥1 + ∗ 𝑢
𝐴 𝐴
It is replaced in the 𝑆̇(𝑒)
𝐶 1 Figure 36. Graph of slider method with y=x1
𝑆̇(𝑒) = 𝛼0 𝑒 + − √𝑥1 + ∗𝑢 Previously it was said that α0 n η can be any positive value
𝐴 𝐴 for this, we will change α0=1 to see its result
We know that 𝑆̇(𝑒) = −𝜂 ∗ 𝑠𝑖𝑔𝑛(𝑠)
𝐶 1
𝑆̇(𝑒) = 𝛼0 𝑒 + − √𝑥1 + ∗𝑢 = −𝜂 ∗ 𝑠𝑖𝑔𝑛(𝑠)
𝐴 𝐴
𝐶 1
𝛼0 𝑒 + − √𝑥1 + ∗𝑢= −𝜂 ∗ 𝑠𝑖𝑔𝑛(𝑠)
𝐴 𝐴
We clear the value of u
𝐶
𝑢 = (−𝛼0 𝑒 + √𝑥1 − 𝜂 ∗ 𝑠𝑖𝑔𝑛(𝑠)) ∗ 𝐴
𝐴
With η= 100
REFERENCES
[1] Eng.newcastle.edu.au, 2022. [Online]. Available:
https://www.eng.newcastle.edu.au/~jhb519/teaching/snolin/
material/cap01.pdf.
[2] Biblioteca.utb.edu.co, 2022. [Online]. Available:
https://biblioteca.utb.edu.co/notas/tesis/0063144.pdf.
[3] S. Cristina, "A Gentle Introduction to the Jacobian",
Machine Learning Mastery, 2022. [Online]. Available:
https://machinelearningmastery.com/a-gentle-introduction-
to-the-jacobian/. [Accessed: 22- May- 2022]
[4]2022. [Online]. Available:
https://www.researchgate.net/profile/Hebertt-Sira-
Ramirez/publication/327929276_Control_de_Sistemas_No_
Lineales_Linealizacion_aproximada_extendida_exacta/links
Figure 40. Graph of slider method η= 100 /5c009b67a6fdcc1b8d4a9371/Control-de-Sistemas-No-
When analyzing the different values of η, it can be seen that Lineales-Linealizacion-aproximada-extendida-exacta.pdf.
the value set to η modifies the stabilization value that the [5]J. Leite, "Ingenieria-de-Control-Moderna-Ogata-5ed",
output will have. Academia.edu, 2022. [Online]. Available:
CONCLUTIONS https://www.academia.edu/9814191/Ingenieria_de_Control_
Moderna_Ogata_5ed.
* For a non-linear system plant, it is possible to make
regulators and trackers depending on it.
* There are different ways of making trackers for non-linear
plants, the choice of the tracker that we choose will depend
on the needs we have, such as the stabilization time and
external disturbances that may occur.
* Realizing trackers controllers in continuous and discrete-
time gives the possibility of implementation being a form of
choice towards the costs that may occur in the manufacture
of these controllers.
* When control is carried out towards the non-linear plant,
the energy that is consumed must be taken into account, since
this energy factor represents very important costs towards the
implemented place.