SlideShare uma empresa Scribd logo
1 de 24
Baixar para ler offline
PHASE PLANE ANALYSIS
BINDUTESH V SANER
May 5, 2015
BINDUTESH V SANER PHASE PLANE ANALYSIS
CONTENTS
1. INTRODUCTION
2. BEHAVIOUR OF NON-LINEAR SYSTEM
3. METHOD OF ANALYSIS
4. CLASSIFICATION OF NON-LINEARITIES
5. CONCEPT OF PHASE PLANE ANALYSIS
◮ Phase portraits
◮ Singular point
◮ Phase portraits construction
◮ Phase Plane Analysis of Linear Systems
◮ Phase Plane Analysis of Non-Linear Systems
6. ADVANTAGE and DIS-ADVANTAGE
7. CONCLUSION
8. REFERENCE
BINDUTESH V SANER PHASE PLANE ANALYSIS
INTRODUCTION
◮ The most important feature of Nonlinear systems is that
Nonlinear systems do not obey the Principle of
Superposition.
◮ Due to this reason, in contrast to the linear case, the response
of nonlinear systems to a particular test signal is no guide to
their behavior to other inputs.
◮ Phase plane analysis is a graphical method for studying
second-order systems.
◮ The nonlinear system response may be highly sensitive to
input amplitude.
For example, a nonlinear system giving best response for a
certain step input may exhibit highly unsatisfactory behavior
when the input amplitude is changed.
BINDUTESH V SANER PHASE PLANE ANALYSIS
BEHAVIOR OF NON LINEAR SYSTEM
◮ The nonlinear systems may exhibit limit cycles which are
self-sustained oscillations of fixed frequency and amplitude.
◮ Once the system trajectories converge to a limit cycle, it will
continue to remain in the closed trajectory in the state space
identified as limit cycles.
◮ In many systems the limit cycles are undesirable particularly
when the amplitude is not small and result in some unwanted
phenomena.
BINDUTESH V SANER PHASE PLANE ANALYSIS
METHOD OF ANALYSIS
◮ Nonlinear systems are difficult to analyze and arriving at
general conclusions are tedious.
◮ However, starting with the classical techniques for the solution
of standard nonlinear differential equations, several techniques
have been evolved which suit different types of analysis.
◮ It should be emphasized that very often the conclusions
arrived at will be useful for the system under specified
conditions and do not always lead to generalizations.
BINDUTESH V SANER PHASE PLANE ANALYSIS
TYPES OF METHODS FOR ANALYSIS
1. Linearization Techniques
2. Describing Function Analysis
3. Liapunovs Method for Stability
4. Phase Plane Analysis
BINDUTESH V SANER PHASE PLANE ANALYSIS
CLASSIFICATION OF NON-LINEARITIES
1. Inherent Non-linearities:The nonlinearities which are present
in the components used in system due to the inherent
imperfections or properties of the system are known as
inherent nonlinearities. for eg. Satuation in
magnetic,Deadzone, Backlash in gear etc
2. Intentional Non-linearities:In some cases introduction of
nonlinearity may improve the performance of the system,
make the system more economical consuming less space and
more reliable than the linear system designed to achieve the
same objective. Such nonlinearities introduced intentionally to
improve the system performance are known as intentional
nonlinearities.
BINDUTESH V SANER PHASE PLANE ANALYSIS
CONCEPT OF PHASE PLANE ANALYSIS
◮ phase portraits:The phase plane method is concerned with
the graphical study of second-order autonomous systems
described by
˙x1 = f1(x1, x2) (1)
˙x2 = f2(x1, x2) (2)
◮ where
x1, x2 : states of the system
f1, f2 nonlinear functions of the states
◮ Geometrically, the state space of this system is a plane having
x1, x2 as coordinates.This plane is called Phase plane.
BINDUTESH V SANER PHASE PLANE ANALYSIS
◮ The solution of (1) with time varies from zero to infinity can
be represented as a curve in the phase plane. Such a curve is
called a Phase plane trajectory.
◮ A family of phase plane trajectories is called a phase portrait
of a system.
◮ consider a example of Phase portrait of a mass-spring
system.
Figure: Mass-spring system and its portrait
BINDUTESH V SANER PHASE PLANE ANALYSIS
Contd....
◮ The nature of the system response corresponding to various
initial conditions is directly displayed on the phase plane.
◮ In the above example, we can easily see that the system
trajectories neither converge to the origin nor diverge to
infinity. Indicating the marginal nature of the systems stability.
◮ A major class of second-order systems can be described by
the differential equations of the form
¨x = f (x, ˙x)
◮ In state space form, this dynamics can be represented with
x1 = x and x2 = ˙x asfollows :
˙x1 = x2 (3)
˙x2 = f (x1, x2) (4)
BINDUTESH V SANER PHASE PLANE ANALYSIS
SINGULAR POINTS
◮ A singular point is an equilibrium point in the phase plane.
Since an equilibrium point is defined as a point where the
system states can stay forever, this implies that ˙x = 0.
◮ For a linear system, there is usually only one singular point
although in some cases there can be a set of singular points.
BINDUTESH V SANER PHASE PLANE ANALYSIS
◮ The general form of a linear second-order system is
˙x1 = ax1 + bx2 (5)
˙x2 = cx1 + dx2 (6)
◮ After solving the above equation we can have a characteristic
equation which can be further solved to have the roots λ1, λ2
can be explicitly represented as
λ1 =
−a +
√
a24b
2
(7)
λ2 =
−a −
√
a2 − 4b
2
(8)
BINDUTESH V SANER PHASE PLANE ANALYSIS
◮ For linear systems there is only one singular point namely the
origin.
However, the trajectories in the vicinity of this singularity
point can display quite different characteristics, depending on
the values of a and b.
The following cases may occur:
1. λ1, λ2 are both real and have the same sign(+ or -).
2. λ1, λ2 are both real and have opposite sign.
3. λ2 are complex conjugates with non-zero real parts.
4. λ1, λ2 are complex conjugates with real parts equal to 0.
◮ Lets briefly discuss above cases.
BINDUTESH V SANER PHASE PLANE ANALYSIS
STABLE AND UNSTABLE NODE
◮ The first case corresponds to a node. A node can be stable
or unstable:
1. λ1, λ2 < 0: singularity point is called stable node.
2. λ1, λ2 > 0: singularity point is called unstable node.
BINDUTESH V SANER PHASE PLANE ANALYSIS
SADDLE POINT
◮ The second case (λ1 < 0 < λ2 ) corresponds to a saddle
point. Because of the unstable pole λ2, almost all of the
system trajectories diverge to infinity.
Figure:
BINDUTESH V SANER PHASE PLANE ANALYSIS
STABLE OR UNSTABLE LOCUS
◮ The third case corresponds to a focus.
1. Re (λ1, λ2) < 0: stable focus
2. Re (λ1, λ2) > 0: unstable focus
BINDUTESH V SANER PHASE PLANE ANALYSIS
CENTRE POINT
◮ The last case corresponds to a certain point. All trajectories
are ellipses and the singularity point is the centre of these
ellipses.
Figure:
◮ NOTE: That the stability characteristics of linear systems are
uniquely determined by the nature of their singularity points.
This, however, is not true for nonlinear systems.
BINDUTESH V SANER PHASE PLANE ANALYSIS
PHASE PLANE ANALYSIS OF NON-LINEAR SYSTEM
◮ phase plane analysis of nonlinear system,has two important
points as follow:
1. Phase plane analysis of nonlinear systems is related to that of
liner systems, because the local behavior of nonlinear systems
can be approximated by the behavior of a linear system.
2. Nonlinear systems can display much more complicated patterns
in the phase plane, such as multiple equilibrium points and
limit cycles.
◮ LOCAL BEHAVIOUR OF NON-LINEAR SYSTEM:If the
singular point of interest is not at the origin, by defining the
difference between the original state and the singular point as
a new set of state variables, we can shift the singular point
to the origin.
◮ As a result, the local behavior of the nonlinear system can be
approximated by the patterns shown for linear system.
BINDUTESH V SANER PHASE PLANE ANALYSIS
LIMIT CYCLE
◮ In the phase plane, a limit cycle is defied as an isolated
closed curve. The trajectory has to be both closed,
indicating the periodic nature of the motion, and isolated,
indicating the limiting nature of the cycle (with near by
trajectories converging or diverging from it).
◮ Depending on the motion patterns of the trajectories in the
vicinity of the limit cycle, we can distinguish three kinds of
limit cycles.
1. Stable Limit Cycles: All trajectories in the vicinity of the
limit cycle converge to it as t → ∞ (Fig a).
2. Unstable Limit Cycles: All trajectories in the vicinity of the
limit cycle diverge to it as t → ∞ (Figb)
3. Semi-Stable Limit Cycles: some of the trajectories in the
vicinity of the limit cycle converge to it as t → ∞(Figc)
BINDUTESH V SANER PHASE PLANE ANALYSIS
STABLE,UNSTABLE AND SEMI-STABLE LIMIT CYCLE
Figure: Stable, unstable, and semi-stable limit cycles
BINDUTESH V SANER PHASE PLANE ANALYSIS
MERITS AND DEMERITS
◮ MERITS:
1. Phase Plane Analysis is on second-order, the solution
trajectories can be represented by carves in plane provides easy
visualization of the system qualitative behavior.
2. Without solving the nonlinear equations analytically, one can
study the behavior of the nonlinear system from various initial
conditions.
3. It is not restricted to small or smooth nonlinearities and applies
equally well to strong and hard nonlinearities.
4. There are lots of practical systems which can be approximated
by second-order systems, and apply phase plane analysis.
◮ DEMERIT:
1. It is restricted to at most second-order and graphical study of
higher-order is computationally and geometrically complex.
BINDUTESH V SANER PHASE PLANE ANALYSIS
CONCLUSION
◮ Phase plane analysis is a graphical method used to study
second-order dynamic systems.
◮ A number of useful classical theorems for the prediction of
limit cycles in second-order systems are also presented.
BINDUTESH V SANER PHASE PLANE ANALYSIS
REFERENCES
1. Nguyen Tan Tien (2002-03 ) Applied Nonlinear
Control:chapter 2 Phase Plane Analysis
2. K.T. Alligood, T.D. Sauer, J.A. Yorke (1996).Chaos: An
Introduction to Dynamical Systems. Springer.
BINDUTESH V SANER PHASE PLANE ANALYSIS
THANK YOU
BINDUTESH V SANER PHASE PLANE ANALYSIS

