No video

MATLAB Root Locus Stability Analysis

  Рет қаралды 40,287

APMonitor.com

APMonitor.com

Күн бұрын

Stability analysis determines the range of controller gains that are expected to create a stable response. The stable response can either reach a new steady state with oscillations or no oscillations. A root locus plot is a quick way to show stability versus instability and any expected oscillations.

Пікірлер: 16
@AJ-et3vf
@AJ-et3vf 2 жыл бұрын
Thank you very much for this sir. Very helpful
@fatimamasroor4904
@fatimamasroor4904 2 жыл бұрын
Cool.!really great explanation
@amr.a-m8350
@amr.a-m8350 3 жыл бұрын
Good video for Simulink the result on the scope when increasing from 10 to 300 sec shown on your video, this will give us sinewave with increasing or decreasing according to the gain of PID please why this occurred.
@apm
@apm 3 жыл бұрын
The controller may be right at the boundary between stability and instability if there is a persistent oscillation.
@xursssulaxx
@xursssulaxx Жыл бұрын
can you use taylor approximation instead of padé if you wanted?
@apm
@apm Жыл бұрын
You could do that, but it would lead to a potentially larger inverse response. The first two terms would be with (1-theta*s) in the numerator. The Taylor series approximation is more accurate with additional terms so it may improve if you used additional terms. There is also a higher-order Pade approximation that is likely more accurate. Here is additional information on linearization: apmonitor.com/pdc/index.php/Main/ModelLinearization
@TobiTobeToby
@TobiTobeToby 8 жыл бұрын
God bless you for this video!
@ShahFahad-hj1ps
@ShahFahad-hj1ps 5 жыл бұрын
very good tutorial
@sushibaitalmal9257
@sushibaitalmal9257 4 жыл бұрын
hello, I'm solving a problem (without using MATLAB) to find the gain at a specific point (s=1+3i) , but as I substitute the value of 's' in the characteristic eq. (S^3+7S^2+7S-15+K=0) , K comes up to be (90+45i) , but I never seen gain with a complex number, So do I take the magnitude or what ? ? ' _ '
@apm
@apm 4 жыл бұрын
You shouldn't have a gain with an imaginary number. There is no gain with that root. Here is information on stability analysis: apmonitor.com/pdc/index.php/Main/StabilityAnalysis that is related to your question. I recommend that you create a root locus plot to determine the roots (solutions to the equation) that correspond to different gains.
@sushibaitalmal9257
@sushibaitalmal9257 4 жыл бұрын
@@apmThank you for the answer , Im really trying to find the gain at the imaginary axis, but in some books it is mentioned that we should substitute s=jw in ch. eq. to find the gain at the imaginary axis, or at least thats how are teacher's book says, and I cant find anything explaining how its done, I just end up with an odd complex No., not really knowing what Iam doing, So is this same as RH method explained in the link or am I just completely lost !?
@apm
@apm 4 жыл бұрын
@@sushibaitalmal9257 The book is likely talking about frequency analysis and maybe about Bode plots. A good resource is Seborg, Edgar, Mellichamp, and Doyle or KZbin videos by Brian Douglas or Steven Brunton. Here is a session about learning resources: kzbin.info/www/bejne/ZmaadqlsmLB_rac
@KIMIRAIKKONE198N4
@KIMIRAIKKONE198N4 3 жыл бұрын
redo your maths. C.E. -----> 1 + K.G(s).H(s) = 0 then K = magnitude of { (1) ÷ [G(s).H(s)] }. you should always have positive real number
@TheLordsForce
@TheLordsForce 8 жыл бұрын
When designing compensators using the root locus, I usually will find min and max values of sigma, Beta and wd and then use them to find regions on the s plane where the closed loop poles need to fall within. Is there a way to plot additional lines and/or highlight regions of the root locus plot in Matlab?
@apm
@apm 8 жыл бұрын
You can generate your own Root Locus plot with commands such as: s = tf('s'); G = 1/(s^3+2*s^2+s+1); % define transfer function K = linspace(-10,100,1000); % specify gain values [R,K] = rlocus(G,K); % compute root locus points (R is complex) plot(real(R),imag(R),'r.') % root locus plot Then you can add other elements to the plot. You could also try to add elements to the rlocus plot that MATLAB produces but I've had trouble doing that.
@apm
@apm 5 жыл бұрын
I'm not sure if there is a way to add to the default rlocus plot in MATLAB. Here is a customized version in Python: apmonitor.com/pdc/index.php/Main/StabilityAnalysis It may be easier here.
Properties of Transfer Functions
6:49
APMonitor.com
Рет қаралды 10 М.
Gain a better understanding of Root Locus Plots using Matlab
19:11
Brian Douglas
Рет қаралды 231 М.
The Joker kisses Harley Quinn underwater!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 22 МЛН
Incredible Dog Rescues Kittens from Bus - Inspiring Story #shorts
00:18
Fabiosa Best Lifehacks
Рет қаралды 29 МЛН
Control Stability Analysis
26:55
APMonitor.com
Рет қаралды 3 М.
Using ‘rlocus’ in Matlab to Plot the Root Locus
19:45
Christopher Lum
Рет қаралды 32 М.
Systems Analysis - Root Locus
21:39
UConn HKN
Рет қаралды 29 М.
Bode Plots Explained
13:53
Curio Res
Рет қаралды 37 М.
Designing a PID Controller Using the Root Locus Method
1:03:59
Christopher Lum
Рет қаралды 91 М.
Intro to Control - 13.3 Root Locus for Stability!
11:51
katkimshow
Рет қаралды 89 М.
Interpreting Root Locus (Lectures on Control Systems)
15:17
Tansel Yucelen
Рет қаралды 786
Stability Analysis with a MATLAB Root Locus Plot
20:06
APMonitor.com
Рет қаралды 45 М.
The Step Response | Control Systems in Practice
14:56
MATLAB
Рет қаралды 156 М.
Designing a Lag Compensator with Bode Plot
13:24
Brian Douglas
Рет қаралды 194 М.