SlideShare a Scribd company logo
1 of 25
ROOT LOCUS
KHALID SAEED AL BADRI
A system to automatically
track a subject in a visual
image can be modeled as
follows
A root locus plot is simply a
plot of the s zero values and
the s poles on a graph with real
and imaginary coordinates.
• This method is very powerful
graphical technique for
investigating the effects of the
variation of a system parameter
on the locations of the closed
loop poles.
The root locus of an (open-loop)
transfer function G(s) is a plot of the
locations of all possible closed loop
poles and zeros.
Poles and zeros
)())((
)())((
)(
21
21
n
m
pspsps
zszszsk
sF





n
m
ppp
zzz


,,
,,
21
21 zeros
poles
axisRe
axisIm
pole
zero
Root Locus Sketching Rules
Rule 1:Find the number of
poles Np and zeros Nz
Rule 2:Root locus is
symmetric about the
real axis.
Rule 3: Along the real
axis, the root locus
includes all
segments that are to
the left of an odd
number of poles and
zeros.
Root Locus Sketching Rules
Rule4: find the asymptotic location at 0
and angles k.
Example 1
Sketch the root locus of the closed-loop
system.
Ei
Plant G(s)Controller
DV
16
0 0174 1s s( . )KP0.03
V
D
0.03
   
 
 
 
1 0
0.48
1 0
0.0174 1
p
N s
p
D s
K G s H s
K
s s
 
 

Example 1
Step 1:Transform the closed-loop characteristic
equation into the standard forms:
Step 2:Find the open-loop zeros, zi , and the open-
loop poles, pi :
 
 
 
1
1 27.58 0
57.47
N s
p
D s
K
s s
 

No open-loop zeros
open-loop poles 47.57,0 21  pp
K
Example 1
Step 3:Determine the real axis segments that are to
be included in the root locus.
1 0p 2 57.47p  
Example 1
Step 4: Determine the asymptotes 0 and angles k .
(2 1) [rad]k
P Z
k
N N


 

2
2


 


0
i i
P Z
p z
N N




  57.47
28.74
2

  
Example 1
Step 5: Determine the break-away and break-in points .
( ) ( )
0 or 0,
( ) ( )
d N s d D s
ds D s ds N s
   
    
   
 0.0174 1
0,0.0348 1 0, 28.74
0.48
s sd
s s
ds
 
     
 
Example 1
-60 -50 -40 -30 -20 -10 0
Real Axis
-30
-20
-10
0
10
20
30
Img. Axis
-57.47
-28.74
Example 2
A positioning feedback control system is proposed.
The corresponding block diagram is:
Sketch the root locus.
Y(s)U(s)
Plant G(s)
Controller
R(s) 16
0 0174 1s s( . )
K(s + 80)
+

Example 2
122
-140 -120 -100 -80 -60 -40 -20 0
-40
-30
-20
-10
0
10
20
30
40
Real Axis
Imag Axis
1 0p 2 57.47p   37.6
Example 3
A feedback control system is proposed. The corresponding
block diagram is:
Sketch the root locus.
Y(s)U(s)
Plant G(s)Controller
R(s) 1
4 202
s s s( ) 
+

K
s( ) 4
     
 2
1 0
1
1 0
4 4 20
cG s G s H s
K
s s s s
 
 
  
Find closed-loop characteristic equation:
Example 3
Step 1:
Step 2:
Step 3:
 
  
 
2
1
1 0
4 20 4
N s
D s
K
s s s s
 
  
1 2 3,40, 4, 2 4p p p j     
open-loop zeros
open-loop poles
No open-loop zeros
1 0p 2 4p  
Example 3
Step 4:
Step 5:
(2 1) [rad]k
P Z
k
N N


 

4
3
4
5
4
7
4









 





0
i i
P Z
p z
N N




       0 4 2 4 2 4
2
4 0
j j       
  

( ) ( )
0 or 0,
( ) ( )
d N s d D s
ds D s ds N s
   
    
   
 
 
  
 
2
4 3 2
3 2
8 36 80
1
4 24 72 80
4 20 4
0
D sd d d
s s s s
ds N s ds d
s s s s
s
s s s
  
      
 
 
   
    

1 2,32, 2 2.45s s j    
Example 3
Step 6:Determine the imaginary axis crossings
  2
1
1 0
4 20 4
K
s s s s
  
  
  2
4 3 2
4 20 4 0
8 36 80 0
s s s s K
s s s s K
    
     
s j
   4 2 3
36 8 80 0K j        
4 2
21
3
1 2
260036 0
,
08 80 0 10 3.16
KKK 
  
     
   
     
Example 3
-6 -5 -4 -3 -2 -1 0
-4
-3
-2
-1
0
1
2
3
4
Real Axis
Imag Axis
Example 1/ MATLAB
 
 
 
1
1 27.58 0
57.47
N s
p
D s
K
s s
 

num=[0 1];
den=[1 57.47 0];
rlocus(num,den)
Example 2/ MATLAB
num=[1 80];
den=[1 57.47 0];
rlocus(num,den)
Example 3/ MATLAB
num=[0 1];
den=[1 8 36 80 0];
rlocus(num,den)
  2
1
1 0
4 20 4
K
s s s s
  
  
THANK YOU FOR

More Related Content

What's hot

Lecture 2 transfer-function
Lecture 2 transfer-functionLecture 2 transfer-function
Lecture 2 transfer-functionSaifullah Memon
 
STate Space Analysis
STate Space AnalysisSTate Space Analysis
STate Space AnalysisHussain K
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Amr E. Mohamed
 
Control system stability routh hurwitz criterion
Control system stability routh hurwitz criterionControl system stability routh hurwitz criterion
Control system stability routh hurwitz criterionNilesh Bhaskarrao Bahadure
 
Lecture 12 ME 176 6 Steady State Error
Lecture 12 ME 176 6 Steady State ErrorLecture 12 ME 176 6 Steady State Error
Lecture 12 ME 176 6 Steady State ErrorLeonides De Ocampo
 
State space analysis.pptx
State space analysis.pptxState space analysis.pptx
State space analysis.pptxRaviMuthamala1
 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response AnalysisHussain K
 
Ch5 transient and steady state response analyses(control)
Ch5  transient and steady state response analyses(control)Ch5  transient and steady state response analyses(control)
Ch5 transient and steady state response analyses(control)Elaf A.Saeed
 
Notes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaNotes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaAleksandar Micic
 
Chapter 4 time domain analysis
Chapter 4 time domain analysisChapter 4 time domain analysis
Chapter 4 time domain analysisBin Biny Bino
 
Lyapunov stability analysis
Lyapunov stability analysisLyapunov stability analysis
Lyapunov stability analysisVanshVarshney
 
Error analysis
Error analysisError analysis
Error analysisSyed Saeed
 

What's hot (20)

Lecture 2 transfer-function
Lecture 2 transfer-functionLecture 2 transfer-function
Lecture 2 transfer-function
 
STate Space Analysis
STate Space AnalysisSTate Space Analysis
STate Space Analysis
 
Compensators
CompensatorsCompensators
Compensators
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
 
Nyquist plot
Nyquist plotNyquist plot
Nyquist plot
 
Control system stability routh hurwitz criterion
Control system stability routh hurwitz criterionControl system stability routh hurwitz criterion
Control system stability routh hurwitz criterion
 
Lecture 12 ME 176 6 Steady State Error
Lecture 12 ME 176 6 Steady State ErrorLecture 12 ME 176 6 Steady State Error
Lecture 12 ME 176 6 Steady State Error
 
Root Locus
Root Locus Root Locus
Root Locus
 
Bode Plots
Bode Plots Bode Plots
Bode Plots
 
Bode diagram
Bode diagramBode diagram
Bode diagram
 
State space analysis.pptx
State space analysis.pptxState space analysis.pptx
State space analysis.pptx
 
Frequency Response Analysis
Frequency Response AnalysisFrequency Response Analysis
Frequency Response Analysis
 
Ch5 transient and steady state response analyses(control)
Ch5  transient and steady state response analyses(control)Ch5  transient and steady state response analyses(control)
Ch5 transient and steady state response analyses(control)
 
Lyapunov stability
Lyapunov stability Lyapunov stability
Lyapunov stability
 
Notes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaNotes nyquist plot and stability criteria
Notes nyquist plot and stability criteria
 
L11 rc triggering circuit
L11 rc triggering circuitL11 rc triggering circuit
L11 rc triggering circuit
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Chapter 4 time domain analysis
Chapter 4 time domain analysisChapter 4 time domain analysis
Chapter 4 time domain analysis
 
Lyapunov stability analysis
Lyapunov stability analysisLyapunov stability analysis
Lyapunov stability analysis
 
Error analysis
Error analysisError analysis
Error analysis
 

Viewers also liked

Chapter 8 Root Locus Techniques
Chapter 8 Root Locus TechniquesChapter 8 Root Locus Techniques
Chapter 8 Root Locus Techniquesguesta0c38c3
 
Lecture 15 ME 176 7 Root Locus Technique
Lecture 15 ME 176 7 Root Locus TechniqueLecture 15 ME 176 7 Root Locus Technique
Lecture 15 ME 176 7 Root Locus TechniqueLeonides De Ocampo
 
Lecture 13 ME 176 6 Steady State Error Re
Lecture 13 ME 176 6 Steady State Error ReLecture 13 ME 176 6 Steady State Error Re
Lecture 13 ME 176 6 Steady State Error ReLeonides De Ocampo
 
Chapter 5 root locus analysis
Chapter 5 root locus analysisChapter 5 root locus analysis
Chapter 5 root locus analysisBin Biny Bino
 
ashraf final year ppt on wcr drm kota
ashraf final year ppt on wcr drm kotaashraf final year ppt on wcr drm kota
ashraf final year ppt on wcr drm kotaashrafdgrt
 
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...Jakir Hossain
 
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana Global Development Institute
 
Wave-to-Wire Model of an Ocean Wave Energy Converter
Wave-to-Wire Model of an Ocean Wave Energy ConverterWave-to-Wire Model of an Ocean Wave Energy Converter
Wave-to-Wire Model of an Ocean Wave Energy ConverterJakir Hossain
 
Lecture 16 ME 176 7 Root Locus Technique
Lecture 16 ME 176 7 Root Locus TechniqueLecture 16 ME 176 7 Root Locus Technique
Lecture 16 ME 176 7 Root Locus TechniqueLeonides De Ocampo
 
Fungsi alih sistem kontrol
Fungsi alih sistem kontrolFungsi alih sistem kontrol
Fungsi alih sistem kontrolarie eric
 
William anyak
William anyakWilliam anyak
William anyakAnyak
 
ERHC Energy Presentation to Shareholders
ERHC Energy Presentation to ShareholdersERHC Energy Presentation to Shareholders
ERHC Energy Presentation to ShareholdersDan Keeney
 

Viewers also liked (20)

Chapter 8 Root Locus Techniques
Chapter 8 Root Locus TechniquesChapter 8 Root Locus Techniques
Chapter 8 Root Locus Techniques
 
Lecture 15 ME 176 7 Root Locus Technique
Lecture 15 ME 176 7 Root Locus TechniqueLecture 15 ME 176 7 Root Locus Technique
Lecture 15 ME 176 7 Root Locus Technique
 
Lecture 13 ME 176 6 Steady State Error Re
Lecture 13 ME 176 6 Steady State Error ReLecture 13 ME 176 6 Steady State Error Re
Lecture 13 ME 176 6 Steady State Error Re
 
Lecture 11 ME 176 5 Stability
Lecture 11 ME 176 5 StabilityLecture 11 ME 176 5 Stability
Lecture 11 ME 176 5 Stability
 
Control chap8
Control chap8Control chap8
Control chap8
 
Cuemath Program
Cuemath ProgramCuemath Program
Cuemath Program
 
Chapter 5 root locus analysis
Chapter 5 root locus analysisChapter 5 root locus analysis
Chapter 5 root locus analysis
 
ashraf final year ppt on wcr drm kota
ashraf final year ppt on wcr drm kotaashraf final year ppt on wcr drm kota
ashraf final year ppt on wcr drm kota
 
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...
A wave-to-wire model of ocean wave energy conversion system using MATLAB/Simu...
 
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana
Another Missed Opportunity? Oil, Politics and Inclusive Development in Ghana
 
Energy from sea
Energy from seaEnergy from sea
Energy from sea
 
Wave-to-Wire Model of an Ocean Wave Energy Converter
Wave-to-Wire Model of an Ocean Wave Energy ConverterWave-to-Wire Model of an Ocean Wave Energy Converter
Wave-to-Wire Model of an Ocean Wave Energy Converter
 
Lecture 16 ME 176 7 Root Locus Technique
Lecture 16 ME 176 7 Root Locus TechniqueLecture 16 ME 176 7 Root Locus Technique
Lecture 16 ME 176 7 Root Locus Technique
 
Control chap10
Control chap10Control chap10
Control chap10
 
Fungsi alih sistem kontrol
Fungsi alih sistem kontrolFungsi alih sistem kontrol
Fungsi alih sistem kontrol
 
Control chap7
Control chap7Control chap7
Control chap7
 
William anyak
William anyakWilliam anyak
William anyak
 
ERHC Energy Presentation to Shareholders
ERHC Energy Presentation to ShareholdersERHC Energy Presentation to Shareholders
ERHC Energy Presentation to Shareholders
 
Sistem suspensi
Sistem suspensiSistem suspensi
Sistem suspensi
 
SISTEM KONTROL
SISTEM KONTROLSISTEM KONTROL
SISTEM KONTROL
 

Similar to Root locus

Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...
Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...
Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...AIST
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Amr E. Mohamed
 
Hierarchical matrix approximation of large covariance matrices
Hierarchical matrix approximation of large covariance matricesHierarchical matrix approximation of large covariance matrices
Hierarchical matrix approximation of large covariance matricesAlexander Litvinenko
 
countor integral
countor integralcountor integral
countor integralSheril Shah
 
Numerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNumerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNikolai Priezjev
 
Constant strain triangular
Constant strain triangular Constant strain triangular
Constant strain triangular rahul183
 
Vu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxVu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxQucngV
 
Lecture -Earthquake Engineering (2).pdf
Lecture -Earthquake Engineering (2).pdfLecture -Earthquake Engineering (2).pdf
Lecture -Earthquake Engineering (2).pdfRayRabara
 
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)Austin Benson
 

Similar to Root locus (20)

Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...
Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...
Olesia Kushnir - Reflection Symmetry of Shapes Based on Skeleton Primitive Ch...
 
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
Modern Control - Lec 04 - Analysis and Design of Control Systems using Root L...
 
Hierarchical matrix approximation of large covariance matrices
Hierarchical matrix approximation of large covariance matricesHierarchical matrix approximation of large covariance matrices
Hierarchical matrix approximation of large covariance matrices
 
UNIT I_3.pdf
UNIT I_3.pdfUNIT I_3.pdf
UNIT I_3.pdf
 
1st Semester Physics Cycle (Dec-2015; Jan-2016) Question Papers
1st Semester Physics Cycle  (Dec-2015; Jan-2016) Question Papers1st Semester Physics Cycle  (Dec-2015; Jan-2016) Question Papers
1st Semester Physics Cycle (Dec-2015; Jan-2016) Question Papers
 
3rd Semester Electronics and Communication Engineering (June-2016) Question P...
3rd Semester Electronics and Communication Engineering (June-2016) Question P...3rd Semester Electronics and Communication Engineering (June-2016) Question P...
3rd Semester Electronics and Communication Engineering (June-2016) Question P...
 
countor integral
countor integralcountor integral
countor integral
 
4th Semester CS / IS (2013-June) Question Papers
4th Semester CS / IS (2013-June) Question Papers 4th Semester CS / IS (2013-June) Question Papers
4th Semester CS / IS (2013-June) Question Papers
 
Numerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolationNumerical Methods: curve fitting and interpolation
Numerical Methods: curve fitting and interpolation
 
4th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
4th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...4th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
4th Semester (Dec-2015; Jan-2016) Computer Science and Information Science En...
 
JMM2016PosterFinal
JMM2016PosterFinalJMM2016PosterFinal
JMM2016PosterFinal
 
Constant strain triangular
Constant strain triangular Constant strain triangular
Constant strain triangular
 
3rd Semester (June; July-2015) Computer Science and Information Science Engin...
3rd Semester (June; July-2015) Computer Science and Information Science Engin...3rd Semester (June; July-2015) Computer Science and Information Science Engin...
3rd Semester (June; July-2015) Computer Science and Information Science Engin...
 
Lecture 23 loop transfer function
Lecture 23 loop transfer functionLecture 23 loop transfer function
Lecture 23 loop transfer function
 
Vu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptxVu_HPSC2012_02.pptx
Vu_HPSC2012_02.pptx
 
Lecture -Earthquake Engineering (2).pdf
Lecture -Earthquake Engineering (2).pdfLecture -Earthquake Engineering (2).pdf
Lecture -Earthquake Engineering (2).pdf
 
2013-June: 3rd Semester E & C Question Papers
2013-June: 3rd Semester E & C Question Papers2013-June: 3rd Semester E & C Question Papers
2013-June: 3rd Semester E & C Question Papers
 
3rd Semester Electronic and Communication Engineering (2013-June) Question P...
3rd  Semester Electronic and Communication Engineering (2013-June) Question P...3rd  Semester Electronic and Communication Engineering (2013-June) Question P...
3rd Semester Electronic and Communication Engineering (2013-June) Question P...
 
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)
Tall-and-skinny Matrix Computations in MapReduce (ICME MR 2013)
 