Mais conteúdo relacionado

Mais procurados

SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM ANISH PATHAK
 
Modern Control System (BE)
Modern Control System (BE)Modern Control System (BE)
Modern Control System (BE)PRABHAHARAN429
 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observabilityjawaharramaya
 
Routh hurwitz stability criterion
Routh hurwitz stability criterionRouth hurwitz stability criterion
Routh hurwitz stability criterionSouvik Dutta
 
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
 
State space analysis, eign values and eign vectors
State space analysis, eign values and eign vectorsState space analysis, eign values and eign vectors
State space analysis, eign values and eign vectorsShilpa Shukla
 
Root locus method
Root locus methodRoot locus method
Root locus methodRavi Patel
 
Modern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsModern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsAmr E. Mohamed
 
Notes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaNotes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaAleksandar Micic
 
Root locus techniques
Root locus techniquesRoot locus techniques
Root locus techniquesjawaharramaya
 
Sliding mode control
Sliding mode controlSliding mode control
Sliding mode controlswati singh
 
The describing function
The describing functionThe describing function
The describing functionkatamthreveni
 
Transfer function and mathematical modeling
Transfer  function  and  mathematical  modelingTransfer  function  and  mathematical  modeling
Transfer function and mathematical modelingvishalgohel12195
 
SLIDING MODE CONTROL AND ITS APPLICATION
SLIDING MODE CONTROL AND ITS APPLICATIONSLIDING MODE CONTROL AND ITS APPLICATION
SLIDING MODE CONTROL AND ITS APPLICATIONBindutesh Saner
 
Time response of discrete systems 4th lecture
Time response of discrete systems 4th lectureTime response of discrete systems 4th lecture
Time response of discrete systems 4th lecturekhalaf Gaeid
 

Mais procurados (20)

Compensators
CompensatorsCompensators
Compensators
 
SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM SINGULAR POINT IN NON-LINEAR SYSTEM
SINGULAR POINT IN NON-LINEAR SYSTEM
 
Modern Control System (BE)
Modern Control System (BE)Modern Control System (BE)
Modern Control System (BE)
 
Sliding mode control
Sliding mode controlSliding mode control
Sliding mode control
 
Lyapunov stability
Lyapunov stability Lyapunov stability
Lyapunov stability
 
Controllability and observability
Controllability and observabilityControllability and observability
Controllability and observability
 
Routh hurwitz stability criterion
Routh hurwitz stability criterionRouth hurwitz stability criterion
Routh hurwitz stability criterion
 
Control system stability routh hurwitz criterion
Control system stability routh hurwitz criterionControl system stability routh hurwitz criterion
Control system stability routh hurwitz criterion
 
State space analysis, eign values and eign vectors
State space analysis, eign values and eign vectorsState space analysis, eign values and eign vectors
State space analysis, eign values and eign vectors
 
Root locus method
Root locus methodRoot locus method
Root locus method
 