3rd Semester (June-2016) Computer Science and Information Science Engineering...
3rd Semester (June-2016) Computer Science and Information Science Engineering...3rd Semester (June-2016) Computer Science and Information Science Engineering...
3rd Semester (June-2016) Computer Science and Information Science Engineering...
 

Recently uploaded

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 

Recently uploaded (20)

Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 

Root locus

  • 2. A system to automatically track a subject in a visual image can be modeled as follows
  • 3. A root locus plot is simply a plot of the s zero values and the s poles on a graph with real and imaginary coordinates.
  • 4. • This method is very powerful graphical technique for investigating the effects of the variation of a system parameter on the locations of the closed loop poles.
  • 5. The root locus of an (open-loop) transfer function G(s) is a plot of the locations of all possible closed loop poles and zeros.
  • 7. Root Locus Sketching Rules Rule 1:Find the number of poles Np and zeros Nz Rule 2:Root locus is symmetric about the real axis. Rule 3: Along the real axis, the root locus includes all segments that are to the left of an odd number of poles and zeros.
  • 8. Root Locus Sketching Rules Rule4: find the asymptotic location at 0 and angles k.
  • 9. Example 1 Sketch the root locus of the closed-loop system. Ei Plant G(s)Controller DV 16 0 0174 1s s( . )KP0.03 V D 0.03           1 0 0.48 1 0 0.0174 1 p N s p D s K G s H s K s s     
  • 10. Example 1 Step 1:Transform the closed-loop characteristic equation into the standard forms: Step 2:Find the open-loop zeros, zi , and the open- loop poles, pi :       1 1 27.58 0 57.47 N s p D s K s s    No open-loop zeros open-loop poles 47.57,0 21  pp K
  • 11. Example 1 Step 3:Determine the real axis segments that are to be included in the root locus. 1 0p 2 57.47p  
  • 12. Example 1 Step 4: Determine the asymptotes 0 and angles k . (2 1) [rad]k P Z k N N      2 2       0 i i P Z p z N N       57.47 28.74 2    
  • 13. Example 1 Step 5: Determine the break-away and break-in points . ( ) ( ) 0 or 0, ( ) ( ) d N s d D s ds D s ds N s               0.0174 1 0,0.0348 1 0, 28.74 0.48 s sd s s ds          
  • 14. Example 1 -60 -50 -40 -30 -20 -10 0 Real Axis -30 -20 -10 0 10 20 30 Img. Axis -57.47 -28.74
  • 15. Example 2 A positioning feedback control system is proposed. The corresponding block diagram is: Sketch the root locus. Y(s)U(s) Plant G(s) Controller R(s) 16 0 0174 1s s( . ) K(s + 80) + 
  • 16. Example 2 122 -140 -120 -100 -80 -60 -40 -20 0 -40 -30 -20 -10 0 10 20 30 40 Real Axis Imag Axis 1 0p 2 57.47p   37.6
  • 17. Example 3 A feedback control system is proposed. The corresponding block diagram is: Sketch the root locus. Y(s)U(s) Plant G(s)Controller R(s) 1 4 202 s s s( )  +  K s( ) 4        2 1 0 1 1 0 4 4 20 cG s G s H s K s s s s        Find closed-loop characteristic equation:
  • 18. Example 3 Step 1: Step 2: Step 3:        2 1 1 0 4 20 4 N s D s K s s s s      1 2 3,40, 4, 2 4p p p j      open-loop zeros open-loop poles No open-loop zeros 1 0p 2 4p  
  • 19. Example 3 Step 4: Step 5: (2 1) [rad]k P Z k N N      4 3 4 5 4 7 4                 0 i i P Z p z N N            0 4 2 4 2 4 2 4 0 j j            ( ) ( ) 0 or 0, ( ) ( ) d N s d D s ds D s ds N s                       2 4 3 2 3 2 8 36 80 1 4 24 72 80 4 20 4 0 D sd d d s s s s ds N s ds d s s s s s s s s                         1 2,32, 2 2.45s s j    
  • 20. Example 3 Step 6:Determine the imaginary axis crossings   2 1 1 0 4 20 4 K s s s s         2 4 3 2 4 20 4 0 8 36 80 0 s s s s K s s s s K            s j    4 2 3 36 8 80 0K j         4 2 21 3 1 2 260036 0 , 08 80 0 10 3.16 KKK                    
  • 21. Example 3 -6 -5 -4 -3 -2 -1 0 -4 -3 -2 -1 0 1 2 3 4 Real Axis Imag Axis
  • 22. Example 1/ MATLAB       1 1 27.58 0 57.47 N s p D s K s s    num=[0 1]; den=[1 57.47 0]; rlocus(num,den)
  • 23. Example 2/ MATLAB num=[1 80]; den=[1 57.47 0]; rlocus(num,den)
  • 24. Example 3/ MATLAB num=[0 1]; den=[1 8 36 80 0]; rlocus(num,den)   2 1 1 0 4 20 4 K s s s s      