Modern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI SystemsModern Control - Lec07 - State Space Modeling of LTI Systems
Modern Control - Lec07 - State Space Modeling of LTI Systems
 
Notes nyquist plot and stability criteria
Notes nyquist plot and stability criteriaNotes nyquist plot and stability criteria
Notes nyquist plot and stability criteria
 
Root locus techniques
Root locus techniquesRoot locus techniques
Root locus techniques
 
Sliding mode control
Sliding mode controlSliding mode control
Sliding mode control
 
Time domain analysis
Time domain analysisTime domain analysis
Time domain analysis
 
The describing function
The describing functionThe describing function
The describing function
 
Transfer function and mathematical modeling
Transfer  function  and  mathematical  modelingTransfer  function  and  mathematical  modeling
Transfer function and mathematical modeling
 
State space models
State space modelsState space models
State space models
 
SLIDING MODE CONTROL AND ITS APPLICATION
SLIDING MODE CONTROL AND ITS APPLICATIONSLIDING MODE CONTROL AND ITS APPLICATION
SLIDING MODE CONTROL AND ITS APPLICATION
 
Time response of discrete systems 4th lecture
Time response of discrete systems 4th lectureTime response of discrete systems 4th lecture
Time response of discrete systems 4th lecture
 

Semelhante a Phase plane analysis (nonlinear stability analysis)

EC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfEC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfMahamad Jawhar
 
EC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfEC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfMahamad Jawhar
 
Piecewise Controller Design for Affine Fuzzy Systems
Piecewise Controller Design for Affine Fuzzy SystemsPiecewise Controller Design for Affine Fuzzy Systems
Piecewise Controller Design for Affine Fuzzy SystemsISA Interchange
 
Piecewise controller design for affine fuzzy systems
Piecewise controller design for affine fuzzy systemsPiecewise controller design for affine fuzzy systems
Piecewise controller design for affine fuzzy systemsISA Interchange
 
Study Of Chaos in Induction Machines
Study Of Chaos in Induction MachinesStudy Of Chaos in Induction Machines
Study Of Chaos in Induction MachinesMirza Abdul Waris
 
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...Project KRIT
 
Stabiltiy & R-H Ccriterion
Stabiltiy & R-H CcriterionStabiltiy & R-H Ccriterion
Stabiltiy & R-H CcriterionHussain K
 
Non linear Dynamical Control Systems
Non linear Dynamical Control SystemsNon linear Dynamical Control Systems
Non linear Dynamical Control SystemsArslan Ahmed Amin
 
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...TELKOMNIKA JOURNAL
 
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...MUST
 
Linerarisation in control system
Linerarisation in control systemLinerarisation in control system
Linerarisation in control systemspj9969649148
 
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox users
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox usersM.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox users
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox usersProject KRIT
 
A novel two-polynomial criteria for higher-order systems stability boundaries...
A novel two-polynomial criteria for higher-order systems stability boundaries...A novel two-polynomial criteria for higher-order systems stability boundaries...
A novel two-polynomial criteria for higher-order systems stability boundaries...TELKOMNIKA JOURNAL
 
Control systems formula book
Control systems formula bookControl systems formula book
Control systems formula bookHussain K
 
Design of second order linear time invariant systems for deadbeat response
Design of second order linear time invariant systems for deadbeat responseDesign of second order linear time invariant systems for deadbeat response
Design of second order linear time invariant systems for deadbeat responseIAEME Publication
 

Semelhante a Phase plane analysis (nonlinear stability analysis) (20)

Modern control system
Modern control systemModern control system
Modern control system
 
EC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdfEC2255-_Control_System_Notes_solved_prob(1).pdf
EC2255-_Control_System_Notes_solved_prob(1).pdf
 
EC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdfEC2255-_Control_System_Notes_solved_prob.pdf
EC2255-_Control_System_Notes_solved_prob.pdf
 
SMALL SIGNAL ROTOR ANGLE STABILITY
SMALL SIGNAL ROTOR ANGLE STABILITY SMALL SIGNAL ROTOR ANGLE STABILITY
SMALL SIGNAL ROTOR ANGLE STABILITY
 
Piecewise Controller Design for Affine Fuzzy Systems
Piecewise Controller Design for Affine Fuzzy SystemsPiecewise Controller Design for Affine Fuzzy Systems
Piecewise Controller Design for Affine Fuzzy Systems
 
Piecewise controller design for affine fuzzy systems
Piecewise controller design for affine fuzzy systemsPiecewise controller design for affine fuzzy systems
Piecewise controller design for affine fuzzy systems
 
Study Of Chaos in Induction Machines
Study Of Chaos in Induction MachinesStudy Of Chaos in Induction Machines
Study Of Chaos in Induction Machines
 
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...
M.G.Goman, A.V.Khramtsovsky (1997) - Global Stability Analysis of Nonlinear A...
 
Stabiltiy & R-H Ccriterion
Stabiltiy & R-H CcriterionStabiltiy & R-H Ccriterion
Stabiltiy & R-H Ccriterion
 
Simrock 3
Simrock 3Simrock 3
Simrock 3
 
Non linear Dynamical Control Systems
Non linear Dynamical Control SystemsNon linear Dynamical Control Systems
Non linear Dynamical Control Systems
 
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...
Hierarchical robust fuzzy sliding mode control for a class of simo under-actu...
 
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...
LECTURE 4. Stability criteria and Analysis_Control Systems Engineering_MEB 41...
 
Linerarisation in control system
Linerarisation in control systemLinerarisation in control system
Linerarisation in control system
 
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox users
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox usersM.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox users
M.G.Goman and A.V.Khramtsovsky (1993) - Textbook for KRIT Toolbox users
 
A novel two-polynomial criteria for higher-order systems stability boundaries...
A novel two-polynomial criteria for higher-order systems stability boundaries...A novel two-polynomial criteria for higher-order systems stability boundaries...
A novel two-polynomial criteria for higher-order systems stability boundaries...
 
PhasePlane1-1.pptx
PhasePlane1-1.pptxPhasePlane1-1.pptx
PhasePlane1-1.pptx
 
5 2020 05_06!01_10_30_pm
5 2020 05_06!01_10_30_pm5 2020 05_06!01_10_30_pm
5 2020 05_06!01_10_30_pm
 
Control systems formula book
Control systems formula bookControl systems formula book
Control systems formula book
 
Design of second order linear time invariant systems for deadbeat response
Design of second order linear time invariant systems for deadbeat responseDesign of second order linear time invariant systems for deadbeat response
Design of second order linear time invariant systems for deadbeat response
 

Último

Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadhamedmustafa094
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 

Último (20)

Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
kiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal loadkiln thermal load.pptx kiln tgermal load
kiln thermal load.pptx kiln tgermal load
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 

Phase plane analysis (nonlinear stability analysis)

  • 1. PHASE PLANE ANALYSIS BINDUTESH V SANER May 5, 2015 BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 2. CONTENTS 1. INTRODUCTION 2. BEHAVIOUR OF NON-LINEAR SYSTEM 3. METHOD OF ANALYSIS 4. CLASSIFICATION OF NON-LINEARITIES 5. CONCEPT OF PHASE PLANE ANALYSIS ◮ Phase portraits ◮ Singular point ◮ Phase portraits construction ◮ Phase Plane Analysis of Linear Systems ◮ Phase Plane Analysis of Non-Linear Systems 6. ADVANTAGE and DIS-ADVANTAGE 7. CONCLUSION 8. REFERENCE BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 3. INTRODUCTION ◮ The most important feature of Nonlinear systems is that Nonlinear systems do not obey the Principle of Superposition. ◮ Due to this reason, in contrast to the linear case, the response of nonlinear systems to a particular test signal is no guide to their behavior to other inputs. ◮ Phase plane analysis is a graphical method for studying second-order systems. ◮ The nonlinear system response may be highly sensitive to input amplitude. For example, a nonlinear system giving best response for a certain step input may exhibit highly unsatisfactory behavior when the input amplitude is changed. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 4. BEHAVIOR OF NON LINEAR SYSTEM ◮ The nonlinear systems may exhibit limit cycles which are self-sustained oscillations of fixed frequency and amplitude. ◮ Once the system trajectories converge to a limit cycle, it will continue to remain in the closed trajectory in the state space identified as limit cycles. ◮ In many systems the limit cycles are undesirable particularly when the amplitude is not small and result in some unwanted phenomena. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 5. METHOD OF ANALYSIS ◮ Nonlinear systems are difficult to analyze and arriving at general conclusions are tedious. ◮ However, starting with the classical techniques for the solution of standard nonlinear differential equations, several techniques have been evolved which suit different types of analysis. ◮ It should be emphasized that very often the conclusions arrived at will be useful for the system under specified conditions and do not always lead to generalizations. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 6. TYPES OF METHODS FOR ANALYSIS 1. Linearization Techniques 2. Describing Function Analysis 3. Liapunovs Method for Stability 4. Phase Plane Analysis BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 7. CLASSIFICATION OF NON-LINEARITIES 1. Inherent Non-linearities:The nonlinearities which are present in the components used in system due to the inherent imperfections or properties of the system are known as inherent nonlinearities. for eg. Satuation in magnetic,Deadzone, Backlash in gear etc 2. Intentional Non-linearities:In some cases introduction of nonlinearity may improve the performance of the system, make the system more economical consuming less space and more reliable than the linear system designed to achieve the same objective. Such nonlinearities introduced intentionally to improve the system performance are known as intentional nonlinearities. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 8. CONCEPT OF PHASE PLANE ANALYSIS ◮ phase portraits:The phase plane method is concerned with the graphical study of second-order autonomous systems described by ˙x1 = f1(x1, x2) (1) ˙x2 = f2(x1, x2) (2) ◮ where x1, x2 : states of the system f1, f2 nonlinear functions of the states ◮ Geometrically, the state space of this system is a plane having x1, x2 as coordinates.This plane is called Phase plane. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 9. ◮ The solution of (1) with time varies from zero to infinity can be represented as a curve in the phase plane. Such a curve is called a Phase plane trajectory. ◮ A family of phase plane trajectories is called a phase portrait of a system. ◮ consider a example of Phase portrait of a mass-spring system. Figure: Mass-spring system and its portrait BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 10. Contd.... ◮ The nature of the system response corresponding to various initial conditions is directly displayed on the phase plane. ◮ In the above example, we can easily see that the system trajectories neither converge to the origin nor diverge to infinity. Indicating the marginal nature of the systems stability. ◮ A major class of second-order systems can be described by the differential equations of the form ¨x = f (x, ˙x) ◮ In state space form, this dynamics can be represented with x1 = x and x2 = ˙x asfollows : ˙x1 = x2 (3) ˙x2 = f (x1, x2) (4) BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 11. SINGULAR POINTS ◮ A singular point is an equilibrium point in the phase plane. Since an equilibrium point is defined as a point where the system states can stay forever, this implies that ˙x = 0. ◮ For a linear system, there is usually only one singular point although in some cases there can be a set of singular points. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 12. ◮ The general form of a linear second-order system is ˙x1 = ax1 + bx2 (5) ˙x2 = cx1 + dx2 (6) ◮ After solving the above equation we can have a characteristic equation which can be further solved to have the roots λ1, λ2 can be explicitly represented as λ1 = −a + √ a24b 2 (7) λ2 = −a − √ a2 − 4b 2 (8) BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 13. ◮ For linear systems there is only one singular point namely the origin. However, the trajectories in the vicinity of this singularity point can display quite different characteristics, depending on the values of a and b. The following cases may occur: 1. λ1, λ2 are both real and have the same sign(+ or -). 2. λ1, λ2 are both real and have opposite sign. 3. λ2 are complex conjugates with non-zero real parts. 4. λ1, λ2 are complex conjugates with real parts equal to 0. ◮ Lets briefly discuss above cases. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 14. STABLE AND UNSTABLE NODE ◮ The first case corresponds to a node. A node can be stable or unstable: 1. λ1, λ2 < 0: singularity point is called stable node. 2. λ1, λ2 > 0: singularity point is called unstable node. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 15. SADDLE POINT ◮ The second case (λ1 < 0 < λ2 ) corresponds to a saddle point. Because of the unstable pole λ2, almost all of the system trajectories diverge to infinity. Figure: BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 16. STABLE OR UNSTABLE LOCUS ◮ The third case corresponds to a focus. 1. Re (λ1, λ2) < 0: stable focus 2. Re (λ1, λ2) > 0: unstable focus BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 17. CENTRE POINT ◮ The last case corresponds to a certain point. All trajectories are ellipses and the singularity point is the centre of these ellipses. Figure: ◮ NOTE: That the stability characteristics of linear systems are uniquely determined by the nature of their singularity points. This, however, is not true for nonlinear systems. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 18. PHASE PLANE ANALYSIS OF NON-LINEAR SYSTEM ◮ phase plane analysis of nonlinear system,has two important points as follow: 1. Phase plane analysis of nonlinear systems is related to that of liner systems, because the local behavior of nonlinear systems can be approximated by the behavior of a linear system. 2. Nonlinear systems can display much more complicated patterns in the phase plane, such as multiple equilibrium points and limit cycles. ◮ LOCAL BEHAVIOUR OF NON-LINEAR SYSTEM:If the singular point of interest is not at the origin, by defining the difference between the original state and the singular point as a new set of state variables, we can shift the singular point to the origin. ◮ As a result, the local behavior of the nonlinear system can be approximated by the patterns shown for linear system. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 19. LIMIT CYCLE ◮ In the phase plane, a limit cycle is defied as an isolated closed curve. The trajectory has to be both closed, indicating the periodic nature of the motion, and isolated, indicating the limiting nature of the cycle (with near by trajectories converging or diverging from it). ◮ Depending on the motion patterns of the trajectories in the vicinity of the limit cycle, we can distinguish three kinds of limit cycles. 1. Stable Limit Cycles: All trajectories in the vicinity of the limit cycle converge to it as t → ∞ (Fig a). 2. Unstable Limit Cycles: All trajectories in the vicinity of the limit cycle diverge to it as t → ∞ (Figb) 3. Semi-Stable Limit Cycles: some of the trajectories in the vicinity of the limit cycle converge to it as t → ∞(Figc) BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 20. STABLE,UNSTABLE AND SEMI-STABLE LIMIT CYCLE Figure: Stable, unstable, and semi-stable limit cycles BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 21. MERITS AND DEMERITS ◮ MERITS: 1. Phase Plane Analysis is on second-order, the solution trajectories can be represented by carves in plane provides easy visualization of the system qualitative behavior. 2. Without solving the nonlinear equations analytically, one can study the behavior of the nonlinear system from various initial conditions. 3. It is not restricted to small or smooth nonlinearities and applies equally well to strong and hard nonlinearities. 4. There are lots of practical systems which can be approximated by second-order systems, and apply phase plane analysis. ◮ DEMERIT: 1. It is restricted to at most second-order and graphical study of higher-order is computationally and geometrically complex. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 22. CONCLUSION ◮ Phase plane analysis is a graphical method used to study second-order dynamic systems. ◮ A number of useful classical theorems for the prediction of limit cycles in second-order systems are also presented. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 23. REFERENCES 1. Nguyen Tan Tien (2002-03 ) Applied Nonlinear Control:chapter 2 Phase Plane Analysis 2. K.T. Alligood, T.D. Sauer, J.A. Yorke (1996).Chaos: An Introduction to Dynamical Systems. Springer. BINDUTESH V SANER PHASE PLANE ANALYSIS
  • 24. THANK YOU BINDUTESH V SANER PHASE PLANE ANALYSIS